Skip to content

Commit 8fb19ea

Browse files
feat(oracledatabase): update the api
#### oracledatabase:v1 The following keys were deleted: - schemas.CloudVmClusterProperties.properties.systemVersion.readOnly (Total Keys: 1)
1 parent d083735 commit 8fb19ea

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

docs/dyn/oracledatabase_v1.projects.locations.cloudVmClusters.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ <h3>Method Details</h3>
165165
],
166166
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the cluster.
167167
&quot;storageSizeGb&quot;: 42, # Output only. The storage allocation for the disk group, in gigabytes (GB).
168-
&quot;systemVersion&quot;: &quot;A String&quot;, # Output only. Operating system version of the image.
168+
&quot;systemVersion&quot;: &quot;A String&quot;, # Optional. Operating system version of the image.
169169
&quot;timeZone&quot;: { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # Optional. Time zone of VM Cluster to set. Defaults to UTC if not specified.
170-
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
171-
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number, e.g. &quot;2019a&quot;.
170+
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
171+
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
172172
},
173173
},
174174
}
@@ -308,10 +308,10 @@ <h3>Method Details</h3>
308308
],
309309
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the cluster.
310310
&quot;storageSizeGb&quot;: 42, # Output only. The storage allocation for the disk group, in gigabytes (GB).
311-
&quot;systemVersion&quot;: &quot;A String&quot;, # Output only. Operating system version of the image.
311+
&quot;systemVersion&quot;: &quot;A String&quot;, # Optional. Operating system version of the image.
312312
&quot;timeZone&quot;: { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # Optional. Time zone of VM Cluster to set. Defaults to UTC if not specified.
313-
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
314-
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number, e.g. &quot;2019a&quot;.
313+
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
314+
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
315315
},
316316
},
317317
}</pre>
@@ -389,10 +389,10 @@ <h3>Method Details</h3>
389389
],
390390
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the cluster.
391391
&quot;storageSizeGb&quot;: 42, # Output only. The storage allocation for the disk group, in gigabytes (GB).
392-
&quot;systemVersion&quot;: &quot;A String&quot;, # Output only. Operating system version of the image.
392+
&quot;systemVersion&quot;: &quot;A String&quot;, # Optional. Operating system version of the image.
393393
&quot;timeZone&quot;: { # Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones). # Optional. Time zone of VM Cluster to set. Defaults to UTC if not specified.
394-
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
395-
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number, e.g. &quot;2019a&quot;.
394+
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
395+
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
396396
},
397397
},
398398
},

docs/dyn/oracledatabase_v1.projects.locations.operations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1><a href="oracledatabase_v1.html">Oracle Database@Google Cloud API</a> . <a h
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<code><a href="#cancel">cancel(name, body=None, x__xgafv=None)</a></code></p>
79-
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.</p>
79+
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.</p>
8080
<p class="toc_element">
8181
<code><a href="#close">close()</a></code></p>
8282
<p class="firstline">Close httplib2 connections.</p>
@@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
9595
<h3>Method Details</h3>
9696
<div class="method">
9797
<code class="details" id="cancel">cancel(name, body=None, x__xgafv=None)</code>
98-
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
98+
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
9999

100100
Args:
101101
name: string, The name of the operation resource to be cancelled. (required)

googleapiclient/discovery_cache/documents/oracledatabase.v1.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@
994994
"operations": {
995995
"methods": {
996996
"cancel": {
997-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
997+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
998998
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
999999
"httpMethod": "POST",
10001000
"id": "oracledatabase.projects.locations.operations.cancel",
@@ -1119,7 +1119,7 @@
11191119
}
11201120
}
11211121
},
1122-
"revision": "20241009",
1122+
"revision": "20241210",
11231123
"rootUrl": "https://oracledatabase.googleapis.com/",
11241124
"schemas": {
11251125
"AllConnectionStrings": {
@@ -2634,8 +2634,7 @@
26342634
"type": "integer"
26352635
},
26362636
"systemVersion": {
2637-
"description": "Output only. Operating system version of the image.",
2638-
"readOnly": true,
2637+
"description": "Optional. Operating system version of the image.",
26392638
"type": "string"
26402639
},
26412640
"timeZone": {
@@ -3068,13 +3067,15 @@
30683067
"STATE_UNSPECIFIED",
30693068
"ACCOUNT_NOT_LINKED",
30703069
"ACCOUNT_NOT_ACTIVE",
3071-
"ACTIVE"
3070+
"ACTIVE",
3071+
"ACCOUNT_SUSPENDED"
30723072
],
30733073
"enumDescriptions": [
30743074
"Default unspecified value.",
30753075
"Account not linked.",
30763076
"Account is linked but not active.",
3077-
"Entitlement and Account are active."
3077+
"Entitlement and Account are active.",
3078+
"Account is suspended."
30783079
],
30793080
"readOnly": true,
30803081
"type": "string"
@@ -3749,11 +3750,11 @@
37493750
"id": "TimeZone",
37503751
"properties": {
37513752
"id": {
3752-
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
3753+
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
37533754
"type": "string"
37543755
},
37553756
"version": {
3756-
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
3757+
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
37573758
"type": "string"
37583759
}
37593760
},

0 commit comments

Comments
 (0)