Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Oct 28, 2025
commit e812aec2c6d978562a56670185873f0df0f7d7af
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,12 @@ class InstancePartition(proto.Message):
that are not yet in the ``READY`` state.

This field is a member of `oneof`_ ``compute_capacity``.
autoscaling_config (google.cloud.spanner_admin_instance_v1.types.AutoscalingConfig):
Optional. The autoscaling configuration. Autoscaling is
enabled if this field is set. When autoscaling is enabled,
fields in compute_capacity are treated as OUTPUT_ONLY fields
and reflect the current compute capacity allocated to the
instance partition.
state (google.cloud.spanner_admin_instance_v1.types.InstancePartition.State):
Output only. The current instance partition
state.
Expand Down Expand Up @@ -1848,6 +1854,11 @@ class State(proto.Enum):
number=6,
oneof="compute_capacity",
)
autoscaling_config: "AutoscalingConfig" = proto.Field(
proto.MESSAGE,
number=13,
message="AutoscalingConfig",
)
state: State = proto.Field(
proto.ENUM,
number=7,
Expand Down
13 changes: 0 additions & 13 deletions owl-bot-staging/spanner/v1/.coveragerc

This file was deleted.

34 changes: 0 additions & 34 deletions owl-bot-staging/spanner/v1/.flake8

This file was deleted.

202 changes: 0 additions & 202 deletions owl-bot-staging/spanner/v1/LICENSE

This file was deleted.

20 changes: 0 additions & 20 deletions owl-bot-staging/spanner/v1/MANIFEST.in

This file was deleted.

Loading