Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::ListGameServerDeploymentsResponse.
Response message for GameServerDeploymentsService.ListGameServerDeployments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#game_server_deployments
def game_server_deployments() -> ::Array<::Google::Cloud::Gaming::V1::GameServerDeployment>
Returns
- (::Array<::Google::Cloud::Gaming::V1::GameServerDeployment>) — The list of game server deployments.
#game_server_deployments=
def game_server_deployments=(value) -> ::Array<::Google::Cloud::Gaming::V1::GameServerDeployment>
Parameter
- value (::Array<::Google::Cloud::Gaming::V1::GameServerDeployment>) — The list of game server deployments.
Returns
- (::Array<::Google::Cloud::Gaming::V1::GameServerDeployment>) — The list of game server deployments.
#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.