Class: Google::Cloud::Gaming::V1::ListGameServerClustersResponse

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

Response message for GameServerClustersService.ListGameServerClusters.

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_clusters::Array<::Google::Cloud::Gaming::V1::GameServerCluster>

Returns The list of game server clusters.

Returns:



70
71
72
73
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 70

class ListGameServerClustersResponse
  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.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results in the list.



70
71
72
73
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 70

class ListGameServerClustersResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns List of locations that could not be reached.

Returns:

  • (::Array<::String>)

    List of locations that could not be reached.



70
71
72
73
# File 'proto_docs/google/cloud/gaming/v1/game_server_clusters.rb', line 70

class ListGameServerClustersResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end