@BetaApi @Generated(value="by gapic-generator-java") public class GrpcEnvironmentsStub extends EnvironmentsStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcEnvironmentsStub(EnvironmentsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcEnvironmentsStub, using the given settings.
|
protected |
GrpcEnvironmentsStub(EnvironmentsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcEnvironmentsStub, using the given settings.
|
getHttpJsonOperationsStubprotected GrpcEnvironmentsStub(EnvironmentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcEnvironmentsStub(EnvironmentsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcEnvironmentsStub create(EnvironmentsStubSettings settings) throws IOException
IOExceptionpublic static final GrpcEnvironmentsStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcEnvironmentsStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<CreateEnvironmentRequest,com.google.longrunning.Operation> createEnvironmentCallable()
createEnvironmentCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationCallable()
createEnvironmentOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
getEnvironmentCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
listEnvironmentsCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
listEnvironmentsPagedCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateEnvironmentRequest,com.google.longrunning.Operation> updateEnvironmentCallable()
updateEnvironmentCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationCallable()
updateEnvironmentOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteEnvironmentRequest,com.google.longrunning.Operation> deleteEnvironmentCallable()
deleteEnvironmentCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata> deleteEnvironmentOperationCallable()
deleteEnvironmentOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<RestartWebServerRequest,com.google.longrunning.Operation> restartWebServerCallable()
restartWebServerCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<RestartWebServerRequest,Environment,OperationMetadata> restartWebServerOperationCallable()
restartWebServerOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<CheckUpgradeRequest,com.google.longrunning.Operation> checkUpgradeCallable()
checkUpgradeCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<CheckUpgradeRequest,CheckUpgradeResponse,OperationMetadata> checkUpgradeOperationCallable()
checkUpgradeOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse> executeAirflowCommandCallable()
executeAirflowCommandCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse> stopAirflowCommandCallable()
stopAirflowCommandCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse> pollAirflowCommandCallable()
pollAirflowCommandCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<SaveSnapshotRequest,com.google.longrunning.Operation> saveSnapshotCallable()
saveSnapshotCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata> saveSnapshotOperationCallable()
saveSnapshotOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<LoadSnapshotRequest,com.google.longrunning.Operation> loadSnapshotCallable()
loadSnapshotCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<LoadSnapshotRequest,LoadSnapshotResponse,OperationMetadata> loadSnapshotOperationCallable()
loadSnapshotOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<DatabaseFailoverRequest,com.google.longrunning.Operation> databaseFailoverCallable()
databaseFailoverCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.OperationCallable<DatabaseFailoverRequest,DatabaseFailoverResponse,OperationMetadata> databaseFailoverOperationCallable()
databaseFailoverOperationCallable in class EnvironmentsStubpublic com.google.api.gax.rpc.UnaryCallable<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse> fetchDatabasePropertiesCallable()
fetchDatabasePropertiesCallable in class EnvironmentsStubpublic final void close()
close in interface AutoCloseableclose in class EnvironmentsStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2023 Google LLC. All rights reserved.