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: discovery/oracledatabase-v1.json
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -994,7 +994,7 @@
994
994
"operations": {
995
995
"methods": {
996
996
"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`.",
"description": "Optional. The number of enabled CPU cores.",
2240
+
"description": "Output only. The number of enabled CPU cores.",
2241
2241
"format": "int32",
2242
+
"readOnly": true,
2242
2243
"type": "integer"
2243
2244
},
2244
2245
"customerContacts": {
@@ -2255,8 +2256,9 @@
2255
2256
"type": "number"
2256
2257
},
2257
2258
"dbNodeStorageSizeGb": {
2258
-
"description": "Optional. The local node storage allocated in GBs.",
2259
+
"description": "Output only. The local node storage allocated in GBs.",
2259
2260
"format": "int32",
2261
+
"readOnly": true,
2260
2262
"type": "integer"
2261
2263
},
2262
2264
"dbServerVersion": {
@@ -2293,8 +2295,9 @@
2293
2295
"type": "integer"
2294
2296
},
2295
2297
"memorySizeGb": {
2296
-
"description": "Optional. The memory allocated in GBs.",
2298
+
"description": "Output only. The memory allocated in GBs.",
2297
2299
"format": "int32",
2300
+
"readOnly": true,
2298
2301
"type": "integer"
2299
2302
},
2300
2303
"monthlyDbServerVersion": {
@@ -2631,8 +2634,7 @@
2631
2634
"type": "integer"
2632
2635
},
2633
2636
"systemVersion": {
2634
-
"description": "Output only. Operating system version of the image.",
2635
-
"readOnly": true,
2637
+
"description": "Optional. Operating system version of the image.",
2636
2638
"type": "string"
2637
2639
},
2638
2640
"timeZone": {
@@ -3065,13 +3067,15 @@
3065
3067
"STATE_UNSPECIFIED",
3066
3068
"ACCOUNT_NOT_LINKED",
3067
3069
"ACCOUNT_NOT_ACTIVE",
3068
-
"ACTIVE"
3070
+
"ACTIVE",
3071
+
"ACCOUNT_SUSPENDED"
3069
3072
],
3070
3073
"enumDescriptions": [
3071
3074
"Default unspecified value.",
3072
3075
"Account not linked.",
3073
3076
"Account is linked but not active.",
3074
-
"Entitlement and Account are active."
3077
+
"Entitlement and Account are active.",
3078
+
"Account is suspended."
3075
3079
],
3076
3080
"readOnly": true,
3077
3081
"type": "string"
@@ -3719,22 +3723,22 @@
3719
3723
"id": "TimeOfDay",
3720
3724
"properties": {
3721
3725
"hours": {
3722
-
"description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
3726
+
"description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
3723
3727
"format": "int32",
3724
3728
"type": "integer"
3725
3729
},
3726
3730
"minutes": {
3727
-
"description": "Minutes of hour of day. Must be from 0 to 59.",
3731
+
"description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
3728
3732
"format": "int32",
3729
3733
"type": "integer"
3730
3734
},
3731
3735
"nanos": {
3732
-
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
3736
+
"description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
3733
3737
"format": "int32",
3734
3738
"type": "integer"
3735
3739
},
3736
3740
"seconds": {
3737
-
"description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.",
3741
+
"description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.",
3738
3742
"format": "int32",
3739
3743
"type": "integer"
3740
3744
}
@@ -3746,11 +3750,11 @@
3746
3750
"id": "TimeZone",
3747
3751
"properties": {
3748
3752
"id": {
3749
-
"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\".",
3750
3754
"type": "string"
3751
3755
},
3752
3756
"version": {
3753
-
"description": "Optional. IANA Time Zone Database version number, e.g.\"2019a\".",
3757
+
"description": "Optional. IANA Time Zone Database version number. For example\"2019a\".",
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
1673
+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
1674
1674
*/
1675
1675
hours?: number|null;
1676
1676
/**
1677
-
* Minutes of hour of day. Must be from 0 to 59.
1677
+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
1678
1678
*/
1679
1679
minutes?: number|null;
1680
1680
/**
1681
-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1681
+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
1682
1682
*/
1683
1683
nanos?: number|null;
1684
1684
/**
1685
-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
1685
+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
* 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`.
4450
+
* 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`.
4451
4451
*
4452
4452
* @param params - Parameters for request
4453
4453
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
0 commit comments