Skip to content

Commit

Permalink
feat: Generate Google.Apis.CloudWorkstations.v1beta version 1.68.0.3502
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Aug 12, 2024
1 parent 2b044d2 commit 40bb5d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion DiscoveryJson/workstations.v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
}
}
},
"revision": "20240723",
"revision": "20240803",
"rootUrl": "https://workstations.googleapis.com/",
"schemas": {
"Accelerator": {
Expand Down Expand Up @@ -2376,6 +2376,11 @@
"description": "Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation configuration and that are also propagated to the underlying Compute Engine resources.",
"type": "object"
},
"maxUsableWorkstations": {
"description": "Optional. Maximum number of workstations under this config a user can have `workstations.workstation.use` permission on. Only enforced on CreateWorkstation API calls on the user issuing the API request. Can be overridden by: - granting a user workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission, or - having a user with that permission create a workstation and granting another user `workstations.workstation.use` permission on that workstation. If not specified defaults to 0 which indicates unlimited.",
"format": "int32",
"type": "integer"
},
"name": {
"description": "Identifier. Full name of this workstation configuration.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4450,6 +4450,17 @@ public virtual System.DateTimeOffset? DeleteTimeDateTimeOffset
[Newtonsoft.Json.JsonPropertyAttribute("labels")]
public virtual System.Collections.Generic.IDictionary<string, string> Labels { get; set; }

/// <summary>
/// Optional. Maximum number of workstations under this config a user can have `workstations.workstation.use`
/// permission on. Only enforced on CreateWorkstation API calls on the user issuing the API request. Can be
/// overridden by: - granting a user workstations.workstationConfigs.exemptMaxUsableWorkstationLimit permission,
/// or - having a user with that permission create a workstation and granting another user
/// `workstations.workstation.use` permission on that workstation. If not specified defaults to 0 which
/// indicates unlimited.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("maxUsableWorkstations")]
public virtual System.Nullable<int> MaxUsableWorkstations { get; set; }

/// <summary>Identifier. Full name of this workstation configuration.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("name")]
public virtual string Name { 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.3491</Version>
<Version>1.68.0.3502</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 40bb5d8

Please sign in to comment.