We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2323f commit 72e7439Copy full SHA for 72e7439
1 file changed
google/spanner/admin/instance/v1/spanner_instance_admin.proto
@@ -1755,6 +1755,13 @@ message InstancePartition {
1755
int32 processing_units = 6;
1756
}
1757
1758
+ // Optional. The autoscaling configuration. Autoscaling is enabled if this
1759
+ // field is set. When autoscaling is enabled, fields in compute_capacity are
1760
+ // treated as OUTPUT_ONLY fields and reflect the current compute capacity
1761
+ // allocated to the instance partition.
1762
+ AutoscalingConfig autoscaling_config = 13
1763
+ [(google.api.field_behavior) = OPTIONAL];
1764
+
1765
// Output only. The current instance partition state.
1766
State state = 7 [(google.api.field_behavior) = OUTPUT_ONLY];
1767
0 commit comments