public static class BaseBigtableInstanceAdminSettings.Builder extends ClientSettings.Builder<BaseBigtableInstanceAdminSettings,BaseBigtableInstanceAdminSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(BaseBigtableInstanceAdminSettings settings) |
protected |
Builder(BigtableInstanceAdminStubSettings.Builder stubSettings) |
protected |
Builder(ClientContext clientContext) |
Modifier and Type | Method and Description |
---|---|
BaseBigtableInstanceAdminSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
BaseBigtableInstanceAdminSettings |
build() |
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile> |
createAppProfileSettings()
Returns the builder for the settings used for calls to createAppProfile.
|
OperationCallSettings.Builder<com.google.bigtable.admin.v2.CreateClusterRequest,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.CreateClusterMetadata> |
createClusterOperationSettings()
Returns the builder for the settings used for calls to createCluster.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateClusterRequest,Operation> |
createClusterSettings()
Returns the builder for the settings used for calls to createCluster.
|
OperationCallSettings.Builder<com.google.bigtable.admin.v2.CreateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.CreateInstanceMetadata> |
createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateInstanceRequest,Operation> |
createInstanceSettings()
Returns the builder for the settings used for calls to createInstance.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteAppProfileRequest,Empty> |
deleteAppProfileSettings()
Returns the builder for the settings used for calls to deleteAppProfile.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteClusterRequest,Empty> |
deleteClusterSettings()
Returns the builder for the settings used for calls to deleteCluster.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteInstanceRequest,Empty> |
deleteInstanceSettings()
Returns the builder for the settings used for calls to deleteInstance.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetAppProfileRequest,com.google.bigtable.admin.v2.AppProfile> |
getAppProfileSettings()
Returns the builder for the settings used for calls to getAppProfile.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetClusterRequest,com.google.bigtable.admin.v2.Cluster> |
getClusterSettings()
Returns the builder for the settings used for calls to getCluster.
|
UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetInstanceRequest,com.google.bigtable.admin.v2.Instance> |
getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.
|
BigtableInstanceAdminStubSettings.Builder |
getStubSettingsBuilder() |
PagedCallSettings.Builder<com.google.bigtable.admin.v2.ListAppProfilesRequest,com.google.bigtable.admin.v2.ListAppProfilesResponse,BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse> |
listAppProfilesSettings()
Returns the builder for the settings used for calls to listAppProfiles.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.ListClustersRequest,com.google.bigtable.admin.v2.ListClustersResponse> |
listClustersSettings()
Returns the builder for the settings used for calls to listClusters.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.ListInstancesRequest,com.google.bigtable.admin.v2.ListInstancesResponse> |
listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
|
OperationCallSettings.Builder<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.UpdateInstanceMetadata> |
partialUpdateInstanceOperationSettings()
Returns the builder for the settings used for calls to partialUpdateInstance.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,Operation> |
partialUpdateInstanceSettings()
Returns the builder for the settings used for calls to partialUpdateInstance.
|
UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
OperationCallSettings.Builder<com.google.bigtable.admin.v2.UpdateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile,com.google.bigtable.admin.v2.UpdateAppProfileMetadata> |
updateAppProfileOperationSettings()
Returns the builder for the settings used for calls to updateAppProfile.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.UpdateAppProfileRequest,Operation> |
updateAppProfileSettings()
Returns the builder for the settings used for calls to updateAppProfile.
|
OperationCallSettings.Builder<com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.UpdateClusterMetadata> |
updateClusterOperationSettings()
Returns the builder for the settings used for calls to updateCluster.
|
UnaryCallSettings.Builder<com.google.bigtable.admin.v2.Cluster,Operation> |
updateClusterSettings()
Returns the builder for the settings used for calls to updateCluster.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(ClientContext clientContext)
protected Builder(BaseBigtableInstanceAdminSettings settings)
protected Builder(BigtableInstanceAdminStubSettings.Builder stubSettings)
public BigtableInstanceAdminStubSettings.Builder getStubSettingsBuilder()
public BaseBigtableInstanceAdminSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateInstanceRequest,Operation> createInstanceSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public OperationCallSettings.Builder<com.google.bigtable.admin.v2.CreateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.CreateInstanceMetadata> createInstanceOperationSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetInstanceRequest,com.google.bigtable.admin.v2.Instance> getInstanceSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.ListInstancesRequest,com.google.bigtable.admin.v2.ListInstancesResponse> listInstancesSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,Operation> partialUpdateInstanceSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public OperationCallSettings.Builder<com.google.bigtable.admin.v2.PartialUpdateInstanceRequest,com.google.bigtable.admin.v2.Instance,com.google.bigtable.admin.v2.UpdateInstanceMetadata> partialUpdateInstanceOperationSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteInstanceRequest,Empty> deleteInstanceSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateClusterRequest,Operation> createClusterSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public OperationCallSettings.Builder<com.google.bigtable.admin.v2.CreateClusterRequest,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.CreateClusterMetadata> createClusterOperationSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetClusterRequest,com.google.bigtable.admin.v2.Cluster> getClusterSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.ListClustersRequest,com.google.bigtable.admin.v2.ListClustersResponse> listClustersSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.Cluster,Operation> updateClusterSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public OperationCallSettings.Builder<com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.Cluster,com.google.bigtable.admin.v2.UpdateClusterMetadata> updateClusterOperationSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteClusterRequest,Empty> deleteClusterSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.CreateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile> createAppProfileSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.GetAppProfileRequest,com.google.bigtable.admin.v2.AppProfile> getAppProfileSettings()
public PagedCallSettings.Builder<com.google.bigtable.admin.v2.ListAppProfilesRequest,com.google.bigtable.admin.v2.ListAppProfilesResponse,BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse> listAppProfilesSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.UpdateAppProfileRequest,Operation> updateAppProfileSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public OperationCallSettings.Builder<com.google.bigtable.admin.v2.UpdateAppProfileRequest,com.google.bigtable.admin.v2.AppProfile,com.google.bigtable.admin.v2.UpdateAppProfileMetadata> updateAppProfileOperationSettings()
public UnaryCallSettings.Builder<com.google.bigtable.admin.v2.DeleteAppProfileRequest,Empty> deleteAppProfileSettings()
public UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public BaseBigtableInstanceAdminSettings build() throws IOException
build
in class ClientSettings.Builder<BaseBigtableInstanceAdminSettings,BaseBigtableInstanceAdminSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.