public static final class GameServerConfigsServiceGrpc.GameServerConfigsServiceBlockingStub extends AbstractStub<GameServerConfigsServiceGrpc.GameServerConfigsServiceBlockingStub>
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.GameServerConfigsServiceBlockingStub |
build(Channel channel,
CallOptions callOptions) |
Operation |
createGameServerConfig(CreateGameServerConfigRequest request)
Creates a new game server config in a given project, location, and game
server deployment.
|
Operation |
deleteGameServerConfig(DeleteGameServerConfigRequest request)
Deletes a single game server config.
|
GameServerConfig |
getGameServerConfig(GetGameServerConfigRequest request)
Gets details of a single game server config.
|
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.GameServerConfigsServiceBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<GameServerConfigsServiceGrpc.GameServerConfigsServiceBlockingStub>
public ListGameServerConfigsResponse listGameServerConfigs(ListGameServerConfigsRequest request)
Lists game server configs in a given project, location, and game server deployment.
public GameServerConfig getGameServerConfig(GetGameServerConfigRequest request)
Gets details of a single game server config.
public 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 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.