Skip to content

Commit 4faa835

Browse files
feat(workstations): update the api
#### workstations:v1beta The following keys were added: - schemas.DomainConfig (Total Keys: 3) - schemas.WorkstationCluster.properties.domainConfig.$ref (Total Keys: 1)
1 parent 557a666 commit 4faa835

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ <h3>Method Details</h3>
135135
&quot;degraded&quot;: True or False, # 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.
136136
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. Time when this workstation cluster was soft-deleted.
137137
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Human-readable name for this workstation cluster.
138+
&quot;domainConfig&quot;: { # Configuration options for a custom domain. # Optional. Configuration options for a custom domain.
139+
&quot;domain&quot;: &quot;A String&quot;, # Immutable. Domain used by Workstations for HTTP ingress.
140+
},
138141
&quot;etag&quot;: &quot;A String&quot;, # 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.
139142
&quot;labels&quot;: { # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
140143
&quot;a_key&quot;: &quot;A String&quot;,
@@ -258,6 +261,9 @@ <h3>Method Details</h3>
258261
&quot;degraded&quot;: True or False, # 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.
259262
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. Time when this workstation cluster was soft-deleted.
260263
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Human-readable name for this workstation cluster.
264+
&quot;domainConfig&quot;: { # Configuration options for a custom domain. # Optional. Configuration options for a custom domain.
265+
&quot;domain&quot;: &quot;A String&quot;, # Immutable. Domain used by Workstations for HTTP ingress.
266+
},
261267
&quot;etag&quot;: &quot;A String&quot;, # 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.
262268
&quot;labels&quot;: { # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
263269
&quot;a_key&quot;: &quot;A String&quot;,
@@ -321,6 +327,9 @@ <h3>Method Details</h3>
321327
&quot;degraded&quot;: True or False, # 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.
322328
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. Time when this workstation cluster was soft-deleted.
323329
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Human-readable name for this workstation cluster.
330+
&quot;domainConfig&quot;: { # Configuration options for a custom domain. # Optional. Configuration options for a custom domain.
331+
&quot;domain&quot;: &quot;A String&quot;, # Immutable. Domain used by Workstations for HTTP ingress.
332+
},
324333
&quot;etag&quot;: &quot;A String&quot;, # 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.
325334
&quot;labels&quot;: { # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
326335
&quot;a_key&quot;: &quot;A String&quot;,
@@ -387,6 +396,9 @@ <h3>Method Details</h3>
387396
&quot;degraded&quot;: True or False, # 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.
388397
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. Time when this workstation cluster was soft-deleted.
389398
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Human-readable name for this workstation cluster.
399+
&quot;domainConfig&quot;: { # Configuration options for a custom domain. # Optional. Configuration options for a custom domain.
400+
&quot;domain&quot;: &quot;A String&quot;, # Immutable. Domain used by Workstations for HTTP ingress.
401+
},
390402
&quot;etag&quot;: &quot;A String&quot;, # 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.
391403
&quot;labels&quot;: { # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
392404
&quot;a_key&quot;: &quot;A String&quot;,

googleapiclient/discovery_cache/documents/workstations.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@
11951195
}
11961196
}
11971197
},
1198-
"revision": "20231001",
1198+
"revision": "20231011",
11991199
"rootUrl": "https://workstations.googleapis.com/",
12001200
"schemas": {
12011201
"AuditConfig": {

googleapiclient/discovery_cache/documents/workstations.v1beta.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
}
11281128
}
11291129
},
1130-
"revision": "20231001",
1130+
"revision": "20231011",
11311131
"rootUrl": "https://workstations.googleapis.com/",
11321132
"schemas": {
11331133
"Accelerator": {
@@ -1278,6 +1278,17 @@
12781278
},
12791279
"type": "object"
12801280
},
1281+
"DomainConfig": {
1282+
"description": "Configuration options for a custom domain.",
1283+
"id": "DomainConfig",
1284+
"properties": {
1285+
"domain": {
1286+
"description": "Immutable. Domain used by Workstations for HTTP ingress.",
1287+
"type": "string"
1288+
}
1289+
},
1290+
"type": "object"
1291+
},
12811292
"EphemeralDirectory": {
12821293
"description": "An ephemeral directory which won't persist across workstation sessions. It is freshly created on every workstation start operation.",
12831294
"id": "EphemeralDirectory",
@@ -2081,6 +2092,10 @@
20812092
"description": "Optional. Human-readable name for this workstation cluster.",
20822093
"type": "string"
20832094
},
2095+
"domainConfig": {
2096+
"$ref": "DomainConfig",
2097+
"description": "Optional. Configuration options for a custom domain."
2098+
},
20842099
"etag": {
20852100
"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.",
20862101
"type": "string"

0 commit comments

Comments
 (0)