Class: Google::Cloud::Gaming::V1::ListGameServerClustersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::ListGameServerClustersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_clusters.rb
Overview
Request message for GameServerClustersService.ListGameServerClusters.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::Gaming::V1::GameServerClusterView
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The filter to apply to list results.
54 55 56 57 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 54 class ListGameServerClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
54 55 56 57 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 54 class ListGameServerClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of items to return. If unspecified, the server will pick an appropriate default. The server may return fewer items than requested. A caller should only rely on response's next_page_token to determine if there are more GameServerClusters left to be queried.
54 55 56 57 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 54 class ListGameServerClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The next_page_token value returned from a previous List request, if any.
54 55 56 57 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 54 class ListGameServerClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name, in the following form: "projects/{project}/locations/{location}/realms/{realm}".
54 55 56 57 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 54 class ListGameServerClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::Gaming::V1::GameServerClusterView
Returns Optional. View for the returned GameServerCluster objects. When FULL
is
specified, the cluster_state
field is also returned in the
GameServerCluster object, which includes the state of the referenced
Kubernetes cluster such as versions and provider info. The default/unset
value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does
not return the cluster_state
field.
54 55 56 57 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 54 class ListGameServerClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |