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

Commit e812aec

Browse files
1 parent 3f9c903 commit e812aec

File tree

297 files changed

+11
-134784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+11
-134784
lines changed

google/cloud/spanner_admin_instance_v1/types/spanner_instance_admin.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,12 @@ class InstancePartition(proto.Message):
17651765
that are not yet in the ``READY`` state.
17661766
17671767
This field is a member of `oneof`_ ``compute_capacity``.
1768+
autoscaling_config (google.cloud.spanner_admin_instance_v1.types.AutoscalingConfig):
1769+
Optional. The autoscaling configuration. Autoscaling is
1770+
enabled if this field is set. When autoscaling is enabled,
1771+
fields in compute_capacity are treated as OUTPUT_ONLY fields
1772+
and reflect the current compute capacity allocated to the
1773+
instance partition.
17681774
state (google.cloud.spanner_admin_instance_v1.types.InstancePartition.State):
17691775
Output only. The current instance partition
17701776
state.
@@ -1848,6 +1854,11 @@ class State(proto.Enum):
18481854
number=6,
18491855
oneof="compute_capacity",
18501856
)
1857+
autoscaling_config: "AutoscalingConfig" = proto.Field(
1858+
proto.MESSAGE,
1859+
number=13,
1860+
message="AutoscalingConfig",
1861+
)
18511862
state: State = proto.Field(
18521863
proto.ENUM,
18531864
number=7,

owl-bot-staging/spanner/v1/.coveragerc

Lines changed: 0 additions & 13 deletions
This file was deleted.

owl-bot-staging/spanner/v1/.flake8

Lines changed: 0 additions & 34 deletions
This file was deleted.

owl-bot-staging/spanner/v1/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

owl-bot-staging/spanner/v1/MANIFEST.in

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)