Class EnvironmentsStub (1.42.0)

public abstract class EnvironmentsStub implements BackgroundResource

Base stub class for the Environments service API.

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

Inheritance

java.lang.Object > EnvironmentsStub

Implements

BackgroundResource

Constructors

EnvironmentsStub()

public EnvironmentsStub()

Methods

checkUpgradeCallable()

public UnaryCallable<CheckUpgradeRequest,Operation> checkUpgradeCallable()
Returns
Type Description
UnaryCallable<CheckUpgradeRequest,Operation>

checkUpgradeOperationCallable()

public OperationCallable<CheckUpgradeRequest,CheckUpgradeResponse,OperationMetadata> checkUpgradeOperationCallable()
Returns
Type Description
OperationCallable<CheckUpgradeRequest,CheckUpgradeResponse,OperationMetadata>

close()

public abstract void close()

createEnvironmentCallable()

public UnaryCallable<CreateEnvironmentRequest,Operation> createEnvironmentCallable()
Returns
Type Description
UnaryCallable<CreateEnvironmentRequest,Operation>

createEnvironmentOperationCallable()

public OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationCallable()
Returns
Type Description
OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>

createUserWorkloadsConfigMapCallable()

public UnaryCallable<CreateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> createUserWorkloadsConfigMapCallable()
Returns
Type Description
UnaryCallable<CreateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>

createUserWorkloadsSecretCallable()

public UnaryCallable<CreateUserWorkloadsSecretRequest,UserWorkloadsSecret> createUserWorkloadsSecretCallable()
Returns
Type Description
UnaryCallable<CreateUserWorkloadsSecretRequest,UserWorkloadsSecret>

databaseFailoverCallable()

public UnaryCallable<DatabaseFailoverRequest,Operation> databaseFailoverCallable()
Returns
Type Description
UnaryCallable<DatabaseFailoverRequest,Operation>

databaseFailoverOperationCallable()

public OperationCallable<DatabaseFailoverRequest,DatabaseFailoverResponse,OperationMetadata> databaseFailoverOperationCallable()
Returns
Type Description
OperationCallable<DatabaseFailoverRequest,DatabaseFailoverResponse,OperationMetadata>

deleteEnvironmentCallable()

public UnaryCallable<DeleteEnvironmentRequest,Operation> deleteEnvironmentCallable()
Returns
Type Description
UnaryCallable<DeleteEnvironmentRequest,Operation>

deleteEnvironmentOperationCallable()

public OperationCallable<DeleteEnvironmentRequest,Empty,OperationMetadata> deleteEnvironmentOperationCallable()
Returns
Type Description
OperationCallable<DeleteEnvironmentRequest,Empty,OperationMetadata>

deleteUserWorkloadsConfigMapCallable()

public UnaryCallable<DeleteUserWorkloadsConfigMapRequest,Empty> deleteUserWorkloadsConfigMapCallable()
Returns
Type Description
UnaryCallable<DeleteUserWorkloadsConfigMapRequest,Empty>

deleteUserWorkloadsSecretCallable()

public UnaryCallable<DeleteUserWorkloadsSecretRequest,Empty> deleteUserWorkloadsSecretCallable()
Returns
Type Description
UnaryCallable<DeleteUserWorkloadsSecretRequest,Empty>

executeAirflowCommandCallable()

public UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse> executeAirflowCommandCallable()
Returns
Type Description
UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>

fetchDatabasePropertiesCallable()

public UnaryCallable<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse> fetchDatabasePropertiesCallable()
Returns
Type Description
UnaryCallable<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse>

getEnvironmentCallable()

public UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
Returns
Type Description
UnaryCallable<GetEnvironmentRequest,Environment>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getUserWorkloadsConfigMapCallable()

public UnaryCallable<GetUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> getUserWorkloadsConfigMapCallable()
Returns
Type Description
UnaryCallable<GetUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>

getUserWorkloadsSecretCallable()

public UnaryCallable<GetUserWorkloadsSecretRequest,UserWorkloadsSecret> getUserWorkloadsSecretCallable()
Returns
Type Description
UnaryCallable<GetUserWorkloadsSecretRequest,UserWorkloadsSecret>

