From 8fb19ea990b0b494fd778a7c42eb50df0096c843 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 17 Dec 2024 07:10:21 +0000 Subject: [PATCH] feat(oracledatabase): update the api #### oracledatabase:v1 The following keys were deleted: - schemas.CloudVmClusterProperties.properties.systemVersion.readOnly (Total Keys: 1) --- ..._v1.projects.locations.cloudVmClusters.html | 18 +++++++++--------- ...abase_v1.projects.locations.operations.html | 4 ++-- .../documents/oracledatabase.v1.json | 17 +++++++++-------- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/docs/dyn/oracledatabase_v1.projects.locations.cloudVmClusters.html b/docs/dyn/oracledatabase_v1.projects.locations.cloudVmClusters.html index 1f065a778b..099f886d8d 100644 --- a/docs/dyn/oracledatabase_v1.projects.locations.cloudVmClusters.html +++ b/docs/dyn/oracledatabase_v1.projects.locations.cloudVmClusters.html @@ -165,10 +165,10 @@

Method Details

], "state": "A String", # Output only. State of the cluster. "storageSizeGb": 42, # Output only. The storage allocation for the disk group, in gigabytes (GB). - "systemVersion": "A String", # Output only. Operating system version of the image. + "systemVersion": "A String", # Optional. Operating system version of the image. "timeZone": { # 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. - "id": "A String", # IANA Time Zone Database time zone, e.g. "America/New_York". - "version": "A String", # Optional. IANA Time Zone Database version number, e.g. "2019a". + "id": "A String", # IANA Time Zone Database time zone. For example "America/New_York". + "version": "A String", # Optional. IANA Time Zone Database version number. For example "2019a". }, }, } @@ -308,10 +308,10 @@

Method Details

], "state": "A String", # Output only. State of the cluster. "storageSizeGb": 42, # Output only. The storage allocation for the disk group, in gigabytes (GB). - "systemVersion": "A String", # Output only. Operating system version of the image. + "systemVersion": "A String", # Optional. Operating system version of the image. "timeZone": { # 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. - "id": "A String", # IANA Time Zone Database time zone, e.g. "America/New_York". - "version": "A String", # Optional. IANA Time Zone Database version number, e.g. "2019a". + "id": "A String", # IANA Time Zone Database time zone. For example "America/New_York". + "version": "A String", # Optional. IANA Time Zone Database version number. For example "2019a". }, }, } @@ -389,10 +389,10 @@

Method Details

], "state": "A String", # Output only. State of the cluster. "storageSizeGb": 42, # Output only. The storage allocation for the disk group, in gigabytes (GB). - "systemVersion": "A String", # Output only. Operating system version of the image. + "systemVersion": "A String", # Optional. Operating system version of the image. "timeZone": { # 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. - "id": "A String", # IANA Time Zone Database time zone, e.g. "America/New_York". - "version": "A String", # Optional. IANA Time Zone Database version number, e.g. "2019a". + "id": "A String", # IANA Time Zone Database time zone. For example "America/New_York". + "version": "A String", # Optional. IANA Time Zone Database version number. For example "2019a". }, }, }, diff --git a/docs/dyn/oracledatabase_v1.projects.locations.operations.html b/docs/dyn/oracledatabase_v1.projects.locations.operations.html index 97f1dcda04..b09d9244c8 100644 --- a/docs/dyn/oracledatabase_v1.projects.locations.operations.html +++ b/docs/dyn/oracledatabase_v1.projects.locations.operations.html @@ -76,7 +76,7 @@

Oracle Database@Google Cloud API . Instance Methods

cancel(name, body=None, x__xgafv=None)

-

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`.

+

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`.

close()

Close httplib2 connections.

@@ -95,7 +95,7 @@

Instance Methods

Method Details

cancel(name, body=None, x__xgafv=None) -
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`.
+  
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`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/googleapiclient/discovery_cache/documents/oracledatabase.v1.json b/googleapiclient/discovery_cache/documents/oracledatabase.v1.json
index 8c944cac6a..bb2e2214b6 100644
--- a/googleapiclient/discovery_cache/documents/oracledatabase.v1.json
+++ b/googleapiclient/discovery_cache/documents/oracledatabase.v1.json
@@ -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",
@@ -1119,7 +1119,7 @@
 }
 }
 },
-"revision": "20241009",
+"revision": "20241210",
 "rootUrl": "https://oracledatabase.googleapis.com/",
 "schemas": {
 "AllConnectionStrings": {
@@ -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": {
@@ -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"
@@ -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"
 }
 },