Class: Google::Cloud::Video::Stitcher::V1::CreateLiveSessionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb

Overview

Request message for VideoStitcherService.createLiveSession.

Instance Attribute Summary collapse

Instance Attribute Details

#live_session::Google::Cloud::Video::Stitcher::V1::LiveSession

Returns Required. Parameters for creating a live session.

Returns:



369
370
371
372
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 369

class CreateLiveSessionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The project and location in which the live session should be created, in the form of projects/{project_number}/locations/{location}.

Returns:

  • (::String)

    Required. The project and location in which the live session should be created, in the form of projects/{project_number}/locations/{location}.



369
370
371
372
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 369

class CreateLiveSessionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end