Class GrpcEnvironmentsStub (1.41.0)

public class GrpcEnvironmentsStub extends EnvironmentsStub

gRPC stub implementation for the Environments service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > EnvironmentsStub > GrpcEnvironmentsStub

Static Methods

create(ClientContext clientContext)

public static final GrpcEnvironmentsStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcEnvironmentsStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcEnvironmentsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcEnvironmentsStub
Exceptions
TypeDescription
IOException

create(EnvironmentsStubSettings settings)

public static final GrpcEnvironmentsStub create(EnvironmentsStubSettings settings)
Parameter
NameDescription
settingsEnvironmentsStubSettings
Returns
TypeDescription
GrpcEnvironmentsStub
Exceptions
TypeDescription
IOException

Constructors

GrpcEnvironmentsStub(EnvironmentsStubSettings settings, ClientContext clientContext)

protected GrpcEnvironmentsStub(EnvironmentsStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcEnvironmentsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsEnvironmentsStubSettings
clientContextClientContext

GrpcEnvironmentsStub(EnvironmentsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcEnvironmentsStub(EnvironmentsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcEnvironmentsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsEnvironmentsStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

checkUpgradeCallable()

public UnaryCallable<CheckUpgradeRequest,Operation> checkUpgradeCallable()
Returns
TypeDescription
UnaryCallable<CheckUpgradeRequest,Operation>
Overrides

checkUpgradeOperationCallable()

public OperationCallable<CheckUpgradeRequest,CheckUpgradeResponse,OperationMetadata> checkUpgradeOperationCallable()
Returns
TypeDescription
OperationCallable<CheckUpgradeRequest,CheckUpgradeResponse,OperationMetadata>
Overrides

close()

public final void close()
Overrides

createEnvironmentCallable()

public UnaryCallable<CreateEnvironmentRequest,Operation> createEnvironmentCallable()
Returns
TypeDescription
UnaryCallable<CreateEnvironmentRequest,Operation>
Overrides

createEnvironmentOperationCallable()

public OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationCallable()
Returns
TypeDescription
OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>
Overrides

createUserWorkloadsConfigMapCallable()

public UnaryCallable<CreateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> createUserWorkloadsConfigMapCallable()
Returns
TypeDescription
UnaryCallable<CreateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>
Overrides

createUserWorkloadsSecretCallable()

public UnaryCallable<CreateUserWorkloadsSecretRequest,UserWorkloadsSecret> createUserWorkloadsSecretCallable()
Returns
TypeDescription
UnaryCallable<CreateUserWorkloadsSecretRequest,UserWorkloadsSecret>
Overrides

databaseFailoverCallable()

public UnaryCallable<DatabaseFailoverRequest,Operation> databaseFailoverCallable()
Returns
TypeDescription
UnaryCallable<DatabaseFailoverRequest,Operation>
Overrides

databaseFailoverOperationCallable()

public OperationCallable<DatabaseFailoverRequest,DatabaseFailoverResponse,OperationMetadata> databaseFailoverOperationCallable()
Returns
TypeDescription
OperationCallable<DatabaseFailoverRequest,DatabaseFailoverResponse,OperationMetadata>
Overrides

deleteEnvironmentCallable()

public UnaryCallable<DeleteEnvironmentRequest,Operation> deleteEnvironmentCallable()
Returns
TypeDescription
UnaryCallable<DeleteEnvironmentRequest,Operation>
Overrides

deleteEnvironmentOperationCallable()

public OperationCallable<DeleteEnvironmentRequest,Empty,OperationMetadata> deleteEnvironmentOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteEnvironmentRequest,Empty,OperationMetadata>
Overrides

deleteUserWorkloadsConfigMapCallable()

public UnaryCallable<DeleteUserWorkloadsConfigMapRequest,Empty> deleteUserWorkloadsConfigMapCallable()
Returns
TypeDescription
UnaryCallable<DeleteUserWorkloadsConfigMapRequest,Empty>
Overrides

deleteUserWorkloadsSecretCallable()

public UnaryCallable<DeleteUserWorkloadsSecretRequest,Empty> deleteUserWorkloadsSecretCallable()
Returns
TypeDescription
UnaryCallable<DeleteUserWorkloadsSecretRequest,Empty>
Overrides

executeAirflowCommandCallable()

public UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse> executeAirflowCommandCallable()
Returns
TypeDescription
UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>
Overrides

fetchDatabasePropertiesCallable()

public UnaryCallable<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse> fetchDatabasePropertiesCallable()
Returns
TypeDescription
UnaryCallable<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse>
Overrides

getEnvironmentCallable()

public UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
Returns
TypeDescription
UnaryCallable<GetEnvironmentRequest,Environment>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
Overrides

getUserWorkloadsConfigMapCallable()

public UnaryCallable<GetUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> getUserWorkloadsConfigMapCallable()
Returns
TypeDescription
UnaryCallable<GetUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>
Overrides

getUserWorkloadsSecretCallable()

public UnaryCallable<GetUserWorkloadsSecretRequest,UserWorkloadsSecret> getUserWorkloadsSecretCallable()
Returns
TypeDescription
UnaryCallable<GetUserWorkloadsSecretRequest,UserWorkloadsSecret>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listEnvironmentsCallable()

public UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
Returns
TypeDescription
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse>
Overrides

listEnvironmentsPagedCallable()

public UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsPagedResponse>
Overrides

listUserWorkloadsConfigMapsCallable()

public UnaryCallable<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsResponse> listUserWorkloadsConfigMapsCallable()
Returns
TypeDescription
UnaryCallable<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsResponse>
Overrides

listUserWorkloadsConfigMapsPagedCallable()

public UnaryCallable<ListUserWorkloadsConfigMapsRequest,EnvironmentsClient.ListUserWorkloadsConfigMapsPagedResponse> listUserWorkloadsConfigMapsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsPagedResponse>
Overrides

listUserWorkloadsSecretsCallable()

public UnaryCallable<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsResponse> listUserWorkloadsSecretsCallable()
Returns
TypeDescription
UnaryCallable<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsResponse>
Overrides

listUserWorkloadsSecretsPagedCallable()

public UnaryCallable<ListUserWorkloadsSecretsRequest,EnvironmentsClient.ListUserWorkloadsSecretsPagedResponse> listUserWorkloadsSecretsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsPagedResponse>
Overrides

listWorkloadsCallable()

public UnaryCallable<ListWorkloadsRequest,ListWorkloadsResponse> listWorkloadsCallable()
Returns
TypeDescription
UnaryCallable<ListWorkloadsRequest,ListWorkloadsResponse>
Overrides

listWorkloadsPagedCallable()

public UnaryCallable<ListWorkloadsRequest,EnvironmentsClient.ListWorkloadsPagedResponse> listWorkloadsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListWorkloadsRequest,ListWorkloadsPagedResponse>
Overrides

loadSnapshotCallable()

public UnaryCallable<LoadSnapshotRequest,Operation> loadSnapshotCallable()
Returns
TypeDescription
UnaryCallable<LoadSnapshotRequest,Operation>
Overrides

loadSnapshotOperationCallable()

public OperationCallable<LoadSnapshotRequest,LoadSnapshotResponse,OperationMetadata> loadSnapshotOperationCallable()
Returns
TypeDescription
OperationCallable<LoadSnapshotRequest,LoadSnapshotResponse,OperationMetadata>
Overrides

pollAirflowCommandCallable()

public UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse> pollAirflowCommandCallable()
Returns
TypeDescription
UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse>
Overrides

restartWebServerCallable()

public UnaryCallable<RestartWebServerRequest,Operation> restartWebServerCallable()
Returns
TypeDescription
UnaryCallable<RestartWebServerRequest,Operation>
Overrides

restartWebServerOperationCallable()

public OperationCallable<RestartWebServerRequest,Environment,OperationMetadata> restartWebServerOperationCallable()
Returns
TypeDescription
OperationCallable<RestartWebServerRequest,Environment,OperationMetadata>
Overrides

saveSnapshotCallable()

public UnaryCallable<SaveSnapshotRequest,Operation> saveSnapshotCallable()
Returns
TypeDescription
UnaryCallable<SaveSnapshotRequest,Operation>
Overrides

saveSnapshotOperationCallable()

public OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata> saveSnapshotOperationCallable()
Returns
TypeDescription
OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

stopAirflowCommandCallable()

public UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse> stopAirflowCommandCallable()
Returns
TypeDescription
UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse>
Overrides

updateEnvironmentCallable()

public UnaryCallable<UpdateEnvironmentRequest,Operation> updateEnvironmentCallable()
Returns
TypeDescription
UnaryCallable<UpdateEnvironmentRequest,Operation>
Overrides

updateEnvironmentOperationCallable()

public OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata>
Overrides

updateUserWorkloadsConfigMapCallable()

public UnaryCallable<UpdateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> updateUserWorkloadsConfigMapCallable()
Returns
TypeDescription
UnaryCallable<UpdateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>
Overrides

updateUserWorkloadsSecretCallable()

public UnaryCallable<UpdateUserWorkloadsSecretRequest,UserWorkloadsSecret> updateUserWorkloadsSecretCallable()
Returns
TypeDescription
UnaryCallable<UpdateUserWorkloadsSecretRequest,UserWorkloadsSecret>
Overrides