@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 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();
| 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<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.cloud.bigtable.admin.v2.stub.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<DeleteBackupRequest,com.google.protobuf.Empty> |
deleteBackupSettings()
Returns the object with the settings used for calls to deleteBackup.
|
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<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.
|
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<ListBackupsRequest,ListBackupsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse> |
listBackupsSettings()
Returns the object with the settings used for calls to listBackups.
|
com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> |
listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
|
com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,com.google.cloud.bigtable.admin.v2.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.UnaryCallSettings<UpdateBackupRequest,Backup> |
updateBackupSettings()
Returns the object with the settings used for calls to updateBackup.
|
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.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, 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,com.google.cloud.bigtable.admin.v2.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<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,com.google.cloud.bigtable.admin.v2.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,com.google.cloud.bigtable.admin.v2.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<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.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub createStub()
throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
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()
@BetaApi(value="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()
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>Copyright © 2022 Google LLC. All rights reserved.