Class: Google::Cloud::Video::LiveStream::V1::ListChannelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::ListChannelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Response message for "LivestreamService.ListChannels".
Instance Attribute Summary collapse
-
#channels ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::Channel>
A list of channels.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#channels ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::Channel>
Returns A list of channels.
202 203 204 205 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 202 class ListChannelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
202 203 204 205 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 202 class ListChannelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
202 203 204 205 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 202 class ListChannelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |