@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcGameServerClustersServiceStub extends GameServerClustersServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcGameServerClustersServiceStub(GameServerClustersServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcGameServerClustersServiceStub, using the given settings.
|
protected |
GrpcGameServerClustersServiceStub(GameServerClustersServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcGameServerClustersServiceStub, using the given settings.
|
protected GrpcGameServerClustersServiceStub(GameServerClustersServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcGameServerClustersServiceStub(GameServerClustersServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcGameServerClustersServiceStub create(GameServerClustersServiceStubSettings settings) throws IOException
IOException
public static final GrpcGameServerClustersServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcGameServerClustersServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub
in class GameServerClustersServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListGameServerClustersRequest,GameServerClustersServiceClient.ListGameServerClustersPagedResponse> listGameServerClustersPagedCallable()
listGameServerClustersPagedCallable
in class GameServerClustersServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListGameServerClustersRequest,ListGameServerClustersResponse> listGameServerClustersCallable()
listGameServerClustersCallable
in class GameServerClustersServiceStub
public com.google.api.gax.rpc.UnaryCallable<GetGameServerClusterRequest,GameServerCluster> getGameServerClusterCallable()
getGameServerClusterCallable
in class GameServerClustersServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<CreateGameServerClusterRequest,GameServerCluster,Empty> createGameServerClusterOperationCallable()
createGameServerClusterOperationCallable
in class GameServerClustersServiceStub
public com.google.api.gax.rpc.UnaryCallable<CreateGameServerClusterRequest,com.google.longrunning.Operation> createGameServerClusterCallable()
createGameServerClusterCallable
in class GameServerClustersServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<DeleteGameServerClusterRequest,Empty,Empty> deleteGameServerClusterOperationCallable()
deleteGameServerClusterOperationCallable
in class GameServerClustersServiceStub
public com.google.api.gax.rpc.UnaryCallable<DeleteGameServerClusterRequest,com.google.longrunning.Operation> deleteGameServerClusterCallable()
deleteGameServerClusterCallable
in class GameServerClustersServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallable<UpdateGameServerClusterRequest,GameServerCluster,Empty> updateGameServerClusterOperationCallable()
updateGameServerClusterOperationCallable
in class GameServerClustersServiceStub
public com.google.api.gax.rpc.UnaryCallable<UpdateGameServerClusterRequest,com.google.longrunning.Operation> updateGameServerClusterCallable()
updateGameServerClusterCallable
in class GameServerClustersServiceStub
public final void close()
close
in interface AutoCloseable
close
in class GameServerClustersServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.