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<CreateGameServerClusterRequest,Operation> |
GameServerClustersServiceGrpc.METHOD_CREATE_GAME_SERVER_CLUSTER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateGameServerClusterRequest,Operation> |
GameServerClustersServiceClient.createGameServerClusterCallable()
Creates a new game server cluster in a given project and location.
|
OperationCallable<CreateGameServerClusterRequest,GameServerCluster,Empty> |
GameServerClustersServiceClient.createGameServerClusterOperationCallable()
Creates a new game server cluster in a given project and location.
|
OperationCallSettings<CreateGameServerClusterRequest,GameServerCluster,Empty> |
GameServerClustersServiceSettings.createGameServerClusterOperationSettings()
Returns the object with the settings used for calls to createGameServerCluster.
|
OperationCallSettings.Builder<CreateGameServerClusterRequest,GameServerCluster,Empty> |
GameServerClustersServiceSettings.Builder.createGameServerClusterOperationSettings()
Returns the builder for the settings used for calls to createGameServerCluster.
|
UnaryCallSettings<CreateGameServerClusterRequest,Operation> |
GameServerClustersServiceSettings.createGameServerClusterSettings()
Returns the object with the settings used for calls to createGameServerCluster.
|
UnaryCallSettings.Builder<CreateGameServerClusterRequest,Operation> |
GameServerClustersServiceSettings.Builder.createGameServerClusterSettings()
Returns the builder for the settings used for calls to createGameServerCluster.
|
static MethodDescriptor<CreateGameServerClusterRequest,Operation> |
GameServerClustersServiceGrpc.getCreateGameServerClusterMethod() |
Parser<CreateGameServerClusterRequest> |
CreateGameServerClusterRequest.getParserForType() |
static Parser<CreateGameServerClusterRequest> |
CreateGameServerClusterRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
GameServerClustersServiceGrpc.GameServerClustersServiceBlockingStub.createGameServerCluster(CreateGameServerClusterRequest request)
Creates a new game server cluster in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
GameServerClustersServiceGrpc.GameServerClustersServiceFutureStub.createGameServerCluster(CreateGameServerClusterRequest request)
Creates a new game server cluster in a given project and location.
|
void |
GameServerClustersServiceGrpc.GameServerClustersServiceImplBase.createGameServerCluster(CreateGameServerClusterRequest request,
StreamObserver<Operation> responseObserver)
Creates a new game server cluster in a given project and location.
|
void |
GameServerClustersServiceGrpc.GameServerClustersServiceStub.createGameServerCluster(CreateGameServerClusterRequest request,
StreamObserver<Operation> responseObserver)
Creates a new game server cluster in a given project and location.
|
OperationFuture<GameServerCluster,Empty> |
GameServerClustersServiceClient.createGameServerClusterAsync(CreateGameServerClusterRequest request)
Creates a new game server cluster in a given project and location.
|
CreateGameServerClusterRequest.Builder |
CreateGameServerClusterRequest.Builder.mergeFrom(CreateGameServerClusterRequest other) |
static CreateGameServerClusterRequest.Builder |
CreateGameServerClusterRequest.newBuilder(CreateGameServerClusterRequest prototype) |
Copyright © 2020 Google LLC. All rights reserved.