Class AlloyDBAdminStubSettings (0.30.0)

public class AlloyDBAdminStubSettings extends StubSettings<AlloyDBAdminStubSettings>

Settings class to configure an instance of AlloyDBAdminStub.

The default instance has everything set to sensible defaults:

  • The default service address (alloydb.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 getCluster 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
 AlloyDBAdminStubSettings.Builder alloyDBAdminSettingsBuilder =
     AlloyDBAdminStubSettings.newBuilder();
 alloyDBAdminSettingsBuilder
     .getClusterSettings()
     .setRetrySettings(
         alloyDBAdminSettingsBuilder
             .getClusterSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 AlloyDBAdminStubSettings alloyDBAdminSettings = alloyDBAdminSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > AlloyDBAdminStubSettings

Static Methods

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

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

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

Returns
TypeDescription
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
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

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static AlloyDBAdminStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
AlloyDBAdminStubSettings.Builder

newBuilder(ClientContext clientContext)

public static AlloyDBAdminStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
AlloyDBAdminStubSettings.Builder

newHttpJsonBuilder()

public static AlloyDBAdminStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
AlloyDBAdminStubSettings.Builder

Constructors

AlloyDBAdminStubSettings(AlloyDBAdminStubSettings.Builder settingsBuilder)

protected AlloyDBAdminStubSettings(AlloyDBAdminStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderAlloyDBAdminStubSettings.Builder

Methods

batchCreateInstancesOperationSettings()

public OperationCallSettings<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata> batchCreateInstancesOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata>

batchCreateInstancesSettings()

public UnaryCallSettings<BatchCreateInstancesRequest,Operation> batchCreateInstancesSettings()

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

Returns
TypeDescription
UnaryCallSettings<BatchCreateInstancesRequest,Operation>

createBackupOperationSettings()

public OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata>

createBackupSettings()

public UnaryCallSettings<CreateBackupRequest,Operation> createBackupSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateBackupRequest,Operation>

createClusterOperationSettings()

public OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata> createClusterOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata>

createClusterSettings()

public UnaryCallSettings<CreateClusterRequest,Operation> createClusterSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateClusterRequest,Operation>

createInstanceOperationSettings()

public OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata>

createInstanceSettings()

public UnaryCallSettings<CreateInstanceRequest,Operation> createInstanceSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateInstanceRequest,Operation>

createSecondaryClusterOperationSettings()

public OperationCallSettings<CreateSecondaryClusterRequest,Cluster,OperationMetadata> createSecondaryClusterOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateSecondaryClusterRequest,Cluster,OperationMetadata>

createSecondaryClusterSettings()

public UnaryCallSettings<CreateSecondaryClusterRequest,Operation> createSecondaryClusterSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateSecondaryClusterRequest,Operation>

createSecondaryInstanceOperationSettings()

public OperationCallSettings<CreateSecondaryInstanceRequest,Instance,OperationMetadata> createSecondaryInstanceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateSecondaryInstanceRequest,Instance,OperationMetadata>

createSecondaryInstanceSettings()

public UnaryCallSettings<CreateSecondaryInstanceRequest,Operation> createSecondaryInstanceSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateSecondaryInstanceRequest,Operation>

createStub()

public AlloyDBAdminStub createStub()
Returns
TypeDescription
AlloyDBAdminStub
Exceptions
TypeDescription
IOException

createUserSettings()

public UnaryCallSettings<CreateUserRequest,User> createUserSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateUserRequest,User>

deleteBackupOperationSettings()

public OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata>

deleteBackupSettings()

public UnaryCallSettings<DeleteBackupRequest,Operation> deleteBackupSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteBackupRequest,Operation>

deleteClusterOperationSettings()

public OperationCallSettings<DeleteClusterRequest,Empty,OperationMetadata> deleteClusterOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<DeleteClusterRequest,Empty,OperationMetadata>

deleteClusterSettings()

public UnaryCallSettings<DeleteClusterRequest,Operation> deleteClusterSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteClusterRequest,Operation>

deleteInstanceOperationSettings()

public OperationCallSettings<DeleteInstanceRequest,Empty,OperationMetadata> deleteInstanceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<DeleteInstanceRequest,Empty,OperationMetadata>

deleteInstanceSettings()

public UnaryCallSettings<DeleteInstanceRequest,Operation> deleteInstanceSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteInstanceRequest,Operation>

deleteUserSettings()

public UnaryCallSettings<DeleteUserRequest,Empty> deleteUserSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteUserRequest,Empty>

failoverInstanceOperationSettings()

public OperationCallSettings<FailoverInstanceRequest,Instance,OperationMetadata> failoverInstanceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<FailoverInstanceRequest,Instance,OperationMetadata>

failoverInstanceSettings()

public UnaryCallSettings<FailoverInstanceRequest,Operation> failoverInstanceSettings()

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

Returns
TypeDescription
UnaryCallSettings<FailoverInstanceRequest,Operation>

generateClientCertificateSettings()

public UnaryCallSettings<GenerateClientCertificateRequest,GenerateClientCertificateResponse> generateClientCertificateSettings()

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

Returns
TypeDescription
UnaryCallSettings<GenerateClientCertificateRequest,GenerateClientCertificateResponse>

getBackupSettings()

public UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetBackupRequest,Backup>

getClusterSettings()

public UnaryCallSettings<GetClusterRequest,Cluster> getClusterSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetClusterRequest,Cluster>

getConnectionInfoSettings()

public UnaryCallSettings<GetConnectionInfoRequest,ConnectionInfo> getConnectionInfoSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetConnectionInfoRequest,ConnectionInfo>

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getInstanceSettings()

public UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetInstanceRequest,Instance>

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

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

Returns
TypeDescription
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
TypeDescription
String
Overrides

getUserSettings()

public UnaryCallSettings<GetUserRequest,User> getUserSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetUserRequest,User>

injectFaultOperationSettings()

public OperationCallSettings<InjectFaultRequest,Instance,OperationMetadata> injectFaultOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<InjectFaultRequest,Instance,OperationMetadata>

injectFaultSettings()

public UnaryCallSettings<InjectFaultRequest,Operation> injectFaultSettings()

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

Returns
TypeDescription
UnaryCallSettings<InjectFaultRequest,Operation>

listBackupsSettings()

public PagedCallSettings<ListBackupsRequest,ListBackupsResponse,AlloyDBAdminClient.ListBackupsPagedResponse> listBackupsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListBackupsRequest,ListBackupsResponse,ListBackupsPagedResponse>

listClustersSettings()

public PagedCallSettings<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse> listClustersSettings()

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

Returns
TypeDescription
PagedCallSettings<ListClustersRequest,ListClustersResponse,ListClustersPagedResponse>

listDatabasesSettings()

public PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,AlloyDBAdminClient.ListDatabasesPagedResponse> listDatabasesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,ListDatabasesPagedResponse>

listInstancesSettings()

public PagedCallSettings<ListInstancesRequest,ListInstancesResponse,AlloyDBAdminClient.ListInstancesPagedResponse> listInstancesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListInstancesRequest,ListInstancesResponse,ListInstancesPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,AlloyDBAdminClient.ListLocationsPagedResponse> listLocationsSettings()

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

Returns
TypeDescription
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listSupportedDatabaseFlagsSettings()

public PagedCallSettings<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse> listSupportedDatabaseFlagsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,ListSupportedDatabaseFlagsPagedResponse>

listUsersSettings()

public PagedCallSettings<ListUsersRequest,ListUsersResponse,AlloyDBAdminClient.ListUsersPagedResponse> listUsersSettings()

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

Returns
TypeDescription
PagedCallSettings<ListUsersRequest,ListUsersResponse,ListUsersPagedResponse>

promoteClusterOperationSettings()

public OperationCallSettings<PromoteClusterRequest,Cluster,OperationMetadata> promoteClusterOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<PromoteClusterRequest,Cluster,OperationMetadata>

promoteClusterSettings()

public UnaryCallSettings<PromoteClusterRequest,Operation> promoteClusterSettings()

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

Returns
TypeDescription
UnaryCallSettings<PromoteClusterRequest,Operation>

restartInstanceOperationSettings()

public OperationCallSettings<RestartInstanceRequest,Instance,OperationMetadata> restartInstanceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<RestartInstanceRequest,Instance,OperationMetadata>

restartInstanceSettings()

public UnaryCallSettings<RestartInstanceRequest,Operation> restartInstanceSettings()

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

Returns
TypeDescription
UnaryCallSettings<RestartInstanceRequest,Operation>

restoreClusterOperationSettings()

public OperationCallSettings<RestoreClusterRequest,Cluster,OperationMetadata> restoreClusterOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<RestoreClusterRequest,Cluster,OperationMetadata>

restoreClusterSettings()

public UnaryCallSettings<RestoreClusterRequest,Operation> restoreClusterSettings()

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

Returns
TypeDescription
UnaryCallSettings<RestoreClusterRequest,Operation>

toBuilder()

public AlloyDBAdminStubSettings.Builder toBuilder()

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

Returns
TypeDescription
AlloyDBAdminStubSettings.Builder
Overrides

updateBackupOperationSettings()

public OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata> updateBackupOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata>

updateBackupSettings()

public UnaryCallSettings<UpdateBackupRequest,Operation> updateBackupSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateBackupRequest,Operation>

updateClusterOperationSettings()

public OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata> updateClusterOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata>

updateClusterSettings()

public UnaryCallSettings<UpdateClusterRequest,Operation> updateClusterSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateClusterRequest,Operation>

updateInstanceOperationSettings()

public OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata>

updateInstanceSettings()

public UnaryCallSettings<UpdateInstanceRequest,Operation> updateInstanceSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateInstanceRequest,Operation>

updateUserSettings()

public UnaryCallSettings<UpdateUserRequest,User> updateUserSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateUserRequest,User>