@Generated(value="by gapic-generator") @BetaApi public class BigtableInstanceAdminStubSettings extends StubSettings<BigtableInstanceAdminStubSettings>
BigtableInstanceAdminStub
.
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 getInstance to 30 seconds:
BigtableInstanceAdminStubSettings.Builder baseBigtableInstanceAdminSettingsBuilder =
BigtableInstanceAdminStubSettings.newBuilder();
baseBigtableInstanceAdminSettingsBuilder.getInstanceSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
BigtableInstanceAdminStubSettings baseBigtableInstanceAdminSettings = baseBigtableInstanceAdminSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
BigtableInstanceAdminStubSettings.Builder
Builder for BigtableInstanceAdminStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
BigtableInstanceAdminStubSettings(BigtableInstanceAdminStubSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings<com.google.bigtable.admin.v2.CreateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile> |
createAppProfileSettings()
Returns the object with the settings used for calls to createAppProfile.
|
OperationCallSettings<com.google.bigtable.admin.v2.CreateClusterRequest,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.CreateClusterMetadata> |
createClusterOperationSettings()
Returns the object with the settings used for calls to createCluster.
|
UnaryCallSettings<com.google.bigtable.admin.v2.CreateClusterRequest,Operation> |
createClusterSettings()
Returns the object with the settings used for calls to createCluster.
|
OperationCallSettings<com.google.bigtable.admin.v2.CreateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.CreateInstanceMetadata> |
createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.
|
UnaryCallSettings<com.google.bigtable.admin.v2.CreateInstanceRequest,Operation> |
createInstanceSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub |
createStub() |
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.DeleteAppProfileRequest,Empty> |
deleteAppProfileSettings()
Returns the object with the settings used for calls to deleteAppProfile.
|
UnaryCallSettings<com.google.bigtable.admin.v2.DeleteClusterRequest,Empty> |
deleteClusterSettings()
Returns the object with the settings used for calls to deleteCluster.
|
UnaryCallSettings<com.google.bigtable.admin.v2.DeleteInstanceRequest,Empty> |
deleteInstanceSettings()
Returns the object with the settings used for calls to deleteInstance.
|
UnaryCallSettings<com.google.bigtable.admin.v2.GetAppProfileRequest,com.google.bigtable.admin.v2.AppProfile> |
getAppProfileSettings()
Returns the object with the settings used for calls to getAppProfile.
|
UnaryCallSettings<com.google.bigtable.admin.v2.GetClusterRequest,com.google.bigtable.admin.v2.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.
|
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
UnaryCallSettings<com.google.bigtable.admin.v2.GetInstanceRequest,com.google.bigtable.admin.v2.Instance> |
getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
|
PagedCallSettings<com.google.bigtable.admin.v2.ListAppProfilesRequest,com.google.bigtable.admin.v2.ListAppProfilesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse> |
listAppProfilesSettings()
Returns the object with the settings used for calls to listAppProfiles.
|
UnaryCallSettings<com.google.bigtable.admin.v2.ListClustersRequest,com.google.bigtable.admin.v2.ListClustersResponse> |
listClustersSettings()
Returns the object with the settings used for calls to listClusters.
|
UnaryCallSettings<com.google.bigtable.admin.v2.ListInstancesRequest,com.google.bigtable.admin.v2.ListInstancesResponse> |
listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
static BigtableInstanceAdminStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static BigtableInstanceAdminStubSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
OperationCallSettings<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.UpdateInstanceMetadata> |
partialUpdateInstanceOperationSettings()
Returns the object with the settings used for calls to partialUpdateInstance.
|
UnaryCallSettings<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,Operation> |
partialUpdateInstanceSettings()
Returns the object with the settings used for calls to partialUpdateInstance.
|
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
BigtableInstanceAdminStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
OperationCallSettings<com.google.bigtable.admin.v2.UpdateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile,com.google.bigtable.admin.v2.UpdateAppProfileMetadata> |
updateAppProfileOperationSettings()
Returns the object with the settings used for calls to updateAppProfile.
|
UnaryCallSettings<com.google.bigtable.admin.v2.UpdateAppProfileRequest,Operation> |
updateAppProfileSettings()
Returns the object with the settings used for calls to updateAppProfile.
|
OperationCallSettings<com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.UpdateClusterMetadata> |
updateClusterOperationSettings()
Returns the object with the settings used for calls to updateCluster.
|
UnaryCallSettings<com.google.bigtable.admin.v2.Cluster,Operation> |
updateClusterSettings()
Returns the object with the settings used for calls to updateCluster.
|
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
protected BigtableInstanceAdminStubSettings(BigtableInstanceAdminStubSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<com.google.bigtable.admin.v2.CreateInstanceRequest,Operation> createInstanceSettings()
@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.CreateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.CreateInstanceMetadata> createInstanceOperationSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.GetInstanceRequest,com.google.bigtable.admin.v2.Instance> getInstanceSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.ListInstancesRequest,com.google.bigtable.admin.v2.ListInstancesResponse> listInstancesSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,Operation> partialUpdateInstanceSettings()
@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.PartialUpdateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.UpdateInstanceMetadata> partialUpdateInstanceOperationSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.DeleteInstanceRequest,Empty> deleteInstanceSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.CreateClusterRequest,Operation> createClusterSettings()
@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.CreateClusterRequest,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.CreateClusterMetadata> createClusterOperationSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.GetClusterRequest,com.google.bigtable.admin.v2.Cluster> getClusterSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.ListClustersRequest,com.google.bigtable.admin.v2.ListClustersResponse> listClustersSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.Cluster,Operation> updateClusterSettings()
@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.Cluster,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.UpdateClusterMetadata> updateClusterOperationSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.DeleteClusterRequest,Empty> deleteClusterSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.CreateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile> createAppProfileSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.GetAppProfileRequest,com.google.bigtable.admin.v2.AppProfile> getAppProfileSettings()
public PagedCallSettings<com.google.bigtable.admin.v2.ListAppProfilesRequest,com.google.bigtable.admin.v2.ListAppProfilesResponse,com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse> listAppProfilesSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.UpdateAppProfileRequest,Operation> updateAppProfileSettings()
@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.UpdateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile,com.google.bigtable.admin.v2.UpdateAppProfileMetadata> updateAppProfileOperationSettings()
public UnaryCallSettings<com.google.bigtable.admin.v2.DeleteAppProfileRequest,Empty> deleteAppProfileSettings()
public UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub 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 BigtableInstanceAdminStubSettings.Builder newBuilder()
public static BigtableInstanceAdminStubSettings.Builder newBuilder(ClientContext clientContext)
public BigtableInstanceAdminStubSettings.Builder toBuilder()
toBuilder
in class StubSettings<BigtableInstanceAdminStubSettings>
Copyright © 2019 Google LLC. All rights reserved.