Class EnvironmentsSettings (1.41.0)

public class EnvironmentsSettings extends ClientSettings<EnvironmentsSettings>

Settings class to configure an instance of EnvironmentsClient.

The default instance has everything set to sensible defaults:

  • The default service address (composer.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getEnvironment to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 EnvironmentsSettings.Builder environmentsSettingsBuilder = EnvironmentsSettings.newBuilder();
 environmentsSettingsBuilder
     .getEnvironmentSettings()
     .setRetrySettings(
         environmentsSettingsBuilder
             .getEnvironmentSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 EnvironmentsSettings environmentsSettings = environmentsSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > EnvironmentsSettings

Static Methods

create(EnvironmentsStubSettings stub)

public static final EnvironmentsSettings create(EnvironmentsStubSettings stub)
Parameter
NameDescription
stubEnvironmentsStubSettings
Returns
TypeDescription
EnvironmentsSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static EnvironmentsSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
EnvironmentsSettings.Builder

newBuilder(ClientContext clientContext)

public static EnvironmentsSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
EnvironmentsSettings.Builder

newHttpJsonBuilder()

public static EnvironmentsSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
EnvironmentsSettings.Builder

Constructors

EnvironmentsSettings(EnvironmentsSettings.Builder settingsBuilder)

protected EnvironmentsSettings(EnvironmentsSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderEnvironmentsSettings.Builder

Methods

checkUpgradeOperationSettings()

public OperationCallSettings<CheckUpgradeRequest,CheckUpgradeResponse,OperationMetadata> checkUpgradeOperationSettings()

Returns the object with the settings used for calls to checkUpgrade.

Returns
TypeDescription
OperationCallSettings<CheckUpgradeRequest,CheckUpgradeResponse,OperationMetadata>

checkUpgradeSettings()

public UnaryCallSettings<CheckUpgradeRequest,Operation> checkUpgradeSettings()

Returns the object with the settings used for calls to checkUpgrade.

Returns
TypeDescription
UnaryCallSettings<CheckUpgradeRequest,Operation>

createEnvironmentOperationSettings()

public OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()

Returns the object with the settings used for calls to createEnvironment.

Returns
TypeDescription
OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata>

createEnvironmentSettings()

public UnaryCallSettings<CreateEnvironmentRequest,Operation> createEnvironmentSettings()

Returns the object with the settings used for calls to createEnvironment.

Returns
TypeDescription
UnaryCallSettings<CreateEnvironmentRequest,Operation>

createUserWorkloadsConfigMapSettings()

public UnaryCallSettings<CreateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> createUserWorkloadsConfigMapSettings()

Returns the object with the settings used for calls to createUserWorkloadsConfigMap.

Returns
TypeDescription
UnaryCallSettings<CreateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>

createUserWorkloadsSecretSettings()

public UnaryCallSettings<CreateUserWorkloadsSecretRequest,UserWorkloadsSecret> createUserWorkloadsSecretSettings()

Returns the object with the settings used for calls to createUserWorkloadsSecret.

Returns
TypeDescription
UnaryCallSettings<CreateUserWorkloadsSecretRequest,UserWorkloadsSecret>

databaseFailoverOperationSettings()

public OperationCallSettings<DatabaseFailoverRequest,DatabaseFailoverResponse,OperationMetadata> databaseFailoverOperationSettings()

Returns the object with the settings used for calls to databaseFailover.

Returns
TypeDescription
OperationCallSettings<DatabaseFailoverRequest,DatabaseFailoverResponse,OperationMetadata>

databaseFailoverSettings()

public UnaryCallSettings<DatabaseFailoverRequest,Operation> databaseFailoverSettings()

Returns the object with the settings used for calls to databaseFailover.

Returns
TypeDescription
UnaryCallSettings<DatabaseFailoverRequest,Operation>

deleteEnvironmentOperationSettings()

public OperationCallSettings<DeleteEnvironmentRequest,Empty,OperationMetadata> deleteEnvironmentOperationSettings()

Returns the object with the settings used for calls to deleteEnvironment.

Returns
TypeDescription
OperationCallSettings<DeleteEnvironmentRequest,Empty,OperationMetadata>

deleteEnvironmentSettings()

public UnaryCallSettings<DeleteEnvironmentRequest,Operation> deleteEnvironmentSettings()

Returns the object with the settings used for calls to deleteEnvironment.

Returns
TypeDescription
UnaryCallSettings<DeleteEnvironmentRequest,Operation>

deleteUserWorkloadsConfigMapSettings()

public UnaryCallSettings<DeleteUserWorkloadsConfigMapRequest,Empty> deleteUserWorkloadsConfigMapSettings()

Returns the object with the settings used for calls to deleteUserWorkloadsConfigMap.

Returns
TypeDescription
UnaryCallSettings<DeleteUserWorkloadsConfigMapRequest,Empty>

deleteUserWorkloadsSecretSettings()

public UnaryCallSettings<DeleteUserWorkloadsSecretRequest,Empty> deleteUserWorkloadsSecretSettings()

Returns the object with the settings used for calls to deleteUserWorkloadsSecret.

Returns
TypeDescription
UnaryCallSettings<DeleteUserWorkloadsSecretRequest,Empty>

executeAirflowCommandSettings()

public UnaryCallSettings<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse> executeAirflowCommandSettings()

Returns the object with the settings used for calls to executeAirflowCommand.

Returns
TypeDescription
UnaryCallSettings<ExecuteAirflowCommandRequest,ExecuteAirflowCommandResponse>

fetchDatabasePropertiesSettings()

public UnaryCallSettings<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse> fetchDatabasePropertiesSettings()

Returns the object with the settings used for calls to fetchDatabaseProperties.

Returns
TypeDescription
UnaryCallSettings<FetchDatabasePropertiesRequest,FetchDatabasePropertiesResponse>

getEnvironmentSettings()

public UnaryCallSettings<GetEnvironmentRequest,Environment> getEnvironmentSettings()

Returns the object with the settings used for calls to getEnvironment.

Returns
TypeDescription
UnaryCallSettings<GetEnvironmentRequest,Environment>

getUserWorkloadsConfigMapSettings()

public UnaryCallSettings<GetUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> getUserWorkloadsConfigMapSettings()

Returns the object with the settings used for calls to getUserWorkloadsConfigMap.

Returns
TypeDescription
UnaryCallSettings<GetUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>

getUserWorkloadsSecretSettings()

public UnaryCallSettings<GetUserWorkloadsSecretRequest,UserWorkloadsSecret> getUserWorkloadsSecretSettings()

Returns the object with the settings used for calls to getUserWorkloadsSecret.

Returns
TypeDescription
UnaryCallSettings<GetUserWorkloadsSecretRequest,UserWorkloadsSecret>

listEnvironmentsSettings()

public PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()

Returns the object with the settings used for calls to listEnvironments.

Returns
TypeDescription
PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,ListEnvironmentsPagedResponse>

listUserWorkloadsConfigMapsSettings()

public PagedCallSettings<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsResponse,EnvironmentsClient.ListUserWorkloadsConfigMapsPagedResponse> listUserWorkloadsConfigMapsSettings()

Returns the object with the settings used for calls to listUserWorkloadsConfigMaps.

Returns
TypeDescription
PagedCallSettings<ListUserWorkloadsConfigMapsRequest,ListUserWorkloadsConfigMapsResponse,ListUserWorkloadsConfigMapsPagedResponse>

listUserWorkloadsSecretsSettings()

public PagedCallSettings<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsResponse,EnvironmentsClient.ListUserWorkloadsSecretsPagedResponse> listUserWorkloadsSecretsSettings()

Returns the object with the settings used for calls to listUserWorkloadsSecrets.

Returns
TypeDescription
PagedCallSettings<ListUserWorkloadsSecretsRequest,ListUserWorkloadsSecretsResponse,ListUserWorkloadsSecretsPagedResponse>

listWorkloadsSettings()

public PagedCallSettings<ListWorkloadsRequest,ListWorkloadsResponse,EnvironmentsClient.ListWorkloadsPagedResponse> listWorkloadsSettings()

Returns the object with the settings used for calls to listWorkloads.

Returns
TypeDescription
PagedCallSettings<ListWorkloadsRequest,ListWorkloadsResponse,ListWorkloadsPagedResponse>

loadSnapshotOperationSettings()

public OperationCallSettings<LoadSnapshotRequest,LoadSnapshotResponse,OperationMetadata> loadSnapshotOperationSettings()

Returns the object with the settings used for calls to loadSnapshot.

Returns
TypeDescription
OperationCallSettings<LoadSnapshotRequest,LoadSnapshotResponse,OperationMetadata>

loadSnapshotSettings()

public UnaryCallSettings<LoadSnapshotRequest,Operation> loadSnapshotSettings()

Returns the object with the settings used for calls to loadSnapshot.

Returns
TypeDescription
UnaryCallSettings<LoadSnapshotRequest,Operation>

pollAirflowCommandSettings()

public UnaryCallSettings<PollAirflowCommandRequest,PollAirflowCommandResponse> pollAirflowCommandSettings()

Returns the object with the settings used for calls to pollAirflowCommand.

Returns
TypeDescription
UnaryCallSettings<PollAirflowCommandRequest,PollAirflowCommandResponse>

restartWebServerOperationSettings()

public OperationCallSettings<RestartWebServerRequest,Environment,OperationMetadata> restartWebServerOperationSettings()

Returns the object with the settings used for calls to restartWebServer.

Returns
TypeDescription
OperationCallSettings<RestartWebServerRequest,Environment,OperationMetadata>

restartWebServerSettings()

public UnaryCallSettings<RestartWebServerRequest,Operation> restartWebServerSettings()

Returns the object with the settings used for calls to restartWebServer.

Returns
TypeDescription
UnaryCallSettings<RestartWebServerRequest,Operation>

saveSnapshotOperationSettings()

public OperationCallSettings<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata> saveSnapshotOperationSettings()

Returns the object with the settings used for calls to saveSnapshot.

Returns
TypeDescription
OperationCallSettings<SaveSnapshotRequest,SaveSnapshotResponse,OperationMetadata>

saveSnapshotSettings()

public UnaryCallSettings<SaveSnapshotRequest,Operation> saveSnapshotSettings()

Returns the object with the settings used for calls to saveSnapshot.

Returns
TypeDescription
UnaryCallSettings<SaveSnapshotRequest,Operation>

stopAirflowCommandSettings()

public UnaryCallSettings<StopAirflowCommandRequest,StopAirflowCommandResponse> stopAirflowCommandSettings()

Returns the object with the settings used for calls to stopAirflowCommand.

Returns
TypeDescription
UnaryCallSettings<StopAirflowCommandRequest,StopAirflowCommandResponse>

toBuilder()

public EnvironmentsSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
EnvironmentsSettings.Builder
Overrides

updateEnvironmentOperationSettings()

public OperationCallSettings<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationSettings()

Returns the object with the settings used for calls to updateEnvironment.

Returns
TypeDescription
OperationCallSettings<UpdateEnvironmentRequest,Environment,OperationMetadata>

updateEnvironmentSettings()

public UnaryCallSettings<UpdateEnvironmentRequest,Operation> updateEnvironmentSettings()

Returns the object with the settings used for calls to updateEnvironment.

Returns
TypeDescription
UnaryCallSettings<UpdateEnvironmentRequest,Operation>

updateUserWorkloadsConfigMapSettings()

public UnaryCallSettings<UpdateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap> updateUserWorkloadsConfigMapSettings()

Returns the object with the settings used for calls to updateUserWorkloadsConfigMap.

Returns
TypeDescription
UnaryCallSettings<UpdateUserWorkloadsConfigMapRequest,UserWorkloadsConfigMap>

updateUserWorkloadsSecretSettings()

public UnaryCallSettings<UpdateUserWorkloadsSecretRequest,UserWorkloadsSecret> updateUserWorkloadsSecretSettings()

Returns the object with the settings used for calls to updateUserWorkloadsSecret.

Returns
TypeDescription
UnaryCallSettings<UpdateUserWorkloadsSecretRequest,UserWorkloadsSecret>