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