public static class BigtableTableAdminStubSettings.Builder extends StubSettings.Builder<BigtableTableAdminStubSettings,BigtableTableAdminStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(BigtableTableAdminStubSettings settings) |
protected |
Builder(ClientContext clientContext) |
Modifier and Type | Method and Description |
---|---|
BigtableTableAdminStubSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
BigtableTableAdminStubSettings |
build() |
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CheckConsistencyRequest,com.google.bigtable.admin.v2.CheckConsistencyResponse> |
checkConsistencySettings()
Returns the builder for the settings used for calls to checkConsistency.
|
OperationCallSettings.Builder<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,com.google.bigtable.admin.v2.Table,com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata> |
createTableFromSnapshotOperationSettings()
Returns the builder for the settings used for calls to createTableFromSnapshot.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,Operation> |
createTableFromSnapshotSettings()
Returns the builder for the settings used for calls to createTableFromSnapshot.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateTableRequest,com.google.bigtable.admin.v2.Table> |
createTableSettings()
Returns the builder for the settings used for calls to createTable.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteSnapshotRequest,Empty> |
deleteSnapshotSettings()
Returns the builder for the settings used for calls to deleteSnapshot.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteTableRequest,Empty> |
deleteTableSettings()
Returns the builder for the settings used for calls to deleteTable.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DropRowRangeRequest,Empty> |
dropRowRangeSettings()
Returns the builder for the settings used for calls to dropRowRange.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest,com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse> |
generateConsistencyTokenSettings()
Returns the builder for the settings used for calls to generateConsistencyToken.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetSnapshotRequest,com.google.bigtable.admin.v2.Snapshot> |
getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetTableRequest,com.google.bigtable.admin.v2.Table> |
getTableSettings()
Returns the builder for the settings used for calls to getTable.
|
PagedCallSettings.Builder<com.google.bigtable.admin.v2.ListSnapshotsRequest,com.google.bigtable.admin.v2.ListSnapshotsResponse,BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> |
listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.
|
PagedCallSettings.Builder<com.google.bigtable.admin.v2.ListTablesRequest,com.google.bigtable.admin.v2.ListTablesResponse,BaseBigtableTableAdminClient.ListTablesPagedResponse> |
listTablesSettings()
Returns the builder for the settings used for calls to listTables.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest,com.google.bigtable.admin.v2.Table> |
modifyColumnFamiliesSettings()
Returns the builder for the settings used for calls to modifyColumnFamilies.
|
OperationCallSettings.Builder<com.google.bigtable.admin.v2.SnapshotTableRequest,com.google.bigtable.admin.v2.Snapshot,com.google.bigtable.admin.v2.SnapshotTableMetadata> |
snapshotTableOperationSettings()
Returns the builder for the settings used for calls to snapshotTable.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.SnapshotTableRequest,Operation> |
snapshotTableSettings()
Returns the builder for the settings used for calls to snapshotTable.
|
com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(ClientContext clientContext)
protected Builder(BigtableTableAdminStubSettings settings)
public BigtableTableAdminStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateTableRequest,com.google.bigtable.admin.v2.Table> createTableSettings()
public UnaryCallSettings.Builder<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.Builder<com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest,com.google.bigtable.admin.v2.Table,com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata> createTableFromSnapshotOperationSettings()
public PagedCallSettings.Builder<com.google.bigtable.admin.v2.ListTablesRequest,com.google.bigtable.admin.v2.ListTablesResponse,BaseBigtableTableAdminClient.ListTablesPagedResponse> listTablesSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetTableRequest,com.google.bigtable.admin.v2.Table> getTableSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteTableRequest,Empty> deleteTableSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest,com.google.bigtable.admin.v2.Table> modifyColumnFamiliesSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DropRowRangeRequest,Empty> dropRowRangeSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest,com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse> generateConsistencyTokenSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CheckConsistencyRequest,com.google.bigtable.admin.v2.CheckConsistencyResponse> checkConsistencySettings()
public UnaryCallSettings.Builder<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.Builder<com.google.bigtable.admin.v2.SnapshotTableRequest,com.google.bigtable.admin.v2.Snapshot,com.google.bigtable.admin.v2.SnapshotTableMetadata> snapshotTableOperationSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetSnapshotRequest,com.google.bigtable.admin.v2.Snapshot> getSnapshotSettings()
public PagedCallSettings.Builder<com.google.bigtable.admin.v2.ListSnapshotsRequest,com.google.bigtable.admin.v2.ListSnapshotsResponse,BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteSnapshotRequest,Empty> deleteSnapshotSettings()
public BigtableTableAdminStubSettings build() throws IOException
build
in class StubSettings.Builder<BigtableTableAdminStubSettings,BigtableTableAdminStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.