Class: Google::Cloud::Video::LiveStream::V1::ListChannelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::ListChannelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Request message for "LivestreamService.ListChannels".
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter to apply to list results.
-
#order_by ⇒ ::String
Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
-
#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
#filter ⇒ ::String
Returns The filter to apply to list results.
186 187 188 189 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 186 class ListChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
186 187 188 189 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 186 class ListChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more items left to be queried.
186 187 188 189 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 186 class ListChannelsRequest 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.
186 187 188 189 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 186 class ListChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent location for the resource, in the form of:
projects/{project}/locations/{location}
.
186 187 188 189 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 186 class ListChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |