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: docs/dyn/spanner_v1.projects.instanceConfigs.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ <h3>Method Details</h3>
150
150
},
151
151
],
152
152
"state": "A String", # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
153
+
"storageLimitPerProcessingUnit": "A String", # Output only. The storage limit in bytes per processing unit.
153
154
},
154
155
"instanceConfigId": "A String", # Required. The ID of the instance config to create. Valid identifiers are of the form `custom-[-a-z0-9]*[a-z0-9]` and must be between 2 and 64 characters in length. The `custom-` prefix is required to avoid name conflicts with Google managed configurations.
155
156
"validateOnly": True or False, # An option to validate, but not actually execute, a request, and provide the same response.
@@ -247,6 +248,7 @@ <h3>Method Details</h3>
247
248
},
248
249
],
249
250
"state": "A String", # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
251
+
"storageLimitPerProcessingUnit": "A String", # Output only. The storage limit in bytes per processing unit.
250
252
}</pre>
251
253
</div>
252
254
@@ -297,6 +299,7 @@ <h3>Method Details</h3>
297
299
},
298
300
],
299
301
"state": "A String", # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
302
+
"storageLimitPerProcessingUnit": "A String", # Output only. The storage limit in bytes per processing unit.
300
303
},
301
304
],
302
305
"nextPageToken": "A String", # `next_page_token` can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.
@@ -356,6 +359,7 @@ <h3>Method Details</h3>
356
359
},
357
360
],
358
361
"state": "A String", # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
362
+
"storageLimitPerProcessingUnit": "A String", # Output only. The storage limit in bytes per processing unit.
359
363
},
360
364
"updateMask": "A String", # Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
361
365
"validateOnly": True or False, # An option to validate, but not actually execute, a request, and provide the same response.
0 commit comments