@Generated(value="by gapic-generator") @BetaApi public class BigtableTableAdminStubSettings extends 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:
BigtableTableAdminStubSettings.Builder baseBigtableTableAdminSettingsBuilder =
BigtableTableAdminStubSettings.newBuilder();
baseBigtableTableAdminSettingsBuilder.createTableSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
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 |
---|---|
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.
|
com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub |
createStub() |
OperationCallSettings<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,com.google.bigtable.admin.v2.Table,com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata> |
createTableFromSnapshotOperationSettings()
Returns the object with the settings used for calls to createTableFromSnapshot.
|
UnaryCallSettings<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,Operation> |
createTableFromSnapshotSettings()
Returns the object with the settings used for calls to createTableFromSnapshot.
|
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.
|
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<com.google.bigtable.admin.v2.DeleteSnapshotRequest,Empty> |
deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
|
UnaryCallSettings<com.google.bigtable.admin.v2.DeleteTableRequest,Empty> |
deleteTableSettings()
Returns the object with the settings used for calls to deleteTable.
|
UnaryCallSettings<com.google.bigtable.admin.v2.DropRowRangeRequest,Empty> |
dropRowRangeSettings()
Returns the object with the settings used for calls to dropRowRange.
|
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.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
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.
|
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.
|
PagedCallSettings<com.google.bigtable.admin.v2.ListSnapshotsRequest,com.google.bigtable.admin.v2.ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> |
listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
|
PagedCallSettings<com.google.bigtable.admin.v2.ListTablesRequest,com.google.bigtable.admin.v2.ListTablesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse> |
listTablesSettings()
Returns the object with the settings used for calls to listTables.
|
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.
|
static BigtableTableAdminStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static BigtableTableAdminStubSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
OperationCallSettings<com.google.bigtable.admin.v2.SnapshotTableRequest,com.google.bigtable.admin.v2.Snapshot,com.google.bigtable.admin.v2.SnapshotTableMetadata> |
snapshotTableOperationSettings()
Returns the object with the settings used for calls to snapshotTable.
|
UnaryCallSettings<com.google.bigtable.admin.v2.SnapshotTableRequest,Operation> |
snapshotTableSettings()
Returns the object with the settings used for calls to snapshotTable.
|
BigtableTableAdminStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
protected BigtableTableAdminStubSettings(BigtableTableAdminStubSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<com.google.bigtable.admin.v2.CreateTableRequest,com.google.bigtable.admin.v2.Table> createTableSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,Operation> createTableFromSnapshotSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,com.google.bigtable.admin.v2.Table,com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata> createTableFromSnapshotOperationSettings()
public PagedCallSettings<com.google.bigtable.admin.v2.ListTablesRequest,com.google.bigtable.admin.v2.ListTablesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse> listTablesSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.GetTableRequest,com.google.bigtable.admin.v2.Table> getTableSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.DeleteTableRequest,Empty> deleteTableSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest,com.google.bigtable.admin.v2.Table> modifyColumnFamiliesSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.DropRowRangeRequest,Empty> dropRowRangeSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest,com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse> generateConsistencyTokenSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.CheckConsistencyRequest,com.google.bigtable.admin.v2.CheckConsistencyResponse> checkConsistencySettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.SnapshotTableRequest,Operation> snapshotTableSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings<com.google.bigtable.admin.v2.SnapshotTableRequest,com.google.bigtable.admin.v2.Snapshot,com.google.bigtable.admin.v2.SnapshotTableMetadata> snapshotTableOperationSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.GetSnapshotRequest,com.google.bigtable.admin.v2.Snapshot> getSnapshotSettings()
public PagedCallSettings<com.google.bigtable.admin.v2.ListSnapshotsRequest,com.google.bigtable.admin.v2.ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.DeleteSnapshotRequest,Empty> deleteSnapshotSettings()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub createStub() throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static BigtableTableAdminStubSettings.Builder newBuilder()
public static BigtableTableAdminStubSettings.Builder newBuilder(ClientContext clientContext)
public BigtableTableAdminStubSettings.Builder toBuilder()
toBuilder
in class StubSettings<BigtableTableAdminStubSettings>
Copyright © 2019 Google LLC. All rights reserved.