Google Cloud Game Servers V1 Client - Class ListGameServerConfigsResponse (1.2.6)

Reference documentation and code samples for the Google Cloud Game Servers V1 Client class ListGameServerConfigsResponse.

Response message for GameServerConfigsService.ListGameServerConfigs.

Generated from protobuf message google.cloud.gaming.v1.ListGameServerConfigsResponse

Namespace

Google \ Cloud \ Gaming \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ game_server_configs array<Google\Cloud\Gaming\V1\GameServerConfig>

The list of game server configs.

↳ next_page_token string

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

↳ unreachable array

List of locations that could not be reached.

getGameServerConfigs

The list of game server configs.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setGameServerConfigs

The list of game server configs.

Parameter
Name Description
var array<Google\Cloud\Gaming\V1\GameServerConfig>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

List of locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

List of locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this