Skip to content

Commit ff4f783

Browse files
feat(spanner): update the api
#### spanner:v1 The following keys were added: - schemas.InstanceConfig.properties.storageLimitPerProcessingUnit (Total Keys: 3)
1 parent 4a93730 commit ff4f783

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/dyn/spanner_v1.projects.instanceConfigs.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ <h3>Method Details</h3>
150150
},
151151
],
152152
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
153+
&quot;storageLimitPerProcessingUnit&quot;: &quot;A String&quot;, # Output only. The storage limit in bytes per processing unit.
153154
},
154155
&quot;instanceConfigId&quot;: &quot;A String&quot;, # 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.
155156
&quot;validateOnly&quot;: 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>
247248
},
248249
],
249250
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
251+
&quot;storageLimitPerProcessingUnit&quot;: &quot;A String&quot;, # Output only. The storage limit in bytes per processing unit.
250252
}</pre>
251253
</div>
252254

@@ -297,6 +299,7 @@ <h3>Method Details</h3>
297299
},
298300
],
299301
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
302+
&quot;storageLimitPerProcessingUnit&quot;: &quot;A String&quot;, # Output only. The storage limit in bytes per processing unit.
300303
},
301304
],
302305
&quot;nextPageToken&quot;: &quot;A String&quot;, # `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>
356359
},
357360
],
358361
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
362+
&quot;storageLimitPerProcessingUnit&quot;: &quot;A String&quot;, # Output only. The storage limit in bytes per processing unit.
359363
},
360364
&quot;updateMask&quot;: &quot;A String&quot;, # 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.
361365
&quot;validateOnly&quot;: True or False, # An option to validate, but not actually execute, a request, and provide the same response.

googleapiclient/discovery_cache/documents/spanner.v1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4145,6 +4145,12 @@
41454145
],
41464146
"readOnly": true,
41474147
"type": "string"
4148+
},
4149+
"storageLimitPerProcessingUnit": {
4150+
"description": "Output only. The storage limit in bytes per processing unit.",
4151+
"format": "int64",
4152+
"readOnly": true,
4153+
"type": "string"
41484154
}
41494155
},
41504156
"type": "object"

0 commit comments

Comments
 (0)