Skip to content

Commit 2defcc8

Browse files
feat: Exposing AutoscalingConfig in InstancePartition (#2449)
* feat: Exposing AutoscalingConfig in InstancePartition PiperOrigin-RevId: 825184314 Source-Link: googleapis/googleapis@72e7439 Source-Link: googleapis/googleapis-gen@007caa0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA3Y2FhMDZiYWM2NzY1NzdmOGQ4NDViODc5M2MxNmVmZjY2YWM5YSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f280e7c commit 2defcc8

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

protos/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

protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)