@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcGameServerDeploymentsServiceStub extends GameServerDeploymentsServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcGameServerDeploymentsServiceStub(GameServerDeploymentsServiceStubSettings settings,
ClientContext clientContext)
Constructs an instance of GrpcGameServerDeploymentsServiceStub, using the given settings.
|
protected |
GrpcGameServerDeploymentsServiceStub(GameServerDeploymentsServiceStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcGameServerDeploymentsServiceStub, using the given settings.
|
protected GrpcGameServerDeploymentsServiceStub(GameServerDeploymentsServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcGameServerDeploymentsServiceStub(GameServerDeploymentsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcGameServerDeploymentsServiceStub create(GameServerDeploymentsServiceStubSettings settings) throws IOException
IOException
public static final GrpcGameServerDeploymentsServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcGameServerDeploymentsServiceStub create(ClientContext clientContext, 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 GrpcOperationsStub getOperationsStub()
getOperationsStub
in class GameServerDeploymentsServiceStub
public UnaryCallable<ListGameServerDeploymentsRequest,GameServerDeploymentsServiceClient.ListGameServerDeploymentsPagedResponse> listGameServerDeploymentsPagedCallable()
listGameServerDeploymentsPagedCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<ListGameServerDeploymentsRequest,ListGameServerDeploymentsResponse> listGameServerDeploymentsCallable()
listGameServerDeploymentsCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<GetGameServerDeploymentRequest,GameServerDeployment> getGameServerDeploymentCallable()
getGameServerDeploymentCallable
in class GameServerDeploymentsServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<CreateGameServerDeploymentRequest,GameServerDeployment,Empty> createGameServerDeploymentOperationCallable()
createGameServerDeploymentOperationCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<CreateGameServerDeploymentRequest,Operation> createGameServerDeploymentCallable()
createGameServerDeploymentCallable
in class GameServerDeploymentsServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<DeleteGameServerDeploymentRequest,Empty,Empty> deleteGameServerDeploymentOperationCallable()
deleteGameServerDeploymentOperationCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<DeleteGameServerDeploymentRequest,Operation> deleteGameServerDeploymentCallable()
deleteGameServerDeploymentCallable
in class GameServerDeploymentsServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<UpdateGameServerDeploymentRequest,GameServerDeployment,Empty> updateGameServerDeploymentOperationCallable()
updateGameServerDeploymentOperationCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<UpdateGameServerDeploymentRequest,Operation> updateGameServerDeploymentCallable()
updateGameServerDeploymentCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<GetGameServerDeploymentRolloutRequest,GameServerDeploymentRollout> getGameServerDeploymentRolloutCallable()
getGameServerDeploymentRolloutCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<UpdateGameServerDeploymentRolloutRequest,Operation> updateGameServerDeploymentRolloutCallable()
updateGameServerDeploymentRolloutCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<PreviewGameServerDeploymentRolloutRequest,PreviewGameServerDeploymentRolloutResponse> previewGameServerDeploymentRolloutCallable()
previewGameServerDeploymentRolloutCallable
in class GameServerDeploymentsServiceStub
public UnaryCallable<FetchDeploymentStateRequest,FetchDeploymentStateResponse> fetchDeploymentStateCallable()
fetchDeploymentStateCallable
in class GameServerDeploymentsServiceStub
public final void close()
close
in interface AutoCloseable
close
in class GameServerDeploymentsServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2020 Google LLC. All rights reserved.