Skip to content

Commit d869871

Browse files
Google APIscopybara-github
authored andcommitted
feat(spanner): add processing_units to Instance resource
PiperOrigin-RevId: 378758342
1 parent 4f71079 commit d869871

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,11 @@ message Instance {
368368
// for more information about nodes.
369369
int32 node_count = 5;
370370

371+
// The number of processing units allocated to this instance. At most one of
372+
// processing_units or node_count should be present in the message. This may
373+
// be zero in API responses for instances that are not yet in state `READY`.
374+
int32 processing_units = 9;
375+
371376
// Output only. The current instance state. For
372377
// [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance], the state must be
373378
// either omitted or set to `CREATING`. For

0 commit comments

Comments
 (0)