public static final class GameServerDeploymentsServiceGrpc.GameServerDeploymentsServiceBlockingStub extends AbstractStub<GameServerDeploymentsServiceGrpc.GameServerDeploymentsServiceBlockingStub>
The game server deployment is used to control the deployment of game server software to Agones fleets.
AbstractStub.StubFactory<T extends AbstractStub<T>>
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected GameServerDeploymentsServiceGrpc.GameServerDeploymentsServiceBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<GameServerDeploymentsServiceGrpc.GameServerDeploymentsServiceBlockingStub>
public ListGameServerDeploymentsResponse listGameServerDeployments(ListGameServerDeploymentsRequest request)
Lists game server deployments in a given project and location.
public GameServerDeployment getGameServerDeployment(GetGameServerDeploymentRequest request)
Gets details of a single game server deployment.
public Operation createGameServerDeployment(CreateGameServerDeploymentRequest request)
Creates a new game server deployment in a given project and location.
public Operation deleteGameServerDeployment(DeleteGameServerDeploymentRequest request)
Deletes a single game server deployment.
public Operation updateGameServerDeployment(UpdateGameServerDeploymentRequest request)
Patches a game server deployment.
public GameServerDeploymentRollout getGameServerDeploymentRollout(GetGameServerDeploymentRolloutRequest request)
Gets details a single game server deployment rollout.
public Operation updateGameServerDeploymentRollout(UpdateGameServerDeploymentRolloutRequest request)
Patches a single game server deployment rollout.
public PreviewGameServerDeploymentRolloutResponse previewGameServerDeploymentRollout(PreviewGameServerDeploymentRolloutRequest request)
Previews the game server deployment rollout. This API does not mutate the rollout resource.
public FetchDeploymentStateResponse fetchDeploymentState(FetchDeploymentStateRequest request)
Retrieves information about the current state of the deployment, e.g. it gathers all the fleets and autoscalars for this deployment. This includes fleets running older version of the deployment.
Copyright © 2020 Google LLC. All rights reserved.