public static final class GameServerClustersServiceGrpc.GameServerClustersServiceBlockingStub extends AbstractStub<GameServerClustersServiceGrpc.GameServerClustersServiceBlockingStub>
The game server cluster maps to Kubernetes clusters running Agones and is used to manage fleets within clusters.
AbstractStub.StubFactory<T extends AbstractStub<T>>
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected GameServerClustersServiceGrpc.GameServerClustersServiceBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<GameServerClustersServiceGrpc.GameServerClustersServiceBlockingStub>
public ListGameServerClustersResponse listGameServerClusters(ListGameServerClustersRequest request)
Lists game server clusters in a given project and location.
public GameServerCluster getGameServerCluster(GetGameServerClusterRequest request)
Gets details of a single game server cluster.
public Operation createGameServerCluster(CreateGameServerClusterRequest request)
Creates a new game server cluster in a given project and location.
public PreviewCreateGameServerClusterResponse previewCreateGameServerCluster(PreviewCreateGameServerClusterRequest request)
Previews creation of a new game server cluster in a given project and location.
public Operation deleteGameServerCluster(DeleteGameServerClusterRequest request)
Deletes a single game server cluster.
public PreviewDeleteGameServerClusterResponse previewDeleteGameServerCluster(PreviewDeleteGameServerClusterRequest request)
Previews deletion of a single game server cluster.
public Operation updateGameServerCluster(UpdateGameServerClusterRequest request)
Patches a single game server cluster.
public PreviewUpdateGameServerClusterResponse previewUpdateGameServerCluster(PreviewUpdateGameServerClusterRequest request)
Previews updating a GameServerCluster.
Copyright © 2020 Google LLC. All rights reserved.