Class: Google::Cloud::Video::Stitcher::V1::ListSlatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::ListSlatesResponse
- 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.listSlates.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#slates ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::Slate>
The list of slates.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
334 335 336 337 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 334 class ListSlatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#slates ⇒ ::Array<::Google::Cloud::Video::Stitcher::V1::Slate>
Returns The list of slates.
334 335 336 337 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 334 class ListSlatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
334 335 336 337 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 334 class ListSlatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |