Class: Google::Cloud::Video::Stitcher::V1::CreateVodSessionRequest

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.createVodSession

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



126
127
128
129
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 126

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

#vod_session::Google::Cloud::Video::Stitcher::V1::VodSession

Returns Required. Parameters for creating a session.

Returns:



126
127
128
129
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 126

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