listEnvironmentsCallable()

public UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
Returns
Type Description
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse>

listEnvironmentsPagedCallable()

public UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
Returns
Type Description
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsPagedResponse>

listUserWorkloadsConfigMapsCallable()

public UnaryCallable<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsResponse> listUserWorkloadsConfigMapsCallable()
Returns
Type Description
UnaryCallable<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsResponse>

listUserWorkloadsConfigMapsPagedCallable()

public UnaryCallable<ListUserWorkloadsConfigMapsRequest,EnvironmentsClient.ListUserWorkloadsConfigMapsPagedResponse> listUserWorkloadsConfigMapsPagedCallable()
Returns
Type Description
UnaryCallable<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsPagedResponse>

listUserWorkloadsSecretsCallable()

public UnaryCallable<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsResponse> listUserWorkloadsSecretsCallable()
Returns
Type Description
UnaryCallable<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsResponse>

listUserWorkloadsSecretsPagedCallable()

public UnaryCallable<ListUserWorkloadsSecretsRequest,EnvironmentsClient.ListUserWorkloadsSecretsPagedResponse> listUserWorkloadsSecretsPagedCallable()
Returns
Type Description
UnaryCallable<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsPagedResponse>

listWorkloadsCallable()

public UnaryCallable<ListWorkloadsRequest,ListWorkloadsResponse> listWorkloadsCallable()
Returns
Type Description
UnaryCallable<ListWorkloadsRequest,ListWorkloadsResponse>

listWorkloadsPagedCallable()

public UnaryCallable<ListWorkloadsRequest,EnvironmentsClient.ListWorkloadsPagedResponse> listWorkloadsPagedCallable()
Returns
Type Description
UnaryCallable<ListWorkloadsRequest,ListWorkloadsPagedResponse>

loadSnapshotCallable()

public UnaryCallable<LoadSnapshotRequest,Operation> loadSnapshotCallable()
Returns
Type Description
UnaryCallable<LoadSnapshotRequest,Operation>

loadSnapshotOperationCallable()

public OperationCallable<LoadSnapshotRequest,LoadSnapshotResponse,OperationMetadata> loadSnapshotOperationCallable()
Returns
Type Description
OperationCallable<LoadSnapshotRequest,LoadSnapshotResponse,OperationMetadata>

pollAirflowCommandCallable()

public UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse> pollAirflowCommandCallable()
Returns
Type Description
UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse>

restartWebServerCallable()

public UnaryCallable<RestartWebServerRequest,Operation> restartWebServerCallable()
Returns
Type Description
UnaryCallable<RestartWebServerRequest,Operation>

restartWebServerOperationCallable()

public OperationCallable<RestartWebServerRequest,Environment,OperationMetadata> restartWebServerOperationCallable()
Returns
Type Description
OperationCallable<RestartWebServerRequest,Environment,OperationMetadata>

saveSnapshotCallable()

public UnaryCallable<SaveSnapshotRequest,Operation> saveSnapshotCallable()
Returns
Type Description
UnaryCallable<SaveSnapshotRequest,Operation>

saveSnapshotOperationCallable()

public OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata> saveSnapshotOperationCallable()
Returns
Type Description
OperationCallable<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>

stopAirflowCommandCallable()

public UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse> stopAirflowCommandCallable()
Returns
Type Description
UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse>

updateEnvironmentCallable()

public UnaryCallable<UpdateEnvironmentRequest,Operation> updateEnvironmentCallable()
Returns
Type Description
UnaryCallable<UpdateEnvironmentRequest,Operation>

updateEnvironmentOperationCallable()

public OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationCallable()
Returns
Type Description
OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata>

updateUserWorkloadsConfigMapCallable()

public UnaryCallable<UpdateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> updateUserWorkloadsConfigMapCallable()
Returns
Type Description
UnaryCallable<UpdateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>

updateUserWorkloadsSecretCallable()

public UnaryCallable<UpdateUserWorkloadsSecretRequest,UserWorkloadsSecret> updateUserWorkloadsSecretCallable()
Returns
Type Description
UnaryCallable<UpdateUserWorkloadsSecretRequest,UserWorkloadsSecret>