@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20230925 → 0.0.20231011
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 +20 -12
- package/package.json +1 -1
- package/tests.ts +7 -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: 20231011
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -122,6 +122,11 @@ declare namespace gapi.client {
|
|
|
122
122
|
kmsKeyServiceAccount?:
|
|
123
123
|
string;
|
|
124
124
|
}
|
|
125
|
+
interface DomainConfig {
|
|
126
|
+
/** Immutable. Domain used by Workstations for HTTP ingress. */
|
|
127
|
+
domain?:
|
|
128
|
+
string;
|
|
129
|
+
}
|
|
125
130
|
interface EphemeralDirectory {
|
|
126
131
|
/** An EphemeralDirectory backed by a Compute Engine persistent disk. */
|
|
127
132
|
gcePd?:
|
|
@@ -232,8 +237,8 @@ declare namespace gapi.client {
|
|
|
232
237
|
sourceImage?:
|
|
233
238
|
string;
|
|
234
239
|
/**
|
|
235
|
-
* Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set.
|
|
236
|
-
* the workstation is restarted. This field is mutable.
|
|
240
|
+
* Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update
|
|
241
|
+
* content in the ephemeral directory after the workstation is restarted. This field is mutable.
|
|
237
242
|
*/
|
|
238
243
|
sourceSnapshot?:
|
|
239
244
|
string;
|
|
@@ -574,7 +579,7 @@ declare namespace gapi.client {
|
|
|
574
579
|
*/
|
|
575
580
|
labels?:
|
|
576
581
|
{ [P in string]: string };
|
|
577
|
-
/** Full name of this workstation. */
|
|
582
|
+
/** Identifier. Full name of this workstation. */
|
|
578
583
|
name?:
|
|
579
584
|
string;
|
|
580
585
|
/** Output only. Indicates whether this workstation is currently being updated to match its intended state. */
|
|
@@ -618,6 +623,9 @@ declare namespace gapi.client {
|
|
|
618
623
|
/** Optional. Human-readable name for this workstation cluster. */
|
|
619
624
|
displayName?:
|
|
620
625
|
string;
|
|
626
|
+
/** Optional. Configuration options for a custom domain. */
|
|
627
|
+
domainConfig?:
|
|
628
|
+
DomainConfig;
|
|
621
629
|
/** Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding. */
|
|
622
630
|
etag?:
|
|
623
631
|
string;
|
|
@@ -627,7 +635,7 @@ declare namespace gapi.client {
|
|
|
627
635
|
*/
|
|
628
636
|
labels?:
|
|
629
637
|
{ [P in string]: string };
|
|
630
|
-
/** Full name of this workstation cluster. */
|
|
638
|
+
/** Identifier. Full name of this workstation cluster. */
|
|
631
639
|
name?:
|
|
632
640
|
string;
|
|
633
641
|
/** Immutable. Name of the Compute Engine network in which instances associated with this workstation cluster will be created. */
|
|
@@ -711,7 +719,7 @@ declare namespace gapi.client {
|
|
|
711
719
|
*/
|
|
712
720
|
labels?:
|
|
713
721
|
{ [P in string]: string };
|
|
714
|
-
/** Full name of this workstation configuration. */
|
|
722
|
+
/** Identifier. Full name of this workstation configuration. */
|
|
715
723
|
name?:
|
|
716
724
|
string;
|
|
717
725
|
/** Optional. Directories to persist across workstation sessions. */
|
|
@@ -1390,7 +1398,7 @@ declare namespace gapi.client {
|
|
|
1390
1398
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1391
1399
|
key?:
|
|
1392
1400
|
string;
|
|
1393
|
-
/** Full name of this workstation. */
|
|
1401
|
+
/** Identifier. Full name of this workstation. */
|
|
1394
1402
|
name:
|
|
1395
1403
|
string;
|
|
1396
1404
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -1440,7 +1448,7 @@ declare namespace gapi.client {
|
|
|
1440
1448
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1441
1449
|
key?:
|
|
1442
1450
|
string;
|
|
1443
|
-
/** Full name of this workstation. */
|
|
1451
|
+
/** Identifier. Full name of this workstation. */
|
|
1444
1452
|
name:
|
|
1445
1453
|
string;
|
|
1446
1454
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2063,7 +2071,7 @@ declare namespace gapi.client {
|
|
|
2063
2071
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2064
2072
|
key?:
|
|
2065
2073
|
string;
|
|
2066
|
-
/** Full name of this workstation configuration. */
|
|
2074
|
+
/** Identifier. Full name of this workstation configuration. */
|
|
2067
2075
|
name:
|
|
2068
2076
|
string;
|
|
2069
2077
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2113,7 +2121,7 @@ declare namespace gapi.client {
|
|
|
2113
2121
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2114
2122
|
key?:
|
|
2115
2123
|
string;
|
|
2116
|
-
/** Full name of this workstation configuration. */
|
|
2124
|
+
/** Identifier. Full name of this workstation configuration. */
|
|
2117
2125
|
name:
|
|
2118
2126
|
string;
|
|
2119
2127
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2483,7 +2491,7 @@ declare namespace gapi.client {
|
|
|
2483
2491
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2484
2492
|
key?:
|
|
2485
2493
|
string;
|
|
2486
|
-
/** Full name of this workstation cluster. */
|
|
2494
|
+
/** Identifier. Full name of this workstation cluster. */
|
|
2487
2495
|
name:
|
|
2488
2496
|
string;
|
|
2489
2497
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2533,7 +2541,7 @@ declare namespace gapi.client {
|
|
|
2533
2541
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2534
2542
|
key?:
|
|
2535
2543
|
string;
|
|
2536
|
-
/** Full name of this workstation cluster. */
|
|
2544
|
+
/** Identifier. Full name of this workstation cluster. */
|
|
2537
2545
|
name:
|
|
2538
2546
|
string;
|
|
2539
2547
|
/** OAuth 2.0 token for the current user. */
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20231011
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -82,6 +82,9 @@ gapi.load('client', async () => {
|
|
|
82
82
|
degraded: true,
|
|
83
83
|
deleteTime: "Test string",
|
|
84
84
|
displayName: "Test string",
|
|
85
|
+
domainConfig: {
|
|
86
|
+
domain: "Test string",
|
|
87
|
+
},
|
|
85
88
|
etag: "Test string",
|
|
86
89
|
labels: {
|
|
87
90
|
A: "Test string"
|
|
@@ -144,6 +147,9 @@ gapi.load('client', async () => {
|
|
|
144
147
|
degraded: true,
|
|
145
148
|
deleteTime: "Test string",
|
|
146
149
|
displayName: "Test string",
|
|
150
|
+
domainConfig: {
|
|
151
|
+
domain: "Test string",
|
|
152
|
+
},
|
|
147
153
|
etag: "Test string",
|
|
148
154
|
labels: {
|
|
149
155
|
A: "Test string"
|