@Generated(value="by gapic-generator-java") public class BigtableTableAdminStubSettings extends com.google.api.gax.rpc.StubSettings<BigtableTableAdminStubSettings>
BigtableTableAdminStub.
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 createTable:
// 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
BigtableTableAdminStubSettings.Builder baseBigtableTableAdminSettingsBuilder =
BigtableTableAdminStubSettings.newBuilder();
baseBigtableTableAdminSettingsBuilder
.createTableSettings()
.setRetrySettings(
baseBigtableTableAdminSettingsBuilder
.createTableSettings()
.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());
BigtableTableAdminStubSettings baseBigtableTableAdminSettings =
baseBigtableTableAdminSettingsBuilder.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 createTableFromSnapshot:
// 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
BigtableTableAdminStubSettings.Builder baseBigtableTableAdminSettingsBuilder =
BigtableTableAdminStubSettings.newBuilder();
TimedRetryAlgorithm timedRetryAlgorithm =
OperationalTimedPollAlgorithm.create(
RetrySettings.newBuilder()
.setInitialRetryDelayDuration(Duration.ofMillis(500))
.setRetryDelayMultiplier(1.5)
.setMaxRetryDelayDuration(Duration.ofMillis(5000))
.setTotalTimeoutDuration(Duration.ofHours(24))
.build());
baseBigtableTableAdminSettingsBuilder
.createClusterOperationSettings()
.setPollingAlgorithm(timedRetryAlgorithm)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
BigtableTableAdminStubSettings.Builder
Builder for BigtableTableAdminStubSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BigtableTableAdminStubSettings(BigtableTableAdminStubSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallSettings<CheckConsistencyRequest,CheckConsistencyResponse> |
checkConsistencySettings()
Returns the object with the settings used for calls to checkConsistency.
|
com.google.api.gax.rpc.OperationCallSettings<CopyBackupRequest,Backup,CopyBackupMetadata> |
copyBackupOperationSettings()
Returns the object with the settings used for calls to copyBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<CopyBackupRequest,com.google.longrunning.Operation> |
copyBackupSettings()
Returns the object with the settings used for calls to copyBackup.
|
com.google.api.gax.rpc.OperationCallSettings<CreateAuthorizedViewRequest,AuthorizedView,CreateAuthorizedViewMetadata> |
createAuthorizedViewOperationSettings()
Returns the object with the settings used for calls to createAuthorizedView.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAuthorizedViewRequest,com.google.longrunning.Operation> |
createAuthorizedViewSettings()
Returns the object with the settings used for calls to createAuthorizedView.
|
com.google.api.gax.rpc.OperationCallSettings<CreateBackupRequest,Backup,CreateBackupMetadata> |
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<CreateSchemaBundleRequest,SchemaBundle,CreateSchemaBundleMetadata> |
createSchemaBundleOperationSettings()
Returns the object with the settings used for calls to createSchemaBundle.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSchemaBundleRequest,com.google.longrunning.Operation> |
createSchemaBundleSettings()
Returns the object with the settings used for calls to createSchemaBundle.
|
BigtableTableAdminStub |
createStub() |
com.google.api.gax.rpc.OperationCallSettings<CreateTableFromSnapshotRequest,Table,CreateTableFromSnapshotMetadata> |
createTableFromSnapshotOperationSettings()
Returns the object with the settings used for calls to createTableFromSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateTableFromSnapshotRequest,com.google.longrunning.Operation> |
createTableFromSnapshotSettings()
Returns the object with the settings used for calls to createTableFromSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateTableRequest,Table> |
createTableSettings()
Returns the object with the settings used for calls to createTable.
|
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 ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteAuthorizedViewRequest,com.google.protobuf.Empty> |
deleteAuthorizedViewSettings()
Returns the object with the settings used for calls to deleteAuthorizedView.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteBackupRequest,com.google.protobuf.Empty> |
deleteBackupSettings()
Returns the object with the settings used for calls to deleteBackup.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteSchemaBundleRequest,com.google.protobuf.Empty> |
deleteSchemaBundleSettings()
Returns the object with the settings used for calls to deleteSchemaBundle.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty> |
deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTableRequest,com.google.protobuf.Empty> |
deleteTableSettings()
Returns the object with the settings used for calls to deleteTable.
|
com.google.api.gax.rpc.UnaryCallSettings<DropRowRangeRequest,com.google.protobuf.Empty> |
dropRowRangeSettings()
Returns the object with the settings used for calls to dropRowRange.
|
com.google.api.gax.rpc.UnaryCallSettings<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> |
generateConsistencyTokenSettings()
Returns the object with the settings used for calls to generateConsistencyToken.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAuthorizedViewRequest,AuthorizedView> |
getAuthorizedViewSettings()
Returns the object with the settings used for calls to getAuthorizedView.
|
com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup> |
getBackupSettings()
Returns the object with the settings used for calls to getBackup.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static String |
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
protected com.google.api.gax.rpc.LibraryMetadata |
getLibraryMetadata() |
com.google.api.gax.rpc.UnaryCallSettings<GetSchemaBundleRequest,SchemaBundle> |
getSchemaBundleSettings()
Returns the object with the settings used for calls to getSchemaBundle.
|
String |
getServiceName()
Returns the default service name.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot> |
getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<GetTableRequest,Table> |
getTableSettings()
Returns the object with the settings used for calls to getTable.
|
com.google.api.gax.rpc.PagedCallSettings<ListAuthorizedViewsRequest,ListAuthorizedViewsResponse,BaseBigtableTableAdminClient.ListAuthorizedViewsPagedResponse> |
listAuthorizedViewsSettings()
Returns the object with the settings used for calls to listAuthorizedViews.
|
com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,BaseBigtableTableAdminClient.ListBackupsPagedResponse> |
listBackupsSettings()
Returns the object with the settings used for calls to listBackups.
|
com.google.api.gax.rpc.PagedCallSettings<ListSchemaBundlesRequest,ListSchemaBundlesResponse,BaseBigtableTableAdminClient.ListSchemaBundlesPagedResponse> |
listSchemaBundlesSettings()
Returns the object with the settings used for calls to listSchemaBundles.
|
com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> |
listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
|
com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,BaseBigtableTableAdminClient.ListTablesPagedResponse> |
listTablesSettings()
Returns the object with the settings used for calls to listTables.
|
com.google.api.gax.rpc.UnaryCallSettings<ModifyColumnFamiliesRequest,Table> |
modifyColumnFamiliesSettings()
Returns the object with the settings used for calls to modifyColumnFamilies.
|
static BigtableTableAdminStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static BigtableTableAdminStubSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<RestoreTableRequest,Table,RestoreTableMetadata> |
restoreTableOperationSettings()
Returns the object with the settings used for calls to restoreTable.
|
com.google.api.gax.rpc.UnaryCallSettings<RestoreTableRequest,com.google.longrunning.Operation> |
restoreTableSettings()
Returns the object with the settings used for calls to restoreTable.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.OperationCallSettings<SnapshotTableRequest,Snapshot,SnapshotTableMetadata> |
snapshotTableOperationSettings()
Returns the object with the settings used for calls to snapshotTable.
|
com.google.api.gax.rpc.UnaryCallSettings<SnapshotTableRequest,com.google.longrunning.Operation> |
snapshotTableSettings()
Returns the object with the settings used for calls to snapshotTable.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
BigtableTableAdminStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UndeleteTableRequest,Table,UndeleteTableMetadata> |
undeleteTableOperationSettings()
Returns the object with the settings used for calls to undeleteTable.
|
com.google.api.gax.rpc.UnaryCallSettings<UndeleteTableRequest,com.google.longrunning.Operation> |
undeleteTableSettings()
Returns the object with the settings used for calls to undeleteTable.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateAuthorizedViewRequest,AuthorizedView,UpdateAuthorizedViewMetadata> |
updateAuthorizedViewOperationSettings()
Returns the object with the settings used for calls to updateAuthorizedView.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateAuthorizedViewRequest,com.google.longrunning.Operation> |
updateAuthorizedViewSettings()
Returns the object with the settings used for calls to updateAuthorizedView.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateBackupRequest,Backup> |
updateBackupSettings()
Returns the object with the settings used for calls to updateBackup.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateSchemaBundleRequest,SchemaBundle,UpdateSchemaBundleMetadata> |
updateSchemaBundleOperationSettings()
Returns the object with the settings used for calls to updateSchemaBundle.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSchemaBundleRequest,com.google.longrunning.Operation> |
updateSchemaBundleSettings()
Returns the object with the settings used for calls to updateSchemaBundle.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateTableRequest,Table,UpdateTableMetadata> |
updateTableOperationSettings()
Returns the object with the settings used for calls to updateTable.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTableRequest,com.google.longrunning.Operation> |
updateTableSettings()
Returns the object with the settings used for calls to updateTable.
|
getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, getUniverseDomain, toStringprotected BigtableTableAdminStubSettings(BigtableTableAdminStubSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateTableRequest,Table> createTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateTableFromSnapshotRequest,com.google.longrunning.Operation> createTableFromSnapshotSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateTableFromSnapshotRequest,Table,CreateTableFromSnapshotMetadata> createTableFromSnapshotOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,BaseBigtableTableAdminClient.ListTablesPagedResponse> listTablesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetTableRequest,Table> getTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTableRequest,com.google.longrunning.Operation> updateTableSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateTableRequest,Table,UpdateTableMetadata> updateTableOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTableRequest,com.google.protobuf.Empty> deleteTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UndeleteTableRequest,com.google.longrunning.Operation> undeleteTableSettings()
public com.google.api.gax.rpc.OperationCallSettings<UndeleteTableRequest,Table,UndeleteTableMetadata> undeleteTableOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateAuthorizedViewRequest,com.google.longrunning.Operation> createAuthorizedViewSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateAuthorizedViewRequest,AuthorizedView,CreateAuthorizedViewMetadata> createAuthorizedViewOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAuthorizedViewsRequest,ListAuthorizedViewsResponse,BaseBigtableTableAdminClient.ListAuthorizedViewsPagedResponse> listAuthorizedViewsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAuthorizedViewRequest,AuthorizedView> getAuthorizedViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAuthorizedViewRequest,com.google.longrunning.Operation> updateAuthorizedViewSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateAuthorizedViewRequest,AuthorizedView,UpdateAuthorizedViewMetadata> updateAuthorizedViewOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAuthorizedViewRequest,com.google.protobuf.Empty> deleteAuthorizedViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ModifyColumnFamiliesRequest,Table> modifyColumnFamiliesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DropRowRangeRequest,com.google.protobuf.Empty> dropRowRangeSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> generateConsistencyTokenSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CheckConsistencyRequest,CheckConsistencyResponse> checkConsistencySettings()
public com.google.api.gax.rpc.UnaryCallSettings<SnapshotTableRequest,com.google.longrunning.Operation> snapshotTableSettings()
public com.google.api.gax.rpc.OperationCallSettings<SnapshotTableRequest,Snapshot,SnapshotTableMetadata> snapshotTableOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot> getSnapshotSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty> deleteSnapshotSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateBackupRequest,com.google.longrunning.Operation> createBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateBackupRequest,Backup,CreateBackupMetadata> createBackupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateBackupRequest,Backup> updateBackupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteBackupRequest,com.google.protobuf.Empty> deleteBackupSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListBackupsRequest,ListBackupsResponse,BaseBigtableTableAdminClient.ListBackupsPagedResponse> listBackupsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RestoreTableRequest,com.google.longrunning.Operation> restoreTableSettings()
public com.google.api.gax.rpc.OperationCallSettings<RestoreTableRequest,Table,RestoreTableMetadata> restoreTableOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CopyBackupRequest,com.google.longrunning.Operation> copyBackupSettings()
public com.google.api.gax.rpc.OperationCallSettings<CopyBackupRequest,Backup,CopyBackupMetadata> copyBackupOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSchemaBundleRequest,com.google.longrunning.Operation> createSchemaBundleSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateSchemaBundleRequest,SchemaBundle,CreateSchemaBundleMetadata> createSchemaBundleOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSchemaBundleRequest,com.google.longrunning.Operation> updateSchemaBundleSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateSchemaBundleRequest,SchemaBundle,UpdateSchemaBundleMetadata> updateSchemaBundleOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSchemaBundleRequest,SchemaBundle> getSchemaBundleSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSchemaBundlesRequest,ListSchemaBundlesResponse,BaseBigtableTableAdminClient.ListSchemaBundlesPagedResponse> listSchemaBundlesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSchemaBundleRequest,com.google.protobuf.Empty> deleteSchemaBundleSettings()
public BigtableTableAdminStub createStub() throws IOException
IOExceptionpublic String getServiceName()
getServiceName in class com.google.api.gax.rpc.StubSettings<BigtableTableAdminStubSettings>public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
@ObsoleteApi(value="Use getEndpoint() instead") public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
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()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static BigtableTableAdminStubSettings.Builder newBuilder()
public static BigtableTableAdminStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public BigtableTableAdminStubSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.StubSettings<BigtableTableAdminStubSettings>protected com.google.api.gax.rpc.LibraryMetadata getLibraryMetadata()
getLibraryMetadata in class com.google.api.gax.rpc.StubSettings<BigtableTableAdminStubSettings>Copyright © 2026 Google LLC. All rights reserved.