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: DiscoveryJson/oracledatabase.v1.json
+46-4Lines changed: 46 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1153,7 +1153,7 @@
1153
1153
"type": "string"
1154
1154
},
1155
1155
"pageSize": {
1156
-
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1156
+
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 Databases will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1157
1157
"format": "int32",
1158
1158
"location": "query",
1159
1159
"type": "integer"
@@ -1193,7 +1193,7 @@
1193
1193
],
1194
1194
"parameters": {
1195
1195
"pageSize": {
1196
-
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1196
+
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbSystemInitialStorageSizes will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1197
1197
"format": "int32",
1198
1198
"location": "query",
1199
1199
"type": "integer"
@@ -1426,7 +1426,7 @@
1426
1426
"type": "string"
1427
1427
},
1428
1428
"pageSize": {
1429
-
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1429
+
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbVersions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1430
1430
"format": "int32",
1431
1431
"location": "query",
1432
1432
"type": "integer"
@@ -1702,6 +1702,48 @@
1702
1702
"https://www.googleapis.com/auth/cloud-platform"
1703
1703
]
1704
1704
}
1705
+
},
1706
+
"resources": {
1707
+
"dbNodes": {
1708
+
"methods": {
1709
+
"list": {
1710
+
"description": "Lists the database nodes of a VM Cluster.",
"description": "Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
1720
+
"format": "int32",
1721
+
"location": "query",
1722
+
"type": "integer"
1723
+
},
1724
+
"pageToken": {
1725
+
"description": "Optional. A token identifying a page of results the node should return.",
1726
+
"location": "query",
1727
+
"type": "string"
1728
+
},
1729
+
"parent": {
1730
+
"description": "Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .",
0 commit comments