Skip to content

Commit a4e95cb

Browse files
feat(workloadmanager): update the api
#### workloadmanager:v1 The following keys were added: - schemas.SapDiscoveryResourceInstancePropertiesDiskMount.properties.diskNames (Total Keys: 2)
1 parent 890a341 commit a4e95cb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/dyn/workloadmanager_v1.projects.locations.insights.html

+6
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ <h3>Method Details</h3>
167167
],
168168
&quot;diskMounts&quot;: [ # Optional. Disk mounts on the instance.
169169
{ # Disk mount on the instance.
170+
&quot;diskNames&quot;: [ # Optional. Names of the disks providing this mount point.
171+
&quot;A String&quot;,
172+
],
170173
&quot;mountPoint&quot;: &quot;A String&quot;, # Optional. Filesystem mount point.
171174
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the disk.
172175
},
@@ -233,6 +236,9 @@ <h3>Method Details</h3>
233236
],
234237
&quot;diskMounts&quot;: [ # Optional. Disk mounts on the instance.
235238
{ # Disk mount on the instance.
239+
&quot;diskNames&quot;: [ # Optional. Names of the disks providing this mount point.
240+
&quot;A String&quot;,
241+
],
236242
&quot;mountPoint&quot;: &quot;A String&quot;, # Optional. Filesystem mount point.
237243
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the disk.
238244
},

googleapiclient/discovery_cache/documents/workloadmanager.v1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@
922922
}
923923
}
924924
},
925-
"revision": "20250310",
925+
"revision": "20250319",
926926
"rootUrl": "https://workloadmanager.googleapis.com/",
927927
"schemas": {
928928
"APILayerServer": {
@@ -2830,6 +2830,13 @@
28302830
"description": "Disk mount on the instance.",
28312831
"id": "SapDiscoveryResourceInstancePropertiesDiskMount",
28322832
"properties": {
2833+
"diskNames": {
2834+
"description": "Optional. Names of the disks providing this mount point.",
2835+
"items": {
2836+
"type": "string"
2837+
},
2838+
"type": "array"
2839+
},
28332840
"mountPoint": {
28342841
"description": "Optional. Filesystem mount point.",
28352842
"type": "string"

0 commit comments

Comments
 (0)