Package | Description |
---|---|
com.google.cloud.gaming.v1alpha |
A client to Game Services API.
|
com.google.cloud.gaming.v1alpha.stub |
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<CreateGameServerDeploymentRequest,Operation> |
GameServerDeploymentsServiceGrpc.METHOD_CREATE_GAME_SERVER_DEPLOYMENT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateGameServerDeploymentRequest,Operation> |
GameServerDeploymentsServiceClient.createGameServerDeploymentCallable()
Creates a new game server deployment in a given project and location.
|
OperationCallable<CreateGameServerDeploymentRequest,GameServerDeployment,Empty> |
GameServerDeploymentsServiceClient.createGameServerDeploymentOperationCallable()
Creates a new game server deployment in a given project and location.
|
OperationCallSettings<CreateGameServerDeploymentRequest,GameServerDeployment,Empty> |
GameServerDeploymentsServiceSettings.createGameServerDeploymentOperationSettings()
Returns the object with the settings used for calls to createGameServerDeployment.
|
OperationCallSettings.Builder<CreateGameServerDeploymentRequest,GameServerDeployment,Empty> |
GameServerDeploymentsServiceSettings.Builder.createGameServerDeploymentOperationSettings()
Returns the builder for the settings used for calls to createGameServerDeployment.
|
UnaryCallSettings<CreateGameServerDeploymentRequest,Operation> |
GameServerDeploymentsServiceSettings.createGameServerDeploymentSettings()
Returns the object with the settings used for calls to createGameServerDeployment.
|
UnaryCallSettings.Builder<CreateGameServerDeploymentRequest,Operation> |
GameServerDeploymentsServiceSettings.Builder.createGameServerDeploymentSettings()
Returns the builder for the settings used for calls to createGameServerDeployment.
|
static MethodDescriptor<CreateGameServerDeploymentRequest,Operation> |
GameServerDeploymentsServiceGrpc.getCreateGameServerDeploymentMethod() |
Parser<CreateGameServerDeploymentRequest> |
CreateGameServerDeploymentRequest.getParserForType() |
static Parser<CreateGameServerDeploymentRequest> |
CreateGameServerDeploymentRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
GameServerDeploymentsServiceGrpc.GameServerDeploymentsServiceBlockingStub.createGameServerDeployment(CreateGameServerDeploymentRequest request)
Creates a new game server deployment in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
GameServerDeploymentsServiceGrpc.GameServerDeploymentsServiceFutureStub.createGameServerDeployment(CreateGameServerDeploymentRequest request)
Creates a new game server deployment in a given project and location.
|
void |
GameServerDeploymentsServiceGrpc.GameServerDeploymentsServiceImplBase.createGameServerDeployment(CreateGameServerDeploymentRequest request,
StreamObserver<Operation> responseObserver)
Creates a new game server deployment in a given project and location.
|
void |
GameServerDeploymentsServiceGrpc.GameServerDeploymentsServiceStub.createGameServerDeployment(CreateGameServerDeploymentRequest request,
StreamObserver<Operation> responseObserver)
Creates a new game server deployment in a given project and location.
|
OperationFuture<GameServerDeployment,Empty> |
GameServerDeploymentsServiceClient.createGameServerDeploymentAsync(CreateGameServerDeploymentRequest request)
Creates a new game server deployment in a given project and location.
|
CreateGameServerDeploymentRequest.Builder |
CreateGameServerDeploymentRequest.Builder.mergeFrom(CreateGameServerDeploymentRequest other) |
static CreateGameServerDeploymentRequest.Builder |
CreateGameServerDeploymentRequest.newBuilder(CreateGameServerDeploymentRequest prototype) |
Copyright © 2020 Google LLC. All rights reserved.