Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 8d52c8b

Browse files
chore: generate libraries at Mon Mar 2 19:27:28 UTC 2026
1 parent 90e23fd commit 8d52c8b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableInstanceAdminClient.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,9 @@ public List<Cluster> apply(com.google.bigtable.admin.v2.ListClustersResponse pro
762762
*
763763
* <p>Modifies the cluster's node count for manual scaling. If autoscaling is already enabled,
764764
* manual scaling will be silently ignored. If you wish to disable autoscaling and enable manual
765-
* scaling, please use {@link BigtableInstanceAdminClient#disableClusterAutoscaling(String, String,
766-
* int)} instead. Please note that only clusters that belong to a production instance can be
767-
* resized.
765+
* scaling, please use {@link BigtableInstanceAdminClient#disableClusterAutoscaling(String,
766+
* String, int)} instead. Please note that only clusters that belong to a production instance can
767+
* be resized.
768768
*
769769
* <p>Sample code:
770770
*
@@ -899,9 +899,9 @@ public Cluster disableClusterAutoscaling(String instanceId, String clusterId, in
899899
* This method is obsolete. For the recommended proto-based approach, please see {@link
900900
* com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient#partialUpdateClusterAsync(com.google.bigtable.admin.v2.PartialUpdateClusterRequest)}.
901901
*
902-
* <p>Asynchronously disables autoscaling and enables manual scaling by setting a static node count
903-
* for the cluster. Please note that only clusters that belong to a production instance can be
904-
* resized.
902+
* <p>Asynchronously disables autoscaling and enables manual scaling by setting a static node
903+
* count for the cluster. Please note that only clusters that belong to a production instance can
904+
* be resized.
905905
*
906906
* <p>Sample code:
907907
*
@@ -960,8 +960,8 @@ public void deleteCluster(String instanceId, String clusterId) {
960960
* This method is obsolete. For the recommended proto-based approach, please see {@link
961961
* com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient#deleteCluster(com.google.bigtable.admin.v2.DeleteClusterRequest)}.
962962
*
963-
* <p>Asynchronously deletes the specified cluster. Please note that an instance must have at least 1
964-
* cluster. To remove the last cluster, please use {@link
963+
* <p>Asynchronously deletes the specified cluster. Please note that an instance must have at
964+
* least 1 cluster. To remove the last cluster, please use {@link
965965
* BigtableInstanceAdminClient#deleteInstanceAsync(String)}.
966966
*
967967
* <p>Sample code:
@@ -1550,8 +1550,8 @@ public List<String> testIamPermission(String instanceId, String... permissions)
15501550
* This method is obsolete. For the recommended proto-based approach, please see {@link
15511551
* com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient#testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest)}.
15521552
*
1553-
* <p>Asynchronously tests whether the caller has the given permissions for the specified instance.
1554-
* Returns a subset of the specified permissions that the caller has.
1553+
* <p>Asynchronously tests whether the caller has the given permissions for the specified
1554+
* instance. Returns a subset of the specified permissions that the caller has.
15551555
*
15561556
* <p>Sample code:
15571557
*

0 commit comments

Comments
 (0)