Class HttpJsonEnvironmentsStub (1.42.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

close()

public final void close()
Overrides

createEnvironmentCallable()

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

createEnvironmentOperationCallable()

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

createUserWorkloadsConfigMapCallable()

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

createUserWorkloadsSecretCallable()

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

databaseFailoverCallable()

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

databaseFailoverOperationCallable()

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

deleteEnvironmentCallable()

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

deleteEnvironmentOperationCallable()

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

deleteUserWorkloadsConfigMapCallable()

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

deleteUserWorkloadsSecretCallable()

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

executeAirflowCommandCallable()

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

fetchDatabasePropertiesCallable()

public UnaryCallable<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse> fetchDatabasePropertiesCallable()
Returns
Type Description
UnaryCallable<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse>
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()
Returns
Type Description
UnaryCallable<GetUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>
Overrides

getUserWorkloadsSecretCallable()

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

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listEnvironmentsCallable()

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

listEnvironmentsPagedCallable()

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

listUserWorkloadsConfigMapsCallable()

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

listUserWorkloadsConfigMapsPagedCallable()

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

listUserWorkloadsSecretsCallable()

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

listUserWorkloadsSecretsPagedCallable()

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

listWorkloadsCallable()

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

listWorkloadsPagedCallable()

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

loadSnapshotCallable()

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

loadSnapshotOperationCallable()

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

pollAirflowCommandCallable()

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

saveSnapshotCallable()

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

saveSnapshotOperationCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

stopAirflowCommandCallable()

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

updateEnvironmentCallable()

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

updateEnvironmentOperationCallable()

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

updateUserWorkloadsConfigMapCallable()

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

updateUserWorkloadsSecretCallable()

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