@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20230925 → 0.0.20231001
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 +12 -12
- package/package.json +1 -1
- package/tests.ts +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: 20231001
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -232,8 +232,8 @@ declare namespace gapi.client {
|
|
|
232
232
|
sourceImage?:
|
|
233
233
|
string;
|
|
234
234
|
/**
|
|
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.
|
|
235
|
+
* 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
|
|
236
|
+
* content in the ephemeral directory after the workstation is restarted. This field is mutable.
|
|
237
237
|
*/
|
|
238
238
|
sourceSnapshot?:
|
|
239
239
|
string;
|
|
@@ -574,7 +574,7 @@ declare namespace gapi.client {
|
|
|
574
574
|
*/
|
|
575
575
|
labels?:
|
|
576
576
|
{ [P in string]: string };
|
|
577
|
-
/** Full name of this workstation. */
|
|
577
|
+
/** Identifier. Full name of this workstation. */
|
|
578
578
|
name?:
|
|
579
579
|
string;
|
|
580
580
|
/** Output only. Indicates whether this workstation is currently being updated to match its intended state. */
|
|
@@ -627,7 +627,7 @@ declare namespace gapi.client {
|
|
|
627
627
|
*/
|
|
628
628
|
labels?:
|
|
629
629
|
{ [P in string]: string };
|
|
630
|
-
/** Full name of this workstation cluster. */
|
|
630
|
+
/** Identifier. Full name of this workstation cluster. */
|
|
631
631
|
name?:
|
|
632
632
|
string;
|
|
633
633
|
/** Immutable. Name of the Compute Engine network in which instances associated with this workstation cluster will be created. */
|
|
@@ -711,7 +711,7 @@ declare namespace gapi.client {
|
|
|
711
711
|
*/
|
|
712
712
|
labels?:
|
|
713
713
|
{ [P in string]: string };
|
|
714
|
-
/** Full name of this workstation configuration. */
|
|
714
|
+
/** Identifier. Full name of this workstation configuration. */
|
|
715
715
|
name?:
|
|
716
716
|
string;
|
|
717
717
|
/** Optional. Directories to persist across workstation sessions. */
|
|
@@ -1390,7 +1390,7 @@ declare namespace gapi.client {
|
|
|
1390
1390
|
/** 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
1391
|
key?:
|
|
1392
1392
|
string;
|
|
1393
|
-
/** Full name of this workstation. */
|
|
1393
|
+
/** Identifier. Full name of this workstation. */
|
|
1394
1394
|
name:
|
|
1395
1395
|
string;
|
|
1396
1396
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -1440,7 +1440,7 @@ declare namespace gapi.client {
|
|
|
1440
1440
|
/** 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
1441
|
key?:
|
|
1442
1442
|
string;
|
|
1443
|
-
/** Full name of this workstation. */
|
|
1443
|
+
/** Identifier. Full name of this workstation. */
|
|
1444
1444
|
name:
|
|
1445
1445
|
string;
|
|
1446
1446
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2063,7 +2063,7 @@ declare namespace gapi.client {
|
|
|
2063
2063
|
/** 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
2064
|
key?:
|
|
2065
2065
|
string;
|
|
2066
|
-
/** Full name of this workstation configuration. */
|
|
2066
|
+
/** Identifier. Full name of this workstation configuration. */
|
|
2067
2067
|
name:
|
|
2068
2068
|
string;
|
|
2069
2069
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2113,7 +2113,7 @@ declare namespace gapi.client {
|
|
|
2113
2113
|
/** 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
2114
|
key?:
|
|
2115
2115
|
string;
|
|
2116
|
-
/** Full name of this workstation configuration. */
|
|
2116
|
+
/** Identifier. Full name of this workstation configuration. */
|
|
2117
2117
|
name:
|
|
2118
2118
|
string;
|
|
2119
2119
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2483,7 +2483,7 @@ declare namespace gapi.client {
|
|
|
2483
2483
|
/** 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
2484
|
key?:
|
|
2485
2485
|
string;
|
|
2486
|
-
/** Full name of this workstation cluster. */
|
|
2486
|
+
/** Identifier. Full name of this workstation cluster. */
|
|
2487
2487
|
name:
|
|
2488
2488
|
string;
|
|
2489
2489
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2533,7 +2533,7 @@ declare namespace gapi.client {
|
|
|
2533
2533
|
/** 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
2534
|
key?:
|
|
2535
2535
|
string;
|
|
2536
|
-
/** Full name of this workstation cluster. */
|
|
2536
|
+
/** Identifier. Full name of this workstation cluster. */
|
|
2537
2537
|
name:
|
|
2538
2538
|
string;
|
|
2539
2539
|
/** 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: 20231001
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|