@maxim_mazurok/gapi.client.cloudresourcemanager-v1 0.0.20230420 → 0.0.20230507

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.d.ts +1305 -653
  2. package/package.json +1 -1
  3. package/tests.ts +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://cloudresourcemanager.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230420
12
+ // Revision: 20230507
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -24,22 +24,27 @@ declare namespace gapi.client {
24
24
  namespace cloudresourcemanager {
25
25
  interface Ancestor {
26
26
  /** Resource id of the ancestor. */
27
- resourceId?: ResourceId;
27
+ resourceId?:
28
+ ResourceId;
28
29
  }
29
30
  interface AuditConfig {
30
31
  /** The configuration for logging of each type of permission. */
31
- auditLogConfigs?: AuditLogConfig[];
32
+ auditLogConfigs?:
33
+ AuditLogConfig[];
32
34
  /**
33
35
  * 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
34
36
  * services.
35
37
  */
36
- service?: string;
38
+ service?:
39
+ string;
37
40
  }
38
41
  interface AuditLogConfig {
39
42
  /** Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. */
40
- exemptedMembers?: string[];
43
+ exemptedMembers?:
44
+ string[];
41
45
  /** The log type that this config enables. */
42
- logType?: string;
46
+ logType?:
47
+ string;
43
48
  }
44
49
  interface Binding {
45
50
  /**
@@ -47,7 +52,8 @@ declare namespace gapi.client {
47
52
  * 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
48
53
  * resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
49
54
  */
50
- condition?: Expr;
55
+ condition?:
56
+ Expr;
51
57
  /**
52
58
  * 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
53
59
  * 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
@@ -64,9 +70,11 @@ declare namespace gapi.client {
64
70
  * 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
65
71
  * retains the role in the binding.
66
72
  */
67
- members?: string[];
73
+ members?:
74
+ string[];
68
75
  /** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. */
69
- role?: string;
76
+ role?:
77
+ string;
70
78
  }
71
79
  // tslint:disable-next-line:no-empty-interface
72
80
  interface BooleanConstraint {
@@ -84,63 +92,86 @@ declare namespace gapi.client {
84
92
  * enforced. Example 3 (RestoreDefault): `organizations/foo` has a `Policy` with: {enforced: true} `projects/bar` has a `Policy` with: {RestoreDefault: {}} The constraint at
85
93
  * `organizations/foo` is enforced. The constraint at `projects/bar` is not enforced, because `constraint_default` for the `Constraint` is `ALLOW`.
86
94
  */
87
- enforced?: boolean;
95
+ enforced?:
96
+ boolean;
88
97
  }
89
98
  interface ClearOrgPolicyRequest {
90
99
  /** Name of the `Constraint` of the `Policy` to clear. */
91
- constraint?: string;
100
+ constraint?:
101
+ string;
92
102
  /** The current version, for concurrency control. Not sending an `etag` will cause the `Policy` to be cleared blindly. */
93
- etag?: string;
103
+ etag?:
104
+ string;
94
105
  }
95
106
  interface CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation {
96
107
  /** The resource name of the folder or organization we are either creating the folder under or moving the folder to. */
97
- destinationParent?: string;
108
+ destinationParent?:
109
+ string;
98
110
  /** The display name of the folder. */
99
- displayName?: string;
111
+ displayName?:
112
+ string;
100
113
  /** The type of this operation. */
101
- operationType?: string;
114
+ operationType?:
115
+ string;
102
116
  /** The resource name of the folder's parent. Only applicable when the operation_type is MOVE. */
103
- sourceParent?: string;
117
+ sourceParent?:
118
+ string;
104
119
  }
105
120
  interface CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation {
106
121
  /** The resource name of the folder or organization we are either creating the folder under or moving the folder to. */
107
- destinationParent?: string;
122
+ destinationParent?:
123
+ string;
108
124
  /** The display name of the folder. */
109
- displayName?: string;
125
+ displayName?:
126
+ string;
110
127
  /** The type of this operation. */
111
- operationType?: string;
128
+ operationType?:
129
+ string;
112
130
  /** The resource name of the folder's parent. Only applicable when the operation_type is MOVE. */
113
- sourceParent?: string;
131
+ sourceParent?:
132
+ string;
114
133
  }
115
134
  interface Constraint {
116
135
  /** Defines this constraint as being a BooleanConstraint. */
117
- booleanConstraint?: any;
136
+ booleanConstraint?:
137
+ any;
118
138
  /** The evaluation behavior of this constraint in the absence of 'Policy'. */
119
- constraintDefault?: string;
139
+ constraintDefault?:
140
+ string;
120
141
  /** Detailed description of what this `Constraint` controls as well as how and where it is enforced. Mutable. */
121
- description?: string;
142
+ description?:
143
+ string;
122
144
  /** The human readable name. Mutable. */
123
- displayName?: string;
145
+ displayName?:
146
+ string;
124
147
  /** Defines this constraint as being a ListConstraint. */
125
- listConstraint?: ListConstraint;
148
+ listConstraint?:
149
+ ListConstraint;
126
150
  /** Immutable value, required to globally be unique. For example, `constraints/serviceuser.services` */
127
- name?: string;
151
+ name?:
152
+ string;
128
153
  /** Version of the `Constraint`. Default version is 0; */
129
- version?: number;
154
+ version?:
155
+ number;
130
156
  }
131
157
  interface CreateFolderMetadata {
132
158
  /** The display name of the folder. */
133
- displayName?: string;
159
+ displayName?:
160
+ string;
134
161
  /** The resource name of the folder or organization we are creating the folder under. */
135
- parent?: string;
162
+ parent?:
163
+ string;
136
164
  }
137
165
  interface CreateProjectMetadata {
138
166
  /** Creation time of the project creation workflow. */
139
- createTime?: string;
167
+ createTime?:
168
+ string;
140
169
  /** True if the project can be retrieved using `GetProject`. No other operations on the project are guaranteed to work until the project creation is complete. */
141
- gettable?: boolean;
170
+ gettable?:
171
+ boolean;
142
172
  /** True if the project creation process is complete. */
143
- ready?: boolean;
173
+ ready?:
174
+ boolean;
144
175
  }
145
176
  // tslint:disable-next-line:no-empty-interface
146
177
  interface CreateTagBindingMetadata {
@@ -174,46 +205,59 @@ declare namespace gapi.client {
174
205
  }
175
206
  interface Expr {
176
207
  /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
177
- description?: string;
208
+ description?:
209
+ string;
178
210
  /** Textual representation of an expression in Common Expression Language syntax. */
179
- expression?: string;
211
+ expression?:
212
+ string;
180
213
  /** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
181
- location?: string;
214
+ location?:
215
+ string;
182
216
  /** 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. */
183
- title?: string;
217
+ title?:
218
+ string;
184
219
  }
185
220
  interface FolderOperation {
186
221
  /** The resource name of the folder or organization we are either creating the folder under or moving the folder to. */
187
- destinationParent?: string;
222
+ destinationParent?:
223
+ string;
188
224
  /** The display name of the folder. */
189
- displayName?: string;
225
+ displayName?:
226
+ string;
190
227
  /** The type of this operation. */
191
- operationType?: string;
228
+ operationType?:
229
+ string;
192
230
  /** The resource name of the folder's parent. Only applicable when the operation_type is MOVE. */
193
- sourceParent?: string;
231
+ sourceParent?:
232
+ string;
194
233
  }
195
234
  interface FolderOperationError {
196
235
  /** The type of operation error experienced. */
197
- errorMessageId?: string;
236
+ errorMessageId?:
237
+ string;
198
238
  }
199
239
  // tslint:disable-next-line:no-empty-interface
200
240
  interface GetAncestryRequest {
201
241
  }
202
242
  interface GetAncestryResponse {
203
243
  /** Ancestors are ordered from bottom to top of the resource hierarchy. The first ancestor is the project itself, followed by the project's parent, etc.. */
204
- ancestor?: Ancestor[];
244
+ ancestor?:
245
+ Ancestor[];
205
246
  }
206
247
  interface GetEffectiveOrgPolicyRequest {
207
248
  /** The name of the `Constraint` to compute the effective `Policy`. */
208
- constraint?: string;
249
+ constraint?:
250
+ string;
209
251
  }
210
252
  interface GetIamPolicyRequest {
211
253
  /** OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. */
212
- options?: GetPolicyOptions;
254
+ options?:
255
+ GetPolicyOptions;
213
256
  }
214
257
  interface GetOrgPolicyRequest {
215
258
  /** Name of the `Constraint` to get the `Policy`. */
216
- constraint?: string;
259
+ constraint?:
260
+ string;
217
261
  }
218
262
  interface GetPolicyOptions {
219
263
  /**
@@ -223,74 +267,96 @@ declare namespace gapi.client {
223
267
  * bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
224
268
  * documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
225
269
  */
226
- requestedPolicyVersion?: number;
270
+ requestedPolicyVersion?:
271
+ number;
227
272
  }
228
273
  interface Lien {
229
274
  /** The creation time of this Lien. */
230
- createTime?: string;
275
+ createTime?:
276
+ string;
231
277
  /** A system-generated unique identifier for this Lien. Example: `liens/1234abcd` */
232
- name?: string;
278
+ name?:
279
+ string;
233
280
  /**
234
281
  * A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically. Maximum length of 200 characters. Example:
235
282
  * 'compute.googleapis.com'
236
283
  */
237
- origin?: string;
284
+ origin?:
285
+ string;
238
286
  /** A reference to the resource this Lien is attached to. The server will validate the parent against those for which Liens are supported. Example: `projects/1234` */
239
- parent?: string;
287
+ parent?:
288
+ string;
240
289
  /** Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters. Example: 'Holds production API key' */
241
- reason?: string;
290
+ reason?:
291
+ string;
242
292
  /**
243
293
  * The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those
244
294
  * for which Liens are supported. An empty list is meaningless and will be rejected. Example: ['resourcemanager.projects.delete']
245
295
  */
246
- restrictions?: string[];
296
+ restrictions?:
297
+ string[];
247
298
  }
248
299
  interface ListAvailableOrgPolicyConstraintsRequest {
249
300
  /** Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. */
250
- pageSize?: number;
301
+ pageSize?:
302
+ number;
251
303
  /** Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. */
252
- pageToken?: string;
304
+ pageToken?:
305
+ string;
253
306
  }
254
307
  interface ListAvailableOrgPolicyConstraintsResponse {
255
308
  /** The collection of constraints that are settable on the request resource. */
256
- constraints?: Constraint[];
309
+ constraints?:
310
+ Constraint[];
257
311
  /** Page token used to retrieve the next page. This is currently not used. */
258
- nextPageToken?: string;
312
+ nextPageToken?:
313
+ string;
259
314
  }
260
315
  interface ListConstraint {
261
316
  /** Optional. The Google Cloud Console will try to default to a configuration that matches the value specified in this `Constraint`. */
262
- suggestedValue?: string;
317
+ suggestedValue?:
318
+ string;
263
319
  /**
264
320
  * Indicates whether subtrees of Cloud Resource Manager resource hierarchy can be used in `Policy.allowed_values` and `Policy.denied_values`. For example, `"under:folders/123"` would
265
321
  * match any resource under the 'folders/123' folder.
266
322
  */
267
- supportsUnder?: boolean;
323
+ supportsUnder?:
324
+ boolean;
268
325
  }
269
326
  interface ListLiensResponse {
270
327
  /** A list of Liens. */
271
- liens?: Lien[];
328
+ liens?:
329
+ Lien[];
272
330
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
273
- nextPageToken?: string;
331
+ nextPageToken?:
332
+ string;
274
333
  }
275
334
  interface ListOrgPoliciesRequest {
276
335
  /** Size of the pages to be returned. This is currently unsupported and will be ignored. The server may at any point start using this field to limit page size. */
277
- pageSize?: number;
336
+ pageSize?:
337
+ number;
278
338
  /** Page token used to retrieve the next page. This is currently unsupported and will be ignored. The server may at any point start using this field. */
279
- pageToken?: string;
339
+ pageToken?:
340
+ string;
280
341
  }
281
342
  interface ListOrgPoliciesResponse {
282
343
  /** Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token. */
283
- nextPageToken?: string;
344
+ nextPageToken?:
345
+ string;
284
346
  /** The `Policies` that are set on the resource. It will be empty if no `Policies` are set. */
285
- policies?: OrgPolicy[];
347
+ policies?:
348
+ OrgPolicy[];
286
349
  }
287
350
  interface ListPolicy {
288
351
  /** List of values allowed at this resource. Can only be set if `all_values` is set to `ALL_VALUES_UNSPECIFIED`. */
289
- allowedValues?: string[];
352
+ allowedValues?:
353
+ string[];
290
354
  /** The policy all_values state. */
291
- allValues?: string;
355
+ allValues?:
356
+ string;
292
357
  /** List of values denied at this resource. Can only be set if `all_values` is set to `ALL_VALUES_UNSPECIFIED`. */
293
- deniedValues?: string[];
358
+ deniedValues?:
359
+ string[];
294
360
  /**
295
361
  * Determines the inheritance behavior for this `Policy`. By default, a `ListPolicy` set at a resource supersedes any `Policy` set anywhere up the resource hierarchy. However, if
296
362
  * `inherit_from_parent` is set to `true`, then the values from the effective `Policy` of the parent resource are inherited, meaning the values set in this `Policy` are added to the
@@ -317,12 +383,14 @@ declare namespace gapi.client {
317
383
  * `Policy` with: {allowed_values: "under:projects/P3"} {denied_values: "under:folders/F2"} The accepted values at `organizations/foo` are `organizations/O1`, `folders/F1`,
318
384
  * `folders/F2`, `projects/P1`, `projects/P2`, `projects/P3`. The accepted values at `projects/bar` are `organizations/O1`, `folders/F1`, `projects/P1`.
319
385
  */
320
- inheritFromParent?: boolean;
386
+ inheritFromParent?:
387
+ boolean;
321
388
  /**
322
389
  * Optional. The Google Cloud Console will try to default to a configuration that matches the value specified in this `Policy`. If `suggested_value` is not set, it will inherit the
323
390
  * value specified higher in the hierarchy, unless `inherit_from_parent` is `false`.
324
391
  */
325
- suggestedValue?: string;
392
+ suggestedValue?:
393
+ string;
326
394
  }
327
395
  interface ListProjectsResponse {
328
396
  /**
@@ -330,102 +398,127 @@ declare namespace gapi.client {
330
398
  * new list request with the `page_token` parameter gives the next page of the results. When `next_page_token` is not filled in, there is no next page and the list returned is the last
331
399
  * page in the result set. Pagination tokens have a limited lifetime.
332
400
  */
333
- nextPageToken?: string;
401
+ nextPageToken?:
402
+ string;
334
403
  /** The list of Projects that matched the list filter. This list can be paginated. */
335
- projects?: Project[];
404
+ projects?:
405
+ Project[];
336
406
  }
337
407
  interface MoveFolderMetadata {
338
408
  /** The resource name of the folder or organization to move the folder to. */
339
- destinationParent?: string;
409
+ destinationParent?:
410
+ string;
340
411
  /** The display name of the folder. */
341
- displayName?: string;
412
+ displayName?:
413
+ string;
342
414
  /** The resource name of the folder's parent. */
343
- sourceParent?: string;
415
+ sourceParent?:
416
+ string;
344
417
  }
345
418
  // tslint:disable-next-line:no-empty-interface
346
419
  interface MoveProjectMetadata {
347
420
  }
348
421
  interface Operation {
349
422
  /** 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. */
350
- done?: boolean;
423
+ done?:
424
+ boolean;
351
425
  /** The error result of the operation in case of failure or cancellation. */
352
- error?: Status;
426
+ error?:
427
+ Status;
353
428
  /**
354
429
  * 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
355
430
  * metadata. Any method that returns a long-running operation should document the metadata type, if any.
356
431
  */
357
- metadata?: { [P in string]: any };
432
+ metadata?:
433
+ { [P in string]: any };
358
434
  /**
359
435
  * 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
360
436
  * with `operations/{unique_id}`.
361
437
  */
362
- name?: string;
438
+ name?:
439
+ string;
363
440
  /**
364
441
  * 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
365
442
  * 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
366
443
  * original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
367
444
  */
368
- response?: { [P in string]: any };
445
+ response?:
446
+ { [P in string]: any };
369
447
  }
370
448
  interface Organization {
371
449
  /** Timestamp when the Organization was created. Assigned by the server. */
372
- creationTime?: string;
450
+ creationTime?:
451
+ string;
373
452
  /**
374
453
  * A human-readable string that refers to the Organization in the GCP Console UI. This string is set by the server and cannot be changed. The string will be set to the primary domain
375
454
  * (for example, "google.com") of the G Suite customer that owns the organization.
376
455
  */
377
- displayName?: string;
456
+ displayName?:
457
+ string;
378
458
  /** The organization's current lifecycle state. Assigned by the server. */
379
- lifecycleState?: string;
459
+ lifecycleState?:
460
+ string;
380
461
  /**
381
462
  * Output only. The resource name of the organization. This is the organization's relative path in the API. Its format is "organizations/[organization_id]". For example,
382
463
  * "organizations/1234".
383
464
  */
384
- name?: string;
465
+ name?:
466
+ string;
385
467
  /** The owner of this Organization. The owner should be specified on creation. Once set, it cannot be changed. This field is required. */
386
- owner?: OrganizationOwner;
468
+ owner?:
469
+ OrganizationOwner;
387
470
  }
388
471
  interface OrganizationOwner {
389
472
  /** The G Suite customer id used in the Directory API. */
390
- directoryCustomerId?: string;
473
+ directoryCustomerId?:
474
+ string;
391
475
  }
392
476
  interface OrgPolicy {
393
477
  /** For boolean `Constraints`, whether to enforce the `Constraint` or not. */
394
- booleanPolicy?: BooleanPolicy;
478
+ booleanPolicy?:
479
+ BooleanPolicy;
395
480
  /**
396
481
  * The name of the `Constraint` the `Policy` is configuring, for example, `constraints/serviceuser.services`. A [list of available
397
482
  * constraints](/resource-manager/docs/organization-policy/org-policy-constraints) is available. Immutable after creation.
398
483
  */
399
- constraint?: string;
484
+ constraint?:
485
+ string;
400
486
  /**
401
487
  * An opaque tag indicating the current version of the `Policy`, used for concurrency control. When the `Policy` is returned from either a `GetPolicy` or a `ListOrgPolicy` request,
402
488
  * this `etag` indicates the version of the current `Policy` to use when executing a read-modify-write loop. When the `Policy` is returned from a `GetEffectivePolicy` request, the
403
489
  * `etag` will be unset. When the `Policy` is used in a `SetOrgPolicy` method, use the `etag` value that was returned from a `GetOrgPolicy` request as part of a read-modify-write loop
404
490
  * for concurrency control. Not setting the `etag`in a `SetOrgPolicy` request will result in an unconditional write of the `Policy`.
405
491
  */
406
- etag?: string;
492
+ etag?:
493
+ string;
407
494
  /** List of values either allowed or disallowed. */
408
- listPolicy?: ListPolicy;
495
+ listPolicy?:
496
+ ListPolicy;
409
497
  /** Restores the default behavior of the constraint; independent of `Constraint` type. */
410
- restoreDefault?: any;
498
+ restoreDefault?:
499
+ any;
411
500
  /**
412
501
  * The time stamp the `Policy` was previously updated. This is set by the server, not specified by the caller, and represents the last time a call to `SetOrgPolicy` was made for that
413
502
  * `Policy`. Any value set by the client will be ignored.
414
503
  */
415
- updateTime?: string;
504
+ updateTime?:
505
+ string;
416
506
  /** Version of the `Policy`. Default version is 0; */
417
- version?: number;
507
+ version?:
508
+ number;
418
509
  }
419
510
  interface Policy {
420
511
  /** Specifies cloud audit logging configuration for this policy. */
421
- auditConfigs?: AuditConfig[];
512
+ auditConfigs?:
513
+ AuditConfig[];
422
514
  /**
423
515
  * 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`
424
516
  * 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
425
517
  * 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
426
518
  * 1,450 principals to the `bindings` in the `Policy`.
427
519
  */
428
- bindings?: Binding[];
520
+ bindings?:
521
+ Binding[];
429
522
  /**
430
523
  * `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
431
524
  * 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
@@ -433,7 +526,8 @@ declare namespace gapi.client {
433
526
  * 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`
434
527
  * policy, and all of the conditions in the version `3` policy are lost.
435
528
  */
436
- etag?: string;
529
+ etag?:
530
+ string;
437
531
  /**
438
532
  * 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
439
533
  * 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
@@ -442,50 +536,63 @@ declare namespace gapi.client {
442
536
  * 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
443
537
  * 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).
444
538
  */
445
- version?: number;
539
+ version?:
540
+ number;
446
541
  }
447
542
  interface Project {
448
543
  /** Creation time. Read-only. */
449
- createTime?: string;
544
+ createTime?:
545
+ string;
450
546
  /**
451
547
  * The labels associated with this Project. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z{0,62}. Label values must be
452
548
  * between 0 and 63 characters long and must conform to the regular expression [a-z0-9_-]{0,63}. A label value can be empty. No more than 256 labels can be associated with a given
453
549
  * resource. Clients should store labels in a representation such as JSON that does not depend on specific characters being disallowed. Example: "environment" : "dev" Read-write.
454
550
  */
455
- labels?: { [P in string]: string };
551
+ labels?:
552
+ { [P in string]: string };
456
553
  /** The Project lifecycle state. Read-only. */
457
- lifecycleState?: string;
554
+ lifecycleState?:
555
+ string;
458
556
  /**
459
557
  * The optional user-assigned display name of the Project. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen,
460
558
  * single-quote, double-quote, space, and exclamation point. Example: `My Project` Read-write.
461
559
  */
462
- name?: string;
560
+ name?:
561
+ string;
463
562
  /**
464
563
  * An optional reference to a parent Resource. Supported parent types include "organization" and "folder". Once set, the parent cannot be cleared. The `parent` can be set on creation
465
564
  * or using the `UpdateProject` method; the end user must have the `resourcemanager.projects.create` permission on the parent.
466
565
  */
467
- parent?: ResourceId;
566
+ parent?:
567
+ ResourceId;
468
568
  /**
469
569
  * The unique, user-assigned ID of the Project. It must be 6 to 30 lowercase letters, digits, or hyphens. It must start with a letter. Trailing hyphens are prohibited. Example:
470
570
  * `tokyo-rain-123` Read-only after creation.
471
571
  */
472
- projectId?: string;
572
+ projectId?:
573
+ string;
473
574
  /** The number uniquely identifying the project. Example: `415104041262` Read-only. */
474
- projectNumber?: string;
575
+ projectNumber?:
576
+ string;
475
577
  }
476
578
  interface ProjectCreationStatus {
477
579
  /** Creation time of the project creation workflow. */
478
- createTime?: string;
580
+ createTime?:
581
+ string;
479
582
  /** True if the project can be retrieved using GetProject. No other operations on the project are guaranteed to work until the project creation is complete. */
480
- gettable?: boolean;
583
+ gettable?:
584
+ boolean;
481
585
  /** True if the project creation process is complete. */
482
- ready?: boolean;
586
+ ready?:
587
+ boolean;
483
588
  }
484
589
  interface ResourceId {
485
590
  /** The type-specific id. This should correspond to the id used in the type-specific API's. */
486
- id?: string;
591
+ id?:
592
+ string;
487
593
  /** The resource type this id is for. At present, the valid types are: "organization", "folder", and "project". */
488
- type?: string;
594
+ type?:
595
+ string;
489
596
  }
490
597
  // tslint:disable-next-line:no-empty-interface
491
598
  interface RestoreDefault {
@@ -496,58 +603,71 @@ declare namespace gapi.client {
496
603
  * or by `domain`, where the domain is a G Suite domain, for example: * Filter `owner.directorycustomerid:123456789` returns Organization resources with `owner.directory_customer_id`
497
604
  * equal to `123456789`. * Filter `domain:google.com` returns Organization resources corresponding to the domain `google.com`. This field is optional.
498
605
  */
499
- filter?: string;
606
+ filter?:
607
+ string;
500
608
  /** The maximum number of Organizations to return in the response. The server can return fewer organizations than requested. If unspecified, server picks an appropriate default. */
501
- pageSize?: number;
609
+ pageSize?:
610
+ number;
502
611
  /** A pagination token returned from a previous call to `SearchOrganizations` that indicates from where listing should continue. This field is optional. */
503
- pageToken?: string;
612
+ pageToken?:
613
+ string;
504
614
  }
505
615
  interface SearchOrganizationsResponse {
506
616
  /**
507
617
  * A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a
508
618
  * token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.
509
619
  */
510
- nextPageToken?: string;
620
+ nextPageToken?:
621
+ string;
511
622
  /** The list of Organizations that matched the search query, possibly paginated. */
512
- organizations?: Organization[];
623
+ organizations?:
624
+ Organization[];
513
625
  }
514
626
  interface SetIamPolicyRequest {
515
627
  /**
516
628
  * 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
517
629
  * services (such as Projects) might reject them.
518
630
  */
519
- policy?: Policy;
631
+ policy?:
632
+ Policy;
520
633
  /**
521
634
  * 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:
522
635
  * `paths: "bindings, etag"`
523
636
  */
524
- updateMask?: string;
637
+ updateMask?:
638
+ string;
525
639
  }
526
640
  interface SetOrgPolicyRequest {
527
641
  /** `Policy` to set on the resource. */
528
- policy?: OrgPolicy;
642
+ policy?:
643
+ OrgPolicy;
529
644
  }
530
645
  interface Status {
531
646
  /** The status code, which should be an enum value of google.rpc.Code. */
532
- code?: number;
647
+ code?:
648
+ number;
533
649
  /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
534
- details?: Array<{ [P in string]: any }>;
650
+ details?:
651
+ Array<{ [P in string]: any }>;
535
652
  /**
536
653
  * 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
537
654
  * client.
538
655
  */
539
- message?: string;
656
+ message?:
657
+ string;
540
658
  }
541
659
  interface TestIamPermissionsRequest {
542
660
  /**
543
661
  * The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM
544
662
  * Overview](https://cloud.google.com/iam/docs/overview#permissions).
545
663
  */
546
- permissions?: string[];
664
+ permissions?:
665
+ string[];
547
666
  }
548
667
  interface TestIamPermissionsResponse {
549
668
  /** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
550
- permissions?: string[];
669
+ permissions?:
670
+ string[];
551
671
  }
552
672
  // tslint:disable-next-line:no-empty-interface
553
673
  interface UndeleteFolderMetadata {
@@ -577,29 +697,41 @@ declare namespace gapi.client {
577
697
  /** Clears a `Policy` from a resource. */
578
698
  clearOrgPolicy(request: {
579
699
  /** V1 error format. */
580
- "$.xgafv"?: string;
700
+ "$.xgafv"?:
701
+ string;
581
702
  /** OAuth access token. */
582
- access_token?: string;
703
+ access_token?:
704
+ string;
583
705
  /** Data format for response. */
584
- alt?: string;
706
+ alt?:
707
+ string;
585
708
  /** JSONP */
586
- callback?: string;
709
+ callback?:
710
+ string;
587
711
  /** Selector specifying which fields to include in a partial response. */
588
- fields?: string;
712
+ fields?:
713
+ string;
589
714
  /** 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. */
590
- key?: string;
715
+ key?:
716
+ string;
591
717
  /** OAuth 2.0 token for the current user. */
592
- oauth_token?: string;
718
+ oauth_token?:
719
+ string;
593
720
  /** Returns response with indentations and line breaks. */
594
- prettyPrint?: boolean;
721
+ prettyPrint?:
722
+ boolean;
595
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. */
596
- quotaUser?: string;
724
+ quotaUser?:
725
+ string;
597
726
  /** Name of the resource for the `Policy` to clear. */
598
- resource: string;
727
+ resource:
728
+ string;
599
729
  /** Upload protocol for media (e.g. "raw", "multipart"). */
600
- upload_protocol?: string;
730
+ upload_protocol?:
731
+ string;
601
732
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
602
- uploadType?: string;
733
+ uploadType?:
734
+ string;
603
735
  },
604
736
  body: ClearOrgPolicyRequest): Request<{}>;
605
737
  /**
@@ -608,29 +740,41 @@ declare namespace gapi.client {
608
740
  */
609
741
  getEffectiveOrgPolicy(request: {
610
742
  /** V1 error format. */
611
- "$.xgafv"?: string;
743
+ "$.xgafv"?:
744
+ string;
612
745
  /** OAuth access token. */
613
- access_token?: string;
746
+ access_token?:
747
+ string;
614
748
  /** Data format for response. */
615
- alt?: string;
749
+ alt?:
750
+ string;
616
751
  /** JSONP */
617
- callback?: string;
752
+ callback?:
753
+ string;
618
754
  /** Selector specifying which fields to include in a partial response. */
619
- fields?: string;
755
+ fields?:
756
+ string;
620
757
  /** 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. */
621
- key?: string;
758
+ key?:
759
+ string;
622
760
  /** OAuth 2.0 token for the current user. */
623
- oauth_token?: string;
761
+ oauth_token?:
762
+ string;
624
763
  /** Returns response with indentations and line breaks. */
625
- prettyPrint?: boolean;
764
+ prettyPrint?:
765
+ boolean;
626
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. */
627
- quotaUser?: string;
767
+ quotaUser?:
768
+ string;
628
769
  /** The name of the resource to start computing the effective `Policy`. */
629
- resource: string;
770
+ resource:
771
+ string;
630
772
  /** Upload protocol for media (e.g. "raw", "multipart"). */
631
- upload_protocol?: string;
773
+ upload_protocol?:
774
+ string;
632
775
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
633
- uploadType?: string;
776
+ uploadType?:
777
+ string;
634
778
  },
635
779
  body: GetEffectiveOrgPolicyRequest): Request<OrgPolicy>;
636
780
  /**
@@ -639,85 +783,121 @@ declare namespace gapi.client {
639
783
  */
640
784
  getOrgPolicy(request: {
641
785
  /** V1 error format. */
642
- "$.xgafv"?: string;
786
+ "$.xgafv"?:
787
+ string;
643
788
  /** OAuth access token. */
644
- access_token?: string;
789
+ access_token?:
790
+ string;
645
791
  /** Data format for response. */
646
- alt?: string;
792
+ alt?:
793
+ string;
647
794
  /** JSONP */
648
- callback?: string;
795
+ callback?:
796
+ string;
649
797
  /** Selector specifying which fields to include in a partial response. */
650
- fields?: string;
798
+ fields?:
799
+ string;
651
800
  /** 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. */
652
- key?: string;
801
+ key?:
802
+ string;
653
803
  /** OAuth 2.0 token for the current user. */
654
- oauth_token?: string;
804
+ oauth_token?:
805
+ string;
655
806
  /** Returns response with indentations and line breaks. */
656
- prettyPrint?: boolean;
807
+ prettyPrint?:
808
+ boolean;
657
809
  /** 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. */
658
- quotaUser?: string;
810
+ quotaUser?:
811
+ string;
659
812
  /** Name of the resource the `Policy` is set on. */
660
- resource: string;
813
+ resource:
814
+ string;
661
815
  /** Upload protocol for media (e.g. "raw", "multipart"). */
662
- upload_protocol?: string;
816
+ upload_protocol?:
817
+ string;
663
818
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
664
- uploadType?: string;
819
+ uploadType?:
820
+ string;
665
821
  },
666
822
  body: GetOrgPolicyRequest): Request<OrgPolicy>;
667
823
  /** Lists `Constraints` that could be applied on the specified resource. */
668
824
  listAvailableOrgPolicyConstraints(request: {
669
825
  /** V1 error format. */
670
- "$.xgafv"?: string;
826
+ "$.xgafv"?:
827
+ string;
671
828
  /** OAuth access token. */
672
- access_token?: string;
829
+ access_token?:
830
+ string;
673
831
  /** Data format for response. */
674
- alt?: string;
832
+ alt?:
833
+ string;
675
834
  /** JSONP */
676
- callback?: string;
835
+ callback?:
836
+ string;
677
837
  /** Selector specifying which fields to include in a partial response. */
678
- fields?: string;
838
+ fields?:
839
+ string;
679
840
  /** 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. */
680
- key?: string;
841
+ key?:
842
+ string;
681
843
  /** OAuth 2.0 token for the current user. */
682
- oauth_token?: string;
844
+ oauth_token?:
845
+ string;
683
846
  /** Returns response with indentations and line breaks. */
684
- prettyPrint?: boolean;
847
+ prettyPrint?:
848
+ boolean;
685
849
  /** 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. */
686
- quotaUser?: string;
850
+ quotaUser?:
851
+ string;
687
852
  /** Name of the resource to list `Constraints` for. */
688
- resource: string;
853
+ resource:
854
+ string;
689
855
  /** Upload protocol for media (e.g. "raw", "multipart"). */
690
- upload_protocol?: string;
856
+ upload_protocol?:
857
+ string;
691
858
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
692
- uploadType?: string;
859
+ uploadType?:
860
+ string;
693
861
  },
694
862
  body: ListAvailableOrgPolicyConstraintsRequest): Request<ListAvailableOrgPolicyConstraintsResponse>;
695
863
  /** Lists all the `Policies` set for a particular resource. */
696
864
  listOrgPolicies(request: {
697
865
  /** V1 error format. */
698
- "$.xgafv"?: string;
866
+ "$.xgafv"?:
867
+ string;
699
868
  /** OAuth access token. */
700
- access_token?: string;
869
+ access_token?:
870
+ string;
701
871
  /** Data format for response. */
702
- alt?: string;
872
+ alt?:
873
+ string;
703
874
  /** JSONP */
704
- callback?: string;
875
+ callback?:
876
+ string;
705
877
  /** Selector specifying which fields to include in a partial response. */
706
- fields?: string;
878
+ fields?:
879
+ string;
707
880
  /** 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. */
708
- key?: string;
881
+ key?:
882
+ string;
709
883
  /** OAuth 2.0 token for the current user. */
710
- oauth_token?: string;
884
+ oauth_token?:
885
+ string;
711
886
  /** Returns response with indentations and line breaks. */
712
- prettyPrint?: boolean;
887
+ prettyPrint?:
888
+ boolean;
713
889
  /** 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. */
714
- quotaUser?: string;
890
+ quotaUser?:
891
+ string;
715
892
  /** Name of the resource to list Policies for. */
716
- resource: string;
893
+ resource:
894
+ string;
717
895
  /** Upload protocol for media (e.g. "raw", "multipart"). */
718
- upload_protocol?: string;
896
+ upload_protocol?:
897
+ string;
719
898
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
720
- uploadType?: string;
899
+ uploadType?:
900
+ string;
721
901
  },
722
902
  body: ListOrgPoliciesRequest): Request<ListOrgPoliciesResponse>;
723
903
  /**
@@ -726,29 +906,41 @@ declare namespace gapi.client {
726
906
  */
727
907
  setOrgPolicy(request: {
728
908
  /** V1 error format. */
729
- "$.xgafv"?: string;
909
+ "$.xgafv"?:
910
+ string;
730
911
  /** OAuth access token. */
731
- access_token?: string;
912
+ access_token?:
913
+ string;
732
914
  /** Data format for response. */
733
- alt?: string;
915
+ alt?:
916
+ string;
734
917
  /** JSONP */
735
- callback?: string;
918
+ callback?:
919
+ string;
736
920
  /** Selector specifying which fields to include in a partial response. */
737
- fields?: string;
921
+ fields?:
922
+ string;
738
923
  /** 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. */
739
- key?: string;
924
+ key?:
925
+ string;
740
926
  /** OAuth 2.0 token for the current user. */
741
- oauth_token?: string;
927
+ oauth_token?:
928
+ string;
742
929
  /** Returns response with indentations and line breaks. */
743
- prettyPrint?: boolean;
930
+ prettyPrint?:
931
+ boolean;
744
932
  /** 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. */
745
- quotaUser?: string;
933
+ quotaUser?:
934
+ string;
746
935
  /** Resource name of the resource to attach the `Policy`. */
747
- resource: string;
936
+ resource:
937
+ string;
748
938
  /** Upload protocol for media (e.g. "raw", "multipart"). */
749
- upload_protocol?: string;
939
+ upload_protocol?:
940
+ string;
750
941
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
751
- uploadType?: string;
942
+ uploadType?:
943
+ string;
752
944
  },
753
945
  body: SetOrgPolicyRequest): Request<OrgPolicy>;
754
946
  }
@@ -759,53 +951,76 @@ declare namespace gapi.client {
759
951
  */
760
952
  create(request: {
761
953
  /** V1 error format. */
762
- "$.xgafv"?: string;
954
+ "$.xgafv"?:
955
+ string;
763
956
  /** OAuth access token. */
764
- access_token?: string;
957
+ access_token?:
958
+ string;
765
959
  /** Data format for response. */
766
- alt?: string;
960
+ alt?:
961
+ string;
767
962
  /** JSONP */
768
- callback?: string;
963
+ callback?:
964
+ string;
769
965
  /** Selector specifying which fields to include in a partial response. */
770
- fields?: string;
966
+ fields?:
967
+ string;
771
968
  /** 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. */
772
- key?: string;
969
+ key?:
970
+ string;
773
971
  /** OAuth 2.0 token for the current user. */
774
- oauth_token?: string;
972
+ oauth_token?:
973
+ string;
775
974
  /** Returns response with indentations and line breaks. */
776
- prettyPrint?: boolean;
975
+ prettyPrint?:
976
+ boolean;
777
977
  /** 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. */
778
- quotaUser?: string;
978
+ quotaUser?:
979
+ string;
779
980
  /** Upload protocol for media (e.g. "raw", "multipart"). */
780
- upload_protocol?: string;
981
+ upload_protocol?:
982
+ string;
781
983
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
782
- uploadType?: string;
984
+ uploadType?:
985
+ string;
783
986
  /** Request body */
784
- resource: Lien;
987
+ resource:
988
+ Lien;
785
989
  }): Request<Lien>;
786
990
  create(request: {
787
991
  /** V1 error format. */
788
- "$.xgafv"?: string;
992
+ "$.xgafv"?:
993
+ string;
789
994
  /** OAuth access token. */
790
- access_token?: string;
995
+ access_token?:
996
+ string;
791
997
  /** Data format for response. */
792
- alt?: string;
998
+ alt?:
999
+ string;
793
1000
  /** JSONP */
794
- callback?: string;
1001
+ callback?:
1002
+ string;
795
1003
  /** Selector specifying which fields to include in a partial response. */
796
- fields?: string;
1004
+ fields?:
1005
+ string;
797
1006
  /** 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?: string;
1007
+ key?:
1008
+ string;
799
1009
  /** OAuth 2.0 token for the current user. */
800
- oauth_token?: string;
1010
+ oauth_token?:
1011
+ string;
801
1012
  /** Returns response with indentations and line breaks. */
802
- prettyPrint?: boolean;
1013
+ prettyPrint?:
1014
+ boolean;
803
1015
  /** 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. */
804
- quotaUser?: string;
1016
+ quotaUser?:
1017
+ string;
805
1018
  /** Upload protocol for media (e.g. "raw", "multipart"). */
806
- upload_protocol?: string;
1019
+ upload_protocol?:
1020
+ string;
807
1021
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
808
- uploadType?: string;
1022
+ uploadType?:
1023
+ string;
809
1024
  },
810
1025
  body: Lien): Request<Lien>;
811
1026
  /**
@@ -814,29 +1029,41 @@ declare namespace gapi.client {
814
1029
  */
815
1030
  delete(request?: {
816
1031
  /** V1 error format. */
817
- "$.xgafv"?: string;
1032
+ "$.xgafv"?:
1033
+ string;
818
1034
  /** OAuth access token. */
819
- access_token?: string;
1035
+ access_token?:
1036
+ string;
820
1037
  /** Data format for response. */
821
- alt?: string;
1038
+ alt?:
1039
+ string;
822
1040
  /** JSONP */
823
- callback?: string;
1041
+ callback?:
1042
+ string;
824
1043
  /** Selector specifying which fields to include in a partial response. */
825
- fields?: string;
1044
+ fields?:
1045
+ string;
826
1046
  /** 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. */
827
- key?: string;
1047
+ key?:
1048
+ string;
828
1049
  /** Required. The name/identifier of the Lien to delete. */
829
- name: string;
1050
+ name:
1051
+ string;
830
1052
  /** OAuth 2.0 token for the current user. */
831
- oauth_token?: string;
1053
+ oauth_token?:
1054
+ string;
832
1055
  /** Returns response with indentations and line breaks. */
833
- prettyPrint?: boolean;
1056
+ prettyPrint?:
1057
+ boolean;
834
1058
  /** 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. */
835
- quotaUser?: string;
1059
+ quotaUser?:
1060
+ string;
836
1061
  /** Upload protocol for media (e.g. "raw", "multipart"). */
837
- upload_protocol?: string;
1062
+ upload_protocol?:
1063
+ string;
838
1064
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
839
- uploadType?: string;
1065
+ uploadType?:
1066
+ string;
840
1067
  }): Request<{}>;
841
1068
  /**
842
1069
  * Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission
@@ -844,29 +1071,41 @@ declare namespace gapi.client {
844
1071
  */
845
1072
  get(request?: {
846
1073
  /** V1 error format. */
847
- "$.xgafv"?: string;
1074
+ "$.xgafv"?:
1075
+ string;
848
1076
  /** OAuth access token. */
849
- access_token?: string;
1077
+ access_token?:
1078
+ string;
850
1079
  /** Data format for response. */
851
- alt?: string;
1080
+ alt?:
1081
+ string;
852
1082
  /** JSONP */
853
- callback?: string;
1083
+ callback?:
1084
+ string;
854
1085
  /** Selector specifying which fields to include in a partial response. */
855
- fields?: string;
1086
+ fields?:
1087
+ string;
856
1088
  /** 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. */
857
- key?: string;
1089
+ key?:
1090
+ string;
858
1091
  /** Required. The name/identifier of the Lien. */
859
- name: string;
1092
+ name:
1093
+ string;
860
1094
  /** OAuth 2.0 token for the current user. */
861
- oauth_token?: string;
1095
+ oauth_token?:
1096
+ string;
862
1097
  /** Returns response with indentations and line breaks. */
863
- prettyPrint?: boolean;
1098
+ prettyPrint?:
1099
+ boolean;
864
1100
  /** 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. */
865
- quotaUser?: string;
1101
+ quotaUser?:
1102
+ string;
866
1103
  /** Upload protocol for media (e.g. "raw", "multipart"). */
867
- upload_protocol?: string;
1104
+ upload_protocol?:
1105
+ string;
868
1106
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
869
- uploadType?: string;
1107
+ uploadType?:
1108
+ string;
870
1109
  }): Request<Lien>;
871
1110
  /**
872
1111
  * List all Liens applied to the `parent` resource. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234`
@@ -874,128 +1113,178 @@ declare namespace gapi.client {
874
1113
  */
875
1114
  list(request?: {
876
1115
  /** V1 error format. */
877
- "$.xgafv"?: string;
1116
+ "$.xgafv"?:
1117
+ string;
878
1118
  /** OAuth access token. */
879
- access_token?: string;
1119
+ access_token?:
1120
+ string;
880
1121
  /** Data format for response. */
881
- alt?: string;
1122
+ alt?:
1123
+ string;
882
1124
  /** JSONP */
883
- callback?: string;
1125
+ callback?:
1126
+ string;
884
1127
  /** Selector specifying which fields to include in a partial response. */
885
- fields?: string;
1128
+ fields?:
1129
+ string;
886
1130
  /** 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. */
887
- key?: string;
1131
+ key?:
1132
+ string;
888
1133
  /** OAuth 2.0 token for the current user. */
889
- oauth_token?: string;
1134
+ oauth_token?:
1135
+ string;
890
1136
  /**
891
1137
  * The maximum number of items to return. This is a suggestion for the server. The server can return fewer liens than requested. If unspecified, server picks an appropriate
892
1138
  * default.
893
1139
  */
894
- pageSize?: number;
1140
+ pageSize?:
1141
+ number;
895
1142
  /** The `next_page_token` value returned from a previous List request, if any. */
896
- pageToken?: string;
1143
+ pageToken?:
1144
+ string;
897
1145
  /**
898
1146
  * Required. The name of the resource to list all attached Liens. For example, `projects/1234`. (google.api.field_policy).resource_type annotation is not set since the parent
899
1147
  * depends on the meta api implementation. This field could be a project or other sub project resources.
900
1148
  */
901
- parent?: string;
1149
+ parent?:
1150
+ string;
902
1151
  /** Returns response with indentations and line breaks. */
903
- prettyPrint?: boolean;
1152
+ prettyPrint?:
1153
+ boolean;
904
1154
  /** 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. */
905
- quotaUser?: string;
1155
+ quotaUser?:
1156
+ string;
906
1157
  /** Upload protocol for media (e.g. "raw", "multipart"). */
907
- upload_protocol?: string;
1158
+ upload_protocol?:
1159
+ string;
908
1160
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
909
- uploadType?: string;
1161
+ uploadType?:
1162
+ string;
910
1163
  }): Request<ListLiensResponse>;
911
1164
  }
912
1165
  interface OperationsResource {
913
1166
  /** 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. */
914
1167
  get(request?: {
915
1168
  /** V1 error format. */
916
- "$.xgafv"?: string;
1169
+ "$.xgafv"?:
1170
+ string;
917
1171
  /** OAuth access token. */
918
- access_token?: string;
1172
+ access_token?:
1173
+ string;
919
1174
  /** Data format for response. */
920
- alt?: string;
1175
+ alt?:
1176
+ string;
921
1177
  /** JSONP */
922
- callback?: string;
1178
+ callback?:
1179
+ string;
923
1180
  /** Selector specifying which fields to include in a partial response. */
924
- fields?: string;
1181
+ fields?:
1182
+ string;
925
1183
  /** 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. */
926
- key?: string;
1184
+ key?:
1185
+ string;
927
1186
  /** The name of the operation resource. */
928
- name: string;
1187
+ name:
1188
+ string;
929
1189
  /** OAuth 2.0 token for the current user. */
930
- oauth_token?: string;
1190
+ oauth_token?:
1191
+ string;
931
1192
  /** Returns response with indentations and line breaks. */
932
- prettyPrint?: boolean;
1193
+ prettyPrint?:
1194
+ boolean;
933
1195
  /** 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. */
934
- quotaUser?: string;
1196
+ quotaUser?:
1197
+ string;
935
1198
  /** Upload protocol for media (e.g. "raw", "multipart"). */
936
- upload_protocol?: string;
1199
+ upload_protocol?:
1200
+ string;
937
1201
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
938
- uploadType?: string;
1202
+ uploadType?:
1203
+ string;
939
1204
  }): Request<Operation>;
940
1205
  }
941
1206
  interface OrganizationsResource {
942
1207
  /** Clears a `Policy` from a resource. */
943
1208
  clearOrgPolicy(request: {
944
1209
  /** V1 error format. */
945
- "$.xgafv"?: string;
1210
+ "$.xgafv"?:
1211
+ string;
946
1212
  /** OAuth access token. */
947
- access_token?: string;
1213
+ access_token?:
1214
+ string;
948
1215
  /** Data format for response. */
949
- alt?: string;
1216
+ alt?:
1217
+ string;
950
1218
  /** JSONP */
951
- callback?: string;
1219
+ callback?:
1220
+ string;
952
1221
  /** Selector specifying which fields to include in a partial response. */
953
- fields?: string;
1222
+ fields?:
1223
+ string;
954
1224
  /** 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. */
955
- key?: string;
1225
+ key?:
1226
+ string;
956
1227
  /** OAuth 2.0 token for the current user. */
957
- oauth_token?: string;
1228
+ oauth_token?:
1229
+ string;
958
1230
  /** Returns response with indentations and line breaks. */
959
- prettyPrint?: boolean;
1231
+ prettyPrint?:
1232
+ boolean;
960
1233
  /** 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. */
961
- quotaUser?: string;
1234
+ quotaUser?:
1235
+ string;
962
1236
  /** Name of the resource for the `Policy` to clear. */
963
- resource: string;
1237
+ resource:
1238
+ string;
964
1239
  /** Upload protocol for media (e.g. "raw", "multipart"). */
965
- upload_protocol?: string;
1240
+ upload_protocol?:
1241
+ string;
966
1242
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
967
- uploadType?: string;
1243
+ uploadType?:
1244
+ string;
968
1245
  },
969
1246
  body: ClearOrgPolicyRequest): Request<{}>;
970
1247
  /** Fetches an Organization resource identified by the specified resource name. */
971
1248
  get(request?: {
972
1249
  /** V1 error format. */
973
- "$.xgafv"?: string;
1250
+ "$.xgafv"?:
1251
+ string;
974
1252
  /** OAuth access token. */
975
- access_token?: string;
1253
+ access_token?:
1254
+ string;
976
1255
  /** Data format for response. */
977
- alt?: string;
1256
+ alt?:
1257
+ string;
978
1258
  /** JSONP */
979
- callback?: string;
1259
+ callback?:
1260
+ string;
980
1261
  /** Selector specifying which fields to include in a partial response. */
981
- fields?: string;
1262
+ fields?:
1263
+ string;
982
1264
  /** 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. */
983
- key?: string;
1265
+ key?:
1266
+ string;
984
1267
  /**
985
1268
  * The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example,
986
1269
  * "organizations/1234".
987
1270
  */
988
- name: string;
1271
+ name:
1272
+ string;
989
1273
  /** OAuth 2.0 token for the current user. */
990
- oauth_token?: string;
1274
+ oauth_token?:
1275
+ string;
991
1276
  /** Returns response with indentations and line breaks. */
992
- prettyPrint?: boolean;
1277
+ prettyPrint?:
1278
+ boolean;
993
1279
  /** 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. */
994
- quotaUser?: string;
1280
+ quotaUser?:
1281
+ string;
995
1282
  /** Upload protocol for media (e.g. "raw", "multipart"). */
996
- upload_protocol?: string;
1283
+ upload_protocol?:
1284
+ string;
997
1285
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
998
- uploadType?: string;
1286
+ uploadType?:
1287
+ string;
999
1288
  }): Request<Organization>;
1000
1289
  /**
1001
1290
  * Gets the effective `Policy` on a resource. This is the result of merging `Policies` in the resource hierarchy. The returned `Policy` will not have an `etag`set because it is a
@@ -1003,29 +1292,41 @@ declare namespace gapi.client {
1003
1292
  */
1004
1293
  getEffectiveOrgPolicy(request: {
1005
1294
  /** V1 error format. */
1006
- "$.xgafv"?: string;
1295
+ "$.xgafv"?:
1296
+ string;
1007
1297
  /** OAuth access token. */
1008
- access_token?: string;
1298
+ access_token?:
1299
+ string;
1009
1300
  /** Data format for response. */
1010
- alt?: string;
1301
+ alt?:
1302
+ string;
1011
1303
  /** JSONP */
1012
- callback?: string;
1304
+ callback?:
1305
+ string;
1013
1306
  /** Selector specifying which fields to include in a partial response. */
1014
- fields?: string;
1307
+ fields?:
1308
+ string;
1015
1309
  /** 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. */
1016
- key?: string;
1310
+ key?:
1311
+ string;
1017
1312
  /** OAuth 2.0 token for the current user. */
1018
- oauth_token?: string;
1313
+ oauth_token?:
1314
+ string;
1019
1315
  /** Returns response with indentations and line breaks. */
1020
- prettyPrint?: boolean;
1316
+ prettyPrint?:
1317
+ boolean;
1021
1318
  /** 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. */
1022
- quotaUser?: string;
1319
+ quotaUser?:
1320
+ string;
1023
1321
  /** The name of the resource to start computing the effective `Policy`. */
1024
- resource: string;
1322
+ resource:
1323
+ string;
1025
1324
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1026
- upload_protocol?: string;
1325
+ upload_protocol?:
1326
+ string;
1027
1327
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1028
- uploadType?: string;
1328
+ uploadType?:
1329
+ string;
1029
1330
  },
1030
1331
  body: GetEffectiveOrgPolicyRequest): Request<OrgPolicy>;
1031
1332
  /**
@@ -1034,32 +1335,44 @@ declare namespace gapi.client {
1034
1335
  */
1035
1336
  getIamPolicy(request: {
1036
1337
  /** V1 error format. */
1037
- "$.xgafv"?: string;
1338
+ "$.xgafv"?:
1339
+ string;
1038
1340
  /** OAuth access token. */
1039
- access_token?: string;
1341
+ access_token?:
1342
+ string;
1040
1343
  /** Data format for response. */
1041
- alt?: string;
1344
+ alt?:
1345
+ string;
1042
1346
  /** JSONP */
1043
- callback?: string;
1347
+ callback?:
1348
+ string;
1044
1349
  /** Selector specifying which fields to include in a partial response. */
1045
- fields?: string;
1350
+ fields?:
1351
+ string;
1046
1352
  /** 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. */
1047
- key?: string;
1353
+ key?:
1354
+ string;
1048
1355
  /** OAuth 2.0 token for the current user. */
1049
- oauth_token?: string;
1356
+ oauth_token?:
1357
+ string;
1050
1358
  /** Returns response with indentations and line breaks. */
1051
- prettyPrint?: boolean;
1359
+ prettyPrint?:
1360
+ boolean;
1052
1361
  /** 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. */
1053
- quotaUser?: string;
1362
+ quotaUser?:
1363
+ string;
1054
1364
  /**
1055
1365
  * 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
1056
1366
  * field.
1057
1367
  */
1058
- resource: string;
1368
+ resource:
1369
+ string;
1059
1370
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1060
- upload_protocol?: string;
1371
+ upload_protocol?:
1372
+ string;
1061
1373
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1062
- uploadType?: string;
1374
+ uploadType?:
1375
+ string;
1063
1376
  },
1064
1377
  body: GetIamPolicyRequest): Request<Policy>;
1065
1378
  /**
@@ -1068,85 +1381,121 @@ declare namespace gapi.client {
1068
1381
  */
1069
1382
  getOrgPolicy(request: {
1070
1383
  /** V1 error format. */
1071
- "$.xgafv"?: string;
1384
+ "$.xgafv"?:
1385
+ string;
1072
1386
  /** OAuth access token. */
1073
- access_token?: string;
1387
+ access_token?:
1388
+ string;
1074
1389
  /** Data format for response. */
1075
- alt?: string;
1390
+ alt?:
1391
+ string;
1076
1392
  /** JSONP */
1077
- callback?: string;
1393
+ callback?:
1394
+ string;
1078
1395
  /** Selector specifying which fields to include in a partial response. */
1079
- fields?: string;
1396
+ fields?:
1397
+ string;
1080
1398
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1081
- key?: string;
1399
+ key?:
1400
+ string;
1082
1401
  /** OAuth 2.0 token for the current user. */
1083
- oauth_token?: string;
1402
+ oauth_token?:
1403
+ string;
1084
1404
  /** Returns response with indentations and line breaks. */
1085
- prettyPrint?: boolean;
1405
+ prettyPrint?:
1406
+ boolean;
1086
1407
  /** 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. */
1087
- quotaUser?: string;
1408
+ quotaUser?:
1409
+ string;
1088
1410
  /** Name of the resource the `Policy` is set on. */
1089
- resource: string;
1411
+ resource:
1412
+ string;
1090
1413
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1091
- upload_protocol?: string;
1414
+ upload_protocol?:
1415
+ string;
1092
1416
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1093
- uploadType?: string;
1417
+ uploadType?:
1418
+ string;
1094
1419
  },
1095
1420
  body: GetOrgPolicyRequest): Request<OrgPolicy>;
1096
1421
  /** Lists `Constraints` that could be applied on the specified resource. */
1097
1422
  listAvailableOrgPolicyConstraints(request: {
1098
1423
  /** V1 error format. */
1099
- "$.xgafv"?: string;
1424
+ "$.xgafv"?:
1425
+ string;
1100
1426
  /** OAuth access token. */
1101
- access_token?: string;
1427
+ access_token?:
1428
+ string;
1102
1429
  /** Data format for response. */
1103
- alt?: string;
1430
+ alt?:
1431
+ string;
1104
1432
  /** JSONP */
1105
- callback?: string;
1433
+ callback?:
1434
+ string;
1106
1435
  /** Selector specifying which fields to include in a partial response. */
1107
- fields?: string;
1436
+ fields?:
1437
+ string;
1108
1438
  /** 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. */
1109
- key?: string;
1439
+ key?:
1440
+ string;
1110
1441
  /** OAuth 2.0 token for the current user. */
1111
- oauth_token?: string;
1442
+ oauth_token?:
1443
+ string;
1112
1444
  /** Returns response with indentations and line breaks. */
1113
- prettyPrint?: boolean;
1445
+ prettyPrint?:
1446
+ boolean;
1114
1447
  /** 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. */
1115
- quotaUser?: string;
1448
+ quotaUser?:
1449
+ string;
1116
1450
  /** Name of the resource to list `Constraints` for. */
1117
- resource: string;
1451
+ resource:
1452
+ string;
1118
1453
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1119
- upload_protocol?: string;
1454
+ upload_protocol?:
1455
+ string;
1120
1456
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1121
- uploadType?: string;
1457
+ uploadType?:
1458
+ string;
1122
1459
  },
1123
1460
  body: ListAvailableOrgPolicyConstraintsRequest): Request<ListAvailableOrgPolicyConstraintsResponse>;
1124
1461
  /** Lists all the `Policies` set for a particular resource. */
1125
1462
  listOrgPolicies(request: {
1126
1463
  /** V1 error format. */
1127
- "$.xgafv"?: string;
1464
+ "$.xgafv"?:
1465
+ string;
1128
1466
  /** OAuth access token. */
1129
- access_token?: string;
1467
+ access_token?:
1468
+ string;
1130
1469
  /** Data format for response. */
1131
- alt?: string;
1470
+ alt?:
1471
+ string;
1132
1472
  /** JSONP */
1133
- callback?: string;
1473
+ callback?:
1474
+ string;
1134
1475
  /** Selector specifying which fields to include in a partial response. */
1135
- fields?: string;
1476
+ fields?:
1477
+ string;
1136
1478
  /** 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. */
1137
- key?: string;
1479
+ key?:
1480
+ string;
1138
1481
  /** OAuth 2.0 token for the current user. */
1139
- oauth_token?: string;
1482
+ oauth_token?:
1483
+ string;
1140
1484
  /** Returns response with indentations and line breaks. */
1141
- prettyPrint?: boolean;
1485
+ prettyPrint?:
1486
+ boolean;
1142
1487
  /** 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. */
1143
- quotaUser?: string;
1488
+ quotaUser?:
1489
+ string;
1144
1490
  /** Name of the resource to list Policies for. */
1145
- resource: string;
1491
+ resource:
1492
+ string;
1146
1493
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1147
- upload_protocol?: string;
1494
+ upload_protocol?:
1495
+ string;
1148
1496
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1149
- uploadType?: string;
1497
+ uploadType?:
1498
+ string;
1150
1499
  },
1151
1500
  body: ListOrgPoliciesRequest): Request<ListOrgPoliciesResponse>;
1152
1501
  /**
@@ -1155,53 +1504,76 @@ declare namespace gapi.client {
1155
1504
  */
1156
1505
  search(request: {
1157
1506
  /** V1 error format. */
1158
- "$.xgafv"?: string;
1507
+ "$.xgafv"?:
1508
+ string;
1159
1509
  /** OAuth access token. */
1160
- access_token?: string;
1510
+ access_token?:
1511
+ string;
1161
1512
  /** Data format for response. */
1162
- alt?: string;
1513
+ alt?:
1514
+ string;
1163
1515
  /** JSONP */
1164
- callback?: string;
1516
+ callback?:
1517
+ string;
1165
1518
  /** Selector specifying which fields to include in a partial response. */
1166
- fields?: string;
1519
+ fields?:
1520
+ string;
1167
1521
  /** 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. */
1168
- key?: string;
1522
+ key?:
1523
+ string;
1169
1524
  /** OAuth 2.0 token for the current user. */
1170
- oauth_token?: string;
1525
+ oauth_token?:
1526
+ string;
1171
1527
  /** Returns response with indentations and line breaks. */
1172
- prettyPrint?: boolean;
1528
+ prettyPrint?:
1529
+ boolean;
1173
1530
  /** 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. */
1174
- quotaUser?: string;
1531
+ quotaUser?:
1532
+ string;
1175
1533
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1176
- upload_protocol?: string;
1534
+ upload_protocol?:
1535
+ string;
1177
1536
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1178
- uploadType?: string;
1537
+ uploadType?:
1538
+ string;
1179
1539
  /** Request body */
1180
- resource: SearchOrganizationsRequest;
1540
+ resource:
1541
+ SearchOrganizationsRequest;
1181
1542
  }): Request<SearchOrganizationsResponse>;
1182
1543
  search(request: {
1183
1544
  /** V1 error format. */
1184
- "$.xgafv"?: string;
1545
+ "$.xgafv"?:
1546
+ string;
1185
1547
  /** OAuth access token. */
1186
- access_token?: string;
1548
+ access_token?:
1549
+ string;
1187
1550
  /** Data format for response. */
1188
- alt?: string;
1551
+ alt?:
1552
+ string;
1189
1553
  /** JSONP */
1190
- callback?: string;
1554
+ callback?:
1555
+ string;
1191
1556
  /** Selector specifying which fields to include in a partial response. */
1192
- fields?: string;
1557
+ fields?:
1558
+ string;
1193
1559
  /** 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. */
1194
- key?: string;
1560
+ key?:
1561
+ string;
1195
1562
  /** OAuth 2.0 token for the current user. */
1196
- oauth_token?: string;
1563
+ oauth_token?:
1564
+ string;
1197
1565
  /** Returns response with indentations and line breaks. */
1198
- prettyPrint?: boolean;
1566
+ prettyPrint?:
1567
+ boolean;
1199
1568
  /** 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. */
1200
- quotaUser?: string;
1569
+ quotaUser?:
1570
+ string;
1201
1571
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1202
- upload_protocol?: string;
1572
+ upload_protocol?:
1573
+ string;
1203
1574
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1204
- uploadType?: string;
1575
+ uploadType?:
1576
+ string;
1205
1577
  },
1206
1578
  body: SearchOrganizationsRequest): Request<SearchOrganizationsResponse>;
1207
1579
  /**
@@ -1210,32 +1582,44 @@ declare namespace gapi.client {
1210
1582
  */
1211
1583
  setIamPolicy(request: {
1212
1584
  /** V1 error format. */
1213
- "$.xgafv"?: string;
1585
+ "$.xgafv"?:
1586
+ string;
1214
1587
  /** OAuth access token. */
1215
- access_token?: string;
1588
+ access_token?:
1589
+ string;
1216
1590
  /** Data format for response. */
1217
- alt?: string;
1591
+ alt?:
1592
+ string;
1218
1593
  /** JSONP */
1219
- callback?: string;
1594
+ callback?:
1595
+ string;
1220
1596
  /** Selector specifying which fields to include in a partial response. */
1221
- fields?: string;
1597
+ fields?:
1598
+ string;
1222
1599
  /** 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. */
1223
- key?: string;
1600
+ key?:
1601
+ string;
1224
1602
  /** OAuth 2.0 token for the current user. */
1225
- oauth_token?: string;
1603
+ oauth_token?:
1604
+ string;
1226
1605
  /** Returns response with indentations and line breaks. */
1227
- prettyPrint?: boolean;
1606
+ prettyPrint?:
1607
+ boolean;
1228
1608
  /** 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. */
1229
- quotaUser?: string;
1609
+ quotaUser?:
1610
+ string;
1230
1611
  /**
1231
1612
  * 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
1232
1613
  * field.
1233
1614
  */
1234
- resource: string;
1615
+ resource:
1616
+ string;
1235
1617
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1236
- upload_protocol?: string;
1618
+ upload_protocol?:
1619
+ string;
1237
1620
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1238
- uploadType?: string;
1621
+ uploadType?:
1622
+ string;
1239
1623
  },
1240
1624
  body: SetIamPolicyRequest): Request<Policy>;
1241
1625
  /**
@@ -1244,29 +1628,41 @@ declare namespace gapi.client {
1244
1628
  */
1245
1629
  setOrgPolicy(request: {
1246
1630
  /** V1 error format. */
1247
- "$.xgafv"?: string;
1631
+ "$.xgafv"?:
1632
+ string;
1248
1633
  /** OAuth access token. */
1249
- access_token?: string;
1634
+ access_token?:
1635
+ string;
1250
1636
  /** Data format for response. */
1251
- alt?: string;
1637
+ alt?:
1638
+ string;
1252
1639
  /** JSONP */
1253
- callback?: string;
1640
+ callback?:
1641
+ string;
1254
1642
  /** Selector specifying which fields to include in a partial response. */
1255
- fields?: string;
1643
+ fields?:
1644
+ string;
1256
1645
  /** 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. */
1257
- key?: string;
1646
+ key?:
1647
+ string;
1258
1648
  /** OAuth 2.0 token for the current user. */
1259
- oauth_token?: string;
1649
+ oauth_token?:
1650
+ string;
1260
1651
  /** Returns response with indentations and line breaks. */
1261
- prettyPrint?: boolean;
1652
+ prettyPrint?:
1653
+ boolean;
1262
1654
  /** 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. */
1263
- quotaUser?: string;
1655
+ quotaUser?:
1656
+ string;
1264
1657
  /** Resource name of the resource to attach the `Policy`. */
1265
- resource: string;
1658
+ resource:
1659
+ string;
1266
1660
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1267
- upload_protocol?: string;
1661
+ upload_protocol?:
1662
+ string;
1268
1663
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1269
- uploadType?: string;
1664
+ uploadType?:
1665
+ string;
1270
1666
  },
1271
1667
  body: SetOrgPolicyRequest): Request<OrgPolicy>;
1272
1668
  /**
@@ -1275,32 +1671,44 @@ declare namespace gapi.client {
1275
1671
  */
1276
1672
  testIamPermissions(request: {
1277
1673
  /** V1 error format. */
1278
- "$.xgafv"?: string;
1674
+ "$.xgafv"?:
1675
+ string;
1279
1676
  /** OAuth access token. */
1280
- access_token?: string;
1677
+ access_token?:
1678
+ string;
1281
1679
  /** Data format for response. */
1282
- alt?: string;
1680
+ alt?:
1681
+ string;
1283
1682
  /** JSONP */
1284
- callback?: string;
1683
+ callback?:
1684
+ string;
1285
1685
  /** Selector specifying which fields to include in a partial response. */
1286
- fields?: string;
1686
+ fields?:
1687
+ string;
1287
1688
  /** 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. */
1288
- key?: string;
1689
+ key?:
1690
+ string;
1289
1691
  /** OAuth 2.0 token for the current user. */
1290
- oauth_token?: string;
1692
+ oauth_token?:
1693
+ string;
1291
1694
  /** Returns response with indentations and line breaks. */
1292
- prettyPrint?: boolean;
1695
+ prettyPrint?:
1696
+ boolean;
1293
1697
  /** 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. */
1294
- quotaUser?: string;
1698
+ quotaUser?:
1699
+ string;
1295
1700
  /**
1296
1701
  * 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
1297
1702
  * this field.
1298
1703
  */
1299
- resource: string;
1704
+ resource:
1705
+ string;
1300
1706
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1301
- upload_protocol?: string;
1707
+ upload_protocol?:
1708
+ string;
1302
1709
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1303
- uploadType?: string;
1710
+ uploadType?:
1711
+ string;
1304
1712
  },
1305
1713
  body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
1306
1714
  }
@@ -1308,29 +1716,41 @@ declare namespace gapi.client {
1308
1716
  /** Clears a `Policy` from a resource. */
1309
1717
  clearOrgPolicy(request: {
1310
1718
  /** V1 error format. */
1311
- "$.xgafv"?: string;
1719
+ "$.xgafv"?:
1720
+ string;
1312
1721
  /** OAuth access token. */
1313
- access_token?: string;
1722
+ access_token?:
1723
+ string;
1314
1724
  /** Data format for response. */
1315
- alt?: string;
1725
+ alt?:
1726
+ string;
1316
1727
  /** JSONP */
1317
- callback?: string;
1728
+ callback?:
1729
+ string;
1318
1730
  /** Selector specifying which fields to include in a partial response. */
1319
- fields?: string;
1731
+ fields?:
1732
+ string;
1320
1733
  /** 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. */
1321
- key?: string;
1734
+ key?:
1735
+ string;
1322
1736
  /** OAuth 2.0 token for the current user. */
1323
- oauth_token?: string;
1737
+ oauth_token?:
1738
+ string;
1324
1739
  /** Returns response with indentations and line breaks. */
1325
- prettyPrint?: boolean;
1740
+ prettyPrint?:
1741
+ boolean;
1326
1742
  /** 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. */
1327
- quotaUser?: string;
1743
+ quotaUser?:
1744
+ string;
1328
1745
  /** Name of the resource for the `Policy` to clear. */
1329
- resource: string;
1746
+ resource:
1747
+ string;
1330
1748
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1331
- upload_protocol?: string;
1749
+ upload_protocol?:
1750
+ string;
1332
1751
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1333
- uploadType?: string;
1752
+ uploadType?:
1753
+ string;
1334
1754
  },
1335
1755
  body: ClearOrgPolicyRequest): Request<{}>;
1336
1756
  /**
@@ -1342,53 +1762,76 @@ declare namespace gapi.client {
1342
1762
  */
1343
1763
  create(request: {
1344
1764
  /** V1 error format. */
1345
- "$.xgafv"?: string;
1765
+ "$.xgafv"?:
1766
+ string;
1346
1767
  /** OAuth access token. */
1347
- access_token?: string;
1768
+ access_token?:
1769
+ string;
1348
1770
  /** Data format for response. */
1349
- alt?: string;
1771
+ alt?:
1772
+ string;
1350
1773
  /** JSONP */
1351
- callback?: string;
1774
+ callback?:
1775
+ string;
1352
1776
  /** Selector specifying which fields to include in a partial response. */
1353
- fields?: string;
1777
+ fields?:
1778
+ string;
1354
1779
  /** 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. */
1355
- key?: string;
1780
+ key?:
1781
+ string;
1356
1782
  /** OAuth 2.0 token for the current user. */
1357
- oauth_token?: string;
1783
+ oauth_token?:
1784
+ string;
1358
1785
  /** Returns response with indentations and line breaks. */
1359
- prettyPrint?: boolean;
1786
+ prettyPrint?:
1787
+ boolean;
1360
1788
  /** 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. */
1361
- quotaUser?: string;
1789
+ quotaUser?:
1790
+ string;
1362
1791
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1363
- upload_protocol?: string;
1792
+ upload_protocol?:
1793
+ string;
1364
1794
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1365
- uploadType?: string;
1795
+ uploadType?:
1796
+ string;
1366
1797
  /** Request body */
1367
- resource: Project;
1798
+ resource:
1799
+ Project;
1368
1800
  }): Request<Operation>;
1369
1801
  create(request: {
1370
1802
  /** V1 error format. */
1371
- "$.xgafv"?: string;
1803
+ "$.xgafv"?:
1804
+ string;
1372
1805
  /** OAuth access token. */
1373
- access_token?: string;
1806
+ access_token?:
1807
+ string;
1374
1808
  /** Data format for response. */
1375
- alt?: string;
1809
+ alt?:
1810
+ string;
1376
1811
  /** JSONP */
1377
- callback?: string;
1812
+ callback?:
1813
+ string;
1378
1814
  /** Selector specifying which fields to include in a partial response. */
1379
- fields?: string;
1815
+ fields?:
1816
+ string;
1380
1817
  /** 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. */
1381
- key?: string;
1818
+ key?:
1819
+ string;
1382
1820
  /** OAuth 2.0 token for the current user. */
1383
- oauth_token?: string;
1821
+ oauth_token?:
1822
+ string;
1384
1823
  /** Returns response with indentations and line breaks. */
1385
- prettyPrint?: boolean;
1824
+ prettyPrint?:
1825
+ boolean;
1386
1826
  /** 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. */
1387
- quotaUser?: string;
1827
+ quotaUser?:
1828
+ string;
1388
1829
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1389
- upload_protocol?: string;
1830
+ upload_protocol?:
1831
+ string;
1390
1832
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1391
- uploadType?: string;
1833
+ uploadType?:
1834
+ string;
1392
1835
  },
1393
1836
  body: Project): Request<Operation>;
1394
1837
  /**
@@ -1400,56 +1843,80 @@ declare namespace gapi.client {
1400
1843
  */
1401
1844
  delete(request?: {
1402
1845
  /** V1 error format. */
1403
- "$.xgafv"?: string;
1846
+ "$.xgafv"?:
1847
+ string;
1404
1848
  /** OAuth access token. */
1405
- access_token?: string;
1849
+ access_token?:
1850
+ string;
1406
1851
  /** Data format for response. */
1407
- alt?: string;
1852
+ alt?:
1853
+ string;
1408
1854
  /** JSONP */
1409
- callback?: string;
1855
+ callback?:
1856
+ string;
1410
1857
  /** Selector specifying which fields to include in a partial response. */
1411
- fields?: string;
1858
+ fields?:
1859
+ string;
1412
1860
  /** 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. */
1413
- key?: string;
1861
+ key?:
1862
+ string;
1414
1863
  /** OAuth 2.0 token for the current user. */
1415
- oauth_token?: string;
1864
+ oauth_token?:
1865
+ string;
1416
1866
  /** Returns response with indentations and line breaks. */
1417
- prettyPrint?: boolean;
1867
+ prettyPrint?:
1868
+ boolean;
1418
1869
  /** The Project ID (for example, `foo-bar-123`). Required. */
1419
- projectId: string;
1870
+ projectId:
1871
+ string;
1420
1872
  /** 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. */
1421
- quotaUser?: string;
1873
+ quotaUser?:
1874
+ string;
1422
1875
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1423
- upload_protocol?: string;
1876
+ upload_protocol?:
1877
+ string;
1424
1878
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1425
- uploadType?: string;
1879
+ uploadType?:
1880
+ string;
1426
1881
  }): Request<{}>;
1427
1882
  /** Retrieves the Project identified by the specified `project_id` (for example, `my-project-123`). The caller must have read permissions for this Project. */
1428
1883
  get(request?: {
1429
1884
  /** V1 error format. */
1430
- "$.xgafv"?: string;
1885
+ "$.xgafv"?:
1886
+ string;
1431
1887
  /** OAuth access token. */
1432
- access_token?: string;
1888
+ access_token?:
1889
+ string;
1433
1890
  /** Data format for response. */
1434
- alt?: string;
1891
+ alt?:
1892
+ string;
1435
1893
  /** JSONP */
1436
- callback?: string;
1894
+ callback?:
1895
+ string;
1437
1896
  /** Selector specifying which fields to include in a partial response. */
1438
- fields?: string;
1897
+ fields?:
1898
+ string;
1439
1899
  /** 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. */
1440
- key?: string;
1900
+ key?:
1901
+ string;
1441
1902
  /** OAuth 2.0 token for the current user. */
1442
- oauth_token?: string;
1903
+ oauth_token?:
1904
+ string;
1443
1905
  /** Returns response with indentations and line breaks. */
1444
- prettyPrint?: boolean;
1906
+ prettyPrint?:
1907
+ boolean;
1445
1908
  /** Required. The Project ID (for example, `my-project-123`). */
1446
- projectId: string;
1909
+ projectId:
1910
+ string;
1447
1911
  /** 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. */
1448
- quotaUser?: string;
1912
+ quotaUser?:
1913
+ string;
1449
1914
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1450
- upload_protocol?: string;
1915
+ upload_protocol?:
1916
+ string;
1451
1917
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1452
- uploadType?: string;
1918
+ uploadType?:
1919
+ string;
1453
1920
  }): Request<Project>;
1454
1921
  /**
1455
1922
  * Gets a list of ancestors in the resource hierarchy for the Project identified by the specified `project_id` (for example, `my-project-123`). The caller must have read permissions
@@ -1457,57 +1924,82 @@ declare namespace gapi.client {
1457
1924
  */
1458
1925
  getAncestry(request: {
1459
1926
  /** V1 error format. */
1460
- "$.xgafv"?: string;
1927
+ "$.xgafv"?:
1928
+ string;
1461
1929
  /** OAuth access token. */
1462
- access_token?: string;
1930
+ access_token?:
1931
+ string;
1463
1932
  /** Data format for response. */
1464
- alt?: string;
1933
+ alt?:
1934
+ string;
1465
1935
  /** JSONP */
1466
- callback?: string;
1936
+ callback?:
1937
+ string;
1467
1938
  /** Selector specifying which fields to include in a partial response. */
1468
- fields?: string;
1939
+ fields?:
1940
+ string;
1469
1941
  /** 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. */
1470
- key?: string;
1942
+ key?:
1943
+ string;
1471
1944
  /** OAuth 2.0 token for the current user. */
1472
- oauth_token?: string;
1945
+ oauth_token?:
1946
+ string;
1473
1947
  /** Returns response with indentations and line breaks. */
1474
- prettyPrint?: boolean;
1948
+ prettyPrint?:
1949
+ boolean;
1475
1950
  /** Required. The Project ID (for example, `my-project-123`). */
1476
- projectId: string;
1951
+ projectId:
1952
+ string;
1477
1953
  /** 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. */
1478
- quotaUser?: string;
1954
+ quotaUser?:
1955
+ string;
1479
1956
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1480
- upload_protocol?: string;
1957
+ upload_protocol?:
1958
+ string;
1481
1959
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1482
- uploadType?: string;
1960
+ uploadType?:
1961
+ string;
1483
1962
  /** Request body */
1484
- resource: GetAncestryRequest;
1963
+ resource:
1964
+ GetAncestryRequest;
1485
1965
  }): Request<GetAncestryResponse>;
1486
1966
  getAncestry(request: {
1487
1967
  /** V1 error format. */
1488
- "$.xgafv"?: string;
1968
+ "$.xgafv"?:
1969
+ string;
1489
1970
  /** OAuth access token. */
1490
- access_token?: string;
1971
+ access_token?:
1972
+ string;
1491
1973
  /** Data format for response. */
1492
- alt?: string;
1974
+ alt?:
1975
+ string;
1493
1976
  /** JSONP */
1494
- callback?: string;
1977
+ callback?:
1978
+ string;
1495
1979
  /** Selector specifying which fields to include in a partial response. */
1496
- fields?: string;
1980
+ fields?:
1981
+ string;
1497
1982
  /** 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?: string;
1983
+ key?:
1984
+ string;
1499
1985
  /** OAuth 2.0 token for the current user. */
1500
- oauth_token?: string;
1986
+ oauth_token?:
1987
+ string;
1501
1988
  /** Returns response with indentations and line breaks. */
1502
- prettyPrint?: boolean;
1989
+ prettyPrint?:
1990
+ boolean;
1503
1991
  /** Required. The Project ID (for example, `my-project-123`). */
1504
- projectId: string;
1992
+ projectId:
1993
+ string;
1505
1994
  /** 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. */
1506
- quotaUser?: string;
1995
+ quotaUser?:
1996
+ string;
1507
1997
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1508
- upload_protocol?: string;
1998
+ upload_protocol?:
1999
+ string;
1509
2000
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1510
- uploadType?: string;
2001
+ uploadType?:
2002
+ string;
1511
2003
  },
1512
2004
  body: GetAncestryRequest): Request<GetAncestryResponse>;
1513
2005
  /**
@@ -1516,29 +2008,41 @@ declare namespace gapi.client {
1516
2008
  */
1517
2009
  getEffectiveOrgPolicy(request: {
1518
2010
  /** V1 error format. */
1519
- "$.xgafv"?: string;
2011
+ "$.xgafv"?:
2012
+ string;
1520
2013
  /** OAuth access token. */
1521
- access_token?: string;
2014
+ access_token?:
2015
+ string;
1522
2016
  /** Data format for response. */
1523
- alt?: string;
2017
+ alt?:
2018
+ string;
1524
2019
  /** JSONP */
1525
- callback?: string;
2020
+ callback?:
2021
+ string;
1526
2022
  /** Selector specifying which fields to include in a partial response. */
1527
- fields?: string;
2023
+ fields?:
2024
+ string;
1528
2025
  /** 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. */
1529
- key?: string;
2026
+ key?:
2027
+ string;
1530
2028
  /** OAuth 2.0 token for the current user. */
1531
- oauth_token?: string;
2029
+ oauth_token?:
2030
+ string;
1532
2031
  /** Returns response with indentations and line breaks. */
1533
- prettyPrint?: boolean;
2032
+ prettyPrint?:
2033
+ boolean;
1534
2034
  /** 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. */
1535
- quotaUser?: string;
2035
+ quotaUser?:
2036
+ string;
1536
2037
  /** The name of the resource to start computing the effective `Policy`. */
1537
- resource: string;
2038
+ resource:
2039
+ string;
1538
2040
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1539
- upload_protocol?: string;
2041
+ upload_protocol?:
2042
+ string;
1540
2043
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1541
- uploadType?: string;
2044
+ uploadType?:
2045
+ string;
1542
2046
  },
1543
2047
  body: GetEffectiveOrgPolicyRequest): Request<OrgPolicy>;
1544
2048
  /**
@@ -1548,32 +2052,44 @@ declare namespace gapi.client {
1548
2052
  */
1549
2053
  getIamPolicy(request: {
1550
2054
  /** V1 error format. */
1551
- "$.xgafv"?: string;
2055
+ "$.xgafv"?:
2056
+ string;
1552
2057
  /** OAuth access token. */
1553
- access_token?: string;
2058
+ access_token?:
2059
+ string;
1554
2060
  /** Data format for response. */
1555
- alt?: string;
2061
+ alt?:
2062
+ string;
1556
2063
  /** JSONP */
1557
- callback?: string;
2064
+ callback?:
2065
+ string;
1558
2066
  /** Selector specifying which fields to include in a partial response. */
1559
- fields?: string;
2067
+ fields?:
2068
+ string;
1560
2069
  /** 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. */
1561
- key?: string;
2070
+ key?:
2071
+ string;
1562
2072
  /** OAuth 2.0 token for the current user. */
1563
- oauth_token?: string;
2073
+ oauth_token?:
2074
+ string;
1564
2075
  /** Returns response with indentations and line breaks. */
1565
- prettyPrint?: boolean;
2076
+ prettyPrint?:
2077
+ boolean;
1566
2078
  /** 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. */
1567
- quotaUser?: string;
2079
+ quotaUser?:
2080
+ string;
1568
2081
  /**
1569
2082
  * 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
1570
2083
  * field.
1571
2084
  */
1572
- resource: string;
2085
+ resource:
2086
+ string;
1573
2087
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1574
- upload_protocol?: string;
2088
+ upload_protocol?:
2089
+ string;
1575
2090
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1576
- uploadType?: string;
2091
+ uploadType?:
2092
+ string;
1577
2093
  },
1578
2094
  body: GetIamPolicyRequest): Request<Policy>;
1579
2095
  /**
@@ -1582,29 +2098,41 @@ declare namespace gapi.client {
1582
2098
  */
1583
2099
  getOrgPolicy(request: {
1584
2100
  /** V1 error format. */
1585
- "$.xgafv"?: string;
2101
+ "$.xgafv"?:
2102
+ string;
1586
2103
  /** OAuth access token. */
1587
- access_token?: string;
2104
+ access_token?:
2105
+ string;
1588
2106
  /** Data format for response. */
1589
- alt?: string;
2107
+ alt?:
2108
+ string;
1590
2109
  /** JSONP */
1591
- callback?: string;
2110
+ callback?:
2111
+ string;
1592
2112
  /** Selector specifying which fields to include in a partial response. */
1593
- fields?: string;
2113
+ fields?:
2114
+ string;
1594
2115
  /** 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. */
1595
- key?: string;
2116
+ key?:
2117
+ string;
1596
2118
  /** OAuth 2.0 token for the current user. */
1597
- oauth_token?: string;
2119
+ oauth_token?:
2120
+ string;
1598
2121
  /** Returns response with indentations and line breaks. */
1599
- prettyPrint?: boolean;
2122
+ prettyPrint?:
2123
+ boolean;
1600
2124
  /** 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. */
1601
- quotaUser?: string;
2125
+ quotaUser?:
2126
+ string;
1602
2127
  /** Name of the resource the `Policy` is set on. */
1603
- resource: string;
2128
+ resource:
2129
+ string;
1604
2130
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1605
- upload_protocol?: string;
2131
+ upload_protocol?:
2132
+ string;
1606
2133
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1607
- uploadType?: string;
2134
+ uploadType?:
2135
+ string;
1608
2136
  },
1609
2137
  body: GetOrgPolicyRequest): Request<OrgPolicy>;
1610
2138
  /**
@@ -1616,15 +2144,20 @@ declare namespace gapi.client {
1616
2144
  */
1617
2145
  list(request?: {
1618
2146
  /** V1 error format. */
1619
- "$.xgafv"?: string;
2147
+ "$.xgafv"?:
2148
+ string;
1620
2149
  /** OAuth access token. */
1621
- access_token?: string;
2150
+ access_token?:
2151
+ string;
1622
2152
  /** Data format for response. */
1623
- alt?: string;
2153
+ alt?:
2154
+ string;
1624
2155
  /** JSONP */
1625
- callback?: string;
2156
+ callback?:
2157
+ string;
1626
2158
  /** Selector specifying which fields to include in a partial response. */
1627
- fields?: string;
2159
+ fields?:
2160
+ string;
1628
2161
  /**
1629
2162
  * Optional. An expression for filtering the results of the request. Filter rules are case insensitive. If multiple fields are included in a filter query, the query will return
1630
2163
  * results that match any of the fields. Some eligible fields for filtering are: + `name` + `id` + `labels.` (where *key* is the name of a label) + `parent.type` + `parent.id` +
@@ -1636,78 +2169,111 @@ declare namespace gapi.client {
1636
2169
  * caller must have the `resourcemanager.projects.list` permission on the parent and the filter must contain both a `parent.type` and a `parent.id` restriction (example:
1637
2170
  * "parent.type:folder parent.id:123"). In this case an alternate search index is used which provides more consistent results.
1638
2171
  */
1639
- filter?: string;
2172
+ filter?:
2173
+ string;
1640
2174
  /** 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. */
1641
- key?: string;
2175
+ key?:
2176
+ string;
1642
2177
  /** OAuth 2.0 token for the current user. */
1643
- oauth_token?: string;
2178
+ oauth_token?:
2179
+ string;
1644
2180
  /** Optional. The maximum number of Projects to return in the response. The server can return fewer Projects than requested. If unspecified, server picks an appropriate default. */
1645
- pageSize?: number;
2181
+ pageSize?:
2182
+ number;
1646
2183
  /** Optional. A pagination token returned from a previous call to ListProjects that indicates from where listing should continue. */
1647
- pageToken?: string;
2184
+ pageToken?:
2185
+ string;
1648
2186
  /** Returns response with indentations and line breaks. */
1649
- prettyPrint?: boolean;
2187
+ prettyPrint?:
2188
+ boolean;
1650
2189
  /** 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. */
1651
- quotaUser?: string;
2190
+ quotaUser?:
2191
+ string;
1652
2192
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1653
- upload_protocol?: string;
2193
+ upload_protocol?:
2194
+ string;
1654
2195
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1655
- uploadType?: string;
2196
+ uploadType?:
2197
+ string;
1656
2198
  }): Request<ListProjectsResponse>;
1657
2199
  /** Lists `Constraints` that could be applied on the specified resource. */
1658
2200
  listAvailableOrgPolicyConstraints(request: {
1659
2201
  /** V1 error format. */
1660
- "$.xgafv"?: string;
2202
+ "$.xgafv"?:
2203
+ string;
1661
2204
  /** OAuth access token. */
1662
- access_token?: string;
2205
+ access_token?:
2206
+ string;
1663
2207
  /** Data format for response. */
1664
- alt?: string;
2208
+ alt?:
2209
+ string;
1665
2210
  /** JSONP */
1666
- callback?: string;
2211
+ callback?:
2212
+ string;
1667
2213
  /** Selector specifying which fields to include in a partial response. */
1668
- fields?: string;
2214
+ fields?:
2215
+ string;
1669
2216
  /** 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. */
1670
- key?: string;
2217
+ key?:
2218
+ string;
1671
2219
  /** OAuth 2.0 token for the current user. */
1672
- oauth_token?: string;
2220
+ oauth_token?:
2221
+ string;
1673
2222
  /** Returns response with indentations and line breaks. */
1674
- prettyPrint?: boolean;
2223
+ prettyPrint?:
2224
+ boolean;
1675
2225
  /** 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. */
1676
- quotaUser?: string;
2226
+ quotaUser?:
2227
+ string;
1677
2228
  /** Name of the resource to list `Constraints` for. */
1678
- resource: string;
2229
+ resource:
2230
+ string;
1679
2231
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1680
- upload_protocol?: string;
2232
+ upload_protocol?:
2233
+ string;
1681
2234
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1682
- uploadType?: string;
2235
+ uploadType?:
2236
+ string;
1683
2237
  },
1684
2238
  body: ListAvailableOrgPolicyConstraintsRequest): Request<ListAvailableOrgPolicyConstraintsResponse>;
1685
2239
  /** Lists all the `Policies` set for a particular resource. */
1686
2240
  listOrgPolicies(request: {
1687
2241
  /** V1 error format. */
1688
- "$.xgafv"?: string;
2242
+ "$.xgafv"?:
2243
+ string;
1689
2244
  /** OAuth access token. */
1690
- access_token?: string;
2245
+ access_token?:
2246
+ string;
1691
2247
  /** Data format for response. */
1692
- alt?: string;
2248
+ alt?:
2249
+ string;
1693
2250
  /** JSONP */
1694
- callback?: string;
2251
+ callback?:
2252
+ string;
1695
2253
  /** Selector specifying which fields to include in a partial response. */
1696
- fields?: string;
2254
+ fields?:
2255
+ string;
1697
2256
  /** 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. */
1698
- key?: string;
2257
+ key?:
2258
+ string;
1699
2259
  /** OAuth 2.0 token for the current user. */
1700
- oauth_token?: string;
2260
+ oauth_token?:
2261
+ string;
1701
2262
  /** Returns response with indentations and line breaks. */
1702
- prettyPrint?: boolean;
2263
+ prettyPrint?:
2264
+ boolean;
1703
2265
  /** 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. */
1704
- quotaUser?: string;
2266
+ quotaUser?:
2267
+ string;
1705
2268
  /** Name of the resource to list Policies for. */
1706
- resource: string;
2269
+ resource:
2270
+ string;
1707
2271
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1708
- upload_protocol?: string;
2272
+ upload_protocol?:
2273
+ string;
1709
2274
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1710
- uploadType?: string;
2275
+ uploadType?:
2276
+ string;
1711
2277
  },
1712
2278
  body: ListOrgPoliciesRequest): Request<ListOrgPoliciesResponse>;
1713
2279
  /**
@@ -1728,32 +2294,44 @@ declare namespace gapi.client {
1728
2294
  */
1729
2295
  setIamPolicy(request: {
1730
2296
  /** V1 error format. */
1731
- "$.xgafv"?: string;
2297
+ "$.xgafv"?:
2298
+ string;
1732
2299
  /** OAuth access token. */
1733
- access_token?: string;
2300
+ access_token?:
2301
+ string;
1734
2302
  /** Data format for response. */
1735
- alt?: string;
2303
+ alt?:
2304
+ string;
1736
2305
  /** JSONP */
1737
- callback?: string;
2306
+ callback?:
2307
+ string;
1738
2308
  /** Selector specifying which fields to include in a partial response. */
1739
- fields?: string;
2309
+ fields?:
2310
+ string;
1740
2311
  /** 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. */
1741
- key?: string;
2312
+ key?:
2313
+ string;
1742
2314
  /** OAuth 2.0 token for the current user. */
1743
- oauth_token?: string;
2315
+ oauth_token?:
2316
+ string;
1744
2317
  /** Returns response with indentations and line breaks. */
1745
- prettyPrint?: boolean;
2318
+ prettyPrint?:
2319
+ boolean;
1746
2320
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1747
- quotaUser?: string;
2321
+ quotaUser?:
2322
+ string;
1748
2323
  /**
1749
2324
  * 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
1750
2325
  * field.
1751
2326
  */
1752
- resource: string;
2327
+ resource:
2328
+ string;
1753
2329
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1754
- upload_protocol?: string;
2330
+ upload_protocol?:
2331
+ string;
1755
2332
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1756
- uploadType?: string;
2333
+ uploadType?:
2334
+ string;
1757
2335
  },
1758
2336
  body: SetIamPolicyRequest): Request<Policy>;
1759
2337
  /**
@@ -1762,29 +2340,41 @@ declare namespace gapi.client {
1762
2340
  */
1763
2341
  setOrgPolicy(request: {
1764
2342
  /** V1 error format. */
1765
- "$.xgafv"?: string;
2343
+ "$.xgafv"?:
2344
+ string;
1766
2345
  /** OAuth access token. */
1767
- access_token?: string;
2346
+ access_token?:
2347
+ string;
1768
2348
  /** Data format for response. */
1769
- alt?: string;
2349
+ alt?:
2350
+ string;
1770
2351
  /** JSONP */
1771
- callback?: string;
2352
+ callback?:
2353
+ string;
1772
2354
  /** Selector specifying which fields to include in a partial response. */
1773
- fields?: string;
2355
+ fields?:
2356
+ string;
1774
2357
  /** 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. */
1775
- key?: string;
2358
+ key?:
2359
+ string;
1776
2360
  /** OAuth 2.0 token for the current user. */
1777
- oauth_token?: string;
2361
+ oauth_token?:
2362
+ string;
1778
2363
  /** Returns response with indentations and line breaks. */
1779
- prettyPrint?: boolean;
2364
+ prettyPrint?:
2365
+ boolean;
1780
2366
  /** 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. */
1781
- quotaUser?: string;
2367
+ quotaUser?:
2368
+ string;
1782
2369
  /** Resource name of the resource to attach the `Policy`. */
1783
- resource: string;
2370
+ resource:
2371
+ string;
1784
2372
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1785
- upload_protocol?: string;
2373
+ upload_protocol?:
2374
+ string;
1786
2375
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1787
- uploadType?: string;
2376
+ uploadType?:
2377
+ string;
1788
2378
  },
1789
2379
  body: SetOrgPolicyRequest): Request<OrgPolicy>;
1790
2380
  /**
@@ -1793,32 +2383,44 @@ declare namespace gapi.client {
1793
2383
  */
1794
2384
  testIamPermissions(request: {
1795
2385
  /** V1 error format. */
1796
- "$.xgafv"?: string;
2386
+ "$.xgafv"?:
2387
+ string;
1797
2388
  /** OAuth access token. */
1798
- access_token?: string;
2389
+ access_token?:
2390
+ string;
1799
2391
  /** Data format for response. */
1800
- alt?: string;
2392
+ alt?:
2393
+ string;
1801
2394
  /** JSONP */
1802
- callback?: string;
2395
+ callback?:
2396
+ string;
1803
2397
  /** Selector specifying which fields to include in a partial response. */
1804
- fields?: string;
2398
+ fields?:
2399
+ string;
1805
2400
  /** 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. */
1806
- key?: string;
2401
+ key?:
2402
+ string;
1807
2403
  /** OAuth 2.0 token for the current user. */
1808
- oauth_token?: string;
2404
+ oauth_token?:
2405
+ string;
1809
2406
  /** Returns response with indentations and line breaks. */
1810
- prettyPrint?: boolean;
2407
+ prettyPrint?:
2408
+ boolean;
1811
2409
  /** 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. */
1812
- quotaUser?: string;
2410
+ quotaUser?:
2411
+ string;
1813
2412
  /**
1814
2413
  * 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
1815
2414
  * this field.
1816
2415
  */
1817
- resource: string;
2416
+ resource:
2417
+ string;
1818
2418
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1819
- upload_protocol?: string;
2419
+ upload_protocol?:
2420
+ string;
1820
2421
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1821
- uploadType?: string;
2422
+ uploadType?:
2423
+ string;
1822
2424
  },
1823
2425
  body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
1824
2426
  /**
@@ -1827,113 +2429,163 @@ declare namespace gapi.client {
1827
2429
  */
1828
2430
  undelete(request: {
1829
2431
  /** V1 error format. */
1830
- "$.xgafv"?: string;
2432
+ "$.xgafv"?:
2433
+ string;
1831
2434
  /** OAuth access token. */
1832
- access_token?: string;
2435
+ access_token?:
2436
+ string;
1833
2437
  /** Data format for response. */
1834
- alt?: string;
2438
+ alt?:
2439
+ string;
1835
2440
  /** JSONP */
1836
- callback?: string;
2441
+ callback?:
2442
+ string;
1837
2443
  /** Selector specifying which fields to include in a partial response. */
1838
- fields?: string;
2444
+ fields?:
2445
+ string;
1839
2446
  /** 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. */
1840
- key?: string;
2447
+ key?:
2448
+ string;
1841
2449
  /** OAuth 2.0 token for the current user. */
1842
- oauth_token?: string;
2450
+ oauth_token?:
2451
+ string;
1843
2452
  /** Returns response with indentations and line breaks. */
1844
- prettyPrint?: boolean;
2453
+ prettyPrint?:
2454
+ boolean;
1845
2455
  /** Required. The project ID (for example, `foo-bar-123`). */
1846
- projectId: string;
2456
+ projectId:
2457
+ string;
1847
2458
  /** 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. */
1848
- quotaUser?: string;
2459
+ quotaUser?:
2460
+ string;
1849
2461
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1850
- upload_protocol?: string;
2462
+ upload_protocol?:
2463
+ string;
1851
2464
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1852
- uploadType?: string;
2465
+ uploadType?:
2466
+ string;
1853
2467
  /** Request body */
1854
- resource: UndeleteProjectRequest;
2468
+ resource:
2469
+ UndeleteProjectRequest;
1855
2470
  }): Request<{}>;
1856
2471
  undelete(request: {
1857
2472
  /** V1 error format. */
1858
- "$.xgafv"?: string;
2473
+ "$.xgafv"?:
2474
+ string;
1859
2475
  /** OAuth access token. */
1860
- access_token?: string;
2476
+ access_token?:
2477
+ string;
1861
2478
  /** Data format for response. */
1862
- alt?: string;
2479
+ alt?:
2480
+ string;
1863
2481
  /** JSONP */
1864
- callback?: string;
2482
+ callback?:
2483
+ string;
1865
2484
  /** Selector specifying which fields to include in a partial response. */
1866
- fields?: string;
2485
+ fields?:
2486
+ string;
1867
2487
  /** 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. */
1868
- key?: string;
2488
+ key?:
2489
+ string;
1869
2490
  /** OAuth 2.0 token for the current user. */
1870
- oauth_token?: string;
2491
+ oauth_token?:
2492
+ string;
1871
2493
  /** Returns response with indentations and line breaks. */
1872
- prettyPrint?: boolean;
2494
+ prettyPrint?:
2495
+ boolean;
1873
2496
  /** Required. The project ID (for example, `foo-bar-123`). */
1874
- projectId: string;
2497
+ projectId:
2498
+ string;
1875
2499
  /** 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. */
1876
- quotaUser?: string;
2500
+ quotaUser?:
2501
+ string;
1877
2502
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1878
- upload_protocol?: string;
2503
+ upload_protocol?:
2504
+ string;
1879
2505
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1880
- uploadType?: string;
2506
+ uploadType?:
2507
+ string;
1881
2508
  },
1882
2509
  body: UndeleteProjectRequest): Request<{}>;
1883
2510
  /** Updates the attributes of the Project identified by the specified `project_id` (for example, `my-project-123`). The caller must have modify permissions for this Project. */
1884
2511
  update(request: {
1885
2512
  /** V1 error format. */
1886
- "$.xgafv"?: string;
2513
+ "$.xgafv"?:
2514
+ string;
1887
2515
  /** OAuth access token. */
1888
- access_token?: string;
2516
+ access_token?:
2517
+ string;
1889
2518
  /** Data format for response. */
1890
- alt?: string;
2519
+ alt?:
2520
+ string;
1891
2521
  /** JSONP */
1892
- callback?: string;
2522
+ callback?:
2523
+ string;
1893
2524
  /** Selector specifying which fields to include in a partial response. */
1894
- fields?: string;
2525
+ fields?:
2526
+ string;
1895
2527
  /** 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. */
1896
- key?: string;
2528
+ key?:
2529
+ string;
1897
2530
  /** OAuth 2.0 token for the current user. */
1898
- oauth_token?: string;
2531
+ oauth_token?:
2532
+ string;
1899
2533
  /** Returns response with indentations and line breaks. */
1900
- prettyPrint?: boolean;
2534
+ prettyPrint?:
2535
+ boolean;
1901
2536
  /** The project ID (for example, `my-project-123`). Required. */
1902
- projectId: string;
2537
+ projectId:
2538
+ string;
1903
2539
  /** 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. */
1904
- quotaUser?: string;
2540
+ quotaUser?:
2541
+ string;
1905
2542
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1906
- upload_protocol?: string;
2543
+ upload_protocol?:
2544
+ string;
1907
2545
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1908
- uploadType?: string;
2546
+ uploadType?:
2547
+ string;
1909
2548
  /** Request body */
1910
- resource: Project;
2549
+ resource:
2550
+ Project;
1911
2551
  }): Request<Project>;
1912
2552
  update(request: {
1913
2553
  /** V1 error format. */
1914
- "$.xgafv"?: string;
2554
+ "$.xgafv"?:
2555
+ string;
1915
2556
  /** OAuth access token. */
1916
- access_token?: string;
2557
+ access_token?:
2558
+ string;
1917
2559
  /** Data format for response. */
1918
- alt?: string;
2560
+ alt?:
2561
+ string;
1919
2562
  /** JSONP */
1920
- callback?: string;
2563
+ callback?:
2564
+ string;
1921
2565
  /** Selector specifying which fields to include in a partial response. */
1922
- fields?: string;
2566
+ fields?:
2567
+ string;
1923
2568
  /** 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. */
1924
- key?: string;
2569
+ key?:
2570
+ string;
1925
2571
  /** OAuth 2.0 token for the current user. */
1926
- oauth_token?: string;
2572
+ oauth_token?:
2573
+ string;
1927
2574
  /** Returns response with indentations and line breaks. */
1928
- prettyPrint?: boolean;
2575
+ prettyPrint?:
2576
+ boolean;
1929
2577
  /** The project ID (for example, `my-project-123`). Required. */
1930
- projectId: string;
2578
+ projectId:
2579
+ string;
1931
2580
  /** 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. */
1932
- quotaUser?: string;
2581
+ quotaUser?:
2582
+ string;
1933
2583
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1934
- upload_protocol?: string;
2584
+ upload_protocol?:
2585
+ string;
1935
2586
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1936
- uploadType?: string;
2587
+ uploadType?:
2588
+ string;
1937
2589
  },
1938
2590
  body: Project): Request<Project>;
1939
2591
  }