@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public abstract class GameServerClustersServiceStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
GameServerClustersServiceStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitTermination, isShutdown, isTerminated, shutdown, shutdownNow@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationsStub getOperationsStub()
public UnaryCallable<ListGameServerClustersRequest,GameServerClustersServiceClient.ListGameServerClustersPagedResponse> listGameServerClustersPagedCallable()
public UnaryCallable<ListGameServerClustersRequest,ListGameServerClustersResponse> listGameServerClustersCallable()
public UnaryCallable<GetGameServerClusterRequest,GameServerCluster> getGameServerClusterCallable()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<CreateGameServerClusterRequest,GameServerCluster,Empty> createGameServerClusterOperationCallable()
public UnaryCallable<CreateGameServerClusterRequest,Operation> createGameServerClusterCallable()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<DeleteGameServerClusterRequest,Empty,Empty> deleteGameServerClusterOperationCallable()
public UnaryCallable<DeleteGameServerClusterRequest,Operation> deleteGameServerClusterCallable()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<UpdateGameServerClusterRequest,GameServerCluster,Empty> updateGameServerClusterOperationCallable()
public UnaryCallable<UpdateGameServerClusterRequest,Operation> updateGameServerClusterCallable()
public UnaryCallable<PreviewCreateGameServerClusterRequest,PreviewCreateGameServerClusterResponse> previewCreateGameServerClusterCallable()
public UnaryCallable<PreviewDeleteGameServerClusterRequest,PreviewDeleteGameServerClusterResponse> previewDeleteGameServerClusterCallable()
public UnaryCallable<PreviewUpdateGameServerClusterRequest,PreviewUpdateGameServerClusterResponse> previewUpdateGameServerClusterCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2020 Google LLC. All rights reserved.