public static final class GameServerConfigsServiceGrpc.GameServerConfigsServiceFutureStub extends AbstractStub<GameServerConfigsServiceGrpc.GameServerConfigsServiceFutureStub>
The game server config is used to configure the set of game servers in Agones Fleets.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected GameServerConfigsServiceGrpc.GameServerConfigsServiceFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Operation> |
createGameServerConfig(CreateGameServerConfigRequest request)
Creates a new game server config in a given project, location, and game
server deployment.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
deleteGameServerConfig(DeleteGameServerConfigRequest request)
Deletes a single game server config.
|
com.google.common.util.concurrent.ListenableFuture<GameServerConfig> |
getGameServerConfig(GetGameServerConfigRequest request)
Gets details of a single game server config.
|
com.google.common.util.concurrent.ListenableFuture<ListGameServerConfigsResponse> |
listGameServerConfigs(ListGameServerConfigsRequest request)
Lists game server configs in a given project, location, and game server
deployment.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected GameServerConfigsServiceGrpc.GameServerConfigsServiceFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<GameServerConfigsServiceGrpc.GameServerConfigsServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListGameServerConfigsResponse> listGameServerConfigs(ListGameServerConfigsRequest request)
Lists game server configs in a given project, location, and game server deployment.
public com.google.common.util.concurrent.ListenableFuture<GameServerConfig> getGameServerConfig(GetGameServerConfigRequest request)
Gets details of a single game server config.
public com.google.common.util.concurrent.ListenableFuture<Operation> createGameServerConfig(CreateGameServerConfigRequest request)
Creates a new game server config in a given project, location, and game server deployment. Game server configs are immutable. A game server config is not applied until it is rolled out which is managed by updating the game server rollout resource.
public com.google.common.util.concurrent.ListenableFuture<Operation> deleteGameServerConfig(DeleteGameServerConfigRequest request)
Deletes a single game server config. The deletion will fail if the game server config is referenced in a game server rollout.
Copyright © 2020 Google LLC. All rights reserved.