Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::ListVodStitchDetailsResponse.
Response message for VideoStitcherService.listVodStitchDetails.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The pagination token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token.
Returns
- (::String) — The pagination token.
#vod_stitch_details
def vod_stitch_details() -> ::Array<::Google::Cloud::Video::Stitcher::V1::VodStitchDetail>
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::VodStitchDetail>) — A List of stitch Details.
#vod_stitch_details=
def vod_stitch_details=(value) -> ::Array<::Google::Cloud::Video::Stitcher::V1::VodStitchDetail>
Parameter
- value (::Array<::Google::Cloud::Video::Stitcher::V1::VodStitchDetail>) — A List of stitch Details.
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::VodStitchDetail>) — A List of stitch Details.