public static class BigtableTableAdminStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<BigtableTableAdminStubSettings,BigtableTableAdminStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(BigtableTableAdminStubSettings settings) |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
Modifier and Type | Method and Description |
---|---|
BigtableTableAdminStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
BigtableTableAdminStubSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckConsistencyRequest,CheckConsistencyResponse> |
checkConsistencySettings()
Returns the builder for the settings used for calls to checkConsistency.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTableFromSnapshotRequest,Table,CreateTableFromSnapshotMetadata> |
createTableFromSnapshotOperationSettings()
Returns the builder for the settings used for calls to createTableFromSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableFromSnapshotRequest,com.google.longrunning.Operation> |
createTableFromSnapshotSettings()
Returns the builder for the settings used for calls to createTableFromSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableRequest,Table> |
createTableSettings()
Returns the builder for the settings used for calls to createTable.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSnapshotRequest,Empty> |
deleteSnapshotSettings()
Returns the builder for the settings used for calls to deleteSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTableRequest,Empty> |
deleteTableSettings()
Returns the builder for the settings used for calls to deleteTable.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DropRowRangeRequest,Empty> |
dropRowRangeSettings()
Returns the builder for the settings used for calls to dropRowRange.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> |
generateConsistencyTokenSettings()
Returns the builder for the settings used for calls to generateConsistencyToken.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot> |
getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table> |
getTableSettings()
Returns the builder for the settings used for calls to getTable.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> |
listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse> |
listTablesSettings()
Returns the builder for the settings used for calls to listTables.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyColumnFamiliesRequest,Table> |
modifyColumnFamiliesSettings()
Returns the builder for the settings used for calls to modifyColumnFamilies.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<SnapshotTableRequest,Snapshot,SnapshotTableMetadata> |
snapshotTableOperationSettings()
Returns the builder for the settings used for calls to snapshotTable.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SnapshotTableRequest,com.google.longrunning.Operation> |
snapshotTableSettings()
Returns the builder for the settings used for calls to snapshotTable.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.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(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(BigtableTableAdminStubSettings settings)
public BigtableTableAdminStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableRequest,Table> createTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableFromSnapshotRequest,com.google.longrunning.Operation> createTableFromSnapshotSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTableFromSnapshotRequest,Table,CreateTableFromSnapshotMetadata> createTableFromSnapshotOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse> listTablesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table> getTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTableRequest,Empty> deleteTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyColumnFamiliesRequest,Table> modifyColumnFamiliesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DropRowRangeRequest,Empty> dropRowRangeSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> generateConsistencyTokenSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckConsistencyRequest,CheckConsistencyResponse> checkConsistencySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SnapshotTableRequest,com.google.longrunning.Operation> snapshotTableSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings.Builder<SnapshotTableRequest,Snapshot,SnapshotTableMetadata> snapshotTableOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot> getSnapshotSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse> listSnapshotsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSnapshotRequest,Empty> deleteSnapshotSettings()
public BigtableTableAdminStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<BigtableTableAdminStubSettings,BigtableTableAdminStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.