diff --git a/google/cloud/bigtable_admin_v2/types/instance.py b/google/cloud/bigtable_admin_v2/types/instance.py index 76733b615..26c502b04 100644 --- a/google/cloud/bigtable_admin_v2/types/instance.py +++ b/google/cloud/bigtable_admin_v2/types/instance.py @@ -121,10 +121,10 @@ class AutoscalingTargets(proto.Message): Attributes: cpu_utilization_percent (int): - The cpu utilization that the Autoscaler - should be trying to achieve. This number is on a - scale from 0 (no utilization) to 100 (total - utilization). + The cpu utilization that the Autoscaler should be trying to + achieve. This number is on a scale from 0 (no utilization) + to 100 (total utilization), and is limited between 10 and + 80, otherwise it will return INVALID_ARGUMENT error. """ cpu_utilization_percent = proto.Field( @@ -254,8 +254,6 @@ class EncryptionConfig(proto.Message): key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster. - 3) All clusters within an instance must use the same CMEK - key. """ kms_key_name = proto.Field(