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
"description": "A boost configuration is a set of resources that a workstation can use to increase its performance. If a boost configuration is specified, when starting a workstation, users can choose to use a VM provisioned under the boost config by passing the boost config id in the start request. If no boost config id is provided in the start request, the system will choose a VM from the pool provisioned under the default config.",
1288
+
"description": "A boost configuration is a set of resources that a workstation can use to increase its performance. If you specify a boost configuration, upon startup, workstation users can choose to use a VM provisioned under the boost config by passing the boost config ID in the start request. If the workstation user does not provide a boost config ID in the start request, the system will choose a VM from the pool provisioned under the default config.",
1289
1289
"id": "BoostConfig",
1290
1290
"properties": {
1291
1291
"accelerators": {
@@ -1305,7 +1305,7 @@
1305
1305
"type": "boolean"
1306
1306
},
1307
1307
"id": {
1308
-
"description": "Required. The id to be used for the boost configuration.",
1308
+
"description": "Required. The ID to be used for the boost configuration.",
1309
1309
"type": "string"
1310
1310
},
1311
1311
"machineType": {
@@ -1528,6 +1528,28 @@
1528
1528
},
1529
1529
"type": "object"
1530
1530
},
1531
+
"GceInstanceHost": {
1532
+
"description": "The Compute Engine instance host.",
1533
+
"id": "GceInstanceHost",
1534
+
"properties": {
1535
+
"id": {
1536
+
"description": "Optional. Output only. The ID of the Compute Engine instance.",
1537
+
"readOnly": true,
1538
+
"type": "string"
1539
+
},
1540
+
"name": {
1541
+
"description": "Optional. Output only. The name of the Compute Engine instance.",
1542
+
"readOnly": true,
1543
+
"type": "string"
1544
+
},
1545
+
"zone": {
1546
+
"description": "Optional. Output only. The zone of the Compute Engine instance.",
1547
+
"readOnly": true,
1548
+
"type": "string"
1549
+
}
1550
+
},
1551
+
"type": "object"
1552
+
},
1531
1553
"GcePersistentDisk": {
1532
1554
"description": "An EphemeralDirectory is backed by a Compute Engine persistent disk.",
1533
1555
"id": "GcePersistentDisk",
@@ -1938,7 +1960,7 @@
1938
1960
"type": "object"
1939
1961
},
1940
1962
"PersistentDirectory": {
1941
-
"description": "A directory to persist across workstation sessions.",
1963
+
"description": "A directory to persist across workstation sessions. Updates to this field will not update existing workstations and will only take effect on new workstations.",
1942
1964
"id": "PersistentDirectory",
1943
1965
"properties": {
1944
1966
"gcePd": {
@@ -2044,6 +2066,17 @@
2044
2066
},
2045
2067
"type": "object"
2046
2068
},
2069
+
"RuntimeHost": {
2070
+
"description": "Runtime host for the workstation.",
2071
+
"id": "RuntimeHost",
2072
+
"properties": {
2073
+
"gceInstanceHost": {
2074
+
"$ref": "GceInstanceHost",
2075
+
"description": "Specifies a Compute Engine instance as the host."
2076
+
}
2077
+
},
2078
+
"type": "object"
2079
+
},
2047
2080
"SetIamPolicyRequest": {
2048
2081
"description": "Request message for `SetIamPolicy` method.",
2049
2082
"id": "SetIamPolicyRequest",
@@ -2064,6 +2097,10 @@
2064
2097
"description": "Request message for StartWorkstation.",
2065
2098
"id": "StartWorkstationRequest",
2066
2099
"properties": {
2100
+
"boostConfig": {
2101
+
"description": "Optional. If set, the workstation starts using the boost configuration with the specified ID.",
2102
+
"type": "string"
2103
+
},
2067
2104
"etag": {
2068
2105
"description": "Optional. If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag.",
2069
2106
"type": "string"
@@ -2209,6 +2246,15 @@
2209
2246
"readOnly": true,
2210
2247
"type": "boolean"
2211
2248
},
2249
+
"runtimeHost": {
2250
+
"$ref": "RuntimeHost",
2251
+
"description": "Optional. Output only. Runtime host for the workstation when in STATE_RUNNING.",
2252
+
"readOnly": true
2253
+
},
2254
+
"sourceWorkstation": {
2255
+
"description": "Optional. The source workstation from which this workstation's persistent directories were cloned on creation.",
2256
+
"type": "string"
2257
+
},
2212
2258
"startTime": {
2213
2259
"description": "Output only. Time when this workstation was most recently successfully started, regardless of the workstation's initial state.",
0 commit comments