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<UpdateGameServerClusterRequest,Operation> |
GameServerClustersServiceGrpc.METHOD_UPDATE_GAME_SERVER_CLUSTER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Parser<UpdateGameServerClusterRequest> |
UpdateGameServerClusterRequest.getParserForType() |
static MethodDescriptor<UpdateGameServerClusterRequest,Operation> |
GameServerClustersServiceGrpc.getUpdateGameServerClusterMethod() |
static Parser<UpdateGameServerClusterRequest> |
UpdateGameServerClusterRequest.parser() |
UnaryCallable<UpdateGameServerClusterRequest,Operation> |
GameServerClustersServiceClient.updateGameServerClusterCallable()
Patches a single game server cluster.
|
OperationCallable<UpdateGameServerClusterRequest,GameServerCluster,Empty> |
GameServerClustersServiceClient.updateGameServerClusterOperationCallable()
Patches a single game server cluster.
|
OperationCallSettings<UpdateGameServerClusterRequest,GameServerCluster,Empty> |
GameServerClustersServiceSettings.updateGameServerClusterOperationSettings()
Returns the object with the settings used for calls to updateGameServerCluster.
|
OperationCallSettings.Builder<UpdateGameServerClusterRequest,GameServerCluster,Empty> |
GameServerClustersServiceSettings.Builder.updateGameServerClusterOperationSettings()
Returns the builder for the settings used for calls to updateGameServerCluster.
|
UnaryCallSettings<UpdateGameServerClusterRequest,Operation> |
GameServerClustersServiceSettings.updateGameServerClusterSettings()
Returns the object with the settings used for calls to updateGameServerCluster.
|
UnaryCallSettings.Builder<UpdateGameServerClusterRequest,Operation> |
GameServerClustersServiceSettings.Builder.updateGameServerClusterSettings()
Returns the builder for the settings used for calls to updateGameServerCluster.
|
Modifier and Type | Method and Description |
---|---|
UpdateGameServerClusterRequest.Builder |
UpdateGameServerClusterRequest.Builder.mergeFrom(UpdateGameServerClusterRequest other) |
static UpdateGameServerClusterRequest.Builder |
UpdateGameServerClusterRequest.newBuilder(UpdateGameServerClusterRequest prototype) |
Operation |
GameServerClustersServiceGrpc.GameServerClustersServiceBlockingStub.updateGameServerCluster(UpdateGameServerClusterRequest request)
Patches a single game server cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
GameServerClustersServiceGrpc.GameServerClustersServiceFutureStub.updateGameServerCluster(UpdateGameServerClusterRequest request)
Patches a single game server cluster.
|
void |
GameServerClustersServiceGrpc.GameServerClustersServiceImplBase.updateGameServerCluster(UpdateGameServerClusterRequest request,
StreamObserver<Operation> responseObserver)
Patches a single game server cluster.
|
void |
GameServerClustersServiceGrpc.GameServerClustersServiceStub.updateGameServerCluster(UpdateGameServerClusterRequest request,
StreamObserver<Operation> responseObserver)
Patches a single game server cluster.
|
OperationFuture<GameServerCluster,Empty> |
GameServerClustersServiceClient.updateGameServerClusterAsync(UpdateGameServerClusterRequest request)
Patches a single game server cluster.
|
Copyright © 2020 Google LLC. All rights reserved.