Skip to content

Commit

Permalink
feat(oracledatabase): update the api
Browse files Browse the repository at this point in the history
#### oracledatabase:v1

The following keys were deleted:
- schemas.CloudVmClusterProperties.properties.systemVersion.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 17, 2024
1 parent d083735 commit 8fb19ea
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ <h3>Method Details</h3>
],
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the cluster.
&quot;storageSizeGb&quot;: 42, # Output only. The storage allocation for the disk group, in gigabytes (GB).
&quot;systemVersion&quot;: &quot;A String&quot;, # Output only. Operating system version of the image.
&quot;systemVersion&quot;: &quot;A String&quot;, # Optional. Operating system version of the image.
&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.
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number, e.g. &quot;2019a&quot;.
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
},
},
}
Expand Down Expand Up @@ -308,10 +308,10 @@ <h3>Method Details</h3>
],
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the cluster.
&quot;storageSizeGb&quot;: 42, # Output only. The storage allocation for the disk group, in gigabytes (GB).
&quot;systemVersion&quot;: &quot;A String&quot;, # Output only. Operating system version of the image.
&quot;systemVersion&quot;: &quot;A String&quot;, # Optional. Operating system version of the image.
&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.
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number, e.g. &quot;2019a&quot;.
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
},
},
}</pre>
Expand Down Expand Up @@ -389,10 +389,10 @@ <h3>Method Details</h3>
],
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the cluster.
&quot;storageSizeGb&quot;: 42, # Output only. The storage allocation for the disk group, in gigabytes (GB).
&quot;systemVersion&quot;: &quot;A String&quot;, # Output only. Operating system version of the image.
&quot;systemVersion&quot;: &quot;A String&quot;, # Optional. Operating system version of the image.
&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.
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone, e.g. &quot;America/New_York&quot;.
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number, e.g. &quot;2019a&quot;.
&quot;id&quot;: &quot;A String&quot;, # IANA Time Zone Database time zone. For example &quot;America/New_York&quot;.
&quot;version&quot;: &quot;A String&quot;, # Optional. IANA Time Zone Database version number. For example &quot;2019a&quot;.
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/oracledatabase_v1.projects.locations.operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1><a href="oracledatabase_v1.html">Oracle Database@Google Cloud API</a> . <a h
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#cancel">cancel(name, body=None, x__xgafv=None)</a></code></p>
<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>
<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>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand All @@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="cancel">cancel(name, body=None, x__xgafv=None)</code>
<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`.
<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`.

Args:
name: string, The name of the operation resource to be cancelled. (required)
Expand Down
17 changes: 9 additions & 8 deletions googleapiclient/discovery_cache/documents/oracledatabase.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@
"operations": {
"methods": {
"cancel": {
"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`.",
"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`.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
"httpMethod": "POST",
"id": "oracledatabase.projects.locations.operations.cancel",
Expand Down Expand Up @@ -1119,7 +1119,7 @@
}
}
},
"revision": "20241009",
"revision": "20241210",
"rootUrl": "https://oracledatabase.googleapis.com/",
"schemas": {
"AllConnectionStrings": {
Expand Down Expand Up @@ -2634,8 +2634,7 @@
"type": "integer"
},
"systemVersion": {
"description": "Output only. Operating system version of the image.",
"readOnly": true,
"description": "Optional. Operating system version of the image.",
"type": "string"
},
"timeZone": {
Expand Down Expand Up @@ -3068,13 +3067,15 @@
"STATE_UNSPECIFIED",
"ACCOUNT_NOT_LINKED",
"ACCOUNT_NOT_ACTIVE",
"ACTIVE"
"ACTIVE",
"ACCOUNT_SUSPENDED"
],
"enumDescriptions": [
"Default unspecified value.",
"Account not linked.",
"Account is linked but not active.",
"Entitlement and Account are active."
"Entitlement and Account are active.",
"Account is suspended."
],
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -3749,11 +3750,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down

0 comments on commit 8fb19ea

Please sign in to comment.