@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20240528 → 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.
- package/index.d.ts +26 -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:
|
|
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.
|
|
93
|
+
/** Immutable. Domain used by Workstations for HTTP ingress. */
|
|
94
94
|
domain?: string;
|
|
95
95
|
}
|
|
96
96
|
interface EphemeralDirectory {
|
|
@@ -194,6 +194,10 @@ declare namespace gapi.client {
|
|
|
194
194
|
/** Specifies a Compute Engine instance as the host. */
|
|
195
195
|
gceInstance?: GceInstance;
|
|
196
196
|
}
|
|
197
|
+
interface HttpOptions {
|
|
198
|
+
/** Optional. By default, the workstations service makes sure that all requests to the workstation are authenticated. CORS preflight requests do not include cookies or custom headers, and so are considered unauthenticated and blocked by the workstations service. Enabling this option allows these unauthenticated CORS preflight requests through to the workstation, where it becomes the responsibility of the destination server in the workstation to validate the request. */
|
|
199
|
+
allowedUnauthenticatedCorsPreflightRequests?: boolean;
|
|
200
|
+
}
|
|
197
201
|
interface ListOperationsResponse {
|
|
198
202
|
/** The standard List next-page token. */
|
|
199
203
|
nextPageToken?: string;
|
|
@@ -291,9 +295,13 @@ declare namespace gapi.client {
|
|
|
291
295
|
last?: number;
|
|
292
296
|
}
|
|
293
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. */
|
|
294
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. */
|
|
295
301
|
clusterHostname?: string;
|
|
302
|
+
/** Immutable. Whether Workstations endpoint is private. */
|
|
296
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). */
|
|
297
305
|
serviceAttachmentUri?: string;
|
|
298
306
|
}
|
|
299
307
|
interface ReadinessCheck {
|
|
@@ -361,6 +369,12 @@ declare namespace gapi.client {
|
|
|
361
369
|
name?: string;
|
|
362
370
|
/** Output only. Indicates whether this workstation is currently being updated to match its intended state. */
|
|
363
371
|
reconciling?: boolean;
|
|
372
|
+
/** Output only. Reserved for future use. */
|
|
373
|
+
satisfiesPzi?: boolean;
|
|
374
|
+
/** Output only. Reserved for future use. */
|
|
375
|
+
satisfiesPzs?: boolean;
|
|
376
|
+
/** Optional. The source workstation from which this workstations persistent directories were cloned on creation. */
|
|
377
|
+
sourceWorkstation?: string;
|
|
364
378
|
/** Output only. Time when this workstation was most recently successfully started, regardless of the workstation's initial state. */
|
|
365
379
|
startTime?: string;
|
|
366
380
|
/** Output only. Current state of the workstation. */
|
|
@@ -399,6 +413,10 @@ declare namespace gapi.client {
|
|
|
399
413
|
privateClusterConfig?: PrivateClusterConfig;
|
|
400
414
|
/** Output only. Indicates whether this workstation cluster is currently being updated to match its intended state. */
|
|
401
415
|
reconciling?: boolean;
|
|
416
|
+
/** Output only. Reserved for future use. */
|
|
417
|
+
satisfiesPzi?: boolean;
|
|
418
|
+
/** Output only. Reserved for future use. */
|
|
419
|
+
satisfiesPzs?: boolean;
|
|
402
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. */
|
|
403
421
|
subnetwork?: string;
|
|
404
422
|
/** Output only. A system-assigned unique identifier for this workstation cluster. */
|
|
@@ -435,6 +453,8 @@ declare namespace gapi.client {
|
|
|
435
453
|
etag?: string;
|
|
436
454
|
/** Optional. Runtime host for the workstation. */
|
|
437
455
|
host?: Host;
|
|
456
|
+
/** Optional. Http options that customize the behavior of the workstation service's http proxy. */
|
|
457
|
+
httpOptions?: HttpOptions;
|
|
438
458
|
/** Optional. Number of seconds to wait before automatically stopping a workstation after it last received user traffic. A value of `"0s"` indicates that Cloud Workstations VMs created with this configuration should never time out due to idleness. Provide [duration](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration) terminated by `s` for seconds—for example, `"7200s"` (2 hours). The default is `"1200s"` (20 minutes). */
|
|
439
459
|
idleTimeout?: string;
|
|
440
460
|
/** 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. */
|
|
@@ -451,6 +471,10 @@ declare namespace gapi.client {
|
|
|
451
471
|
replicaZones?: string[];
|
|
452
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. */
|
|
453
473
|
runningTimeout?: string;
|
|
474
|
+
/** Output only. Reserved for future use. */
|
|
475
|
+
satisfiesPzi?: boolean;
|
|
476
|
+
/** Output only. Reserved for future use. */
|
|
477
|
+
satisfiesPzs?: boolean;
|
|
454
478
|
/** Output only. A system-assigned unique identifier for this workstation configuration. */
|
|
455
479
|
uid?: string;
|
|
456
480
|
/** Output only. Time when this workstation configuration was most recently updated. */
|