You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-spanner/src/test/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminClientTest.java
+5
Original file line number
Diff line number
Diff line change
@@ -374,6 +374,7 @@ public void getInstanceTest() throws Exception {
Copy file name to clipboardExpand all lines: proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/Instance.java
+98
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,11 @@ private Instance(
131
131
endpointUris_.add(s);
132
132
break;
133
133
}
134
+
case72:
135
+
{
136
+
processingUnits_ = input.readInt32();
137
+
break;
138
+
}
134
139
default:
135
140
{
136
141
if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
Copy file name to clipboardExpand all lines: proto-google-cloud-spanner-admin-instance-v1/src/main/java/com/google/spanner/admin/instance/v1/InstanceOrBuilder.java
+15
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,21 @@ public interface InstanceOrBuilder
129
129
*/
130
130
intgetNodeCount();
131
131
132
+
/**
133
+
*
134
+
*
135
+
* <pre>
136
+
* The number of processing units allocated to this instance. At most one of
137
+
* processing_units or node_count should be present in the message. This may
138
+
* be zero in API responses for instances that are not yet in state `READY`.
0 commit comments