Skip to content

Commit 72e7439

Browse files
Google APIscopybara-github
authored andcommitted
feat: Exposing AutoscalingConfig in InstancePartition
PiperOrigin-RevId: 825184314
1 parent db2323f commit 72e7439

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

google/spanner/admin/instance/v1/spanner_instance_admin.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,13 @@ message InstancePartition {
17551755
int32 processing_units = 6;
17561756
}
17571757

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+
17581765
// Output only. The current instance partition state.
17591766
State state = 7 [(google.api.field_behavior) = OUTPUT_ONLY];
17601767

0 commit comments

Comments
 (0)