ProjectsLocationsRealmsGameServerClusters
class ProjectsLocationsRealmsGameServerClusters extends Resource (View source)
The "gameServerClusters" collection of methods.
Typical usage is:
$gameservicesService = new Google\Service\GameServices(...);
$gameServerClusters = $gameservicesService->gameServerClusters;
Methods
Creates a new game server cluster in a given project and location.
Deletes a single game server cluster. (gameServerClusters.delete)
Gets details of a single game server cluster. (gameServerClusters.get)
Lists game server clusters in a given project and location.
Patches a single game server cluster. (gameServerClusters.patch)
Previews creation of a new game server cluster in a given project and location. (gameServerClusters.previewCreate)
Previews deletion of a single game server cluster.
Previews updating a GameServerCluster. (gameServerClusters.previewUpdate)
Details
Operation
create(string $parent, GameServerCluster $postBody, array $optParams = [])
Creates a new game server cluster in a given project and location.
(gameServerClusters.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single game server cluster. (gameServerClusters.delete)
GameServerCluster
get(string $name, array $optParams = [])
Gets details of a single game server cluster. (gameServerClusters.get)
ListGameServerClustersResponse
listProjectsLocationsRealmsGameServerClusters(string $parent, array $optParams = [])
Lists game server clusters in a given project and location.
(gameServerClusters.listProjectsLocationsRealmsGameServerClusters)
Operation
patch(string $name, GameServerCluster $postBody, array $optParams = [])
Patches a single game server cluster. (gameServerClusters.patch)
PreviewCreateGameServerClusterResponse
previewCreate(string $parent, GameServerCluster $postBody, array $optParams = [])
Previews creation of a new game server cluster in a given project and location. (gameServerClusters.previewCreate)
PreviewDeleteGameServerClusterResponse
previewDelete(string $name, array $optParams = [])
Previews deletion of a single game server cluster.
(gameServerClusters.previewDelete)
PreviewUpdateGameServerClusterResponse
previewUpdate(string $name, GameServerCluster $postBody, array $optParams = [])
Previews updating a GameServerCluster. (gameServerClusters.previewUpdate)