Class: Google::Cloud::Video::LiveStream::V1::ListClipsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::ListClipsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Response message for "LivestreamService.ListClips".
Instance Attribute Summary collapse
-
#clips ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::Clip>
The list of Clip.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#clips ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::Clip>
Returns The list of Clip.
642 643 644 645 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 642 class ListClipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
642 643 644 645 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 642 class ListClipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
642 643 644 645 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 642 class ListClipsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |