@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20230607 → 0.0.20230619

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 (3) hide show
  1. package/index.d.ts +6 -3
  2. package/package.json +1 -1
  3. package/tests.ts +3 -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: 20230607
12
+ // Revision: 20230619
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -96,7 +96,7 @@ declare namespace gapi.client {
96
96
  * A Docker container image that defines a custom environment. Cloud Workstations provides a number of [preconfigured
97
97
  * images](https://cloud.google.com/workstations/docs/preconfigured-base-images), but you can create your own [custom container
98
98
  * images](https://cloud.google.com/workstations/docs/custom-container-images). If using a private image, the `host.gceInstance.serviceAccount` field must be specified in the
99
- * workstation configuration and must have permission to pull the specified image. Otherwise, the image must be publicly accessible.s
99
+ * workstation configuration and must have permission to pull the specified image. Otherwise, the image must be publicly accessible.
100
100
  */
101
101
  image?:
102
102
  string;
@@ -158,6 +158,9 @@ declare namespace gapi.client {
158
158
  */
159
159
  disablePublicIpAddresses?:
160
160
  boolean;
161
+ /** Whether to enable nested virtualization on instances. */
162
+ enableNestedVirtualization?:
163
+ boolean;
161
164
  /**
162
165
  * The type of machine to use for VM instances—for example, `e2-standard-4`. For more information about machine types that Cloud Workstations supports, see the list of [available
163
166
  * machine types](https://cloud.google.com/workstations/docs/available-machine-types).
@@ -601,7 +604,7 @@ declare namespace gapi.client {
601
604
  /** Output only. Time when this resource was created. */
602
605
  createTime?:
603
606
  string;
604
- /** Output only. Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the `conditions` field. */
607
+ /** Output only. Whether this resource is degraded, in which case it may require user action to restore full functionality. See also the `conditions` field. */
605
608
  degraded?:
606
609
  boolean;
607
610
  /** Output only. Time when this resource was soft-deleted. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workstations-v1beta",
3
- "version": "0.0.20230607",
3
+ "version": "0.0.20230619",
4
4
  "description": "TypeScript typings for Cloud Workstations API v1beta",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230607
6
+ // Revision: 20230619
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -220,6 +220,7 @@ gapi.load('client', async () => {
220
220
  enableConfidentialCompute: true,
221
221
  },
222
222
  disablePublicIpAddresses: true,
223
+ enableNestedVirtualization: true,
223
224
  machineType: "Test string",
224
225
  pooledInstances: 42,
225
226
  poolSize: 42,
@@ -348,6 +349,7 @@ gapi.load('client', async () => {
348
349
  enableConfidentialCompute: true,
349
350
  },
350
351
  disablePublicIpAddresses: true,
352
+ enableNestedVirtualization: true,
351
353
  machineType: "Test string",
352
354
  pooledInstances: 42,
353
355
  poolSize: 42,