@Generated(value="by gapic-generator") @BetaApi 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:
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 |
---|---|
com.google.api.gax.rpc.UnaryCallSettings<CheckConsistencyRequest,CheckConsistencyResponse> |
checkConsistencySettings()
Returns the object with the settings used for calls to checkConsistency.
|
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<DeleteSnapshotRequest,Empty> |
deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTableRequest,Empty> |
deleteTableSettings()
Returns the object with the settings used for calls to deleteTable.
|
com.google.api.gax.rpc.UnaryCallSettings<DropRowRangeRequest,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.
|
static String |
getDefaultEndpoint()
Returns the default 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<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.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.
|
protected BigtableTableAdminStubSettings(BigtableTableAdminStubSettings.Builder settingsBuilder) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallSettings<CreateTableRequest,Table> createTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings<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<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<DeleteTableRequest,Empty> deleteTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ModifyColumnFamiliesRequest,Table> modifyColumnFamiliesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DropRowRangeRequest,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<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.api.gax.rpc.UnaryCallSettings<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<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,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 com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
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 © 2019 Google LLC. All rights reserved.