@Generated(value="by gapic-generator-java") public class AlloyDBAdminSettings extends com.google.api.gax.rpc.ClientSettings<AlloyDBAdminSettings>
AlloyDBAdminClient.
The default instance has everything set to sensible defaults:
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 [RetrySettings](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.retrying.RetrySettings) of getCluster:
// 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
AlloyDBAdminSettings.Builder alloyDBAdminSettingsBuilder = AlloyDBAdminSettings.newBuilder();
alloyDBAdminSettingsBuilder
.getClusterSettings()
.setRetrySettings(
alloyDBAdminSettingsBuilder
.getClusterSettings()
.getRetrySettings()
.toBuilder()
.setInitialRetryDelayDuration(Duration.ofSeconds(1))
.setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
.setMaxAttempts(5)
.setMaxRetryDelayDuration(Duration.ofSeconds(30))
.setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
.setRetryDelayMultiplier(1.3)
.setRpcTimeoutMultiplier(1.5)
.setTotalTimeoutDuration(Duration.ofSeconds(300))
.build());
AlloyDBAdminSettings alloyDBAdminSettings = alloyDBAdminSettingsBuilder.build();
Please refer to the [Client Side Retry
Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
retries.
To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for createCluster:
// 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
AlloyDBAdminSettings.Builder alloyDBAdminSettingsBuilder = AlloyDBAdminSettings.newBuilder();
TimedRetryAlgorithm timedRetryAlgorithm =
OperationalTimedPollAlgorithm.create(
RetrySettings.newBuilder()
.setInitialRetryDelayDuration(Duration.ofMillis(500))
.setRetryDelayMultiplier(1.5)
.setMaxRetryDelayDuration(Duration.ofMillis(5000))
.setTotalTimeoutDuration(Duration.ofHours(24))
.build());
alloyDBAdminSettingsBuilder
.createClusterOperationSettings()
.setPollingAlgorithm(timedRetryAlgorithm)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
AlloyDBAdminSettings.Builder
Builder for AlloyDBAdminSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AlloyDBAdminSettings(AlloyDBAdminSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata> |
batchCreateInstancesOperationSettings()
Returns the object with the settings used for calls to batchCreateInstances.
|
com.google.api.gax.rpc.UnaryCallSettings<BatchCreateInstancesRequest,com.google.longrunning.Operation> |
batchCreateInstancesSettings()
Returns the object with the settings used for calls to batchCreateInstances.
|
static AlloyDBAdminSettings |
create(AlloyDBAdminStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> |
createBackupOperationSettings()
Returns the object with the settings used for calls to createBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateBackupRequest,com.google.longrunning.Operation> |
createBackupSettings()
Returns the object with the settings used for calls to createBackup.
|
com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata> |
createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateClusterRequest,com.google.longrunning.Operation> |
createClusterSettings()
Returns the object with the settings used for calls to createCluster.
|
com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> |
createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> |
createInstanceSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.api.gax.rpc.OperationCallSettings<CreateSecondaryClusterRequest,Cluster,OperationMetadata> |
createSecondaryClusterOperationSettings()
Returns the object with the settings used for calls to createSecondaryCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSecondaryClusterRequest,com.google.longrunning.Operation> |
createSecondaryClusterSettings()
Returns the object with the settings used for calls to createSecondaryCluster.
|
com.google.api.gax.rpc.OperationCallSettings<CreateSecondaryInstanceRequest,Instance,OperationMetadata> |
createSecondaryInstanceOperationSettings()
Returns the object with the settings used for calls to createSecondaryInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSecondaryInstanceRequest,com.google.longrunning.Operation> |
createSecondaryInstanceSettings()
Returns the object with the settings used for calls to createSecondaryInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateUserRequest,User> |
createUserSettings()
Returns the object with the settings used for calls to createUser.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteBackupRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteBackupOperationSettings()
Returns the object with the settings used for calls to deleteBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteBackupRequest,com.google.longrunning.Operation> |
deleteBackupSettings()
Returns the object with the settings used for calls to deleteBackup.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteClusterRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteClusterOperationSettings()
Returns the object with the settings used for calls to deleteCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteClusterRequest,com.google.longrunning.Operation> |
deleteClusterSettings()
Returns the object with the settings used for calls to deleteCluster.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteInstanceOperationSettings()
Returns the object with the settings used for calls to deleteInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation> |
deleteInstanceSettings()
Returns the object with the settings used for calls to deleteInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteUserRequest,com.google.protobuf.Empty> |
deleteUserSettings()
Returns the object with the settings used for calls to deleteUser.
|
com.google.api.gax.rpc.UnaryCallSettings<ExecuteSqlRequest,ExecuteSqlResponse> |
executeSqlSettings()
Returns the object with the settings used for calls to executeSql.
|
com.google.api.gax.rpc.OperationCallSettings<ExportClusterRequest,ExportClusterResponse,OperationMetadata> |
exportClusterOperationSettings()
Returns the object with the settings used for calls to exportCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<ExportClusterRequest,com.google.longrunning.Operation> |
exportClusterSettings()
Returns the object with the settings used for calls to exportCluster.
|
com.google.api.gax.rpc.OperationCallSettings<FailoverInstanceRequest,Instance,OperationMetadata> |
failoverInstanceOperationSettings()
Returns the object with the settings used for calls to failoverInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<FailoverInstanceRequest,com.google.longrunning.Operation> |
failoverInstanceSettings()
Returns the object with the settings used for calls to failoverInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<GenerateClientCertificateRequest,GenerateClientCertificateResponse> |
generateClientCertificateSettings()
Returns the object with the settings used for calls to generateClientCertificate.
|
com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup> |
getBackupSettings()
Returns the object with the settings used for calls to getBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster> |
getClusterSettings()
Returns the object with the settings used for calls to getCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<GetConnectionInfoRequest,ConnectionInfo> |
getConnectionInfoSettings()
Returns the object with the settings used for calls to getConnectionInfo.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance> |
getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the object with the settings used for calls to getLocation.
|
com.google.api.gax.rpc.UnaryCallSettings<GetUserRequest,User> |
getUserSettings()
Returns the object with the settings used for calls to getUser.
|
com.google.api.gax.rpc.OperationCallSettings<ImportClusterRequest,ImportClusterResponse,OperationMetadata> |
importClusterOperationSettings()
Returns the object with the settings used for calls to importCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<ImportClusterRequest,com.google.longrunning.Operation> |
importClusterSettings()
Returns the object with the settings used for calls to importCluster.
|
com.google.api.gax.rpc.OperationCallSettings<InjectFaultRequest,Instance,OperationMetadata> |
injectFaultOperationSettings()
Returns the object with the settings used for calls to injectFault.
|
com.google.api.gax.rpc.UnaryCallSettings<InjectFaultRequest,com.google.longrunning.Operation> |
injectFaultSettings()
Returns the object with the settings used for calls to injectFault.
|
com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,AlloyDBAdminClient.ListBackupsPagedResponse> |
listBackupsSettings()
Returns the object with the settings used for calls to listBackups.
|
com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse> |
listClustersSettings()
Returns the object with the settings used for calls to listClusters.
|
com.google.api.gax.rpc.PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,AlloyDBAdminClient.ListDatabasesPagedResponse> |
listDatabasesSettings()
Returns the object with the settings used for calls to listDatabases.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,AlloyDBAdminClient.ListInstancesPagedResponse> |
listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,AlloyDBAdminClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
com.google.api.gax.rpc.PagedCallSettings<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse> |
listSupportedDatabaseFlagsSettings()
Returns the object with the settings used for calls to listSupportedDatabaseFlags.
|
com.google.api.gax.rpc.PagedCallSettings<ListUsersRequest,ListUsersResponse,AlloyDBAdminClient.ListUsersPagedResponse> |
listUsersSettings()
Returns the object with the settings used for calls to listUsers.
|
static AlloyDBAdminSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static AlloyDBAdminSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static AlloyDBAdminSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<PromoteClusterRequest,Cluster,OperationMetadata> |
promoteClusterOperationSettings()
Returns the object with the settings used for calls to promoteCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<PromoteClusterRequest,com.google.longrunning.Operation> |
promoteClusterSettings()
Returns the object with the settings used for calls to promoteCluster.
|
com.google.api.gax.rpc.OperationCallSettings<RestartInstanceRequest,Instance,OperationMetadata> |
restartInstanceOperationSettings()
Returns the object with the settings used for calls to restartInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<RestartInstanceRequest,com.google.longrunning.Operation> |
restartInstanceSettings()
Returns the object with the settings used for calls to restartInstance.
|
com.google.api.gax.rpc.OperationCallSettings<RestoreClusterRequest,Cluster,OperationMetadata> |
restoreClusterOperationSettings()
Returns the object with the settings used for calls to restoreCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<RestoreClusterRequest,com.google.longrunning.Operation> |
restoreClusterSettings()
Returns the object with the settings used for calls to restoreCluster.
|
com.google.api.gax.rpc.OperationCallSettings<SwitchoverClusterRequest,Cluster,OperationMetadata> |
switchoverClusterOperationSettings()
Returns the object with the settings used for calls to switchoverCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<SwitchoverClusterRequest,com.google.longrunning.Operation> |
switchoverClusterSettings()
Returns the object with the settings used for calls to switchoverCluster.
|
AlloyDBAdminSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata> |
updateBackupOperationSettings()
Returns the object with the settings used for calls to updateBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateBackupRequest,com.google.longrunning.Operation> |
updateBackupSettings()
Returns the object with the settings used for calls to updateBackup.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata> |
updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateClusterRequest,com.google.longrunning.Operation> |
updateClusterSettings()
Returns the object with the settings used for calls to updateCluster.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata> |
updateInstanceOperationSettings()
Returns the object with the settings used for calls to updateInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceRequest,com.google.longrunning.Operation> |
updateInstanceSettings()
Returns the object with the settings used for calls to updateInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateUserRequest,User> |
updateUserSettings()
Returns the object with the settings used for calls to updateUser.
|
com.google.api.gax.rpc.OperationCallSettings<UpgradeClusterRequest,UpgradeClusterResponse,OperationMetadata> |
upgradeClusterOperationSettings()
Returns the object with the settings used for calls to upgradeCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<UpgradeClusterRequest,com.google.longrunning.Operation> |
upgradeClusterSettings()
Returns the object with the settings used for calls to upgradeCluster.
|
getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getUniverseDomain, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, toStringprotected AlloyDBAdminSettings(AlloyDBAdminSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.PagedCallSettings<ListClustersRequest,ListClustersResponse,AlloyDBAdminClient.ListClustersPagedResponse> listClustersSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster> getClusterSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateClusterRequest,com.google.longrunning.Operation> createClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,OperationMetadata> createClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateClusterRequest,com.google.longrunning.Operation> updateClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateClusterRequest,Cluster,OperationMetadata> updateClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ExportClusterRequest,com.google.longrunning.Operation> exportClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<ExportClusterRequest,ExportClusterResponse,OperationMetadata> exportClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ImportClusterRequest,com.google.longrunning.Operation> importClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<ImportClusterRequest,ImportClusterResponse,OperationMetadata> importClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpgradeClusterRequest,com.google.longrunning.Operation> upgradeClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpgradeClusterRequest,UpgradeClusterResponse,OperationMetadata> upgradeClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteClusterRequest,com.google.longrunning.Operation> deleteClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteClusterRequest,com.google.protobuf.Empty,OperationMetadata> deleteClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<PromoteClusterRequest,com.google.longrunning.Operation> promoteClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<PromoteClusterRequest,Cluster,OperationMetadata> promoteClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SwitchoverClusterRequest,com.google.longrunning.Operation> switchoverClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<SwitchoverClusterRequest,Cluster,OperationMetadata> switchoverClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RestoreClusterRequest,com.google.longrunning.Operation> restoreClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<RestoreClusterRequest,Cluster,OperationMetadata> restoreClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSecondaryClusterRequest,com.google.longrunning.Operation> createSecondaryClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateSecondaryClusterRequest,Cluster,OperationMetadata> createSecondaryClusterOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,AlloyDBAdminClient.ListInstancesPagedResponse> listInstancesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> createInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSecondaryInstanceRequest,com.google.longrunning.Operation> createSecondaryInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateSecondaryInstanceRequest,Instance,OperationMetadata> createSecondaryInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<BatchCreateInstancesRequest,com.google.longrunning.Operation> batchCreateInstancesSettings()
public com.google.api.gax.rpc.OperationCallSettings<BatchCreateInstancesRequest,BatchCreateInstancesResponse,OperationMetadata> batchCreateInstancesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceRequest,com.google.longrunning.Operation> updateInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata> updateInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation> deleteInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata> deleteInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<FailoverInstanceRequest,com.google.longrunning.Operation> failoverInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<FailoverInstanceRequest,Instance,OperationMetadata> failoverInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<InjectFaultRequest,com.google.longrunning.Operation> injectFaultSettings()
public com.google.api.gax.rpc.OperationCallSettings<InjectFaultRequest,Instance,OperationMetadata> injectFaultOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RestartInstanceRequest,com.google.longrunning.Operation> restartInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<RestartInstanceRequest,Instance,OperationMetadata> restartInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ExecuteSqlRequest,ExecuteSqlResponse> executeSqlSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,AlloyDBAdminClient.ListBackupsPagedResponse> listBackupsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateBackupRequest,com.google.longrunning.Operation> createBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateBackupRequest,com.google.longrunning.Operation> updateBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata> updateBackupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteBackupRequest,com.google.longrunning.Operation> deleteBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteBackupRequest,com.google.protobuf.Empty,OperationMetadata> deleteBackupOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse> listSupportedDatabaseFlagsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GenerateClientCertificateRequest,GenerateClientCertificateResponse> generateClientCertificateSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetConnectionInfoRequest,ConnectionInfo> getConnectionInfoSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListUsersRequest,ListUsersResponse,AlloyDBAdminClient.ListUsersPagedResponse> listUsersSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetUserRequest,User> getUserSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateUserRequest,User> createUserSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateUserRequest,User> updateUserSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteUserRequest,com.google.protobuf.Empty> deleteUserSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,AlloyDBAdminClient.ListDatabasesPagedResponse> listDatabasesSettings()
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,AlloyDBAdminClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public static final AlloyDBAdminSettings create(AlloyDBAdminStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static AlloyDBAdminSettings.Builder newBuilder()
public static AlloyDBAdminSettings.Builder newHttpJsonBuilder()
public static AlloyDBAdminSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public AlloyDBAdminSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<AlloyDBAdminSettings>Copyright © 2026 Google LLC. All rights reserved.