Class: Google::Cloud::Video::Stitcher::V1::ListVodStitchDetailsResponse

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

Response message for VideoStitcherService.listVodStitchDetails.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The pagination token.

Returns:

  • (::String)

    The pagination token.



164
165
166
167
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 164

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

#vod_stitch_details::Array<::Google::Cloud::Video::Stitcher::V1::VodStitchDetail>

Returns A List of stitch Details.

Returns:



164
165
166
167
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 164

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