@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20241009 → 0.0.20241202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +5 -5
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://workstations.googleapis.com/$discovery/rest?version=v1beta
12
- // Revision: 20241009
12
+ // Revision: 20241202
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -61,7 +61,7 @@ declare namespace gapi.client {
61
61
  bootDiskSizeGb?: number;
62
62
  /** Optional. Whether to enable nested virtualization on boosted Cloud Workstations VMs running using this boost configuration. Defaults to false. Nested virtualization lets you run virtual machine (VM) instances inside your workstation. Before enabling nested virtualization, consider the following important considerations. Cloud Workstations instances are subject to the [same restrictions as Compute Engine instances](https://cloud.google.com/compute/docs/instances/nested-virtualization/overview#restrictions): * **Organization policy**: projects, folders, or organizations may be restricted from creating nested VMs if the **Disable VM nested virtualization** constraint is enforced in the organization policy. For more information, see the Compute Engine section, [Checking whether nested virtualization is allowed](https://cloud.google.com/compute/docs/instances/nested-virtualization/managing-constraint#checking_whether_nested_virtualization_is_allowed). * **Performance**: nested VMs might experience a 10% or greater decrease in performance for workloads that are CPU-bound and possibly greater than a 10% decrease for workloads that are input/output bound. * **Machine Type**: nested virtualization can only be enabled on boost configurations that specify a machine_type in the N1 or N2 machine series. */
63
63
  enableNestedVirtualization?: boolean;
64
- /** Optional. Required. The id to be used for the boost configuration. */
64
+ /** Required. The id to be used for the boost configuration. */
65
65
  id?: string;
66
66
  /** Optional. The type of machine that boosted VM instances will use—for example, `e2-standard-4`. For more information about machine types that Cloud Workstations supports, see the list of [available machine types](https://cloud.google.com/workstations/docs/available-machine-types). Defaults to `e2-standard-4`. */
67
67
  machineType?: string;
@@ -116,7 +116,7 @@ declare namespace gapi.client {
116
116
  interface GceInstance {
117
117
  /** Optional. A list of the type and count of accelerator cards attached to the instance. */
118
118
  accelerators?: Accelerator[];
119
- /** Optional. A list of the boost configurations that workstations created using this workstation configuration are allowed to use. */
119
+ /** Optional. A list of the boost configurations that workstations created using this workstation configuration are allowed to use. If specified, users will have the option to choose from the list of boost configs when starting a workstation. */
120
120
  boostConfigs?: BoostConfig[];
121
121
  /** Optional. The size of the boot disk for the VM in gigabytes (GB). The minimum boot disk size is `30` GB. Defaults to `50` GB. */
122
122
  bootDiskSizeGb?: number;
@@ -493,7 +493,7 @@ declare namespace gapi.client {
493
493
  updateTime?: string;
494
494
  }
495
495
  interface OperationsResource {
496
- /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
496
+ /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
497
497
  cancel(request: {
498
498
  /** V1 error format. */
499
499
  '$.xgafv'?: string;
@@ -737,7 +737,7 @@ declare namespace gapi.client {
737
737
  /** Optional. If set, validate the request and preview the review, but do not actually apply it. */
738
738
  validateOnly?: boolean;
739
739
  }): Request<Operation>;
740
- /** Returns a short-lived credential that can be used to send authenticated and authorized traffic to a workstation. */
740
+ /** Returns a short-lived credential that can be used to send authenticated and authorized traffic to a workstation. Once generated this token cannot be revoked and is good for the lifetime of the token. */
741
741
  generateAccessToken(request: {
742
742
  /** V1 error format. */
743
743
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workstations-v1beta",
3
- "version": "0.0.20241009",
3
+ "version": "0.0.20241202",
4
4
  "description": "TypeScript typings for Cloud Workstations API v1beta",
5
5
  "repository": {
6
6
  "type": "git",