@Generated(value="by gapic-generator-java") public class BaseBigtableInstanceAdminSettings extends com.google.api.gax.rpc.ClientSettings<BaseBigtableInstanceAdminSettings>
BaseBigtableInstanceAdminClient.
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 [RetrySettings](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.retrying.RetrySettings) of getInstance:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
BaseBigtableInstanceAdminSettings.Builder baseBigtableInstanceAdminSettingsBuilder =
BaseBigtableInstanceAdminSettings.newBuilder();
baseBigtableInstanceAdminSettingsBuilder
.getInstanceSettings()
.setRetrySettings(
baseBigtableInstanceAdminSettingsBuilder
.getInstanceSettings()
.getRetrySettings()
.toBuilder()
.setInitialRetryDelayDuration(Duration.ofSeconds(1))
.setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
.setMaxAttempts(5)
.setMaxRetryDelayDuration(Duration.ofSeconds(30))
.setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
.setRetryDelayMultiplier(1.3)
.setRpcTimeoutMultiplier(1.5)
.setTotalTimeoutDuration(Duration.ofSeconds(300))
.build());
BaseBigtableInstanceAdminSettings baseBigtableInstanceAdminSettings =
baseBigtableInstanceAdminSettingsBuilder.build();
Please refer to the [Client Side Retry
Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
retries.
To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for createInstance:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
BaseBigtableInstanceAdminSettings.Builder baseBigtableInstanceAdminSettingsBuilder =
BaseBigtableInstanceAdminSettings.newBuilder();
TimedRetryAlgorithm timedRetryAlgorithm =
OperationalTimedPollAlgorithm.create(
RetrySettings.newBuilder()
.setInitialRetryDelayDuration(Duration.ofMillis(500))
.setRetryDelayMultiplier(1.5)
.setMaxRetryDelayDuration(Duration.ofMillis(5000))
.setTotalTimeoutDuration(Duration.ofHours(24))
.build());
baseBigtableInstanceAdminSettingsBuilder
.createClusterOperationSettings()
.setPollingAlgorithm(timedRetryAlgorithm)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseBigtableInstanceAdminSettings.Builder
Builder for BaseBigtableInstanceAdminSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BaseBigtableInstanceAdminSettings(BaseBigtableInstanceAdminSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
static BaseBigtableInstanceAdminSettings |
create(BigtableInstanceAdminStubSettings stub) |
com.google.api.gax.rpc.UnaryCallSettings<CreateAppProfileRequest,AppProfile> |
createAppProfileSettings()
Returns the object with the settings used for calls to createAppProfile.
|
com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,CreateClusterMetadata> |
createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateClusterRequest,com.google.longrunning.Operation> |
createClusterSettings()
Returns the object with the settings used for calls to createCluster.
|
com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,CreateInstanceMetadata> |
createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> |
createInstanceSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.api.gax.rpc.OperationCallSettings<CreateLogicalViewRequest,LogicalView,CreateLogicalViewMetadata> |
createLogicalViewOperationSettings()
Returns the object with the settings used for calls to createLogicalView.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateLogicalViewRequest,com.google.longrunning.Operation> |
createLogicalViewSettings()
Returns the object with the settings used for calls to createLogicalView.
|
com.google.api.gax.rpc.OperationCallSettings<CreateMaterializedViewRequest,MaterializedView,CreateMaterializedViewMetadata> |
createMaterializedViewOperationSettings()
Returns the object with the settings used for calls to createMaterializedView.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateMaterializedViewRequest,com.google.longrunning.Operation> |
createMaterializedViewSettings()
Returns the object with the settings used for calls to createMaterializedView.
|
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<DeleteAppProfileRequest,com.google.protobuf.Empty> |
deleteAppProfileSettings()
Returns the object with the settings used for calls to deleteAppProfile.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteClusterRequest,com.google.protobuf.Empty> |
deleteClusterSettings()
Returns the object with the settings used for calls to deleteCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty> |
deleteInstanceSettings()
Returns the object with the settings used for calls to deleteInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteLogicalViewRequest,com.google.protobuf.Empty> |
deleteLogicalViewSettings()
Returns the object with the settings used for calls to deleteLogicalView.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteMaterializedViewRequest,com.google.protobuf.Empty> |
deleteMaterializedViewSettings()
Returns the object with the settings used for calls to deleteMaterializedView.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAppProfileRequest,AppProfile> |
getAppProfileSettings()
Returns the object with the settings used for calls to getAppProfile.
|
com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster> |
getClusterSettings()
Returns the object with the settings used for calls to getCluster.
|
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<GetInstanceRequest,Instance> |
getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<GetLogicalViewRequest,LogicalView> |
getLogicalViewSettings()
Returns the object with the settings used for calls to getLogicalView.
|
com.google.api.gax.rpc.UnaryCallSettings<GetMaterializedViewRequest,MaterializedView> |
getMaterializedViewSettings()
Returns the object with the settings used for calls to getMaterializedView.
|
com.google.api.gax.rpc.PagedCallSettings<ListAppProfilesRequest,ListAppProfilesResponse,BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse> |
listAppProfilesSettings()
Returns the object with the settings used for calls to listAppProfiles.
|
com.google.api.gax.rpc.UnaryCallSettings<ListClustersRequest,ListClustersResponse> |
listClustersSettings()
Returns the object with the settings used for calls to listClusters.
|
com.google.api.gax.rpc.PagedCallSettings<ListHotTabletsRequest,ListHotTabletsResponse,BaseBigtableInstanceAdminClient.ListHotTabletsPagedResponse> |
listHotTabletsSettings()
Returns the object with the settings used for calls to listHotTablets.
|
com.google.api.gax.rpc.UnaryCallSettings<ListInstancesRequest,ListInstancesResponse> |
listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
com.google.api.gax.rpc.PagedCallSettings<ListLogicalViewsRequest,ListLogicalViewsResponse,BaseBigtableInstanceAdminClient.ListLogicalViewsPagedResponse> |
listLogicalViewsSettings()
Returns the object with the settings used for calls to listLogicalViews.
|
com.google.api.gax.rpc.PagedCallSettings<ListMaterializedViewsRequest,ListMaterializedViewsResponse,BaseBigtableInstanceAdminClient.ListMaterializedViewsPagedResponse> |
listMaterializedViewsSettings()
Returns the object with the settings used for calls to listMaterializedViews.
|
static BaseBigtableInstanceAdminSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static BaseBigtableInstanceAdminSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<PartialUpdateClusterRequest,Cluster,PartialUpdateClusterMetadata> |
partialUpdateClusterOperationSettings()
Returns the object with the settings used for calls to partialUpdateCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<PartialUpdateClusterRequest,com.google.longrunning.Operation> |
partialUpdateClusterSettings()
Returns the object with the settings used for calls to partialUpdateCluster.
|
com.google.api.gax.rpc.OperationCallSettings<PartialUpdateInstanceRequest,Instance,UpdateInstanceMetadata> |
partialUpdateInstanceOperationSettings()
Returns the object with the settings used for calls to partialUpdateInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<PartialUpdateInstanceRequest,com.google.longrunning.Operation> |
partialUpdateInstanceSettings()
Returns the object with the settings used for calls to partialUpdateInstance.
|
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.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
BaseBigtableInstanceAdminSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateAppProfileRequest,AppProfile,UpdateAppProfileMetadata> |
updateAppProfileOperationSettings()
Returns the object with the settings used for calls to updateAppProfile.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateAppProfileRequest,com.google.longrunning.Operation> |
updateAppProfileSettings()
Returns the object with the settings used for calls to updateAppProfile.
|
com.google.api.gax.rpc.OperationCallSettings<Cluster,Cluster,UpdateClusterMetadata> |
updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<Cluster,com.google.longrunning.Operation> |
updateClusterSettings()
Returns the object with the settings used for calls to updateCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<Instance,Instance> |
updateInstanceSettings()
Returns the object with the settings used for calls to updateInstance.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateLogicalViewRequest,LogicalView,UpdateLogicalViewMetadata> |
updateLogicalViewOperationSettings()
Returns the object with the settings used for calls to updateLogicalView.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateLogicalViewRequest,com.google.longrunning.Operation> |
updateLogicalViewSettings()
Returns the object with the settings used for calls to updateLogicalView.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateMaterializedViewRequest,MaterializedView,UpdateMaterializedViewMetadata> |
updateMaterializedViewOperationSettings()
Returns the object with the settings used for calls to updateMaterializedView.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateMaterializedViewRequest,com.google.longrunning.Operation> |
updateMaterializedViewSettings()
Returns the object with the settings used for calls to updateMaterializedView.
|
getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getUniverseDomain, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, toStringprotected BaseBigtableInstanceAdminSettings(BaseBigtableInstanceAdminSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> createInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,CreateInstanceMetadata> createInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ListInstancesRequest,ListInstancesResponse> listInstancesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<Instance,Instance> updateInstanceSettings()
public com.google.api.gax.rpc.UnaryCallSettings<PartialUpdateInstanceRequest,com.google.longrunning.Operation> partialUpdateInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<PartialUpdateInstanceRequest,Instance,UpdateInstanceMetadata> partialUpdateInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty> deleteInstanceSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateClusterRequest,com.google.longrunning.Operation> createClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateClusterRequest,Cluster,CreateClusterMetadata> createClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster> getClusterSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ListClustersRequest,ListClustersResponse> listClustersSettings()
public com.google.api.gax.rpc.UnaryCallSettings<Cluster,com.google.longrunning.Operation> updateClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<Cluster,Cluster,UpdateClusterMetadata> updateClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<PartialUpdateClusterRequest,com.google.longrunning.Operation> partialUpdateClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<PartialUpdateClusterRequest,Cluster,PartialUpdateClusterMetadata> partialUpdateClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteClusterRequest,com.google.protobuf.Empty> deleteClusterSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateAppProfileRequest,AppProfile> createAppProfileSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAppProfileRequest,AppProfile> getAppProfileSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAppProfilesRequest,ListAppProfilesResponse,BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse> listAppProfilesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAppProfileRequest,com.google.longrunning.Operation> updateAppProfileSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateAppProfileRequest,AppProfile,UpdateAppProfileMetadata> updateAppProfileOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAppProfileRequest,com.google.protobuf.Empty> deleteAppProfileSettings()
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.PagedCallSettings<ListHotTabletsRequest,ListHotTabletsResponse,BaseBigtableInstanceAdminClient.ListHotTabletsPagedResponse> listHotTabletsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateLogicalViewRequest,com.google.longrunning.Operation> createLogicalViewSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateLogicalViewRequest,LogicalView,CreateLogicalViewMetadata> createLogicalViewOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetLogicalViewRequest,LogicalView> getLogicalViewSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListLogicalViewsRequest,ListLogicalViewsResponse,BaseBigtableInstanceAdminClient.ListLogicalViewsPagedResponse> listLogicalViewsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateLogicalViewRequest,com.google.longrunning.Operation> updateLogicalViewSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateLogicalViewRequest,LogicalView,UpdateLogicalViewMetadata> updateLogicalViewOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteLogicalViewRequest,com.google.protobuf.Empty> deleteLogicalViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateMaterializedViewRequest,com.google.longrunning.Operation> createMaterializedViewSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateMaterializedViewRequest,MaterializedView,CreateMaterializedViewMetadata> createMaterializedViewOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetMaterializedViewRequest,MaterializedView> getMaterializedViewSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListMaterializedViewsRequest,ListMaterializedViewsResponse,BaseBigtableInstanceAdminClient.ListMaterializedViewsPagedResponse> listMaterializedViewsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateMaterializedViewRequest,com.google.longrunning.Operation> updateMaterializedViewSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateMaterializedViewRequest,MaterializedView,UpdateMaterializedViewMetadata> updateMaterializedViewOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteMaterializedViewRequest,com.google.protobuf.Empty> deleteMaterializedViewSettings()
public static final BaseBigtableInstanceAdminSettings create(BigtableInstanceAdminStubSettings stub) throws IOException
IOExceptionpublic 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()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static BaseBigtableInstanceAdminSettings.Builder newBuilder()
public static BaseBigtableInstanceAdminSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public BaseBigtableInstanceAdminSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<BaseBigtableInstanceAdminSettings>Copyright © 2026 Google LLC. All rights reserved.