public abstract static class GameServerClustersServiceGrpc.GameServerClustersServiceImplBase extends Object implements BindableService
The game server cluster maps to Kubernetes clusters running Agones and is used to manage fleets within clusters.
Constructor and Description |
---|
GameServerClustersServiceImplBase() |
public void listGameServerClusters(ListGameServerClustersRequest request, StreamObserver<ListGameServerClustersResponse> responseObserver)
Lists game server clusters in a given project and location.
public void getGameServerCluster(GetGameServerClusterRequest request, StreamObserver<GameServerCluster> responseObserver)
Gets details of a single game server cluster.
public void createGameServerCluster(CreateGameServerClusterRequest request, StreamObserver<Operation> responseObserver)
Creates a new game server cluster in a given project and location.
public void previewCreateGameServerCluster(PreviewCreateGameServerClusterRequest request, StreamObserver<PreviewCreateGameServerClusterResponse> responseObserver)
Previews creation of a new game server cluster in a given project and location.
public void deleteGameServerCluster(DeleteGameServerClusterRequest request, StreamObserver<Operation> responseObserver)
Deletes a single game server cluster.
public void previewDeleteGameServerCluster(PreviewDeleteGameServerClusterRequest request, StreamObserver<PreviewDeleteGameServerClusterResponse> responseObserver)
Previews deletion of a single game server cluster.
public void updateGameServerCluster(UpdateGameServerClusterRequest request, StreamObserver<Operation> responseObserver)
Patches a single game server cluster.
public void previewUpdateGameServerCluster(PreviewUpdateGameServerClusterRequest request, StreamObserver<PreviewUpdateGameServerClusterResponse> responseObserver)
Previews updating a GameServerCluster.
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2020 Google LLC. All rights reserved.