feat(spanner): add processing_units to Instance resource

PiperOrigin-RevId: 378758342
pull/661/head
Google APIs 4 years ago committed by Copybara-Service
parent 4f71079f9b
commit d8698715e4
  1. 5
      google/spanner/admin/instance/v1/spanner_instance_admin.proto

@ -368,6 +368,11 @@ message Instance {
// for more information about nodes.
int32 node_count = 5;
// The number of processing units allocated to this instance. At most one of
// processing_units or node_count should be present in the message. This may
// be zero in API responses for instances that are not yet in state `READY`.
int32 processing_units = 9;
// Output only. The current instance state. For
// [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance], the state must be
// either omitted or set to `CREATING`. For

Loading…
Cancel
Save