Class: Google::Cloud::Video::Stitcher::V1::ListVodStitchDetailsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of items to return.

Returns:

  • (::Integer)

    The maximum number of items to return.



152
153
154
155
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 152

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

#page_token::String

Returns The next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    The next_page_token value returned from a previous List request, if any.



152
153
154
155
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 152

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

#parent::String

Returns Required. The VOD session where the stitch details belong to, in the form of projects/{project}/locations/{location}/vodSessions/{id}.

Returns:

  • (::String)

    Required. The VOD session where the stitch details belong to, in the form of projects/{project}/locations/{location}/vodSessions/{id}.



152
153
154
155
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 152

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