Cloud Gaming V1 API - Class Google::Cloud::Gaming::V1::ListGameServerClustersResponse (v0.6.0)

Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::ListGameServerClustersResponse.

Response message for GameServerClustersService.ListGameServerClusters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#game_server_clusters

def game_server_clusters() -> ::Array<::Google::Cloud::Gaming::V1::GameServerCluster>
Returns

#game_server_clusters=

def game_server_clusters=(value) -> ::Array<::Google::Cloud::Gaming::V1::GameServerCluster>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#unreachable

def unreachable() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of locations that could not be reached.

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — List of locations that could not be reached.
Returns
  • (::Array<::String>) — List of locations that could not be reached.