Send feedback
Class BigtableTableAdminStubSettings.Builder (2.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.30.0 keyboard_arrow_down
public static class BigtableTableAdminStubSettings . Builder extends StubSettings . Builder<BigtableTableAdminStubSettings , BigtableTableAdminStubSettings . Builder >
Builder for BigtableTableAdminStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Builder(BigtableTableAdminStubSettings settings)
protected Builder ( BigtableTableAdminStubSettings settings )
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public BigtableTableAdminStubSettings . Builder applyToAllUnaryMethods ( ApiFunction<UnaryCallSettings . Builder <? , ? >, Void > settingsUpdater )
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
build()
public BigtableTableAdminStubSettings build ()
Overrides
checkConsistencySettings()
public UnaryCallSettings . Builder<CheckConsistencyRequest , CheckConsistencyResponse > checkConsistencySettings ()
Returns the builder for the settings used for calls to checkConsistency.
Returns Type Description Builder <com.google.bigtable.admin.v2.CheckConsistencyRequest ,com.google.bigtable.admin.v2.CheckConsistencyResponse >
copyBackupOperationSettings()
public OperationCallSettings . Builder<CopyBackupRequest , Backup , CopyBackupMetadata > copyBackupOperationSettings ()
Returns the builder for the settings used for calls to copyBackup.
Returns Type Description Builder <com.google.bigtable.admin.v2.CopyBackupRequest ,com.google.bigtable.admin.v2.Backup ,com.google.bigtable.admin.v2.CopyBackupMetadata >
copyBackupSettings()
public UnaryCallSettings . Builder<CopyBackupRequest , Operation > copyBackupSettings ()
Returns the builder for the settings used for calls to copyBackup.
Returns Type Description Builder <com.google.bigtable.admin.v2.CopyBackupRequest ,Operation >
createBackupOperationSettings()
public OperationCallSettings . Builder<CreateBackupRequest , Backup , CreateBackupMetadata > createBackupOperationSettings ()
Returns the builder for the settings used for calls to createBackup.
Returns Type Description Builder <com.google.bigtable.admin.v2.CreateBackupRequest ,com.google.bigtable.admin.v2.Backup ,com.google.bigtable.admin.v2.CreateBackupMetadata >
createBackupSettings()
public UnaryCallSettings . Builder<CreateBackupRequest , Operation > createBackupSettings ()
Returns the builder for the settings used for calls to createBackup.
Returns Type Description Builder <com.google.bigtable.admin.v2.CreateBackupRequest ,Operation >
createTableFromSnapshotOperationSettings()
public OperationCallSettings . Builder<CreateTableFromSnapshotRequest , Table , CreateTableFromSnapshotMetadata > createTableFromSnapshotOperationSettings ()
Returns the builder for the settings used for calls to createTableFromSnapshot.
Returns Type Description Builder <com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest ,com.google.bigtable.admin.v2.Table ,com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata >
createTableFromSnapshotSettings()
public UnaryCallSettings . Builder<CreateTableFromSnapshotRequest , Operation > createTableFromSnapshotSettings ()
Returns the builder for the settings used for calls to createTableFromSnapshot.
Returns Type Description Builder <com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest ,Operation >
createTableSettings()
public UnaryCallSettings . Builder<CreateTableRequest , Table > createTableSettings ()
Returns the builder for the settings used for calls to createTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.CreateTableRequest ,com.google.bigtable.admin.v2.Table >
deleteBackupSettings()
public UnaryCallSettings . Builder<DeleteBackupRequest , Empty > deleteBackupSettings ()
Returns the builder for the settings used for calls to deleteBackup.
Returns Type Description Builder <com.google.bigtable.admin.v2.DeleteBackupRequest ,Empty >
deleteSnapshotSettings()
public UnaryCallSettings . Builder<DeleteSnapshotRequest , Empty > deleteSnapshotSettings ()
Returns the builder for the settings used for calls to deleteSnapshot.
Returns Type Description Builder <com.google.bigtable.admin.v2.DeleteSnapshotRequest ,Empty >
deleteTableSettings()
public UnaryCallSettings . Builder<DeleteTableRequest , Empty > deleteTableSettings ()
Returns the builder for the settings used for calls to deleteTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.DeleteTableRequest ,Empty >
dropRowRangeSettings()
public UnaryCallSettings . Builder<DropRowRangeRequest , Empty > dropRowRangeSettings ()
Returns the builder for the settings used for calls to dropRowRange.
Returns Type Description Builder <com.google.bigtable.admin.v2.DropRowRangeRequest ,Empty >
generateConsistencyTokenSettings()
public UnaryCallSettings . Builder<GenerateConsistencyTokenRequest , GenerateConsistencyTokenResponse > generateConsistencyTokenSettings ()
Returns the builder for the settings used for calls to generateConsistencyToken.
Returns Type Description Builder <com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest ,com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse >
getBackupSettings()
public UnaryCallSettings . Builder<GetBackupRequest , Backup > getBackupSettings ()
Returns the builder for the settings used for calls to getBackup.
Returns Type Description Builder <com.google.bigtable.admin.v2.GetBackupRequest ,com.google.bigtable.admin.v2.Backup >
getIamPolicySettings()
public UnaryCallSettings . Builder<GetIamPolicyRequest , Policy > getIamPolicySettings ()
Returns the builder for the settings used for calls to getIamPolicy.
Returns Type Description Builder <com.google.iam.v1.GetIamPolicyRequest ,com.google.iam.v1.Policy >
getSnapshotSettings()
public UnaryCallSettings . Builder<GetSnapshotRequest , Snapshot > getSnapshotSettings ()
Returns the builder for the settings used for calls to getSnapshot.
Returns Type Description Builder <com.google.bigtable.admin.v2.GetSnapshotRequest ,com.google.bigtable.admin.v2.Snapshot >
getTableSettings()
public UnaryCallSettings . Builder<GetTableRequest , Table > getTableSettings ()
Returns the builder for the settings used for calls to getTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.GetTableRequest ,com.google.bigtable.admin.v2.Table >
listBackupsSettings()
public PagedCallSettings . Builder<ListBackupsRequest , ListBackupsResponse , BaseBigtableTableAdminClient . ListBackupsPagedResponse > listBackupsSettings ()
Returns the builder for the settings used for calls to listBackups.
Returns Type Description Builder <com.google.bigtable.admin.v2.ListBackupsRequest ,com.google.bigtable.admin.v2.ListBackupsResponse ,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse >
listSnapshotsSettings()
public PagedCallSettings . Builder<ListSnapshotsRequest , ListSnapshotsResponse , BaseBigtableTableAdminClient . ListSnapshotsPagedResponse > listSnapshotsSettings ()
Returns the builder for the settings used for calls to listSnapshots.
Returns Type Description Builder <com.google.bigtable.admin.v2.ListSnapshotsRequest ,com.google.bigtable.admin.v2.ListSnapshotsResponse ,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse >
listTablesSettings()
public PagedCallSettings . Builder<ListTablesRequest , ListTablesResponse , BaseBigtableTableAdminClient . ListTablesPagedResponse > listTablesSettings ()
Returns the builder for the settings used for calls to listTables.
Returns Type Description Builder <com.google.bigtable.admin.v2.ListTablesRequest ,com.google.bigtable.admin.v2.ListTablesResponse ,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse >
modifyColumnFamiliesSettings()
public UnaryCallSettings . Builder<ModifyColumnFamiliesRequest , Table > modifyColumnFamiliesSettings ()
Returns the builder for the settings used for calls to modifyColumnFamilies.
Returns Type Description Builder <com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest ,com.google.bigtable.admin.v2.Table >
restoreTableOperationSettings()
public OperationCallSettings . Builder<RestoreTableRequest , Table , RestoreTableMetadata > restoreTableOperationSettings ()
Returns the builder for the settings used for calls to restoreTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.RestoreTableRequest ,com.google.bigtable.admin.v2.Table ,com.google.bigtable.admin.v2.RestoreTableMetadata >
restoreTableSettings()
public UnaryCallSettings . Builder<RestoreTableRequest , Operation > restoreTableSettings ()
Returns the builder for the settings used for calls to restoreTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.RestoreTableRequest ,Operation >
setIamPolicySettings()
public UnaryCallSettings . Builder<SetIamPolicyRequest , Policy > setIamPolicySettings ()
Returns the builder for the settings used for calls to setIamPolicy.
Returns Type Description Builder <com.google.iam.v1.SetIamPolicyRequest ,com.google.iam.v1.Policy >
snapshotTableOperationSettings()
public OperationCallSettings . Builder<SnapshotTableRequest , Snapshot , SnapshotTableMetadata > snapshotTableOperationSettings ()
Returns the builder for the settings used for calls to snapshotTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.SnapshotTableRequest ,com.google.bigtable.admin.v2.Snapshot ,com.google.bigtable.admin.v2.SnapshotTableMetadata >
snapshotTableSettings()
public UnaryCallSettings . Builder<SnapshotTableRequest , Operation > snapshotTableSettings ()
Returns the builder for the settings used for calls to snapshotTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.SnapshotTableRequest ,Operation >
testIamPermissionsSettings()
public UnaryCallSettings . Builder<TestIamPermissionsRequest , TestIamPermissionsResponse > testIamPermissionsSettings ()
Returns the builder for the settings used for calls to testIamPermissions.
Returns Type Description Builder <com.google.iam.v1.TestIamPermissionsRequest ,com.google.iam.v1.TestIamPermissionsResponse >
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings . Builder <? , ? >> unaryMethodSettingsBuilders ()
Returns Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>
undeleteTableOperationSettings()
public OperationCallSettings . Builder<UndeleteTableRequest , Table , UndeleteTableMetadata > undeleteTableOperationSettings ()
Returns the builder for the settings used for calls to undeleteTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.UndeleteTableRequest ,com.google.bigtable.admin.v2.Table ,com.google.bigtable.admin.v2.UndeleteTableMetadata >
undeleteTableSettings()
public UnaryCallSettings . Builder<UndeleteTableRequest , Operation > undeleteTableSettings ()
Returns the builder for the settings used for calls to undeleteTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.UndeleteTableRequest ,Operation >
updateBackupSettings()
public UnaryCallSettings . Builder<UpdateBackupRequest , Backup > updateBackupSettings ()
Returns the builder for the settings used for calls to updateBackup.
Returns Type Description Builder <com.google.bigtable.admin.v2.UpdateBackupRequest ,com.google.bigtable.admin.v2.Backup >
updateTableOperationSettings()
public OperationCallSettings . Builder<UpdateTableRequest , Table , UpdateTableMetadata > updateTableOperationSettings ()
Returns the builder for the settings used for calls to updateTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.UpdateTableRequest ,com.google.bigtable.admin.v2.Table ,com.google.bigtable.admin.v2.UpdateTableMetadata >
updateTableSettings()
public UnaryCallSettings . Builder<UpdateTableRequest , Operation > updateTableSettings ()
Returns the builder for the settings used for calls to updateTable.
Returns Type Description Builder <com.google.bigtable.admin.v2.UpdateTableRequest ,Operation >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]