Skip to content

Commit d923b65

Browse files
feat(workstations): update the api
#### workstations:v1beta The following keys were added: - schemas.GceRegionalPersistentDisk.properties.sourceSnapshot.type (Total Keys: 1)
1 parent 69b289b commit d923b65

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/dyn/workstations_v1beta.projects.locations.workstationClusters.workstationConfigs.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ <h3>Method Details</h3>
200200
&quot;fsType&quot;: &quot;A String&quot;, # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
201201
&quot;reclaimPolicy&quot;: &quot;A String&quot;, # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
202202
&quot;sizeGb&quot;: 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
203+
&quot;sourceSnapshot&quot;: &quot;A String&quot;, # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
203204
},
204205
&quot;mountPath&quot;: &quot;A String&quot;, # Location of this directory in the running workstation.
205206
},
@@ -363,6 +364,7 @@ <h3>Method Details</h3>
363364
&quot;fsType&quot;: &quot;A String&quot;, # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
364365
&quot;reclaimPolicy&quot;: &quot;A String&quot;, # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
365366
&quot;sizeGb&quot;: 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
367+
&quot;sourceSnapshot&quot;: &quot;A String&quot;, # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
366368
},
367369
&quot;mountPath&quot;: &quot;A String&quot;, # Location of this directory in the running workstation.
368370
},
@@ -514,6 +516,7 @@ <h3>Method Details</h3>
514516
&quot;fsType&quot;: &quot;A String&quot;, # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
515517
&quot;reclaimPolicy&quot;: &quot;A String&quot;, # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
516518
&quot;sizeGb&quot;: 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
519+
&quot;sourceSnapshot&quot;: &quot;A String&quot;, # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
517520
},
518521
&quot;mountPath&quot;: &quot;A String&quot;, # Location of this directory in the running workstation.
519522
},
@@ -619,6 +622,7 @@ <h3>Method Details</h3>
619622
&quot;fsType&quot;: &quot;A String&quot;, # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
620623
&quot;reclaimPolicy&quot;: &quot;A String&quot;, # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
621624
&quot;sizeGb&quot;: 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
625+
&quot;sourceSnapshot&quot;: &quot;A String&quot;, # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
622626
},
623627
&quot;mountPath&quot;: &quot;A String&quot;, # Location of this directory in the running workstation.
624628
},
@@ -739,6 +743,7 @@ <h3>Method Details</h3>
739743
&quot;fsType&quot;: &quot;A String&quot;, # Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set.
740744
&quot;reclaimPolicy&quot;: &quot;A String&quot;, # What should happen to the disk after the workstation is deleted. Defaults to DELETE.
741745
&quot;sizeGb&quot;: 42, # Size of the disk in GB. Must be empty if source_snapshot is set.
746+
&quot;sourceSnapshot&quot;: &quot;A String&quot;, # Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
742747
},
743748
&quot;mountPath&quot;: &quot;A String&quot;, # Location of this directory in the running workstation.
744749
},

googleapiclient/discovery_cache/documents/workstations.v1beta.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
}
11281128
}
11291129
},
1130-
"revision": "20230208",
1130+
"revision": "20230220",
11311131
"rootUrl": "https://workstations.googleapis.com/",
11321132
"schemas": {
11331133
"AuditConfig": {
@@ -1370,6 +1370,10 @@
13701370
"description": "Size of the disk in GB. Must be empty if source_snapshot is set.",
13711371
"format": "int32",
13721372
"type": "integer"
1373+
},
1374+
"sourceSnapshot": {
1375+
"description": "Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.",
1376+
"type": "string"
13731377
}
13741378
},
13751379
"type": "object"

0 commit comments

Comments
 (0)