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
+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}. .",
* const res = await oracledatabase.projects.locations.databases.list({
7948
7948
* // Optional. An expression for filtering the results of the request. list for container databases is supported only with a valid dbSystem (full resource name) filter in this format: `dbSystem="projects/{project\}/locations/{location\}/dbSystems/{dbSystemId\}"`
7949
7949
* filter: 'placeholder-value',
7950
-
* // 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.
7950
+
* // 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.
7951
7951
* pageSize: 'placeholder-value',
7952
7952
* // Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.
* 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.
8079
+
* 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.
* // 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.
8130
+
* // 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.
8131
8131
* pageSize: 'placeholder-value',
8132
8132
* // Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.
* 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.
8256
+
* 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.
* const res = await oracledatabase.projects.locations.dbVersions.list({
9148
9148
* // Optional. Filter expression that matches a subset of the DbVersions to show. The supported filter for dbSystem creation is `db_system_shape = {db_system_shape\} AND storage_management = {storage_management\}`. If no filter is provided, all DbVersions will be returned.
9149
9149
* filter: 'placeholder-value',
9150
-
* // 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.
9150
+
* // 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.
9151
9151
* pageSize: 'placeholder-value',
9152
9152
* // Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.
* 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.
9272
+
* 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.
* // 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.
10515
+
* pageSize: 'placeholder-value',
10516
+
* // Optional. A token identifying a page of results the node should return.
10517
+
* pageToken: 'placeholder-value',
10518
+
* // Required. The parent value for database node in the following format: projects/{project\}/locations/{location\}/cloudVmClusters/{cloudVmCluster\}. .
* 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.
10633
+
*/
10634
+
pageSize?: number;
10635
+
/**
10636
+
* Optional. A token identifying a page of results the node should return.
10637
+
*/
10638
+
pageToken?: string;
10639
+
/**
10640
+
* Required. The parent value for database node in the following format: projects/{project\}/locations/{location\}/cloudVmClusters/{cloudVmCluster\}. .
10641
+
*/
10642
+
parent?: string;
10643
+
}
10644
+
10472
10645
export class Resource$Projects$Locations$Exascaledbstoragevaults {
0 commit comments