Class: Google::Cloud::ManagedKafka::V1::ListClustersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::ListClustersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb
Overview
Request for ListClusters.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filter expression for the result.
47 48 49 50 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 47 class ListClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Order by fields for the result.
47 48 49 50 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 47 class ListClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of clusters to return. The service may return fewer than this value. If unspecified, server will pick an appropriate default.
47 48 49 50 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 47 class ListClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListClusters
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListClusters
must match
the call that provided the page token.
47 48 49 50 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 47 class ListClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent location whose clusters are to be listed. Structured
like projects/{project}/locations/{location}
.
47 48 49 50 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 47 class ListClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |