Class HttpJsonEnvironmentsStub (1.49.0)

public class HttpJsonEnvironmentsStub extends EnvironmentsStub

REST stub implementation for the Environments service API.

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

Inheritance

java.lang.Object > EnvironmentsStub > HttpJsonEnvironmentsStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonEnvironmentsStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonEnvironmentsStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonEnvironmentsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonEnvironmentsStub
Exceptions
Type Description
IOException

create(EnvironmentsStubSettings settings)

public static final HttpJsonEnvironmentsStub create(EnvironmentsStubSettings settings)
Parameter
Name Description
settings EnvironmentsStubSettings
Returns
Type Description
HttpJsonEnvironmentsStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonEnvironmentsStub(EnvironmentsStubSettings settings, ClientContext clientContext)

protected HttpJsonEnvironmentsStub(EnvironmentsStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonEnvironmentsStub, 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
Name Description
settings EnvironmentsStubSettings
clientContext ClientContext

HttpJsonEnvironmentsStub(EnvironmentsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonEnvironmentsStub(EnvironmentsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonEnvironmentsStub, 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
Name Description
settings EnvironmentsStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

checkUpgradeCallable()

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

checkUpgradeOperationCallable()

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

close()

public final void close()
Overrides

createEnvironmentCallable()

public UnaryCallable<CreateEnvironmentRequest,Operation> createEnvironmentCallable()
Overrides

createEnvironmentOperationCallable()

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

createUserWorkloadsConfigMapCallable()

public UnaryCallable<CreateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> createUserWorkloadsConfigMapCallable()
Overrides

createUserWorkloadsSecretCallable()

public UnaryCallable<CreateUserWorkloadsSecretRequest,UserWorkloadsSecret> createUserWorkloadsSecretCallable()
Overrides

databaseFailoverCallable()

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

databaseFailoverOperationCallable()

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

deleteEnvironmentCallable()

public UnaryCallable<DeleteEnvironmentRequest,Operation> deleteEnvironmentCallable()
Overrides

deleteEnvironmentOperationCallable()

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

deleteUserWorkloadsConfigMapCallable()

public UnaryCallable<DeleteUserWorkloadsConfigMapRequest,Empty> deleteUserWorkloadsConfigMapCallable()
Overrides

deleteUserWorkloadsSecretCallable()

public UnaryCallable<DeleteUserWorkloadsSecretRequest,Empty> deleteUserWorkloadsSecretCallable()
Overrides

executeAirflowCommandCallable()

public UnaryCallable<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse> executeAirflowCommandCallable()
Overrides

fetchDatabasePropertiesCallable()

public UnaryCallable<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse> fetchDatabasePropertiesCallable()
Overrides

getEnvironmentCallable()

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

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
Type Description
HttpJsonOperationsStub
Overrides

getUserWorkloadsConfigMapCallable()

public UnaryCallable<GetUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> getUserWorkloadsConfigMapCallable()
Overrides

getUserWorkloadsSecretCallable()

public UnaryCallable<GetUserWorkloadsSecretRequest,UserWorkloadsSecret> getUserWorkloadsSecretCallable()
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listEnvironmentsCallable()

public UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
Overrides

listEnvironmentsPagedCallable()

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

listUserWorkloadsConfigMapsCallable()

public UnaryCallable<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsResponse> listUserWorkloadsConfigMapsCallable()
Overrides

listUserWorkloadsConfigMapsPagedCallable()

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

listUserWorkloadsSecretsCallable()

public UnaryCallable<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsResponse> listUserWorkloadsSecretsCallable()
Overrides

listUserWorkloadsSecretsPagedCallable()

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

listWorkloadsCallable()

public UnaryCallable<ListWorkloadsRequest,ListWorkloadsResponse> listWorkloadsCallable()
Overrides

listWorkloadsPagedCallable()

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

loadSnapshotCallable()

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

loadSnapshotOperationCallable()

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

pollAirflowCommandCallable()

public UnaryCallable<PollAirflowCommandRequest,PollAirflowCommandResponse> pollAirflowCommandCallable()
Overrides

restartWebServerCallable()

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

restartWebServerOperationCallable()

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

saveSnapshotCallable()

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

saveSnapshotOperationCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

stopAirflowCommandCallable()

public UnaryCallable<StopAirflowCommandRequest,StopAirflowCommandResponse> stopAirflowCommandCallable()
Overrides

updateEnvironmentCallable()

public UnaryCallable<UpdateEnvironmentRequest,Operation> updateEnvironmentCallable()
Overrides

updateEnvironmentOperationCallable()

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

updateUserWorkloadsConfigMapCallable()

public UnaryCallable<UpdateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> updateUserWorkloadsConfigMapCallable()
Overrides

updateUserWorkloadsSecretCallable()

public UnaryCallable<UpdateUserWorkloadsSecretRequest,UserWorkloadsSecret> updateUserWorkloadsSecretCallable()
Overrides