@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20230423 → 0.0.20230501

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 +1394 -692
  2. package/package.json +1 -1
  3. package/tests.ts +13 -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: 20230423
12
+ // Revision: 20230501
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -22,20 +22,32 @@ declare namespace gapi.client {
22
22
  function load(name: "workstations", version: "v1beta", callback: () => any): void;
23
23
 
24
24
  namespace workstations {
25
+ interface Accelerator {
26
+ /** Number of accelerator cards exposed to the instance. */
27
+ count?:
28
+ number;
29
+ /** Type of accelerator resource to attach to the instance, for example, "nvidia-tesla-p100". */
30
+ type?:
31
+ string;
32
+ }
25
33
  interface AuditConfig {
26
34
  /** The configuration for logging of each type of permission. */
27
- auditLogConfigs?: AuditLogConfig[];
35
+ auditLogConfigs?:
36
+ AuditLogConfig[];
28
37
  /**
29
38
  * Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all
30
39
  * services.
31
40
  */
32
- service?: string;
41
+ service?:
42
+ string;
33
43
  }
34
44
  interface AuditLogConfig {
35
45
  /** Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. */
36
- exemptedMembers?: string[];
46
+ exemptedMembers?:
47
+ string[];
37
48
  /** The log type that this config enables. */
38
- logType?: string;
49
+ logType?:
50
+ string;
39
51
  }
40
52
  interface Binding {
41
53
  /**
@@ -43,7 +55,8 @@ declare namespace gapi.client {
43
55
  * then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which
44
56
  * resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
45
57
  */
46
- condition?: Expr;
58
+ condition?:
59
+ Expr;
47
60
  /**
48
61
  * Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on
49
62
  * the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service
@@ -60,219 +73,292 @@ declare namespace gapi.client {
60
73
  * has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group
61
74
  * retains the role in the binding.
62
75
  */
63
- members?: string[];
76
+ members?:
77
+ string[];
64
78
  /** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. */
65
- role?: string;
79
+ role?:
80
+ string;
66
81
  }
67
82
  // tslint:disable-next-line:no-empty-interface
68
83
  interface CancelOperationRequest {
69
84
  }
70
85
  interface Container {
71
86
  /** Arguments passed to the entrypoint. */
72
- args?: string[];
87
+ args?:
88
+ string[];
73
89
  /** If set, overrides the default ENTRYPOINT specified by the image. */
74
- command?: string[];
90
+ command?:
91
+ string[];
75
92
  /** Environment variables passed to the container's entrypoint. */
76
- env?: { [P in string]: string };
93
+ env?:
94
+ { [P in string]: string };
77
95
  /** Docker image defining the container. This image must be accessible by the service account specified in the workstation configuration. */
78
- image?: string;
96
+ image?:
97
+ string;
79
98
  /** If set, overrides the USER specified in the image with the given uid. */
80
- runAsUser?: number;
99
+ runAsUser?:
100
+ number;
81
101
  /** If set, overrides the default DIR specified by the image. */
82
- workingDir?: string;
102
+ workingDir?:
103
+ string;
83
104
  }
84
105
  interface CustomerEncryptionKey {
85
106
  /** Immutable. The name of the Google Cloud KMS encryption key. For example, `projects/PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME`. */
86
- kmsKey?: string;
107
+ kmsKey?:
108
+ string;
87
109
  /**
88
110
  * Immutable. The service account to use with the specified KMS key. We recommend that you use a separate service account and follow KMS best practices. For more information, see
89
111
  * [Separation of duties](https://cloud.google.com/kms/docs/separation-of-duties) and `gcloud kms keys add-iam-policy-binding`
90
112
  * [`--member`](https://cloud.google.com/sdk/gcloud/reference/kms/keys/add-iam-policy-binding#--member).
91
113
  */
92
- kmsKeyServiceAccount?: string;
114
+ kmsKeyServiceAccount?:
115
+ string;
93
116
  }
94
117
  interface Expr {
95
118
  /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
96
- description?: string;
119
+ description?:
120
+ string;
97
121
  /** Textual representation of an expression in Common Expression Language syntax. */
98
- expression?: string;
122
+ expression?:
123
+ string;
99
124
  /** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
100
- location?: string;
125
+ location?:
126
+ string;
101
127
  /** Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
102
- title?: string;
128
+ title?:
129
+ string;
103
130
  }
104
131
  interface GceConfidentialInstanceConfig {
105
132
  /** Whether the instance has confidential compute enabled. */
106
- enableConfidentialCompute?: boolean;
133
+ enableConfidentialCompute?:
134
+ boolean;
107
135
  }
108
136
  interface GceInstance {
137
+ /** A list of the type and count of accelerator cards attached to the instance. */
138
+ accelerators?:
139
+ Accelerator[];
109
140
  /** Size of the boot disk in GB. Defaults to 50. */
110
- bootDiskSizeGb?: number;
141
+ bootDiskSizeGb?:
142
+ number;
111
143
  /** A set of Compute Engine Confidential VM instance options. */
112
- confidentialInstanceConfig?: GceConfidentialInstanceConfig;
144
+ confidentialInstanceConfig?:
145
+ GceConfidentialInstanceConfig;
113
146
  /** Whether instances have no public IP address. */
114
- disablePublicIpAddresses?: boolean;
147
+ disablePublicIpAddresses?:
148
+ boolean;
115
149
  /** The name of a Compute Engine machine type. */
116
- machineType?: string;
150
+ machineType?:
151
+ string;
117
152
  /** Output only. Number of instances currently available in the pool for faster workstation startup. */
118
- pooledInstances?: number;
153
+ pooledInstances?:
154
+ number;
119
155
  /** Number of instances to pool for faster workstation startup. */
120
- poolSize?: number;
156
+ poolSize?:
157
+ number;
121
158
  /**
122
159
  * Email address of the service account used on VM instances used to support this configuration. If not set, VMs run with a Google-managed service account. This service account must
123
160
  * have permission to pull the specified container image; otherwise, the image must be publicly accessible.
124
161
  */
125
- serviceAccount?: string;
162
+ serviceAccount?:
163
+ string;
126
164
  /** A set of Compute Engine Shielded instance options. */
127
- shieldedInstanceConfig?: GceShieldedInstanceConfig;
165
+ shieldedInstanceConfig?:
166
+ GceShieldedInstanceConfig;
128
167
  /** Network tags to add to the Compute Engine machines backing the Workstations. */
129
- tags?: string[];
168
+ tags?:
169
+ string[];
130
170
  }
131
171
  interface GceRegionalPersistentDisk {
132
172
  /** Type of the disk to use. Defaults to pd-standard. */
133
- diskType?: string;
173
+ diskType?:
174
+ string;
134
175
  /** Type of file system that the disk should be formatted with. The workstation image must support this file system type. Must be empty if source_snapshot is set. Defaults to ext4. */
135
- fsType?: string;
176
+ fsType?:
177
+ string;
136
178
  /** What should happen to the disk after the workstation is deleted. Defaults to DELETE. */
137
- reclaimPolicy?: string;
179
+ reclaimPolicy?:
180
+ string;
138
181
  /** Size of the disk in GB. Must be empty if source_snapshot is set. Defaults to 200. */
139
- sizeGb?: number;
182
+ sizeGb?:
183
+ number;
140
184
  /** Name of the snapshot to use as the source for the disk. If set, size_gb and fs_type must be empty. */
141
- sourceSnapshot?: string;
185
+ sourceSnapshot?:
186
+ string;
142
187
  }
143
188
  interface GceShieldedInstanceConfig {
144
189
  /** Whether the instance has integrity monitoring enabled. */
145
- enableIntegrityMonitoring?: boolean;
190
+ enableIntegrityMonitoring?:
191
+ boolean;
146
192
  /** Whether the instance has Secure Boot enabled. */
147
- enableSecureBoot?: boolean;
193
+ enableSecureBoot?:
194
+ boolean;
148
195
  /** Whether the instance has the vTPM enabled. */
149
- enableVtpm?: boolean;
196
+ enableVtpm?:
197
+ boolean;
150
198
  }
151
199
  interface GenerateAccessTokenRequest {
152
200
  /**
153
201
  * Desired expiration time of the access token. This value must be at most 24 hours in the future. If a value is not specified, the token's expiration time will be set to a default
154
202
  * value of 1 hour in the future.
155
203
  */
156
- expireTime?: string;
204
+ expireTime?:
205
+ string;
157
206
  /** Desired lifetime duration of the access token. This value must be at most 24 hours. If a value is not specified, the token's lifetime will be set to a default value of 1 hour. */
158
- ttl?: string;
207
+ ttl?:
208
+ string;
159
209
  }
160
210
  interface GenerateAccessTokenResponse {
161
211
  /**
162
212
  * The generated bearer access token. To use this token, include it in an Authorization header of an HTTP request sent to the associated workstation's hostname—for example,
163
213
  * `Authorization: Bearer `.
164
214
  */
165
- accessToken?: string;
215
+ accessToken?:
216
+ string;
166
217
  /** Time at which the generated token will expire. */
167
- expireTime?: string;
218
+ expireTime?:
219
+ string;
168
220
  }
169
221
  // tslint:disable-next-line:no-empty-interface
170
222
  interface GoogleProtobufEmpty {
171
223
  }
172
224
  interface Host {
173
225
  /** Specifies a Compute Engine instance as the host. */
174
- gceInstance?: GceInstance;
226
+ gceInstance?:
227
+ GceInstance;
175
228
  }
176
229
  interface ListOperationsResponse {
177
230
  /** The standard List next-page token. */
178
- nextPageToken?: string;
231
+ nextPageToken?:
232
+ string;
179
233
  /** A list of operations that matches the specified filter in the request. */
180
- operations?: Operation[];
234
+ operations?:
235
+ Operation[];
181
236
  }
182
237
  interface ListUsableWorkstationConfigsResponse {
183
238
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
184
- nextPageToken?: string;
239
+ nextPageToken?:
240
+ string;
185
241
  /** Unreachable resources. */
186
- unreachable?: string[];
242
+ unreachable?:
243
+ string[];
187
244
  /** The requested configs. */
188
- workstationConfigs?: WorkstationConfig[];
245
+ workstationConfigs?:
246
+ WorkstationConfig[];
189
247
  }
190
248
  interface ListUsableWorkstationsResponse {
191
249
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
192
- nextPageToken?: string;
250
+ nextPageToken?:
251
+ string;
193
252
  /** Unreachable resources. */
194
- unreachable?: string[];
253
+ unreachable?:
254
+ string[];
195
255
  /** The requested workstations. */
196
- workstations?: Workstation[];
256
+ workstations?:
257
+ Workstation[];
197
258
  }
198
259
  interface ListWorkstationClustersResponse {
199
260
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
200
- nextPageToken?: string;
261
+ nextPageToken?:
262
+ string;
201
263
  /** Unreachable resources. */
202
- unreachable?: string[];
264
+ unreachable?:
265
+ string[];
203
266
  /** The requested workstation clusters. */
204
- workstationClusters?: WorkstationCluster[];
267
+ workstationClusters?:
268
+ WorkstationCluster[];
205
269
  }
206
270
  interface ListWorkstationConfigsResponse {
207
271
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
208
- nextPageToken?: string;
272
+ nextPageToken?:
273
+ string;
209
274
  /** Unreachable resources. */
210
- unreachable?: string[];
275
+ unreachable?:
276
+ string[];
211
277
  /** The requested configs. */
212
- workstationConfigs?: WorkstationConfig[];
278
+ workstationConfigs?:
279
+ WorkstationConfig[];
213
280
  }
214
281
  interface ListWorkstationsResponse {
215
282
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
216
- nextPageToken?: string;
283
+ nextPageToken?:
284
+ string;
217
285
  /** Unreachable resources. */
218
- unreachable?: string[];
286
+ unreachable?:
287
+ string[];
219
288
  /** The requested workstations. */
220
- workstations?: Workstation[];
289
+ workstations?:
290
+ Workstation[];
221
291
  }
222
292
  interface Operation {
223
293
  /** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
224
- done?: boolean;
294
+ done?:
295
+ boolean;
225
296
  /** The error result of the operation in case of failure or cancellation. */
226
- error?: Status;
297
+ error?:
298
+ Status;
227
299
  /**
228
300
  * Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such
229
301
  * metadata. Any method that returns a long-running operation should document the metadata type, if any.
230
302
  */
231
- metadata?: { [P in string]: any };
303
+ metadata?:
304
+ { [P in string]: any };
232
305
  /**
233
306
  * The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending
234
307
  * with `operations/{unique_id}`.
235
308
  */
236
- name?: string;
309
+ name?:
310
+ string;
237
311
  /**
238
312
  * The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the
239
313
  * original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the
240
314
  * original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
241
315
  */
242
- response?: { [P in string]: any };
316
+ response?:
317
+ { [P in string]: any };
243
318
  }
244
319
  interface OperationMetadata {
245
320
  /** Output only. API version used to start the operation. */
246
- apiVersion?: string;
321
+ apiVersion?:
322
+ string;
247
323
  /** Output only. Time that the operation was created. */
248
- createTime?: string;
324
+ createTime?:
325
+ string;
249
326
  /** Output only. Time that the operation finished running. */
250
- endTime?: string;
327
+ endTime?:
328
+ string;
251
329
  /** Output only. Identifies whether the user has requested cancellation of the operation. */
252
- requestedCancellation?: boolean;
330
+ requestedCancellation?:
331
+ boolean;
253
332
  /** Output only. Human-readable status of the operation, if any. */
254
- statusMessage?: string;
333
+ statusMessage?:
334
+ string;
255
335
  /** Output only. Server-defined resource path for the target of the operation. */
256
- target?: string;
336
+ target?:
337
+ string;
257
338
  /** Output only. Name of the verb executed by the operation. */
258
- verb?: string;
339
+ verb?:
340
+ string;
259
341
  }
260
342
  interface PersistentDirectory {
261
343
  /** A PersistentDirectory backed by a Compute Engine persistent disk. */
262
- gcePd?: GceRegionalPersistentDisk;
344
+ gcePd?:
345
+ GceRegionalPersistentDisk;
263
346
  /** Location of this directory in the running workstation. */
264
- mountPath?: string;
347
+ mountPath?:
348
+ string;
265
349
  }
266
350
  interface Policy {
267
351
  /** Specifies cloud audit logging configuration for this policy. */
268
- auditConfigs?: AuditConfig[];
352
+ auditConfigs?:
353
+ AuditConfig[];
269
354
  /**
270
355
  * Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings`
271
356
  * must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a
272
357
  * principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another
273
358
  * 1,450 principals to the `bindings` in the `Policy`.
274
359
  */
275
- bindings?: Binding[];
360
+ bindings?:
361
+ Binding[];
276
362
  /**
277
363
  * `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make
278
364
  * use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems
@@ -280,7 +366,8 @@ declare namespace gapi.client {
280
366
  * Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1`
281
367
  * policy, and all of the conditions in the version `3` policy are lost.
282
368
  */
283
- etag?: string;
369
+ etag?:
370
+ string;
284
371
  /**
285
372
  * Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings
286
373
  * must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a
@@ -289,167 +376,222 @@ declare namespace gapi.client {
289
376
  * policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave
290
377
  * the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
291
378
  */
292
- version?: number;
379
+ version?:
380
+ number;
293
381
  }
294
382
  interface PrivateClusterConfig {
295
383
  /**
296
384
  * 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)
297
385
  * are allowed.
298
386
  */
299
- allowedProjects?: string[];
387
+ allowedProjects?:
388
+ string[];
300
389
  /**
301
390
  * Output only. Hostname for the workstation cluster. This field will be populated only when private endpoint is enabled. To access workstations in the cluster, create a new DNS zone
302
391
  * mapping this domain name to an internal IP address and a forwarding rule mapping that address to the service attachment.
303
392
  */
304
- clusterHostname?: string;
393
+ clusterHostname?:
394
+ string;
305
395
  /** Immutable. Whether Workstations endpoint is private. */
306
- enablePrivateEndpoint?: boolean;
396
+ enablePrivateEndpoint?:
397
+ boolean;
307
398
  /**
308
399
  * Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the cluster, configure
309
400
  * access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
310
401
  */
311
- serviceAttachmentUri?: string;
402
+ serviceAttachmentUri?:
403
+ string;
312
404
  }
313
405
  interface ReadinessCheck {
314
406
  /** Path to which the request should be sent. */
315
- path?: string;
407
+ path?:
408
+ string;
316
409
  /** Port to which the request should be sent. */
317
- port?: number;
410
+ port?:
411
+ number;
318
412
  }
319
413
  interface SetIamPolicyRequest {
320
414
  /**
321
415
  * REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud
322
416
  * services (such as Projects) might reject them.
323
417
  */
324
- policy?: Policy;
418
+ policy?:
419
+ Policy;
325
420
  /**
326
421
  * OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used:
327
422
  * `paths: "bindings, etag"`
328
423
  */
329
- updateMask?: string;
424
+ updateMask?:
425
+ string;
330
426
  }
331
427
  interface StartWorkstationRequest {
332
428
  /** If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag. */
333
- etag?: string;
429
+ etag?:
430
+ string;
334
431
  /** If set, validate the request and preview the review, but do not actually apply it. */
335
- validateOnly?: boolean;
432
+ validateOnly?:
433
+ boolean;
336
434
  }
337
435
  interface Status {
338
436
  /** The status code, which should be an enum value of google.rpc.Code. */
339
- code?: number;
437
+ code?:
438
+ number;
340
439
  /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
341
- details?: Array<{ [P in string]: any }>;
440
+ details?:
441
+ Array<{ [P in string]: any }>;
342
442
  /**
343
443
  * A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the
344
444
  * client.
345
445
  */
346
- message?: string;
446
+ message?:
447
+ string;
347
448
  }
348
449
  interface StopWorkstationRequest {
349
450
  /** If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag. */
350
- etag?: string;
451
+ etag?:
452
+ string;
351
453
  /** If set, validate the request and preview the review, but do not actually apply it. */
352
- validateOnly?: boolean;
454
+ validateOnly?:
455
+ boolean;
353
456
  }
354
457
  interface TestIamPermissionsRequest {
355
458
  /**
356
459
  * The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM
357
460
  * Overview](https://cloud.google.com/iam/docs/overview#permissions).
358
461
  */
359
- permissions?: string[];
462
+ permissions?:
463
+ string[];
360
464
  }
361
465
  interface TestIamPermissionsResponse {
362
466
  /** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
363
- permissions?: string[];
467
+ permissions?:
468
+ string[];
364
469
  }
365
470
  interface Workstation {
366
471
  /** Client-specified annotations. */
367
- annotations?: { [P in string]: string };
472
+ annotations?:
473
+ { [P in string]: string };
368
474
  /** Output only. Time when this resource was created. */
369
- createTime?: string;
475
+ createTime?:
476
+ string;
370
477
  /** Output only. Time when this resource was soft-deleted. */
371
- deleteTime?: string;
478
+ deleteTime?:
479
+ string;
372
480
  /** Human-readable name for this resource. */
373
- displayName?: string;
481
+ displayName?:
482
+ string;
374
483
  /** Environment variables passed to the workstation container's entrypoint. */
375
- env?: { [P in string]: string };
484
+ env?:
485
+ { [P in string]: string };
376
486
  /** 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. */
377
- etag?: string;
487
+ etag?:
488
+ string;
378
489
  /**
379
490
  * Output only. Host to which clients can send HTTPS traffic that will be received by the workstation. Authorized traffic will be received to the workstation as HTTP on port 80. To
380
491
  * send traffic to a different port, clients may prefix the host with the destination port in the format `{port}-{host}`.
381
492
  */
382
- host?: string;
493
+ host?:
494
+ string;
383
495
  /** Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources. */
384
- labels?: { [P in string]: string };
496
+ labels?:
497
+ { [P in string]: string };
385
498
  /** Full name of this resource. */
386
- name?: string;
499
+ name?:
500
+ string;
387
501
  /** Output only. Indicates whether this resource is currently being updated to match its intended state. */
388
- reconciling?: boolean;
502
+ reconciling?:
503
+ boolean;
389
504
  /** Output only. Current state of the workstation. */
390
- state?: string;
505
+ state?:
506
+ string;
391
507
  /** Output only. A system-assigned unique identified for this resource. */
392
- uid?: string;
508
+ uid?:
509
+ string;
393
510
  /** Output only. Time when this resource was most recently updated. */
394
- updateTime?: string;
511
+ updateTime?:
512
+ string;
395
513
  }
396
514
  interface WorkstationCluster {
397
515
  /** Client-specified annotations. */
398
- annotations?: { [P in string]: string };
516
+ annotations?:
517
+ { [P in string]: string };
399
518
  /** Output only. Status conditions describing the current resource state. */
400
- conditions?: Status[];
519
+ conditions?:
520
+ Status[];
401
521
  /**
402
522
  * Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so make sure that your firewall
403
523
  * rules allow egress from the workstation VMs to this address.
404
524
  */
405
- controlPlaneIp?: string;
525
+ controlPlaneIp?:
526
+ string;
406
527
  /** Output only. Time when this resource was created. */
407
- createTime?: string;
528
+ createTime?:
529
+ string;
408
530
  /** 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. */
409
- degraded?: boolean;
531
+ degraded?:
532
+ boolean;
410
533
  /** Output only. Time when this resource was soft-deleted. */
411
- deleteTime?: string;
534
+ deleteTime?:
535
+ string;
412
536
  /** Human-readable name for this resource. */
413
- displayName?: string;
537
+ displayName?:
538
+ string;
414
539
  /** 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. */
415
- etag?: string;
540
+ etag?:
541
+ string;
416
542
  /** Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources. */
417
- labels?: { [P in string]: string };
543
+ labels?:
544
+ { [P in string]: string };
418
545
  /** Full name of this resource. */
419
- name?: string;
546
+ name?:
547
+ string;
420
548
  /** Immutable. Name of the Compute Engine network in which instances associated with this cluster will be created. */
421
- network?: string;
549
+ network?:
550
+ string;
422
551
  /** Configuration for private cluster. */
423
- privateClusterConfig?: PrivateClusterConfig;
552
+ privateClusterConfig?:
553
+ PrivateClusterConfig;
424
554
  /** Output only. Indicates whether this resource is currently being updated to match its intended state. */
425
- reconciling?: boolean;
555
+ reconciling?:
556
+ boolean;
426
557
  /** Immutable. Name of the Compute Engine subnetwork in which instances associated with this cluster will be created. Must be part of the subnetwork specified for this cluster. */
427
- subnetwork?: string;
558
+ subnetwork?:
559
+ string;
428
560
  /** Output only. A system-assigned unique identified for this resource. */
429
- uid?: string;
561
+ uid?:
562
+ string;
430
563
  /** Output only. Time when this resource was most recently updated. */
431
- updateTime?: string;
564
+ updateTime?:
565
+ string;
432
566
  }
433
567
  interface WorkstationConfig {
434
568
  /** Client-specified annotations. */
435
- annotations?: { [P in string]: string };
569
+ annotations?:
570
+ { [P in string]: string };
436
571
  /** Output only. Status conditions describing the current resource state. */
437
- conditions?: Status[];
572
+ conditions?:
573
+ Status[];
438
574
  /** Container that will be run for each workstation using this configuration when that workstation is started. */
439
- container?: Container;
575
+ container?:
576
+ Container;
440
577
  /** Output only. Time when this resource was created. */
441
- createTime?: string;
578
+ createTime?:
579
+ string;
442
580
  /** 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. */
443
- degraded?: boolean;
581
+ degraded?:
582
+ boolean;
444
583
  /** Output only. Time when this resource was soft-deleted. */
445
- deleteTime?: string;
584
+ deleteTime?:
585
+ string;
446
586
  /** Human-readable name for this resource. */
447
- displayName?: string;
587
+ displayName?:
588
+ string;
448
589
  /**
449
590
  * Whether to enable linux auditd logging on the workstation. When enabled, a service account must also be specified that has logging.buckets.write permission on the project. Operating
450
591
  * system audit logging is distinct from [Cloud Audit Logs](https://cloud.google.com/workstations/docs/audit-logging).
451
592
  */
452
- enableAuditAgent?: boolean;
593
+ enableAuditAgent?:
594
+ boolean;
453
595
  /**
454
596
  * Immutable. Encrypts resources of this workstation configuration using a customer-managed encryption key. If specified, the boot disk of the Compute Engine instance and the
455
597
  * persistent disk are encrypted using this encryption key. If this field is not set, the disks are encrypted using a generated key. Customer-managed encryption keys do not protect
@@ -457,38 +599,50 @@ declare namespace gapi.client {
457
599
  * of the key. Be sure to keep older versions of the key until the persistent disk is recreated. Otherwise, data on the persistent disk will be lost. If the encryption key is revoked,
458
600
  * the workstation session will automatically be stopped within 7 hours. Immutable after the workstation configuration is created.
459
601
  */
460
- encryptionKey?: CustomerEncryptionKey;
602
+ encryptionKey?:
603
+ CustomerEncryptionKey;
461
604
  /** 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. */
462
- etag?: string;
605
+ etag?:
606
+ string;
463
607
  /** Runtime host for the workstation. */
464
- host?: Host;
608
+ host?:
609
+ Host;
465
610
  /**
466
611
  * How long to wait before automatically stopping an instance that hasn't received any user traffic. A value of 0 indicates that this instance should never time out due to idleness.
467
612
  * Defaults to 20 minutes.
468
613
  */
469
- idleTimeout?: string;
614
+ idleTimeout?:
615
+ string;
470
616
  /** Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources. */
471
- labels?: { [P in string]: string };
617
+ labels?:
618
+ { [P in string]: string };
472
619
  /** Full name of this resource. */
473
- name?: string;
620
+ name?:
621
+ string;
474
622
  /** Directories to persist across workstation sessions. */
475
- persistentDirectories?: PersistentDirectory[];
623
+ persistentDirectories?:
624
+ PersistentDirectory[];
476
625
  /**
477
626
  * Readiness checks to perform when starting a workstation using this workstation configuration. Mark a workstation as running only after all specified readiness checks return 200
478
627
  * status codes.
479
628
  */
480
- readinessChecks?: ReadinessCheck[];
629
+ readinessChecks?:
630
+ ReadinessCheck[];
481
631
  /** Output only. Indicates whether this resource is currently being updated to match its intended state. */
482
- reconciling?: boolean;
632
+ reconciling?:
633
+ boolean;
483
634
  /**
484
635
  * How long to wait before automatically stopping a workstation after it started. A value of 0 indicates that workstations using this configuration should never time out. Must be
485
636
  * greater than 0 and less than 24 hours if encryption_key is set. Defaults to 12 hours.
486
637
  */
487
- runningTimeout?: string;
638
+ runningTimeout?:
639
+ string;
488
640
  /** Output only. A system-assigned unique identified for this resource. */
489
- uid?: string;
641
+ uid?:
642
+ string;
490
643
  /** Output only. Time when this resource was most recently updated. */
491
- updateTime?: string;
644
+ updateTime?:
645
+ string;
492
646
  }
493
647
  interface OperationsResource {
494
648
  /**
@@ -499,57 +653,82 @@ declare namespace gapi.client {
499
653
  */
500
654
  cancel(request: {
501
655
  /** V1 error format. */
502
- "$.xgafv"?: string;
656
+ "$.xgafv"?:
657
+ string;
503
658
  /** OAuth access token. */
504
- access_token?: string;
659
+ access_token?:
660
+ string;
505
661
  /** Data format for response. */
506
- alt?: string;
662
+ alt?:
663
+ string;
507
664
  /** JSONP */
508
- callback?: string;
665
+ callback?:
666
+ string;
509
667
  /** Selector specifying which fields to include in a partial response. */
510
- fields?: string;
668
+ fields?:
669
+ string;
511
670
  /** 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. */
512
- key?: string;
671
+ key?:
672
+ string;
513
673
  /** The name of the operation resource to be cancelled. */
514
- name: string;
674
+ name:
675
+ string;
515
676
  /** OAuth 2.0 token for the current user. */
516
- oauth_token?: string;
677
+ oauth_token?:
678
+ string;
517
679
  /** Returns response with indentations and line breaks. */
518
- prettyPrint?: boolean;
680
+ prettyPrint?:
681
+ boolean;
519
682
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
520
- quotaUser?: string;
683
+ quotaUser?:
684
+ string;
521
685
  /** Upload protocol for media (e.g. "raw", "multipart"). */
522
- upload_protocol?: string;
686
+ upload_protocol?:
687
+ string;
523
688
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
524
- uploadType?: string;
689
+ uploadType?:
690
+ string;
525
691
  /** Request body */
526
- resource: CancelOperationRequest;
692
+ resource:
693
+ CancelOperationRequest;
527
694
  }): Request<{}>;
528
695
  cancel(request: {
529
696
  /** V1 error format. */
530
- "$.xgafv"?: string;
697
+ "$.xgafv"?:
698
+ string;
531
699
  /** OAuth access token. */
532
- access_token?: string;
700
+ access_token?:
701
+ string;
533
702
  /** Data format for response. */
534
- alt?: string;
703
+ alt?:
704
+ string;
535
705
  /** JSONP */
536
- callback?: string;
706
+ callback?:
707
+ string;
537
708
  /** Selector specifying which fields to include in a partial response. */
538
- fields?: string;
709
+ fields?:
710
+ string;
539
711
  /** 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. */
540
- key?: string;
712
+ key?:
713
+ string;
541
714
  /** The name of the operation resource to be cancelled. */
542
- name: string;
715
+ name:
716
+ string;
543
717
  /** OAuth 2.0 token for the current user. */
544
- oauth_token?: string;
718
+ oauth_token?:
719
+ string;
545
720
  /** Returns response with indentations and line breaks. */
546
- prettyPrint?: boolean;
721
+ prettyPrint?:
722
+ boolean;
547
723
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
548
- quotaUser?: string;
724
+ quotaUser?:
725
+ string;
549
726
  /** Upload protocol for media (e.g. "raw", "multipart"). */
550
- upload_protocol?: string;
727
+ upload_protocol?:
728
+ string;
551
729
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
552
- uploadType?: string;
730
+ uploadType?:
731
+ string;
553
732
  },
554
733
  body: CancelOperationRequest): Request<{}>;
555
734
  /**
@@ -558,286 +737,412 @@ declare namespace gapi.client {
558
737
  */
559
738
  delete(request?: {
560
739
  /** V1 error format. */
561
- "$.xgafv"?: string;
740
+ "$.xgafv"?:
741
+ string;
562
742
  /** OAuth access token. */
563
- access_token?: string;
743
+ access_token?:
744
+ string;
564
745
  /** Data format for response. */
565
- alt?: string;
746
+ alt?:
747
+ string;
566
748
  /** JSONP */
567
- callback?: string;
749
+ callback?:
750
+ string;
568
751
  /** Selector specifying which fields to include in a partial response. */
569
- fields?: string;
752
+ fields?:
753
+ string;
570
754
  /** 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. */
571
- key?: string;
755
+ key?:
756
+ string;
572
757
  /** The name of the operation resource to be deleted. */
573
- name: string;
758
+ name:
759
+ string;
574
760
  /** OAuth 2.0 token for the current user. */
575
- oauth_token?: string;
761
+ oauth_token?:
762
+ string;
576
763
  /** Returns response with indentations and line breaks. */
577
- prettyPrint?: boolean;
764
+ prettyPrint?:
765
+ boolean;
578
766
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
579
- quotaUser?: string;
767
+ quotaUser?:
768
+ string;
580
769
  /** Upload protocol for media (e.g. "raw", "multipart"). */
581
- upload_protocol?: string;
770
+ upload_protocol?:
771
+ string;
582
772
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
583
- uploadType?: string;
773
+ uploadType?:
774
+ string;
584
775
  }): Request<{}>;
585
776
  /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
586
777
  get(request?: {
587
778
  /** V1 error format. */
588
- "$.xgafv"?: string;
779
+ "$.xgafv"?:
780
+ string;
589
781
  /** OAuth access token. */
590
- access_token?: string;
782
+ access_token?:
783
+ string;
591
784
  /** Data format for response. */
592
- alt?: string;
785
+ alt?:
786
+ string;
593
787
  /** JSONP */
594
- callback?: string;
788
+ callback?:
789
+ string;
595
790
  /** Selector specifying which fields to include in a partial response. */
596
- fields?: string;
791
+ fields?:
792
+ string;
597
793
  /** 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. */
598
- key?: string;
794
+ key?:
795
+ string;
599
796
  /** The name of the operation resource. */
600
- name: string;
797
+ name:
798
+ string;
601
799
  /** OAuth 2.0 token for the current user. */
602
- oauth_token?: string;
800
+ oauth_token?:
801
+ string;
603
802
  /** Returns response with indentations and line breaks. */
604
- prettyPrint?: boolean;
803
+ prettyPrint?:
804
+ boolean;
605
805
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
606
- quotaUser?: string;
806
+ quotaUser?:
807
+ string;
607
808
  /** Upload protocol for media (e.g. "raw", "multipart"). */
608
- upload_protocol?: string;
809
+ upload_protocol?:
810
+ string;
609
811
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
610
- uploadType?: string;
812
+ uploadType?:
813
+ string;
611
814
  }): Request<Operation>;
612
815
  /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
613
816
  list(request?: {
614
817
  /** V1 error format. */
615
- "$.xgafv"?: string;
818
+ "$.xgafv"?:
819
+ string;
616
820
  /** OAuth access token. */
617
- access_token?: string;
821
+ access_token?:
822
+ string;
618
823
  /** Data format for response. */
619
- alt?: string;
824
+ alt?:
825
+ string;
620
826
  /** JSONP */
621
- callback?: string;
827
+ callback?:
828
+ string;
622
829
  /** Selector specifying which fields to include in a partial response. */
623
- fields?: string;
830
+ fields?:
831
+ string;
624
832
  /** The standard list filter. */
625
- filter?: string;
833
+ filter?:
834
+ string;
626
835
  /** 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. */
627
- key?: string;
836
+ key?:
837
+ string;
628
838
  /** The name of the operation's parent resource. */
629
- name: string;
839
+ name:
840
+ string;
630
841
  /** OAuth 2.0 token for the current user. */
631
- oauth_token?: string;
842
+ oauth_token?:
843
+ string;
632
844
  /** The standard list page size. */
633
- pageSize?: number;
845
+ pageSize?:
846
+ number;
634
847
  /** The standard list page token. */
635
- pageToken?: string;
848
+ pageToken?:
849
+ string;
636
850
  /** Returns response with indentations and line breaks. */
637
- prettyPrint?: boolean;
851
+ prettyPrint?:
852
+ boolean;
638
853
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
639
- quotaUser?: string;
854
+ quotaUser?:
855
+ string;
640
856
  /** Upload protocol for media (e.g. "raw", "multipart"). */
641
- upload_protocol?: string;
857
+ upload_protocol?:
858
+ string;
642
859
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
643
- uploadType?: string;
860
+ uploadType?:
861
+ string;
644
862
  }): Request<ListOperationsResponse>;
645
863
  }
646
864
  interface WorkstationsResource {
647
865
  /** Creates a new workstation. */
648
866
  create(request: {
649
867
  /** V1 error format. */
650
- "$.xgafv"?: string;
868
+ "$.xgafv"?:
869
+ string;
651
870
  /** OAuth access token. */
652
- access_token?: string;
871
+ access_token?:
872
+ string;
653
873
  /** Data format for response. */
654
- alt?: string;
874
+ alt?:
875
+ string;
655
876
  /** JSONP */
656
- callback?: string;
877
+ callback?:
878
+ string;
657
879
  /** Selector specifying which fields to include in a partial response. */
658
- fields?: string;
880
+ fields?:
881
+ string;
659
882
  /** 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. */
660
- key?: string;
883
+ key?:
884
+ string;
661
885
  /** OAuth 2.0 token for the current user. */
662
- oauth_token?: string;
886
+ oauth_token?:
887
+ string;
663
888
  /** Required. Parent resource name. */
664
- parent: string;
889
+ parent:
890
+ string;
665
891
  /** Returns response with indentations and line breaks. */
666
- prettyPrint?: boolean;
892
+ prettyPrint?:
893
+ boolean;
667
894
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
668
- quotaUser?: string;
895
+ quotaUser?:
896
+ string;
669
897
  /** Upload protocol for media (e.g. "raw", "multipart"). */
670
- upload_protocol?: string;
898
+ upload_protocol?:
899
+ string;
671
900
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
672
- uploadType?: string;
901
+ uploadType?:
902
+ string;
673
903
  /** If set, validate the request and preview the review, but do not actually apply it. */
674
- validateOnly?: boolean;
904
+ validateOnly?:
905
+ boolean;
675
906
  /** Required. ID to use for the workstation. */
676
- workstationId?: string;
907
+ workstationId?:
908
+ string;
677
909
  /** Request body */
678
- resource: Workstation;
910
+ resource:
911
+ Workstation;
679
912
  }): Request<Operation>;
680
913
  create(request: {
681
914
  /** V1 error format. */
682
- "$.xgafv"?: string;
915
+ "$.xgafv"?:
916
+ string;
683
917
  /** OAuth access token. */
684
- access_token?: string;
918
+ access_token?:
919
+ string;
685
920
  /** Data format for response. */
686
- alt?: string;
921
+ alt?:
922
+ string;
687
923
  /** JSONP */
688
- callback?: string;
924
+ callback?:
925
+ string;
689
926
  /** Selector specifying which fields to include in a partial response. */
690
- fields?: string;
927
+ fields?:
928
+ string;
691
929
  /** 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. */
692
- key?: string;
930
+ key?:
931
+ string;
693
932
  /** OAuth 2.0 token for the current user. */
694
- oauth_token?: string;
933
+ oauth_token?:
934
+ string;
695
935
  /** Required. Parent resource name. */
696
- parent: string;
936
+ parent:
937
+ string;
697
938
  /** Returns response with indentations and line breaks. */
698
- prettyPrint?: boolean;
939
+ prettyPrint?:
940
+ boolean;
699
941
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
700
- quotaUser?: string;
942
+ quotaUser?:
943
+ string;
701
944
  /** Upload protocol for media (e.g. "raw", "multipart"). */
702
- upload_protocol?: string;
945
+ upload_protocol?:
946
+ string;
703
947
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
704
- uploadType?: string;
948
+ uploadType?:
949
+ string;
705
950
  /** If set, validate the request and preview the review, but do not actually apply it. */
706
- validateOnly?: boolean;
951
+ validateOnly?:
952
+ boolean;
707
953
  /** Required. ID to use for the workstation. */
708
- workstationId?: string;
954
+ workstationId?:
955
+ string;
709
956
  },
710
957
  body: Workstation): Request<Operation>;
711
958
  /** Deletes the specified workstation. */
712
959
  delete(request?: {
713
960
  /** V1 error format. */
714
- "$.xgafv"?: string;
961
+ "$.xgafv"?:
962
+ string;
715
963
  /** OAuth access token. */
716
- access_token?: string;
964
+ access_token?:
965
+ string;
717
966
  /** Data format for response. */
718
- alt?: string;
967
+ alt?:
968
+ string;
719
969
  /** JSONP */
720
- callback?: string;
970
+ callback?:
971
+ string;
721
972
  /** If set, the request will be rejected if the latest version of the workstation on the server does not have this ETag. */
722
- etag?: string;
973
+ etag?:
974
+ string;
723
975
  /** Selector specifying which fields to include in a partial response. */
724
- fields?: string;
976
+ fields?:
977
+ string;
725
978
  /** 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. */
726
- key?: string;
979
+ key?:
980
+ string;
727
981
  /** Required. Name of the workstation to delete. */
728
- name: string;
982
+ name:
983
+ string;
729
984
  /** OAuth 2.0 token for the current user. */
730
- oauth_token?: string;
985
+ oauth_token?:
986
+ string;
731
987
  /** Returns response with indentations and line breaks. */
732
- prettyPrint?: boolean;
988
+ prettyPrint?:
989
+ boolean;
733
990
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
734
- quotaUser?: string;
991
+ quotaUser?:
992
+ string;
735
993
  /** Upload protocol for media (e.g. "raw", "multipart"). */
736
- upload_protocol?: string;
994
+ upload_protocol?:
995
+ string;
737
996
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
738
- uploadType?: string;
997
+ uploadType?:
998
+ string;
739
999
  /** If set, validate the request and preview the review, but do not actually apply it. */
740
- validateOnly?: boolean;
1000
+ validateOnly?:
1001
+ boolean;
741
1002
  }): Request<Operation>;
742
1003
  /** Returns a short-lived credential that can be used to send authenticated and authorized traffic to a workstation. */
743
1004
  generateAccessToken(request: {
744
1005
  /** V1 error format. */
745
- "$.xgafv"?: string;
1006
+ "$.xgafv"?:
1007
+ string;
746
1008
  /** OAuth access token. */
747
- access_token?: string;
1009
+ access_token?:
1010
+ string;
748
1011
  /** Data format for response. */
749
- alt?: string;
1012
+ alt?:
1013
+ string;
750
1014
  /** JSONP */
751
- callback?: string;
1015
+ callback?:
1016
+ string;
752
1017
  /** Selector specifying which fields to include in a partial response. */
753
- fields?: string;
1018
+ fields?:
1019
+ string;
754
1020
  /** 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. */
755
- key?: string;
1021
+ key?:
1022
+ string;
756
1023
  /** OAuth 2.0 token for the current user. */
757
- oauth_token?: string;
1024
+ oauth_token?:
1025
+ string;
758
1026
  /** Returns response with indentations and line breaks. */
759
- prettyPrint?: boolean;
1027
+ prettyPrint?:
1028
+ boolean;
760
1029
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
761
- quotaUser?: string;
1030
+ quotaUser?:
1031
+ string;
762
1032
  /** Upload protocol for media (e.g. "raw", "multipart"). */
763
- upload_protocol?: string;
1033
+ upload_protocol?:
1034
+ string;
764
1035
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
765
- uploadType?: string;
1036
+ uploadType?:
1037
+ string;
766
1038
  /** Required. Name of the workstation for which the access token should be generated. */
767
- workstation: string;
1039
+ workstation:
1040
+ string;
768
1041
  /** Request body */
769
- resource: GenerateAccessTokenRequest;
1042
+ resource:
1043
+ GenerateAccessTokenRequest;
770
1044
  }): Request<GenerateAccessTokenResponse>;
771
1045
  generateAccessToken(request: {
772
1046
  /** V1 error format. */
773
- "$.xgafv"?: string;
1047
+ "$.xgafv"?:
1048
+ string;
774
1049
  /** OAuth access token. */
775
- access_token?: string;
1050
+ access_token?:
1051
+ string;
776
1052
  /** Data format for response. */
777
- alt?: string;
1053
+ alt?:
1054
+ string;
778
1055
  /** JSONP */
779
- callback?: string;
1056
+ callback?:
1057
+ string;
780
1058
  /** Selector specifying which fields to include in a partial response. */
781
- fields?: string;
1059
+ fields?:
1060
+ string;
782
1061
  /** 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. */
783
- key?: string;
1062
+ key?:
1063
+ string;
784
1064
  /** OAuth 2.0 token for the current user. */
785
- oauth_token?: string;
1065
+ oauth_token?:
1066
+ string;
786
1067
  /** Returns response with indentations and line breaks. */
787
- prettyPrint?: boolean;
1068
+ prettyPrint?:
1069
+ boolean;
788
1070
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
789
- quotaUser?: string;
1071
+ quotaUser?:
1072
+ string;
790
1073
  /** Upload protocol for media (e.g. "raw", "multipart"). */
791
- upload_protocol?: string;
1074
+ upload_protocol?:
1075
+ string;
792
1076
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
793
- uploadType?: string;
1077
+ uploadType?:
1078
+ string;
794
1079
  /** Required. Name of the workstation for which the access token should be generated. */
795
- workstation: string;
1080
+ workstation:
1081
+ string;
796
1082
  },
797
1083
  body: GenerateAccessTokenRequest): Request<GenerateAccessTokenResponse>;
798
1084
  /** Returns the requested workstation. */
799
1085
  get(request?: {
800
1086
  /** V1 error format. */
801
- "$.xgafv"?: string;
1087
+ "$.xgafv"?:
1088
+ string;
802
1089
  /** OAuth access token. */
803
- access_token?: string;
1090
+ access_token?:
1091
+ string;
804
1092
  /** Data format for response. */
805
- alt?: string;
1093
+ alt?:
1094
+ string;
806
1095
  /** JSONP */
807
- callback?: string;
1096
+ callback?:
1097
+ string;
808
1098
  /** Selector specifying which fields to include in a partial response. */
809
- fields?: string;
1099
+ fields?:
1100
+ string;
810
1101
  /** 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. */
811
- key?: string;
1102
+ key?:
1103
+ string;
812
1104
  /** Required. Name of the requested resource. */
813
- name: string;
1105
+ name:
1106
+ string;
814
1107
  /** OAuth 2.0 token for the current user. */
815
- oauth_token?: string;
1108
+ oauth_token?:
1109
+ string;
816
1110
  /** Returns response with indentations and line breaks. */
817
- prettyPrint?: boolean;
1111
+ prettyPrint?:
1112
+ boolean;
818
1113
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
819
- quotaUser?: string;
1114
+ quotaUser?:
1115
+ string;
820
1116
  /** Upload protocol for media (e.g. "raw", "multipart"). */
821
- upload_protocol?: string;
1117
+ upload_protocol?:
1118
+ string;
822
1119
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
823
- uploadType?: string;
1120
+ uploadType?:
1121
+ string;
824
1122
  }): Request<Workstation>;
825
1123
  /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
826
1124
  getIamPolicy(request?: {
827
1125
  /** V1 error format. */
828
- "$.xgafv"?: string;
1126
+ "$.xgafv"?:
1127
+ string;
829
1128
  /** OAuth access token. */
830
- access_token?: string;
1129
+ access_token?:
1130
+ string;
831
1131
  /** Data format for response. */
832
- alt?: string;
1132
+ alt?:
1133
+ string;
833
1134
  /** JSONP */
834
- callback?: string;
1135
+ callback?:
1136
+ string;
835
1137
  /** Selector specifying which fields to include in a partial response. */
836
- fields?: string;
1138
+ fields?:
1139
+ string;
837
1140
  /** 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. */
838
- key?: string;
1141
+ key?:
1142
+ string;
839
1143
  /** OAuth 2.0 token for the current user. */
840
- oauth_token?: string;
1144
+ oauth_token?:
1145
+ string;
841
1146
  /**
842
1147
  * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
843
1148
  * policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy
@@ -845,292 +1150,419 @@ declare namespace gapi.client {
845
1150
  * role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
846
1151
  * documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
847
1152
  */
848
- "options.requestedPolicyVersion"?: number;
1153
+ "options.requestedPolicyVersion"?:
1154
+ number;
849
1155
  /** Returns response with indentations and line breaks. */
850
- prettyPrint?: boolean;
1156
+ prettyPrint?:
1157
+ boolean;
851
1158
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
852
- quotaUser?: string;
1159
+ quotaUser?:
1160
+ string;
853
1161
  /**
854
1162
  * REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
855
1163
  * field.
856
1164
  */
857
- resource: string;
1165
+ resource:
1166
+ string;
858
1167
  /** Upload protocol for media (e.g. "raw", "multipart"). */
859
- upload_protocol?: string;
1168
+ upload_protocol?:
1169
+ string;
860
1170
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
861
- uploadType?: string;
1171
+ uploadType?:
1172
+ string;
862
1173
  }): Request<Policy>;
863
1174
  /** Returns all Workstations using the specified workstation configuration. */
864
1175
  list(request?: {
865
1176
  /** V1 error format. */
866
- "$.xgafv"?: string;
1177
+ "$.xgafv"?:
1178
+ string;
867
1179
  /** OAuth access token. */
868
- access_token?: string;
1180
+ access_token?:
1181
+ string;
869
1182
  /** Data format for response. */
870
- alt?: string;
1183
+ alt?:
1184
+ string;
871
1185
  /** JSONP */
872
- callback?: string;
1186
+ callback?:
1187
+ string;
873
1188
  /** Selector specifying which fields to include in a partial response. */
874
- fields?: string;
1189
+ fields?:
1190
+ string;
875
1191
  /** 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. */
876
- key?: string;
1192
+ key?:
1193
+ string;
877
1194
  /** OAuth 2.0 token for the current user. */
878
- oauth_token?: string;
1195
+ oauth_token?:
1196
+ string;
879
1197
  /** Maximum number of items to return. */
880
- pageSize?: number;
1198
+ pageSize?:
1199
+ number;
881
1200
  /** next_page_token value returned from a previous List request, if any. */
882
- pageToken?: string;
1201
+ pageToken?:
1202
+ string;
883
1203
  /** Required. Parent resource name. */
884
- parent: string;
1204
+ parent:
1205
+ string;
885
1206
  /** Returns response with indentations and line breaks. */
886
- prettyPrint?: boolean;
1207
+ prettyPrint?:
1208
+ boolean;
887
1209
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
888
- quotaUser?: string;
1210
+ quotaUser?:
1211
+ string;
889
1212
  /** Upload protocol for media (e.g. "raw", "multipart"). */
890
- upload_protocol?: string;
1213
+ upload_protocol?:
1214
+ string;
891
1215
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
892
- uploadType?: string;
1216
+ uploadType?:
1217
+ string;
893
1218
  }): Request<ListWorkstationsResponse>;
894
1219
  /** Returns all workstations using the specified workstation configuration on which the caller has the "workstations.workstations.use" permission. */
895
1220
  listUsable(request?: {
896
1221
  /** V1 error format. */
897
- "$.xgafv"?: string;
1222
+ "$.xgafv"?:
1223
+ string;
898
1224
  /** OAuth access token. */
899
- access_token?: string;
1225
+ access_token?:
1226
+ string;
900
1227
  /** Data format for response. */
901
- alt?: string;
1228
+ alt?:
1229
+ string;
902
1230
  /** JSONP */
903
- callback?: string;
1231
+ callback?:
1232
+ string;
904
1233
  /** Selector specifying which fields to include in a partial response. */
905
- fields?: string;
1234
+ fields?:
1235
+ string;
906
1236
  /** 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. */
907
- key?: string;
1237
+ key?:
1238
+ string;
908
1239
  /** OAuth 2.0 token for the current user. */
909
- oauth_token?: string;
1240
+ oauth_token?:
1241
+ string;
910
1242
  /** Maximum number of items to return. */
911
- pageSize?: number;
1243
+ pageSize?:
1244
+ number;
912
1245
  /** next_page_token value returned from a previous List request, if any. */
913
- pageToken?: string;
1246
+ pageToken?:
1247
+ string;
914
1248
  /** Required. Parent resource name. */
915
- parent: string;
1249
+ parent:
1250
+ string;
916
1251
  /** Returns response with indentations and line breaks. */
917
- prettyPrint?: boolean;
1252
+ prettyPrint?:
1253
+ boolean;
918
1254
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
919
- quotaUser?: string;
1255
+ quotaUser?:
1256
+ string;
920
1257
  /** Upload protocol for media (e.g. "raw", "multipart"). */
921
- upload_protocol?: string;
1258
+ upload_protocol?:
1259
+ string;
922
1260
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
923
- uploadType?: string;
1261
+ uploadType?:
1262
+ string;
924
1263
  }): Request<ListUsableWorkstationsResponse>;
925
1264
  /** Updates an existing workstation. */
926
1265
  patch(request: {
927
1266
  /** V1 error format. */
928
- "$.xgafv"?: string;
1267
+ "$.xgafv"?:
1268
+ string;
929
1269
  /** OAuth access token. */
930
- access_token?: string;
1270
+ access_token?:
1271
+ string;
931
1272
  /** If set and the workstation configuration is not found, a new workstation configuration is created. In this situation, update_mask is ignored. */
932
- allowMissing?: boolean;
1273
+ allowMissing?:
1274
+ boolean;
933
1275
  /** Data format for response. */
934
- alt?: string;
1276
+ alt?:
1277
+ string;
935
1278
  /** JSONP */
936
- callback?: string;
1279
+ callback?:
1280
+ string;
937
1281
  /** Selector specifying which fields to include in a partial response. */
938
- fields?: string;
1282
+ fields?:
1283
+ string;
939
1284
  /** 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. */
940
- key?: string;
1285
+ key?:
1286
+ string;
941
1287
  /** Full name of this resource. */
942
- name: string;
1288
+ name:
1289
+ string;
943
1290
  /** OAuth 2.0 token for the current user. */
944
- oauth_token?: string;
1291
+ oauth_token?:
1292
+ string;
945
1293
  /** Returns response with indentations and line breaks. */
946
- prettyPrint?: boolean;
1294
+ prettyPrint?:
1295
+ boolean;
947
1296
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
948
- quotaUser?: string;
1297
+ quotaUser?:
1298
+ string;
949
1299
  /** Required. Mask specifying which fields in the workstation configuration should be updated. */
950
- updateMask?: string;
1300
+ updateMask?:
1301
+ string;
951
1302
  /** Upload protocol for media (e.g. "raw", "multipart"). */
952
- upload_protocol?: string;
1303
+ upload_protocol?:
1304
+ string;
953
1305
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
954
- uploadType?: string;
1306
+ uploadType?:
1307
+ string;
955
1308
  /** If set, validate the request and preview the review, but do not actually apply it. */
956
- validateOnly?: boolean;
1309
+ validateOnly?:
1310
+ boolean;
957
1311
  /** Request body */
958
- resource: Workstation;
1312
+ resource:
1313
+ Workstation;
959
1314
  }): Request<Operation>;
960
1315
  patch(request: {
961
1316
  /** V1 error format. */
962
- "$.xgafv"?: string;
1317
+ "$.xgafv"?:
1318
+ string;
963
1319
  /** OAuth access token. */
964
- access_token?: string;
1320
+ access_token?:
1321
+ string;
965
1322
  /** If set and the workstation configuration is not found, a new workstation configuration is created. In this situation, update_mask is ignored. */
966
- allowMissing?: boolean;
1323
+ allowMissing?:
1324
+ boolean;
967
1325
  /** Data format for response. */
968
- alt?: string;
1326
+ alt?:
1327
+ string;
969
1328
  /** JSONP */
970
- callback?: string;
1329
+ callback?:
1330
+ string;
971
1331
  /** Selector specifying which fields to include in a partial response. */
972
- fields?: string;
1332
+ fields?:
1333
+ string;
973
1334
  /** 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. */
974
- key?: string;
1335
+ key?:
1336
+ string;
975
1337
  /** Full name of this resource. */
976
- name: string;
1338
+ name:
1339
+ string;
977
1340
  /** OAuth 2.0 token for the current user. */
978
- oauth_token?: string;
1341
+ oauth_token?:
1342
+ string;
979
1343
  /** Returns response with indentations and line breaks. */
980
- prettyPrint?: boolean;
1344
+ prettyPrint?:
1345
+ boolean;
981
1346
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
982
- quotaUser?: string;
1347
+ quotaUser?:
1348
+ string;
983
1349
  /** Required. Mask specifying which fields in the workstation configuration should be updated. */
984
- updateMask?: string;
1350
+ updateMask?:
1351
+ string;
985
1352
  /** Upload protocol for media (e.g. "raw", "multipart"). */
986
- upload_protocol?: string;
1353
+ upload_protocol?:
1354
+ string;
987
1355
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
988
- uploadType?: string;
1356
+ uploadType?:
1357
+ string;
989
1358
  /** If set, validate the request and preview the review, but do not actually apply it. */
990
- validateOnly?: boolean;
1359
+ validateOnly?:
1360
+ boolean;
991
1361
  },
992
1362
  body: Workstation): Request<Operation>;
993
1363
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
994
1364
  setIamPolicy(request: {
995
1365
  /** V1 error format. */
996
- "$.xgafv"?: string;
1366
+ "$.xgafv"?:
1367
+ string;
997
1368
  /** OAuth access token. */
998
- access_token?: string;
1369
+ access_token?:
1370
+ string;
999
1371
  /** Data format for response. */
1000
- alt?: string;
1372
+ alt?:
1373
+ string;
1001
1374
  /** JSONP */
1002
- callback?: string;
1375
+ callback?:
1376
+ string;
1003
1377
  /** Selector specifying which fields to include in a partial response. */
1004
- fields?: string;
1378
+ fields?:
1379
+ string;
1005
1380
  /** 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. */
1006
- key?: string;
1381
+ key?:
1382
+ string;
1007
1383
  /** OAuth 2.0 token for the current user. */
1008
- oauth_token?: string;
1384
+ oauth_token?:
1385
+ string;
1009
1386
  /** Returns response with indentations and line breaks. */
1010
- prettyPrint?: boolean;
1387
+ prettyPrint?:
1388
+ boolean;
1011
1389
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1012
- quotaUser?: string;
1390
+ quotaUser?:
1391
+ string;
1013
1392
  /**
1014
1393
  * REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
1015
1394
  * field.
1016
1395
  */
1017
- resource: string;
1396
+ resource:
1397
+ string;
1018
1398
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1019
- upload_protocol?: string;
1399
+ upload_protocol?:
1400
+ string;
1020
1401
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1021
- uploadType?: string;
1402
+ uploadType?:
1403
+ string;
1022
1404
  },
1023
1405
  body: SetIamPolicyRequest): Request<Policy>;
1024
1406
  /** Starts running a workstation so that users can connect to it. */
1025
1407
  start(request: {
1026
1408
  /** V1 error format. */
1027
- "$.xgafv"?: string;
1409
+ "$.xgafv"?:
1410
+ string;
1028
1411
  /** OAuth access token. */
1029
- access_token?: string;
1412
+ access_token?:
1413
+ string;
1030
1414
  /** Data format for response. */
1031
- alt?: string;
1415
+ alt?:
1416
+ string;
1032
1417
  /** JSONP */
1033
- callback?: string;
1418
+ callback?:
1419
+ string;
1034
1420
  /** Selector specifying which fields to include in a partial response. */
1035
- fields?: string;
1421
+ fields?:
1422
+ string;
1036
1423
  /** 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. */
1037
- key?: string;
1424
+ key?:
1425
+ string;
1038
1426
  /** Required. Name of the workstation to start. */
1039
- name: string;
1427
+ name:
1428
+ string;
1040
1429
  /** OAuth 2.0 token for the current user. */
1041
- oauth_token?: string;
1430
+ oauth_token?:
1431
+ string;
1042
1432
  /** Returns response with indentations and line breaks. */
1043
- prettyPrint?: boolean;
1433
+ prettyPrint?:
1434
+ boolean;
1044
1435
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1045
- quotaUser?: string;
1436
+ quotaUser?:
1437
+ string;
1046
1438
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1047
- upload_protocol?: string;
1439
+ upload_protocol?:
1440
+ string;
1048
1441
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1049
- uploadType?: string;
1442
+ uploadType?:
1443
+ string;
1050
1444
  /** Request body */
1051
- resource: StartWorkstationRequest;
1445
+ resource:
1446
+ StartWorkstationRequest;
1052
1447
  }): Request<Operation>;
1053
1448
  start(request: {
1054
1449
  /** V1 error format. */
1055
- "$.xgafv"?: string;
1450
+ "$.xgafv"?:
1451
+ string;
1056
1452
  /** OAuth access token. */
1057
- access_token?: string;
1453
+ access_token?:
1454
+ string;
1058
1455
  /** Data format for response. */
1059
- alt?: string;
1456
+ alt?:
1457
+ string;
1060
1458
  /** JSONP */
1061
- callback?: string;
1459
+ callback?:
1460
+ string;
1062
1461
  /** Selector specifying which fields to include in a partial response. */
1063
- fields?: string;
1462
+ fields?:
1463
+ string;
1064
1464
  /** 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. */
1065
- key?: string;
1465
+ key?:
1466
+ string;
1066
1467
  /** Required. Name of the workstation to start. */
1067
- name: string;
1468
+ name:
1469
+ string;
1068
1470
  /** OAuth 2.0 token for the current user. */
1069
- oauth_token?: string;
1471
+ oauth_token?:
1472
+ string;
1070
1473
  /** Returns response with indentations and line breaks. */
1071
- prettyPrint?: boolean;
1474
+ prettyPrint?:
1475
+ boolean;
1072
1476
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1073
- quotaUser?: string;
1477
+ quotaUser?:
1478
+ string;
1074
1479
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1075
- upload_protocol?: string;
1480
+ upload_protocol?:
1481
+ string;
1076
1482
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1077
- uploadType?: string;
1483
+ uploadType?:
1484
+ string;
1078
1485
  },
1079
1486
  body: StartWorkstationRequest): Request<Operation>;
1080
1487
  /** Stops running a workstation, reducing costs. */
1081
1488
  stop(request: {
1082
1489
  /** V1 error format. */
1083
- "$.xgafv"?: string;
1490
+ "$.xgafv"?:
1491
+ string;
1084
1492
  /** OAuth access token. */
1085
- access_token?: string;
1493
+ access_token?:
1494
+ string;
1086
1495
  /** Data format for response. */
1087
- alt?: string;
1496
+ alt?:
1497
+ string;
1088
1498
  /** JSONP */
1089
- callback?: string;
1499
+ callback?:
1500
+ string;
1090
1501
  /** Selector specifying which fields to include in a partial response. */
1091
- fields?: string;
1502
+ fields?:
1503
+ string;
1092
1504
  /** 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. */
1093
- key?: string;
1505
+ key?:
1506
+ string;
1094
1507
  /** Required. Name of the workstation to stop. */
1095
- name: string;
1508
+ name:
1509
+ string;
1096
1510
  /** OAuth 2.0 token for the current user. */
1097
- oauth_token?: string;
1511
+ oauth_token?:
1512
+ string;
1098
1513
  /** Returns response with indentations and line breaks. */
1099
- prettyPrint?: boolean;
1514
+ prettyPrint?:
1515
+ boolean;
1100
1516
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1101
- quotaUser?: string;
1517
+ quotaUser?:
1518
+ string;
1102
1519
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1103
- upload_protocol?: string;
1520
+ upload_protocol?:
1521
+ string;
1104
1522
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1105
- uploadType?: string;
1523
+ uploadType?:
1524
+ string;
1106
1525
  /** Request body */
1107
- resource: StopWorkstationRequest;
1526
+ resource:
1527
+ StopWorkstationRequest;
1108
1528
  }): Request<Operation>;
1109
1529
  stop(request: {
1110
1530
  /** V1 error format. */
1111
- "$.xgafv"?: string;
1531
+ "$.xgafv"?:
1532
+ string;
1112
1533
  /** OAuth access token. */
1113
- access_token?: string;
1534
+ access_token?:
1535
+ string;
1114
1536
  /** Data format for response. */
1115
- alt?: string;
1537
+ alt?:
1538
+ string;
1116
1539
  /** JSONP */
1117
- callback?: string;
1540
+ callback?:
1541
+ string;
1118
1542
  /** Selector specifying which fields to include in a partial response. */
1119
- fields?: string;
1543
+ fields?:
1544
+ string;
1120
1545
  /** 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. */
1121
- key?: string;
1546
+ key?:
1547
+ string;
1122
1548
  /** Required. Name of the workstation to stop. */
1123
- name: string;
1549
+ name:
1550
+ string;
1124
1551
  /** OAuth 2.0 token for the current user. */
1125
- oauth_token?: string;
1552
+ oauth_token?:
1553
+ string;
1126
1554
  /** Returns response with indentations and line breaks. */
1127
- prettyPrint?: boolean;
1555
+ prettyPrint?:
1556
+ boolean;
1128
1557
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1129
- quotaUser?: string;
1558
+ quotaUser?:
1559
+ string;
1130
1560
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1131
- upload_protocol?: string;
1561
+ upload_protocol?:
1562
+ string;
1132
1563
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1133
- uploadType?: string;
1564
+ uploadType?:
1565
+ string;
1134
1566
  },
1135
1567
  body: StopWorkstationRequest): Request<Operation>;
1136
1568
  /**
@@ -1139,32 +1571,44 @@ declare namespace gapi.client {
1139
1571
  */
1140
1572
  testIamPermissions(request: {
1141
1573
  /** V1 error format. */
1142
- "$.xgafv"?: string;
1574
+ "$.xgafv"?:
1575
+ string;
1143
1576
  /** OAuth access token. */
1144
- access_token?: string;
1577
+ access_token?:
1578
+ string;
1145
1579
  /** Data format for response. */
1146
- alt?: string;
1580
+ alt?:
1581
+ string;
1147
1582
  /** JSONP */
1148
- callback?: string;
1583
+ callback?:
1584
+ string;
1149
1585
  /** Selector specifying which fields to include in a partial response. */
1150
- fields?: string;
1586
+ fields?:
1587
+ string;
1151
1588
  /** 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. */
1152
- key?: string;
1589
+ key?:
1590
+ string;
1153
1591
  /** OAuth 2.0 token for the current user. */
1154
- oauth_token?: string;
1592
+ oauth_token?:
1593
+ string;
1155
1594
  /** Returns response with indentations and line breaks. */
1156
- prettyPrint?: boolean;
1595
+ prettyPrint?:
1596
+ boolean;
1157
1597
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1158
- quotaUser?: string;
1598
+ quotaUser?:
1599
+ string;
1159
1600
  /**
1160
1601
  * REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1161
1602
  * this field.
1162
1603
  */
1163
- resource: string;
1604
+ resource:
1605
+ string;
1164
1606
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1165
- upload_protocol?: string;
1607
+ upload_protocol?:
1608
+ string;
1166
1609
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1167
- uploadType?: string;
1610
+ uploadType?:
1611
+ string;
1168
1612
  },
1169
1613
  body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
1170
1614
  }
@@ -1172,143 +1616,206 @@ declare namespace gapi.client {
1172
1616
  /** Creates a new workstation configuration. */
1173
1617
  create(request: {
1174
1618
  /** V1 error format. */
1175
- "$.xgafv"?: string;
1619
+ "$.xgafv"?:
1620
+ string;
1176
1621
  /** OAuth access token. */
1177
- access_token?: string;
1622
+ access_token?:
1623
+ string;
1178
1624
  /** Data format for response. */
1179
- alt?: string;
1625
+ alt?:
1626
+ string;
1180
1627
  /** JSONP */
1181
- callback?: string;
1628
+ callback?:
1629
+ string;
1182
1630
  /** Selector specifying which fields to include in a partial response. */
1183
- fields?: string;
1631
+ fields?:
1632
+ string;
1184
1633
  /** 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. */
1185
- key?: string;
1634
+ key?:
1635
+ string;
1186
1636
  /** OAuth 2.0 token for the current user. */
1187
- oauth_token?: string;
1637
+ oauth_token?:
1638
+ string;
1188
1639
  /** Required. Parent resource name. */
1189
- parent: string;
1640
+ parent:
1641
+ string;
1190
1642
  /** Returns response with indentations and line breaks. */
1191
- prettyPrint?: boolean;
1643
+ prettyPrint?:
1644
+ boolean;
1192
1645
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1193
- quotaUser?: string;
1646
+ quotaUser?:
1647
+ string;
1194
1648
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1195
- upload_protocol?: string;
1649
+ upload_protocol?:
1650
+ string;
1196
1651
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1197
- uploadType?: string;
1652
+ uploadType?:
1653
+ string;
1198
1654
  /** If set, validate the request and preview the review, but do not actually apply it. */
1199
- validateOnly?: boolean;
1655
+ validateOnly?:
1656
+ boolean;
1200
1657
  /** Required. ID to use for the workstation configuration. */
1201
- workstationConfigId?: string;
1658
+ workstationConfigId?:
1659
+ string;
1202
1660
  /** Request body */
1203
- resource: WorkstationConfig;
1661
+ resource:
1662
+ WorkstationConfig;
1204
1663
  }): Request<Operation>;
1205
1664
  create(request: {
1206
1665
  /** V1 error format. */
1207
- "$.xgafv"?: string;
1666
+ "$.xgafv"?:
1667
+ string;
1208
1668
  /** OAuth access token. */
1209
- access_token?: string;
1669
+ access_token?:
1670
+ string;
1210
1671
  /** Data format for response. */
1211
- alt?: string;
1672
+ alt?:
1673
+ string;
1212
1674
  /** JSONP */
1213
- callback?: string;
1675
+ callback?:
1676
+ string;
1214
1677
  /** Selector specifying which fields to include in a partial response. */
1215
- fields?: string;
1678
+ fields?:
1679
+ string;
1216
1680
  /** 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. */
1217
- key?: string;
1681
+ key?:
1682
+ string;
1218
1683
  /** OAuth 2.0 token for the current user. */
1219
- oauth_token?: string;
1684
+ oauth_token?:
1685
+ string;
1220
1686
  /** Required. Parent resource name. */
1221
- parent: string;
1687
+ parent:
1688
+ string;
1222
1689
  /** Returns response with indentations and line breaks. */
1223
- prettyPrint?: boolean;
1690
+ prettyPrint?:
1691
+ boolean;
1224
1692
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1225
- quotaUser?: string;
1693
+ quotaUser?:
1694
+ string;
1226
1695
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1227
- upload_protocol?: string;
1696
+ upload_protocol?:
1697
+ string;
1228
1698
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1229
- uploadType?: string;
1699
+ uploadType?:
1700
+ string;
1230
1701
  /** If set, validate the request and preview the review, but do not actually apply it. */
1231
- validateOnly?: boolean;
1702
+ validateOnly?:
1703
+ boolean;
1232
1704
  /** Required. ID to use for the workstation configuration. */
1233
- workstationConfigId?: string;
1705
+ workstationConfigId?:
1706
+ string;
1234
1707
  },
1235
1708
  body: WorkstationConfig): Request<Operation>;
1236
1709
  /** Deletes the specified workstation configuration. */
1237
1710
  delete(request?: {
1238
1711
  /** V1 error format. */
1239
- "$.xgafv"?: string;
1712
+ "$.xgafv"?:
1713
+ string;
1240
1714
  /** OAuth access token. */
1241
- access_token?: string;
1715
+ access_token?:
1716
+ string;
1242
1717
  /** Data format for response. */
1243
- alt?: string;
1718
+ alt?:
1719
+ string;
1244
1720
  /** JSONP */
1245
- callback?: string;
1721
+ callback?:
1722
+ string;
1246
1723
  /** If set, the request is rejected if the latest version of the workstation configuration on the server does not have this ETag. */
1247
- etag?: string;
1724
+ etag?:
1725
+ string;
1248
1726
  /** Selector specifying which fields to include in a partial response. */
1249
- fields?: string;
1727
+ fields?:
1728
+ string;
1250
1729
  /** If set, any workstations in the workstation configuration are also deleted. Otherwise, the request works only if the workstation configuration has no workstations. */
1251
- force?: boolean;
1730
+ force?:
1731
+ boolean;
1252
1732
  /** 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. */
1253
- key?: string;
1733
+ key?:
1734
+ string;
1254
1735
  /** Required. Name of the workstation configuration to delete. */
1255
- name: string;
1736
+ name:
1737
+ string;
1256
1738
  /** OAuth 2.0 token for the current user. */
1257
- oauth_token?: string;
1739
+ oauth_token?:
1740
+ string;
1258
1741
  /** Returns response with indentations and line breaks. */
1259
- prettyPrint?: boolean;
1742
+ prettyPrint?:
1743
+ boolean;
1260
1744
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1261
- quotaUser?: string;
1745
+ quotaUser?:
1746
+ string;
1262
1747
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1263
- upload_protocol?: string;
1748
+ upload_protocol?:
1749
+ string;
1264
1750
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1265
- uploadType?: string;
1751
+ uploadType?:
1752
+ string;
1266
1753
  /** If set, validate the request and preview the review, but do not actually apply it. */
1267
- validateOnly?: boolean;
1754
+ validateOnly?:
1755
+ boolean;
1268
1756
  }): Request<Operation>;
1269
1757
  /** Returns the requested workstation configuration. */
1270
1758
  get(request?: {
1271
1759
  /** V1 error format. */
1272
- "$.xgafv"?: string;
1760
+ "$.xgafv"?:
1761
+ string;
1273
1762
  /** OAuth access token. */
1274
- access_token?: string;
1763
+ access_token?:
1764
+ string;
1275
1765
  /** Data format for response. */
1276
- alt?: string;
1766
+ alt?:
1767
+ string;
1277
1768
  /** JSONP */
1278
- callback?: string;
1769
+ callback?:
1770
+ string;
1279
1771
  /** Selector specifying which fields to include in a partial response. */
1280
- fields?: string;
1772
+ fields?:
1773
+ string;
1281
1774
  /** 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. */
1282
- key?: string;
1775
+ key?:
1776
+ string;
1283
1777
  /** Required. Name of the requested resource. */
1284
- name: string;
1778
+ name:
1779
+ string;
1285
1780
  /** OAuth 2.0 token for the current user. */
1286
- oauth_token?: string;
1781
+ oauth_token?:
1782
+ string;
1287
1783
  /** Returns response with indentations and line breaks. */
1288
- prettyPrint?: boolean;
1784
+ prettyPrint?:
1785
+ boolean;
1289
1786
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1290
- quotaUser?: string;
1787
+ quotaUser?:
1788
+ string;
1291
1789
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1292
- upload_protocol?: string;
1790
+ upload_protocol?:
1791
+ string;
1293
1792
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1294
- uploadType?: string;
1793
+ uploadType?:
1794
+ string;
1295
1795
  }): Request<WorkstationConfig>;
1296
1796
  /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
1297
1797
  getIamPolicy(request?: {
1298
1798
  /** V1 error format. */
1299
- "$.xgafv"?: string;
1799
+ "$.xgafv"?:
1800
+ string;
1300
1801
  /** OAuth access token. */
1301
- access_token?: string;
1802
+ access_token?:
1803
+ string;
1302
1804
  /** Data format for response. */
1303
- alt?: string;
1805
+ alt?:
1806
+ string;
1304
1807
  /** JSONP */
1305
- callback?: string;
1808
+ callback?:
1809
+ string;
1306
1810
  /** Selector specifying which fields to include in a partial response. */
1307
- fields?: string;
1811
+ fields?:
1812
+ string;
1308
1813
  /** 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. */
1309
- key?: string;
1814
+ key?:
1815
+ string;
1310
1816
  /** OAuth 2.0 token for the current user. */
1311
- oauth_token?: string;
1817
+ oauth_token?:
1818
+ string;
1312
1819
  /**
1313
1820
  * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
1314
1821
  * policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy
@@ -1316,180 +1823,257 @@ declare namespace gapi.client {
1316
1823
  * role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
1317
1824
  * documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
1318
1825
  */
1319
- "options.requestedPolicyVersion"?: number;
1826
+ "options.requestedPolicyVersion"?:
1827
+ number;
1320
1828
  /** Returns response with indentations and line breaks. */
1321
- prettyPrint?: boolean;
1829
+ prettyPrint?:
1830
+ boolean;
1322
1831
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1323
- quotaUser?: string;
1832
+ quotaUser?:
1833
+ string;
1324
1834
  /**
1325
1835
  * REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
1326
1836
  * field.
1327
1837
  */
1328
- resource: string;
1838
+ resource:
1839
+ string;
1329
1840
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1330
- upload_protocol?: string;
1841
+ upload_protocol?:
1842
+ string;
1331
1843
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1332
- uploadType?: string;
1844
+ uploadType?:
1845
+ string;
1333
1846
  }): Request<Policy>;
1334
1847
  /** Returns all workstation configurations in the specified cluster. */
1335
1848
  list(request?: {
1336
1849
  /** V1 error format. */
1337
- "$.xgafv"?: string;
1850
+ "$.xgafv"?:
1851
+ string;
1338
1852
  /** OAuth access token. */
1339
- access_token?: string;
1853
+ access_token?:
1854
+ string;
1340
1855
  /** Data format for response. */
1341
- alt?: string;
1856
+ alt?:
1857
+ string;
1342
1858
  /** JSONP */
1343
- callback?: string;
1859
+ callback?:
1860
+ string;
1344
1861
  /** Selector specifying which fields to include in a partial response. */
1345
- fields?: string;
1862
+ fields?:
1863
+ string;
1346
1864
  /** 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. */
1347
- key?: string;
1865
+ key?:
1866
+ string;
1348
1867
  /** OAuth 2.0 token for the current user. */
1349
- oauth_token?: string;
1868
+ oauth_token?:
1869
+ string;
1350
1870
  /** Maximum number of items to return. */
1351
- pageSize?: number;
1871
+ pageSize?:
1872
+ number;
1352
1873
  /** next_page_token value returned from a previous List request, if any. */
1353
- pageToken?: string;
1874
+ pageToken?:
1875
+ string;
1354
1876
  /** Required. Parent resource name. */
1355
- parent: string;
1877
+ parent:
1878
+ string;
1356
1879
  /** Returns response with indentations and line breaks. */
1357
- prettyPrint?: boolean;
1880
+ prettyPrint?:
1881
+ boolean;
1358
1882
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1359
- quotaUser?: string;
1883
+ quotaUser?:
1884
+ string;
1360
1885
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1361
- upload_protocol?: string;
1886
+ upload_protocol?:
1887
+ string;
1362
1888
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1363
- uploadType?: string;
1889
+ uploadType?:
1890
+ string;
1364
1891
  }): Request<ListWorkstationConfigsResponse>;
1365
1892
  /** Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission. */
1366
1893
  listUsable(request?: {
1367
1894
  /** V1 error format. */
1368
- "$.xgafv"?: string;
1895
+ "$.xgafv"?:
1896
+ string;
1369
1897
  /** OAuth access token. */
1370
- access_token?: string;
1898
+ access_token?:
1899
+ string;
1371
1900
  /** Data format for response. */
1372
- alt?: string;
1901
+ alt?:
1902
+ string;
1373
1903
  /** JSONP */
1374
- callback?: string;
1904
+ callback?:
1905
+ string;
1375
1906
  /** Selector specifying which fields to include in a partial response. */
1376
- fields?: string;
1907
+ fields?:
1908
+ string;
1377
1909
  /** 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. */
1378
- key?: string;
1910
+ key?:
1911
+ string;
1379
1912
  /** OAuth 2.0 token for the current user. */
1380
- oauth_token?: string;
1913
+ oauth_token?:
1914
+ string;
1381
1915
  /** Maximum number of items to return. */
1382
- pageSize?: number;
1916
+ pageSize?:
1917
+ number;
1383
1918
  /** next_page_token value returned from a previous List request, if any. */
1384
- pageToken?: string;
1919
+ pageToken?:
1920
+ string;
1385
1921
  /** Required. Parent resource name. */
1386
- parent: string;
1922
+ parent:
1923
+ string;
1387
1924
  /** Returns response with indentations and line breaks. */
1388
- prettyPrint?: boolean;
1925
+ prettyPrint?:
1926
+ boolean;
1389
1927
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1390
- quotaUser?: string;
1928
+ quotaUser?:
1929
+ string;
1391
1930
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1392
- upload_protocol?: string;
1931
+ upload_protocol?:
1932
+ string;
1393
1933
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1394
- uploadType?: string;
1934
+ uploadType?:
1935
+ string;
1395
1936
  }): Request<ListUsableWorkstationConfigsResponse>;
1396
1937
  /** Updates an existing workstation configuration. */
1397
1938
  patch(request: {
1398
1939
  /** V1 error format. */
1399
- "$.xgafv"?: string;
1940
+ "$.xgafv"?:
1941
+ string;
1400
1942
  /** OAuth access token. */
1401
- access_token?: string;
1943
+ access_token?:
1944
+ string;
1402
1945
  /** If set and the workstation configuration is not found, a new workstation configuration will be created. In this situation, update_mask is ignored. */
1403
- allowMissing?: boolean;
1946
+ allowMissing?:
1947
+ boolean;
1404
1948
  /** Data format for response. */
1405
- alt?: string;
1949
+ alt?:
1950
+ string;
1406
1951
  /** JSONP */
1407
- callback?: string;
1952
+ callback?:
1953
+ string;
1408
1954
  /** Selector specifying which fields to include in a partial response. */
1409
- fields?: string;
1955
+ fields?:
1956
+ string;
1410
1957
  /** 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. */
1411
- key?: string;
1958
+ key?:
1959
+ string;
1412
1960
  /** Full name of this resource. */
1413
- name: string;
1961
+ name:
1962
+ string;
1414
1963
  /** OAuth 2.0 token for the current user. */
1415
- oauth_token?: string;
1964
+ oauth_token?:
1965
+ string;
1416
1966
  /** Returns response with indentations and line breaks. */
1417
- prettyPrint?: boolean;
1967
+ prettyPrint?:
1968
+ boolean;
1418
1969
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1419
- quotaUser?: string;
1970
+ quotaUser?:
1971
+ string;
1420
1972
  /** Required. Mask specifying which fields in the workstation configuration should be updated. */
1421
- updateMask?: string;
1973
+ updateMask?:
1974
+ string;
1422
1975
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1423
- upload_protocol?: string;
1976
+ upload_protocol?:
1977
+ string;
1424
1978
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1425
- uploadType?: string;
1979
+ uploadType?:
1980
+ string;
1426
1981
  /** If set, validate the request and preview the review, but do not actually apply it. */
1427
- validateOnly?: boolean;
1982
+ validateOnly?:
1983
+ boolean;
1428
1984
  /** Request body */
1429
- resource: WorkstationConfig;
1985
+ resource:
1986
+ WorkstationConfig;
1430
1987
  }): Request<Operation>;
1431
1988
  patch(request: {
1432
1989
  /** V1 error format. */
1433
- "$.xgafv"?: string;
1990
+ "$.xgafv"?:
1991
+ string;
1434
1992
  /** OAuth access token. */
1435
- access_token?: string;
1993
+ access_token?:
1994
+ string;
1436
1995
  /** If set and the workstation configuration is not found, a new workstation configuration will be created. In this situation, update_mask is ignored. */
1437
- allowMissing?: boolean;
1996
+ allowMissing?:
1997
+ boolean;
1438
1998
  /** Data format for response. */
1439
- alt?: string;
1999
+ alt?:
2000
+ string;
1440
2001
  /** JSONP */
1441
- callback?: string;
2002
+ callback?:
2003
+ string;
1442
2004
  /** Selector specifying which fields to include in a partial response. */
1443
- fields?: string;
2005
+ fields?:
2006
+ string;
1444
2007
  /** 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. */
1445
- key?: string;
2008
+ key?:
2009
+ string;
1446
2010
  /** Full name of this resource. */
1447
- name: string;
2011
+ name:
2012
+ string;
1448
2013
  /** OAuth 2.0 token for the current user. */
1449
- oauth_token?: string;
2014
+ oauth_token?:
2015
+ string;
1450
2016
  /** Returns response with indentations and line breaks. */
1451
- prettyPrint?: boolean;
2017
+ prettyPrint?:
2018
+ boolean;
1452
2019
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1453
- quotaUser?: string;
2020
+ quotaUser?:
2021
+ string;
1454
2022
  /** Required. Mask specifying which fields in the workstation configuration should be updated. */
1455
- updateMask?: string;
2023
+ updateMask?:
2024
+ string;
1456
2025
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1457
- upload_protocol?: string;
2026
+ upload_protocol?:
2027
+ string;
1458
2028
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1459
- uploadType?: string;
2029
+ uploadType?:
2030
+ string;
1460
2031
  /** If set, validate the request and preview the review, but do not actually apply it. */
1461
- validateOnly?: boolean;
2032
+ validateOnly?:
2033
+ boolean;
1462
2034
  },
1463
2035
  body: WorkstationConfig): Request<Operation>;
1464
2036
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1465
2037
  setIamPolicy(request: {
1466
2038
  /** V1 error format. */
1467
- "$.xgafv"?: string;
2039
+ "$.xgafv"?:
2040
+ string;
1468
2041
  /** OAuth access token. */
1469
- access_token?: string;
2042
+ access_token?:
2043
+ string;
1470
2044
  /** Data format for response. */
1471
- alt?: string;
2045
+ alt?:
2046
+ string;
1472
2047
  /** JSONP */
1473
- callback?: string;
2048
+ callback?:
2049
+ string;
1474
2050
  /** Selector specifying which fields to include in a partial response. */
1475
- fields?: string;
2051
+ fields?:
2052
+ string;
1476
2053
  /** 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. */
1477
- key?: string;
2054
+ key?:
2055
+ string;
1478
2056
  /** OAuth 2.0 token for the current user. */
1479
- oauth_token?: string;
2057
+ oauth_token?:
2058
+ string;
1480
2059
  /** Returns response with indentations and line breaks. */
1481
- prettyPrint?: boolean;
2060
+ prettyPrint?:
2061
+ boolean;
1482
2062
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1483
- quotaUser?: string;
2063
+ quotaUser?:
2064
+ string;
1484
2065
  /**
1485
2066
  * REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
1486
2067
  * field.
1487
2068
  */
1488
- resource: string;
2069
+ resource:
2070
+ string;
1489
2071
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1490
- upload_protocol?: string;
2072
+ upload_protocol?:
2073
+ string;
1491
2074
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1492
- uploadType?: string;
2075
+ uploadType?:
2076
+ string;
1493
2077
  },
1494
2078
  body: SetIamPolicyRequest): Request<Policy>;
1495
2079
  /**
@@ -1498,271 +2082,389 @@ declare namespace gapi.client {
1498
2082
  */
1499
2083
  testIamPermissions(request: {
1500
2084
  /** V1 error format. */
1501
- "$.xgafv"?: string;
2085
+ "$.xgafv"?:
2086
+ string;
1502
2087
  /** OAuth access token. */
1503
- access_token?: string;
2088
+ access_token?:
2089
+ string;
1504
2090
  /** Data format for response. */
1505
- alt?: string;
2091
+ alt?:
2092
+ string;
1506
2093
  /** JSONP */
1507
- callback?: string;
2094
+ callback?:
2095
+ string;
1508
2096
  /** Selector specifying which fields to include in a partial response. */
1509
- fields?: string;
2097
+ fields?:
2098
+ string;
1510
2099
  /** 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. */
1511
- key?: string;
2100
+ key?:
2101
+ string;
1512
2102
  /** OAuth 2.0 token for the current user. */
1513
- oauth_token?: string;
2103
+ oauth_token?:
2104
+ string;
1514
2105
  /** Returns response with indentations and line breaks. */
1515
- prettyPrint?: boolean;
2106
+ prettyPrint?:
2107
+ boolean;
1516
2108
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1517
- quotaUser?: string;
2109
+ quotaUser?:
2110
+ string;
1518
2111
  /**
1519
2112
  * REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
1520
2113
  * this field.
1521
2114
  */
1522
- resource: string;
2115
+ resource:
2116
+ string;
1523
2117
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1524
- upload_protocol?: string;
2118
+ upload_protocol?:
2119
+ string;
1525
2120
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1526
- uploadType?: string;
2121
+ uploadType?:
2122
+ string;
1527
2123
  },
1528
2124
  body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
1529
- workstations: WorkstationsResource;
2125
+ workstations:
2126
+ WorkstationsResource;
1530
2127
  }
1531
2128
  interface WorkstationClustersResource {
1532
2129
  /** Creates a new workstation cluster. */
1533
2130
  create(request: {
1534
2131
  /** V1 error format. */
1535
- "$.xgafv"?: string;
2132
+ "$.xgafv"?:
2133
+ string;
1536
2134
  /** OAuth access token. */
1537
- access_token?: string;
2135
+ access_token?:
2136
+ string;
1538
2137
  /** Data format for response. */
1539
- alt?: string;
2138
+ alt?:
2139
+ string;
1540
2140
  /** JSONP */
1541
- callback?: string;
2141
+ callback?:
2142
+ string;
1542
2143
  /** Selector specifying which fields to include in a partial response. */
1543
- fields?: string;
2144
+ fields?:
2145
+ string;
1544
2146
  /** 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. */
1545
- key?: string;
2147
+ key?:
2148
+ string;
1546
2149
  /** OAuth 2.0 token for the current user. */
1547
- oauth_token?: string;
2150
+ oauth_token?:
2151
+ string;
1548
2152
  /** Required. Parent resource name. */
1549
- parent: string;
2153
+ parent:
2154
+ string;
1550
2155
  /** Returns response with indentations and line breaks. */
1551
- prettyPrint?: boolean;
2156
+ prettyPrint?:
2157
+ boolean;
1552
2158
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1553
- quotaUser?: string;
2159
+ quotaUser?:
2160
+ string;
1554
2161
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1555
- upload_protocol?: string;
2162
+ upload_protocol?:
2163
+ string;
1556
2164
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1557
- uploadType?: string;
2165
+ uploadType?:
2166
+ string;
1558
2167
  /** If set, validate the request and preview the review, but do not actually apply it. */
1559
- validateOnly?: boolean;
2168
+ validateOnly?:
2169
+ boolean;
1560
2170
  /** Required. ID to use for the workstation cluster. */
1561
- workstationClusterId?: string;
2171
+ workstationClusterId?:
2172
+ string;
1562
2173
  /** Request body */
1563
- resource: WorkstationCluster;
2174
+ resource:
2175
+ WorkstationCluster;
1564
2176
  }): Request<Operation>;
1565
2177
  create(request: {
1566
2178
  /** V1 error format. */
1567
- "$.xgafv"?: string;
2179
+ "$.xgafv"?:
2180
+ string;
1568
2181
  /** OAuth access token. */
1569
- access_token?: string;
2182
+ access_token?:
2183
+ string;
1570
2184
  /** Data format for response. */
1571
- alt?: string;
2185
+ alt?:
2186
+ string;
1572
2187
  /** JSONP */
1573
- callback?: string;
2188
+ callback?:
2189
+ string;
1574
2190
  /** Selector specifying which fields to include in a partial response. */
1575
- fields?: string;
2191
+ fields?:
2192
+ string;
1576
2193
  /** 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. */
1577
- key?: string;
2194
+ key?:
2195
+ string;
1578
2196
  /** OAuth 2.0 token for the current user. */
1579
- oauth_token?: string;
2197
+ oauth_token?:
2198
+ string;
1580
2199
  /** Required. Parent resource name. */
1581
- parent: string;
2200
+ parent:
2201
+ string;
1582
2202
  /** Returns response with indentations and line breaks. */
1583
- prettyPrint?: boolean;
2203
+ prettyPrint?:
2204
+ boolean;
1584
2205
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1585
- quotaUser?: string;
2206
+ quotaUser?:
2207
+ string;
1586
2208
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1587
- upload_protocol?: string;
2209
+ upload_protocol?:
2210
+ string;
1588
2211
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1589
- uploadType?: string;
2212
+ uploadType?:
2213
+ string;
1590
2214
  /** If set, validate the request and preview the review, but do not actually apply it. */
1591
- validateOnly?: boolean;
2215
+ validateOnly?:
2216
+ boolean;
1592
2217
  /** Required. ID to use for the workstation cluster. */
1593
- workstationClusterId?: string;
2218
+ workstationClusterId?:
2219
+ string;
1594
2220
  },
1595
2221
  body: WorkstationCluster): Request<Operation>;
1596
2222
  /** Deletes the specified workstation cluster. */
1597
2223
  delete(request?: {
1598
2224
  /** V1 error format. */
1599
- "$.xgafv"?: string;
2225
+ "$.xgafv"?:
2226
+ string;
1600
2227
  /** OAuth access token. */
1601
- access_token?: string;
2228
+ access_token?:
2229
+ string;
1602
2230
  /** Data format for response. */
1603
- alt?: string;
2231
+ alt?:
2232
+ string;
1604
2233
  /** JSONP */
1605
- callback?: string;
2234
+ callback?:
2235
+ string;
1606
2236
  /** If set, the request will be rejected if the latest version of the workstation cluster on the server does not have this ETag. */
1607
- etag?: string;
2237
+ etag?:
2238
+ string;
1608
2239
  /** Selector specifying which fields to include in a partial response. */
1609
- fields?: string;
2240
+ fields?:
2241
+ string;
1610
2242
  /**
1611
2243
  * If set, any workstation configurations and workstations in the workstation cluster are also deleted. Otherwise, the request only works if the workstation cluster has no
1612
2244
  * configurations or workstations.
1613
2245
  */
1614
- force?: boolean;
2246
+ force?:
2247
+ boolean;
1615
2248
  /** 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. */
1616
- key?: string;
2249
+ key?:
2250
+ string;
1617
2251
  /** Required. Name of the workstation cluster to delete. */
1618
- name: string;
2252
+ name:
2253
+ string;
1619
2254
  /** OAuth 2.0 token for the current user. */
1620
- oauth_token?: string;
2255
+ oauth_token?:
2256
+ string;
1621
2257
  /** Returns response with indentations and line breaks. */
1622
- prettyPrint?: boolean;
2258
+ prettyPrint?:
2259
+ boolean;
1623
2260
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1624
- quotaUser?: string;
2261
+ quotaUser?:
2262
+ string;
1625
2263
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1626
- upload_protocol?: string;
2264
+ upload_protocol?:
2265
+ string;
1627
2266
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1628
- uploadType?: string;
2267
+ uploadType?:
2268
+ string;
1629
2269
  /** If set, validate the request and preview the review, but do not apply it. */
1630
- validateOnly?: boolean;
2270
+ validateOnly?:
2271
+ boolean;
1631
2272
  }): Request<Operation>;
1632
2273
  /** Returns the requested workstation cluster. */
1633
2274
  get(request?: {
1634
2275
  /** V1 error format. */
1635
- "$.xgafv"?: string;
2276
+ "$.xgafv"?:
2277
+ string;
1636
2278
  /** OAuth access token. */
1637
- access_token?: string;
2279
+ access_token?:
2280
+ string;
1638
2281
  /** Data format for response. */
1639
- alt?: string;
2282
+ alt?:
2283
+ string;
1640
2284
  /** JSONP */
1641
- callback?: string;
2285
+ callback?:
2286
+ string;
1642
2287
  /** Selector specifying which fields to include in a partial response. */
1643
- fields?: string;
2288
+ fields?:
2289
+ string;
1644
2290
  /** 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. */
1645
- key?: string;
2291
+ key?:
2292
+ string;
1646
2293
  /** Required. Name of the requested resource. */
1647
- name: string;
2294
+ name:
2295
+ string;
1648
2296
  /** OAuth 2.0 token for the current user. */
1649
- oauth_token?: string;
2297
+ oauth_token?:
2298
+ string;
1650
2299
  /** Returns response with indentations and line breaks. */
1651
- prettyPrint?: boolean;
2300
+ prettyPrint?:
2301
+ boolean;
1652
2302
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1653
- quotaUser?: string;
2303
+ quotaUser?:
2304
+ string;
1654
2305
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1655
- upload_protocol?: string;
2306
+ upload_protocol?:
2307
+ string;
1656
2308
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1657
- uploadType?: string;
2309
+ uploadType?:
2310
+ string;
1658
2311
  }): Request<WorkstationCluster>;
1659
2312
  /** Returns all workstation clusters in the specified location. */
1660
2313
  list(request?: {
1661
2314
  /** V1 error format. */
1662
- "$.xgafv"?: string;
2315
+ "$.xgafv"?:
2316
+ string;
1663
2317
  /** OAuth access token. */
1664
- access_token?: string;
2318
+ access_token?:
2319
+ string;
1665
2320
  /** Data format for response. */
1666
- alt?: string;
2321
+ alt?:
2322
+ string;
1667
2323
  /** JSONP */
1668
- callback?: string;
2324
+ callback?:
2325
+ string;
1669
2326
  /** Selector specifying which fields to include in a partial response. */
1670
- fields?: string;
2327
+ fields?:
2328
+ string;
1671
2329
  /** 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. */
1672
- key?: string;
2330
+ key?:
2331
+ string;
1673
2332
  /** OAuth 2.0 token for the current user. */
1674
- oauth_token?: string;
2333
+ oauth_token?:
2334
+ string;
1675
2335
  /** Maximum number of items to return. */
1676
- pageSize?: number;
2336
+ pageSize?:
2337
+ number;
1677
2338
  /** next_page_token value returned from a previous List request, if any. */
1678
- pageToken?: string;
2339
+ pageToken?:
2340
+ string;
1679
2341
  /** Required. Parent resource name. */
1680
- parent: string;
2342
+ parent:
2343
+ string;
1681
2344
  /** Returns response with indentations and line breaks. */
1682
- prettyPrint?: boolean;
2345
+ prettyPrint?:
2346
+ boolean;
1683
2347
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1684
- quotaUser?: string;
2348
+ quotaUser?:
2349
+ string;
1685
2350
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1686
- upload_protocol?: string;
2351
+ upload_protocol?:
2352
+ string;
1687
2353
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1688
- uploadType?: string;
2354
+ uploadType?:
2355
+ string;
1689
2356
  }): Request<ListWorkstationClustersResponse>;
1690
2357
  /** Updates an existing workstation cluster. */
1691
2358
  patch(request: {
1692
2359
  /** V1 error format. */
1693
- "$.xgafv"?: string;
2360
+ "$.xgafv"?:
2361
+ string;
1694
2362
  /** OAuth access token. */
1695
- access_token?: string;
2363
+ access_token?:
2364
+ string;
1696
2365
  /** If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored. */
1697
- allowMissing?: boolean;
2366
+ allowMissing?:
2367
+ boolean;
1698
2368
  /** Data format for response. */
1699
- alt?: string;
2369
+ alt?:
2370
+ string;
1700
2371
  /** JSONP */
1701
- callback?: string;
2372
+ callback?:
2373
+ string;
1702
2374
  /** Selector specifying which fields to include in a partial response. */
1703
- fields?: string;
2375
+ fields?:
2376
+ string;
1704
2377
  /** 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. */
1705
- key?: string;
2378
+ key?:
2379
+ string;
1706
2380
  /** Full name of this resource. */
1707
- name: string;
2381
+ name:
2382
+ string;
1708
2383
  /** OAuth 2.0 token for the current user. */
1709
- oauth_token?: string;
2384
+ oauth_token?:
2385
+ string;
1710
2386
  /** Returns response with indentations and line breaks. */
1711
- prettyPrint?: boolean;
2387
+ prettyPrint?:
2388
+ boolean;
1712
2389
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1713
- quotaUser?: string;
2390
+ quotaUser?:
2391
+ string;
1714
2392
  /** Required. Mask that specifies which fields in the workstation cluster should be updated. */
1715
- updateMask?: string;
2393
+ updateMask?:
2394
+ string;
1716
2395
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1717
- upload_protocol?: string;
2396
+ upload_protocol?:
2397
+ string;
1718
2398
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1719
- uploadType?: string;
2399
+ uploadType?:
2400
+ string;
1720
2401
  /** If set, validate the request and preview the review, but do not actually apply it. */
1721
- validateOnly?: boolean;
2402
+ validateOnly?:
2403
+ boolean;
1722
2404
  /** Request body */
1723
- resource: WorkstationCluster;
2405
+ resource:
2406
+ WorkstationCluster;
1724
2407
  }): Request<Operation>;
1725
2408
  patch(request: {
1726
2409
  /** V1 error format. */
1727
- "$.xgafv"?: string;
2410
+ "$.xgafv"?:
2411
+ string;
1728
2412
  /** OAuth access token. */
1729
- access_token?: string;
2413
+ access_token?:
2414
+ string;
1730
2415
  /** If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored. */
1731
- allowMissing?: boolean;
2416
+ allowMissing?:
2417
+ boolean;
1732
2418
  /** Data format for response. */
1733
- alt?: string;
2419
+ alt?:
2420
+ string;
1734
2421
  /** JSONP */
1735
- callback?: string;
2422
+ callback?:
2423
+ string;
1736
2424
  /** Selector specifying which fields to include in a partial response. */
1737
- fields?: string;
2425
+ fields?:
2426
+ string;
1738
2427
  /** 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. */
1739
- key?: string;
2428
+ key?:
2429
+ string;
1740
2430
  /** Full name of this resource. */
1741
- name: string;
2431
+ name:
2432
+ string;
1742
2433
  /** OAuth 2.0 token for the current user. */
1743
- oauth_token?: string;
2434
+ oauth_token?:
2435
+ string;
1744
2436
  /** Returns response with indentations and line breaks. */
1745
- prettyPrint?: boolean;
2437
+ prettyPrint?:
2438
+ boolean;
1746
2439
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1747
- quotaUser?: string;
2440
+ quotaUser?:
2441
+ string;
1748
2442
  /** Required. Mask that specifies which fields in the workstation cluster should be updated. */
1749
- updateMask?: string;
2443
+ updateMask?:
2444
+ string;
1750
2445
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1751
- upload_protocol?: string;
2446
+ upload_protocol?:
2447
+ string;
1752
2448
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1753
- uploadType?: string;
2449
+ uploadType?:
2450
+ string;
1754
2451
  /** If set, validate the request and preview the review, but do not actually apply it. */
1755
- validateOnly?: boolean;
2452
+ validateOnly?:
2453
+ boolean;
1756
2454
  },
1757
2455
  body: WorkstationCluster): Request<Operation>;
1758
- workstationConfigs: WorkstationConfigsResource;
2456
+ workstationConfigs:
2457
+ WorkstationConfigsResource;
1759
2458
  }
1760
2459
  interface LocationsResource {
1761
- operations: OperationsResource;
1762
- workstationClusters: WorkstationClustersResource;
2460
+ operations:
2461
+ OperationsResource;
2462
+ workstationClusters:
2463
+ WorkstationClustersResource;
1763
2464
  }
1764
2465
  interface ProjectsResource {
1765
- locations: LocationsResource;
2466
+ locations:
2467
+ LocationsResource;
1766
2468
  }
1767
2469
 
1768
2470
  const projects: ProjectsResource;