Class: Google::Cloud::Video::Stitcher::V1::ListSlatesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListSlatesRequest
- 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.listSlates.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filtering results.
-
#order_by ⇒ ::String
Hint for how to order the results.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filtering results.
319 320 321 322 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 319 class ListSlatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Hint for how to order the results.
319 320 321 322 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 319 class ListSlatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
319 320 321 322 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 319 class ListSlatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
319 320 321 322 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 319 class ListSlatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project to list slates, in the form of
projects/{project_number}/locations/{location}
.
319 320 321 322 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 319 class ListSlatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |