Skip to content

Commit

Permalink
feat: Generate Google.Apis.CloudWorkstations.v1beta version 1.68.0.3569
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Oct 21, 2024
1 parent 97e7a49 commit a03289b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion DiscoveryJson/workstations.v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
}
}
},
"revision": "20240904",
"revision": "20241009",
"rootUrl": "https://workstations.googleapis.com/",
"schemas": {
"Accelerator": {
Expand Down Expand Up @@ -2268,6 +2268,13 @@
"description": "Immutable. Name of the Compute Engine subnetwork in which instances associated with this workstation cluster will be created. Must be part of the subnetwork specified for this workstation cluster.",
"type": "string"
},
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"type": "object"
},
"uid": {
"description": "Output only. A system-assigned unique identifier for this workstation cluster.",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4219,6 +4219,13 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset
[Newtonsoft.Json.JsonPropertyAttribute("subnetwork")]
public virtual string Subnetwork { get; set; }

/// <summary>
/// Optional. Tag keys/values directly bound to this resource. For example: "123/environment": "production",
/// "123/costCenter": "marketing"
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("tags")]
public virtual System.Collections.Generic.IDictionary<string, string> Tags { get; set; }

/// <summary>Output only. A system-assigned unique identifier for this workstation cluster.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("uid")]
public virtual string Uid { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.CloudWorkstations.v1beta Client Library</Title>
<Version>1.68.0.3534</Version>
<Version>1.68.0.3569</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit a03289b

Please sign in to comment.