Skip to content

Commit bebd86c

Browse files
committed
feat: Generate Google.Apis.CloudWorkstations.v1beta version 1.69.0.3722
1 parent 6f64b07 commit bebd86c

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

DiscoveryJson/workstations.v1beta.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
}
11281128
}
11291129
},
1130-
"revision": "20250219",
1130+
"revision": "20250311",
11311131
"rootUrl": "https://workstations.googleapis.com/",
11321132
"schemas": {
11331133
"Accelerator": {
@@ -1537,7 +1537,7 @@
15371537
"type": "integer"
15381538
},
15391539
"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.",
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. Must be formatted as ext4 file system with no partitions.",
15411541
"type": "string"
15421542
}
15431543
},
@@ -2111,7 +2111,7 @@
21112111
"type": "string"
21122112
},
21132113
"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.",
2114+
"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.",
21152115
"readOnly": true,
21162116
"type": "boolean"
21172117
},
@@ -2263,7 +2263,7 @@
22632263
"type": "string"
22642264
},
22652265
"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.",
2266+
"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.",
22672267
"readOnly": true,
22682268
"type": "boolean"
22692269
},
@@ -2327,7 +2327,7 @@
23272327
"additionalProperties": {
23282328
"type": "string"
23292329
},
2330-
"description": "Optional. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2330+
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
23312331
"type": "object"
23322332
},
23332333
"uid": {
@@ -2363,7 +2363,7 @@
23632363
"type": "object"
23642364
},
23652365
"conditions": {
2366-
"description": "Output only. Status conditions describing the current resource state.",
2366+
"description": "Output only. Status conditions describing the workstation configuration's current state.",
23672367
"items": {
23682368
"$ref": "Status"
23692369
},
@@ -2381,7 +2381,7 @@
23812381
"type": "string"
23822382
},
23832383
"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.",
2384+
"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.",
23852385
"readOnly": true,
23862386
"type": "boolean"
23872387
},

Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.cs

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,6 +3116,7 @@ public class GceRegionalPersistentDisk : Google.Apis.Requests.IDirectResponseSch
31163116

31173117
/// <summary>
31183118
/// Optional. Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty.
3119+
/// Must be formatted as ext4 file system with no partitions.
31193120
/// </summary>
31203121
[Newtonsoft.Json.JsonPropertyAttribute("sourceSnapshot")]
31213122
public virtual string SourceSnapshot { get; set; }
@@ -3921,7 +3922,8 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset
39213922

39223923
/// <summary>
39233924
/// Output only. Whether this workstation is in degraded mode, in which case it may require user action to
3924-
/// restore full functionality. Details can be found in conditions.
3925+
/// restore full functionality. The conditions field contains detailed information about the status of the
3926+
/// workstation.
39253927
/// </summary>
39263928
[Newtonsoft.Json.JsonPropertyAttribute("degraded")]
39273929
public virtual System.Nullable<bool> Degraded { get; set; }
@@ -4190,7 +4192,8 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset
41904192

41914193
/// <summary>
41924194
/// Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action
4193-
/// to restore full functionality. Details can be found in conditions.
4195+
/// to restore full functionality. The conditions field contains detailed information about the status of the
4196+
/// cluster.
41944197
/// </summary>
41954198
[Newtonsoft.Json.JsonPropertyAttribute("degraded")]
41964199
public virtual System.Nullable<bool> Degraded { get; set; }
@@ -4292,8 +4295,8 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset
42924295
public virtual string Subnetwork { get; set; }
42934296

42944297
/// <summary>
4295-
/// Optional. Tag keys/values directly bound to this resource. For example: "123/environment": "production",
4296-
/// "123/costCenter": "marketing"
4298+
/// Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example:
4299+
/// "123/environment": "production", "123/costCenter": "marketing"
42974300
/// </summary>
42984301
[Newtonsoft.Json.JsonPropertyAttribute("tags")]
42994302
public virtual System.Collections.Generic.IDictionary<string, string> Tags { get; set; }
@@ -4361,7 +4364,7 @@ public class WorkstationConfig : Google.Apis.Requests.IDirectResponseSchema
43614364
[Newtonsoft.Json.JsonPropertyAttribute("annotations")]
43624365
public virtual System.Collections.Generic.IDictionary<string, string> Annotations { get; set; }
43634366

4364-
/// <summary>Output only. Status conditions describing the current resource state.</summary>
4367+
/// <summary>Output only. Status conditions describing the workstation configuration's current state.</summary>
43654368
[Newtonsoft.Json.JsonPropertyAttribute("conditions")]
43664369
public virtual System.Collections.Generic.IList<Status> Conditions { get; set; }
43674370

@@ -4409,8 +4412,9 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset
44094412
}
44104413

44114414
/// <summary>
4412-
/// Output only. Whether this resource is degraded, in which case it may require user action to restore full
4413-
/// functionality. See also the conditions field.
4415+
/// Output only. Whether this workstation configuration is in degraded mode, in which case it may require user
4416+
/// action to restore full functionality. The conditions field contains detailed information about the status of
4417+
/// the configuration.
44144418
/// </summary>
44154419
[Newtonsoft.Json.JsonPropertyAttribute("degraded")]
44164420
public virtual System.Nullable<bool> Degraded { get; set; }

Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.CloudWorkstations.v1beta Client Library</Title>
6-
<Version>1.69.0.3702</Version>
6+
<Version>1.69.0.3722</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)