Class BigtableTableAdminStubSettings
java.lang.Object
com.google.api.gax.rpc.StubSettings<BigtableTableAdminStubSettings>
com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
@Generated("by gapic-generator-java")
public class BigtableTableAdminStubSettings
extends com.google.api.gax.rpc.StubSettings<BigtableTableAdminStubSettings>
Settings class to configure an instance of
BigtableTableAdminStub
.
The default instance has everything set to sensible defaults:
- The default service address (bigtableadmin.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 createTable 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
BigtableTableAdminStubSettings.Builder baseBigtableTableAdminSettingsBuilder =
BigtableTableAdminStubSettings.newBuilder();
baseBigtableTableAdminSettingsBuilder
.createTableSettings()
.setRetrySettings(
baseBigtableTableAdminSettingsBuilder
.createTableSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
BigtableTableAdminStubSettings baseBigtableTableAdminSettings =
baseBigtableTableAdminSettingsBuilder.build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder for BigtableTableAdminStubSettings. -
Constructor Summary
ModifierConstructorDescriptionprotected
BigtableTableAdminStubSettings
(BigtableTableAdminStubSettings.Builder settingsBuilder) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CheckConsistencyRequest,
com.google.bigtable.admin.v2.CheckConsistencyResponse> Returns the object with the settings used for calls to checkConsistency.com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.CopyBackupRequest,
com.google.bigtable.admin.v2.Backup, com.google.bigtable.admin.v2.CopyBackupMetadata> Returns the object with the settings used for calls to copyBackup.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CopyBackupRequest,
com.google.longrunning.Operation> Returns the object with the settings used for calls to copyBackup.com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.CreateBackupRequest,
com.google.bigtable.admin.v2.Backup, com.google.bigtable.admin.v2.CreateBackupMetadata> Returns the object with the settings used for calls to createBackup.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CreateBackupRequest,
com.google.longrunning.Operation> Returns the object with the settings used for calls to createBackup.com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,
com.google.bigtable.admin.v2.Table, com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata> Returns the object with the settings used for calls to createTableFromSnapshot.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,
com.google.longrunning.Operation> Returns the object with the settings used for calls to createTableFromSnapshot.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CreateTableRequest,
com.google.bigtable.admin.v2.Table> Returns the object with the settings used for calls to createTable.static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder
static com.google.api.gax.core.GoogleCredentialsProvider.Builder
Returns a builder for the default credentials for this service.static com.google.api.gax.core.InstantiatingExecutorProvider.Builder
Returns a builder for the default ExecutorProvider for this service.static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder
Returns a builder for the default ChannelProvider for this service.static com.google.api.gax.rpc.TransportChannelProvider
com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.DeleteBackupRequest,
com.google.protobuf.Empty> Returns the object with the settings used for calls to deleteBackup.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.DeleteSnapshotRequest,
com.google.protobuf.Empty> Returns the object with the settings used for calls to deleteSnapshot.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.DeleteTableRequest,
com.google.protobuf.Empty> Returns the object with the settings used for calls to deleteTable.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.DropRowRangeRequest,
com.google.protobuf.Empty> Returns the object with the settings used for calls to dropRowRange.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest,
com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse> Returns the object with the settings used for calls to generateConsistencyToken.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.GetBackupRequest,
com.google.bigtable.admin.v2.Backup> Returns the object with the settings used for calls to getBackup.static String
Returns the default service endpoint.static String
Returns the default mTLS service endpoint.Returns the default service scopes.com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,
com.google.iam.v1.Policy> Returns the object with the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.GetSnapshotRequest,
com.google.bigtable.admin.v2.Snapshot> Returns the object with the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.GetTableRequest,
com.google.bigtable.admin.v2.Table> Returns the object with the settings used for calls to getTable.com.google.api.gax.rpc.PagedCallSettings<com.google.bigtable.admin.v2.ListBackupsRequest,
com.google.bigtable.admin.v2.ListBackupsResponse, com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse> Returns the object with the settings used for calls to listBackups.com.google.api.gax.rpc.PagedCallSettings<com.google.bigtable.admin.v2.ListSnapshotsRequest,
com.google.bigtable.admin.v2.ListSnapshotsResponse, com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> Returns the object with the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<com.google.bigtable.admin.v2.ListTablesRequest,
com.google.bigtable.admin.v2.ListTablesResponse, com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse> Returns the object with the settings used for calls to listTables.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest,
com.google.bigtable.admin.v2.Table> Returns the object with the settings used for calls to modifyColumnFamilies.Returns a new builder for this class.newBuilder
(com.google.api.gax.rpc.ClientContext clientContext) Returns a new builder for this class.com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.RestoreTableRequest,
com.google.bigtable.admin.v2.Table, com.google.bigtable.admin.v2.RestoreTableMetadata> Returns the object with the settings used for calls to restoreTable.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.RestoreTableRequest,
com.google.longrunning.Operation> 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> Returns the object with the settings used for calls to setIamPolicy.com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.SnapshotTableRequest,
com.google.bigtable.admin.v2.Snapshot, com.google.bigtable.admin.v2.SnapshotTableMetadata> Returns the object with the settings used for calls to snapshotTable.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.SnapshotTableRequest,
com.google.longrunning.Operation> 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> Returns the object with the settings used for calls to testIamPermissions.Returns a builder containing all the values of this settings class.com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.UndeleteTableRequest,
com.google.bigtable.admin.v2.Table, com.google.bigtable.admin.v2.UndeleteTableMetadata> Returns the object with the settings used for calls to undeleteTable.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.UndeleteTableRequest,
com.google.longrunning.Operation> Returns the object with the settings used for calls to undeleteTable.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.UpdateBackupRequest,
com.google.bigtable.admin.v2.Backup> Returns the object with the settings used for calls to updateBackup.com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.UpdateTableRequest,
com.google.bigtable.admin.v2.Table, com.google.bigtable.admin.v2.UpdateTableMetadata> Returns the object with the settings used for calls to updateTable.com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.UpdateTableRequest,
com.google.longrunning.Operation> Returns the object with the settings used for calls to updateTable.Methods inherited from class com.google.api.gax.rpc.StubSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
-
Constructor Details
-
BigtableTableAdminStubSettings
protected BigtableTableAdminStubSettings(BigtableTableAdminStubSettings.Builder settingsBuilder) throws IOException - Throws:
IOException
-
-
Method Details
-
createTableSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CreateTableRequest,com.google.bigtable.admin.v2.Table> createTableSettings()Returns the object with the settings used for calls to createTable. -
createTableFromSnapshotSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,com.google.longrunning.Operation> createTableFromSnapshotSettings()Returns the object with the settings used for calls to createTableFromSnapshot. -
createTableFromSnapshotOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,com.google.bigtable.admin.v2.Table, createTableFromSnapshotOperationSettings()com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata> Returns the object with the settings used for calls to createTableFromSnapshot. -
listTablesSettings
public com.google.api.gax.rpc.PagedCallSettings<com.google.bigtable.admin.v2.ListTablesRequest,com.google.bigtable.admin.v2.ListTablesResponse, listTablesSettings()com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse> Returns the object with the settings used for calls to listTables. -
getTableSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.GetTableRequest,com.google.bigtable.admin.v2.Table> getTableSettings()Returns the object with the settings used for calls to getTable. -
updateTableSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.UpdateTableRequest,com.google.longrunning.Operation> updateTableSettings()Returns the object with the settings used for calls to updateTable. -
updateTableOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.UpdateTableRequest,com.google.bigtable.admin.v2.Table, updateTableOperationSettings()com.google.bigtable.admin.v2.UpdateTableMetadata> Returns the object with the settings used for calls to updateTable. -
deleteTableSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.DeleteTableRequest,com.google.protobuf.Empty> deleteTableSettings()Returns the object with the settings used for calls to deleteTable. -
undeleteTableSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.UndeleteTableRequest,com.google.longrunning.Operation> undeleteTableSettings()Returns the object with the settings used for calls to undeleteTable. -
undeleteTableOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.UndeleteTableRequest,com.google.bigtable.admin.v2.Table, undeleteTableOperationSettings()com.google.bigtable.admin.v2.UndeleteTableMetadata> Returns the object with the settings used for calls to undeleteTable. -
modifyColumnFamiliesSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest,com.google.bigtable.admin.v2.Table> modifyColumnFamiliesSettings()Returns the object with the settings used for calls to modifyColumnFamilies. -
dropRowRangeSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.DropRowRangeRequest,com.google.protobuf.Empty> dropRowRangeSettings()Returns the object with the settings used for calls to dropRowRange. -
generateConsistencyTokenSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest,com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse> generateConsistencyTokenSettings()Returns the object with the settings used for calls to generateConsistencyToken. -
checkConsistencySettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CheckConsistencyRequest,com.google.bigtable.admin.v2.CheckConsistencyResponse> checkConsistencySettings()Returns the object with the settings used for calls to checkConsistency. -
snapshotTableSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.SnapshotTableRequest,com.google.longrunning.Operation> snapshotTableSettings()Returns the object with the settings used for calls to snapshotTable. -
snapshotTableOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.SnapshotTableRequest,com.google.bigtable.admin.v2.Snapshot, snapshotTableOperationSettings()com.google.bigtable.admin.v2.SnapshotTableMetadata> Returns the object with the settings used for calls to snapshotTable. -
getSnapshotSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.GetSnapshotRequest,com.google.bigtable.admin.v2.Snapshot> getSnapshotSettings()Returns the object with the settings used for calls to getSnapshot. -
listSnapshotsSettings
public com.google.api.gax.rpc.PagedCallSettings<com.google.bigtable.admin.v2.ListSnapshotsRequest,com.google.bigtable.admin.v2.ListSnapshotsResponse, listSnapshotsSettings()com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> Returns the object with the settings used for calls to listSnapshots. -
deleteSnapshotSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.DeleteSnapshotRequest,com.google.protobuf.Empty> deleteSnapshotSettings()Returns the object with the settings used for calls to deleteSnapshot. -
createBackupSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CreateBackupRequest,com.google.longrunning.Operation> createBackupSettings()Returns the object with the settings used for calls to createBackup. -
createBackupOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.CreateBackupRequest,com.google.bigtable.admin.v2.Backup, createBackupOperationSettings()com.google.bigtable.admin.v2.CreateBackupMetadata> Returns the object with the settings used for calls to createBackup. -
getBackupSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.GetBackupRequest,com.google.bigtable.admin.v2.Backup> getBackupSettings()Returns the object with the settings used for calls to getBackup. -
updateBackupSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.UpdateBackupRequest,com.google.bigtable.admin.v2.Backup> updateBackupSettings()Returns the object with the settings used for calls to updateBackup. -
deleteBackupSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.DeleteBackupRequest,com.google.protobuf.Empty> deleteBackupSettings()Returns the object with the settings used for calls to deleteBackup. -
listBackupsSettings
public com.google.api.gax.rpc.PagedCallSettings<com.google.bigtable.admin.v2.ListBackupsRequest,com.google.bigtable.admin.v2.ListBackupsResponse, listBackupsSettings()com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse> Returns the object with the settings used for calls to listBackups. -
restoreTableSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.RestoreTableRequest,com.google.longrunning.Operation> restoreTableSettings()Returns the object with the settings used for calls to restoreTable. -
restoreTableOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.RestoreTableRequest,com.google.bigtable.admin.v2.Table, restoreTableOperationSettings()com.google.bigtable.admin.v2.RestoreTableMetadata> Returns the object with the settings used for calls to restoreTable. -
copyBackupSettings
public com.google.api.gax.rpc.UnaryCallSettings<com.google.bigtable.admin.v2.CopyBackupRequest,com.google.longrunning.Operation> copyBackupSettings()Returns the object with the settings used for calls to copyBackup. -
copyBackupOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<com.google.bigtable.admin.v2.CopyBackupRequest,com.google.bigtable.admin.v2.Backup, copyBackupOperationSettings()com.google.bigtable.admin.v2.CopyBackupMetadata> Returns the object with the settings used for calls to copyBackup. -
getIamPolicySettings
public 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. -
setIamPolicySettings
public 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. -
testIamPermissionsSettings
public 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. -
createStub
public com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub createStub() throws IOException- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()Returns a builder for the default ExecutorProvider for this service. -
getDefaultEndpoint
Returns the default service endpoint. -
getDefaultMtlsEndpoint
Returns the default mTLS service endpoint. -
getDefaultServiceScopes
Returns the default service scopes. -
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()Returns a builder for the default credentials for this service. -
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()Returns a builder for the default ChannelProvider for this service. -
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider() -
defaultApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() -
newBuilder
Returns a new builder for this class. -
newBuilder
public static BigtableTableAdminStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext) Returns a new builder for this class. -
toBuilder
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.StubSettings<BigtableTableAdminStubSettings>
-