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/workstations-v1.json
+28-7Lines changed: 28 additions & 7 deletions
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.",
1571
1592
"type": "string"
1572
1593
}
1573
1594
},
@@ -1605,7 +1626,7 @@
1605
1626
"type": "integer"
1606
1627
},
1607
1628
"sourceSnapshot": {
1608
-
"description": "Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.",
1629
+
"description": "Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty. Must be formatted as ext4 file system with no partitions.",
1609
1630
"type": "string"
1610
1631
}
1611
1632
},
@@ -2325,7 +2346,7 @@
2325
2346
"type": "string"
2326
2347
},
2327
2348
"degraded": {
2328
-
"description": "Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.",
2349
+
"description": "Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the cluster.",
2329
2350
"readOnly": true,
2330
2351
"type": "boolean"
2331
2352
},
@@ -2379,7 +2400,7 @@
2379
2400
"additionalProperties": {
2380
2401
"type": "string"
2381
2402
},
2382
-
"description": "Optional. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2403
+
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2383
2404
"type": "object"
2384
2405
},
2385
2406
"uid": {
@@ -2415,7 +2436,7 @@
2415
2436
"type": "object"
2416
2437
},
2417
2438
"conditions": {
2418
-
"description": "Output only. Status conditions describing the current resource state.",
2439
+
"description": "Output only. Status conditions describing the workstation configuration's current state.",
2419
2440
"items": {
2420
2441
"$ref": "Status"
2421
2442
},
@@ -2433,7 +2454,7 @@
2433
2454
"type": "string"
2434
2455
},
2435
2456
"degraded": {
2436
-
"description": "Output only. Whether this resource is degraded, in which case it may require user action to restore full functionality. See also the conditions field.",
2457
+
"description": "Output only. Whether this workstation configuration is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the configuration.",
"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.",
1517
+
"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.",
1503
1518
"type": "string"
1504
1519
}
1505
1520
},
@@ -1537,7 +1552,7 @@
1537
1552
"type": "integer"
1538
1553
},
1539
1554
"sourceSnapshot": {
1540
-
"description": "Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.",
1555
+
"description": "Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty. Must be formatted as ext4 file system with no partitions.",
1541
1556
"type": "string"
1542
1557
}
1543
1558
},
@@ -2111,7 +2126,7 @@
2111
2126
"type": "string"
2112
2127
},
2113
2128
"degraded": {
2114
-
"description": "Output only. Whether this workstation is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.",
2129
+
"description": "Output only. Whether this workstation is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the workstation.",
2115
2130
"readOnly": true,
2116
2131
"type": "boolean"
2117
2132
},
@@ -2263,7 +2278,7 @@
2263
2278
"type": "string"
2264
2279
},
2265
2280
"degraded": {
2266
-
"description": "Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.",
2281
+
"description": "Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the cluster.",
2267
2282
"readOnly": true,
2268
2283
"type": "boolean"
2269
2284
},
@@ -2327,7 +2342,7 @@
2327
2342
"additionalProperties": {
2328
2343
"type": "string"
2329
2344
},
2330
-
"description": "Optional. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2345
+
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2331
2346
"type": "object"
2332
2347
},
2333
2348
"uid": {
@@ -2363,7 +2378,7 @@
2363
2378
"type": "object"
2364
2379
},
2365
2380
"conditions": {
2366
-
"description": "Output only. Status conditions describing the current resource state.",
2381
+
"description": "Output only. Status conditions describing the workstation configuration's current state.",
2367
2382
"items": {
2368
2383
"$ref": "Status"
2369
2384
},
@@ -2381,7 +2396,7 @@
2381
2396
"type": "string"
2382
2397
},
2383
2398
"degraded": {
2384
-
"description": "Output only. Whether this resource is degraded, in which case it may require user action to restore full functionality. See also the conditions field.",
2399
+
"description": "Output only. Whether this workstation configuration is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the configuration.",
* 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.
409
+
* 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.
* Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
434
+
* Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty. Must be formatted as ext4 file system with no partitions.
* Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.
954
+
* Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the cluster.
* Optional. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
998
+
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
* Output only. Whether this resource is degraded, in which case it may require user action to restore full functionality. See also the conditions field.
1035
+
* Output only. Whether this workstation configuration is in degraded mode, in which case it may require user action to restore full functionality. The conditions field contains detailed information about the status of the configuration.
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1332
+
*/
1333
+
extraLocationTypes?: string[];
1330
1334
/**
1331
1335
* 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).
0 commit comments