We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f71079 commit d869871Copy full SHA for d869871
1 file changed
google/spanner/admin/instance/v1/spanner_instance_admin.proto
@@ -368,6 +368,11 @@ message Instance {
368
// for more information about nodes.
369
int32 node_count = 5;
370
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
+
376
// Output only. The current instance state. For
377
// [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance], the state must be
378
// either omitted or set to `CREATING`. For
0 commit comments