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
<pre>Lists information about the supported locations for this service.
135
135
136
136
Args:
137
137
name: string, The resource that owns the locations collection, if applicable. (required)
138
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
138
139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139
140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140
141
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
"diskType": "A String", # Optional. Type of the disk to use. Defaults to `"pd-standard"`.
182
182
"readOnly": True or False, # Optional. Whether the disk is read only. If true, the disk may be shared by multiple VMs and source_snapshot must be set.
183
183
"sourceImage": "A String", # Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
184
-
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
184
+
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
185
185
},
186
186
"mountPath": "A String", # Required. Location of this directory in the running workstation.
187
187
},
@@ -405,7 +405,7 @@ <h3>Method Details</h3>
405
405
"diskType": "A String", # Optional. Type of the disk to use. Defaults to `"pd-standard"`.
406
406
"readOnly": True or False, # Optional. Whether the disk is read only. If true, the disk may be shared by multiple VMs and source_snapshot must be set.
407
407
"sourceImage": "A String", # Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
408
-
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
408
+
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
409
409
},
410
410
"mountPath": "A String", # Required. Location of this directory in the running workstation.
filter: string, Optional. Filter the WorkstationConfigs to be listed. Possible filters are described in https://google.aip.dev/160.
553
554
pageSize: integer, Optional. Maximum number of items to return.
554
555
pageToken: string, Optional. next_page_token value returned from a previous List request, if any.
555
556
x__xgafv: string, V1 error format.
@@ -617,7 +618,7 @@ <h3>Method Details</h3>
617
618
"diskType": "A String", # Optional. Type of the disk to use. Defaults to `"pd-standard"`.
618
619
"readOnly": True or False, # Optional. Whether the disk is read only. If true, the disk may be shared by multiple VMs and source_snapshot must be set.
619
620
"sourceImage": "A String", # Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
620
-
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
621
+
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
621
622
},
622
623
"mountPath": "A String", # Required. Location of this directory in the running workstation.
623
624
},
@@ -783,7 +784,7 @@ <h3>Method Details</h3>
783
784
"diskType": "A String", # Optional. Type of the disk to use. Defaults to `"pd-standard"`.
784
785
"readOnly": True or False, # Optional. Whether the disk is read only. If true, the disk may be shared by multiple VMs and source_snapshot must be set.
785
786
"sourceImage": "A String", # Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
786
-
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
787
+
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
787
788
},
788
789
"mountPath": "A String", # Required. Location of this directory in the running workstation.
789
790
},
@@ -964,7 +965,7 @@ <h3>Method Details</h3>
964
965
"diskType": "A String", # Optional. Type of the disk to use. Defaults to `"pd-standard"`.
965
966
"readOnly": True or False, # Optional. Whether the disk is read only. If true, the disk may be shared by multiple VMs and source_snapshot must be set.
966
967
"sourceImage": "A String", # Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
967
-
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
968
+
"sourceSnapshot": "A String", # Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
968
969
},
969
970
"mountPath": "A String", # Required. Location of this directory in the running workstation.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/workstations.v1.json
+23-2
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,12 @@
143
143
"name"
144
144
],
145
145
"parameters": {
146
+
"extraLocationTypes": {
147
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148
+
"location": "query",
149
+
"repeated": true,
150
+
"type": "string"
151
+
},
146
152
"filter": {
147
153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148
154
"location": "query",
@@ -414,6 +420,11 @@
414
420
"parent"
415
421
],
416
422
"parameters": {
423
+
"filter": {
424
+
"description": "Optional. Filter the WorkstationClusters to be listed. Possible filters are described in https://google.aip.dev/160.",
425
+
"location": "query",
426
+
"type": "string"
427
+
},
417
428
"pageSize": {
418
429
"description": "Optional. Maximum number of items to return.",
419
430
"format": "int32",
@@ -632,6 +643,11 @@
632
643
"parent"
633
644
],
634
645
"parameters": {
646
+
"filter": {
647
+
"description": "Optional. Filter the WorkstationConfigs to be listed. Possible filters are described in https://google.aip.dev/160.",
648
+
"location": "query",
649
+
"type": "string"
650
+
},
635
651
"pageSize": {
636
652
"description": "Optional. Maximum number of items to return.",
637
653
"format": "int32",
@@ -965,6 +981,11 @@
965
981
"parent"
966
982
],
967
983
"parameters": {
984
+
"filter": {
985
+
"description": "Optional. Filter the Workstations to be listed. Possible filters are described in https://google.aip.dev/160.",
986
+
"location": "query",
987
+
"type": "string"
988
+
},
968
989
"pageSize": {
969
990
"description": "Optional. Maximum number of items to return.",
"description": "Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.",
1591
+
"description": "Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, see [the filesystems available in Container-Optimized OS](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.",
0 commit comments