Class: Google::Cloud::Video::Stitcher::V1::ListVodStitchDetailsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListVodStitchDetailsRequest
- 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
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous List request, if any.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
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}
.
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 |