Class: Google::Cloud::Gaming::V1::ListGameServerClustersRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#filter::String

Returns Optional. The filter to apply to list results.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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}".

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Cloud::Gaming::V1::GameServerClusterView)

    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