@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20240619 → 0.0.20240709

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 +18 -2
  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: 20240619
12
+ // Revision: 20240709
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -90,7 +90,7 @@ declare namespace gapi.client {
90
90
  kmsKeyServiceAccount?: string;
91
91
  }
92
92
  interface DomainConfig {
93
- /** Immutable. Whether Workstations endpoint is private. */
93
+ /** Immutable. Domain used by Workstations for HTTP ingress. */
94
94
  domain?: string;
95
95
  }
96
96
  interface EphemeralDirectory {
@@ -295,9 +295,13 @@ declare namespace gapi.client {
295
295
  last?: number;
296
296
  }
297
297
  interface PrivateClusterConfig {
298
+ /** Optional. Additional projects that are allowed to attach to the workstation cluster's service attachment. By default, the workstation cluster's project and the VPC host project (if different) are allowed. */
298
299
  allowedProjects?: string[];
300
+ /** Output only. Hostname for the workstation cluster. This field will be populated only when private endpoint is enabled. To access workstations in the workstation cluster, create a new DNS zone mapping this domain name to an internal IP address and a forwarding rule mapping that address to the service attachment. */
299
301
  clusterHostname?: string;
302
+ /** Immutable. Whether Workstations endpoint is private. */
300
303
  enablePrivateEndpoint?: boolean;
304
+ /** Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services). */
301
305
  serviceAttachmentUri?: string;
302
306
  }
303
307
  interface ReadinessCheck {
@@ -365,6 +369,10 @@ declare namespace gapi.client {
365
369
  name?: string;
366
370
  /** Output only. Indicates whether this workstation is currently being updated to match its intended state. */
367
371
  reconciling?: boolean;
372
+ /** Output only. Reserved for future use. */
373
+ satisfiesPzi?: boolean;
374
+ /** Output only. Reserved for future use. */
375
+ satisfiesPzs?: boolean;
368
376
  /** Optional. The source workstation from which this workstations persistent directories were cloned on creation. */
369
377
  sourceWorkstation?: string;
370
378
  /** Output only. Time when this workstation was most recently successfully started, regardless of the workstation's initial state. */
@@ -405,6 +413,10 @@ declare namespace gapi.client {
405
413
  privateClusterConfig?: PrivateClusterConfig;
406
414
  /** Output only. Indicates whether this workstation cluster is currently being updated to match its intended state. */
407
415
  reconciling?: boolean;
416
+ /** Output only. Reserved for future use. */
417
+ satisfiesPzi?: boolean;
418
+ /** Output only. Reserved for future use. */
419
+ satisfiesPzs?: boolean;
408
420
  /** 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. */
409
421
  subnetwork?: string;
410
422
  /** Output only. A system-assigned unique identifier for this workstation cluster. */
@@ -459,6 +471,10 @@ declare namespace gapi.client {
459
471
  replicaZones?: string[];
460
472
  /** Optional. Number of seconds that a workstation can run until it is automatically shut down. We recommend that workstations be shut down daily to reduce costs and so that security updates can be applied upon restart. The idle_timeout and running_timeout fields are independent of each other. Note that the running_timeout field shuts down VMs after the specified time, regardless of whether or not the VMs are idle. Provide duration terminated by `s` for seconds—for example, `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that workstations using this configuration should never time out. If encryption_key is set, it must be greater than `"0s"` and less than `"86400s"` (24 hours). Warning: A value of `"0s"` indicates that Cloud Workstations VMs created with this configuration have no maximum running time. This is strongly discouraged because you incur costs and will not pick up security updates. */
461
473
  runningTimeout?: string;
474
+ /** Output only. Reserved for future use. */
475
+ satisfiesPzi?: boolean;
476
+ /** Output only. Reserved for future use. */
477
+ satisfiesPzs?: boolean;
462
478
  /** Output only. A system-assigned unique identifier for this workstation configuration. */
463
479
  uid?: string;
464
480
  /** Output only. Time when this workstation configuration was most recently updated. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workstations-v1beta",
3
- "version": "0.0.20240619",
3
+ "version": "0.0.20240709",
4
4
  "description": "TypeScript typings for Cloud Workstations API v1beta",
5
5
  "repository": {
6
6
  "type": "git",