Skip to content

Commit a61f1e5

Browse files
feat(workstations): update the API
#### workstations:v1beta The following keys were added: - schemas.GatewayConfig.description - schemas.GatewayConfig.id - schemas.GatewayConfig.properties.http2Enabled.description - schemas.GatewayConfig.properties.http2Enabled.type - schemas.GatewayConfig.type - schemas.WorkstationCluster.properties.gatewayConfig.$ref - schemas.WorkstationCluster.properties.gatewayConfig.description #### workstations:v1 The following keys were added: - schemas.GatewayConfig.description - schemas.GatewayConfig.id - schemas.GatewayConfig.properties.http2Enabled.description - schemas.GatewayConfig.properties.http2Enabled.type - schemas.GatewayConfig.type - schemas.WorkstationCluster.properties.gatewayConfig.$ref - schemas.WorkstationCluster.properties.gatewayConfig.description
1 parent 1835511 commit a61f1e5

File tree

4 files changed

+3993
-2
lines changed

4 files changed

+3993
-2
lines changed

discovery/workstations-v1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@
12161216
}
12171217
}
12181218
},
1219-
"revision": "20250326",
1219+
"revision": "20250604",
12201220
"rootUrl": "https://workstations.googleapis.com/",
12211221
"schemas": {
12221222
"Accelerator": {
@@ -1452,6 +1452,17 @@
14521452
},
14531453
"type": "object"
14541454
},
1455+
"GatewayConfig": {
1456+
"description": "Configuration options for Cluster HTTP Gateway.",
1457+
"id": "GatewayConfig",
1458+
"properties": {
1459+
"http2Enabled": {
1460+
"description": "Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to false.",
1461+
"type": "boolean"
1462+
}
1463+
},
1464+
"type": "object"
1465+
},
14551466
"GceConfidentialInstanceConfig": {
14561467
"description": "A set of Compute Engine Confidential VM instance options.",
14571468
"id": "GceConfidentialInstanceConfig",
@@ -2368,6 +2379,10 @@
23682379
"description": "Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.",
23692380
"type": "string"
23702381
},
2382+
"gatewayConfig": {
2383+
"$ref": "GatewayConfig",
2384+
"description": "Optional. Configuration options for Cluster HTTP Gateway."
2385+
},
23712386
"labels": {
23722387
"additionalProperties": {
23732388
"type": "string"

discovery/workstations-v1beta.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@
11421142
}
11431143
}
11441144
},
1145-
"revision": "20250326",
1145+
"revision": "20250604",
11461146
"rootUrl": "https://workstations.googleapis.com/",
11471147
"schemas": {
11481148
"Accelerator": {
@@ -1378,6 +1378,17 @@
13781378
},
13791379
"type": "object"
13801380
},
1381+
"GatewayConfig": {
1382+
"description": "Configuration options for Cluster HTTP Gateway.",
1383+
"id": "GatewayConfig",
1384+
"properties": {
1385+
"http2Enabled": {
1386+
"description": "Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to false.",
1387+
"type": "boolean"
1388+
}
1389+
},
1390+
"type": "object"
1391+
},
13811392
"GceConfidentialInstanceConfig": {
13821393
"description": "A set of Compute Engine Confidential VM instance options.",
13831394
"id": "GceConfidentialInstanceConfig",
@@ -2300,6 +2311,10 @@
23002311
"description": "Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.",
23012312
"type": "string"
23022313
},
2314+
"gatewayConfig": {
2315+
"$ref": "GatewayConfig",
2316+
"description": "Optional. Configuration options for Cluster HTTP Gateway."
2317+
},
23032318
"labels": {
23042319
"additionalProperties": {
23052320
"type": "string"

0 commit comments

Comments
 (0)