Class: Google::Cloud::Video::Stitcher::V1::ListVodStitchDetailsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListVodStitchDetailsResponse
- 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
-
#next_page_token ⇒ ::String
The pagination token.
-
#vod_stitch_details ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::VodStitchDetail>
A List of stitch Details.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
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 |