@maxim_mazurok/gapi.client.managedidentities-v1 0.0.20230323 → 0.0.20230505

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 +2097 -960
  2. package/package.json +1 -1
  3. package/tests.ts +17 -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://managedidentities.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230323
12
+ // Revision: 20230505
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -24,23 +24,31 @@ declare namespace gapi.client {
24
24
  namespace managedidentities {
25
25
  interface AttachTrustRequest {
26
26
  /** Required. The domain trust resource. */
27
- trust?: Trust;
27
+ trust?:
28
+ Trust;
28
29
  }
29
30
  interface Backup {
30
31
  /** Output only. The time the backups was created. */
31
- createTime?: string;
32
+ createTime?:
33
+ string;
32
34
  /** Optional. Resource labels to represent user provided metadata. */
33
- labels?: { [P in string]: string };
35
+ labels?:
36
+ { [P in string]: string };
34
37
  /** Output only. The unique name of the Backup in the form of `projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}` */
35
- name?: string;
38
+ name?:
39
+ string;
36
40
  /** Output only. The current state of the backup. */
37
- state?: string;
41
+ state?:
42
+ string;
38
43
  /** Output only. Additional information about the current status of this backup, if available. */
39
- statusMessage?: string;
44
+ statusMessage?:
45
+ string;
40
46
  /** Output only. Indicates whether it’s an on-demand backup or scheduled. */
41
- type?: string;
47
+ type?:
48
+ string;
42
49
  /** Output only. Last update time. */
43
- updateTime?: string;
50
+ updateTime?:
51
+ string;
44
52
  }
45
53
  interface Binding {
46
54
  /**
@@ -48,7 +56,8 @@ declare namespace gapi.client {
48
56
  * 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
49
57
  * resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
50
58
  */
51
- condition?: Expr;
59
+ condition?:
60
+ Expr;
52
61
  /**
53
62
  * 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
54
63
  * 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
@@ -65,180 +74,246 @@ declare namespace gapi.client {
65
74
  * 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
66
75
  * retains the role in the binding.
67
76
  */
68
- members?: string[];
77
+ members?:
78
+ string[];
69
79
  /** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. */
70
- role?: string;
80
+ role?:
81
+ string;
71
82
  }
72
83
  // tslint:disable-next-line:no-empty-interface
73
84
  interface CancelOperationRequest {
74
85
  }
75
86
  interface Certificate {
76
87
  /** The certificate expire time. */
77
- expireTime?: string;
88
+ expireTime?:
89
+ string;
78
90
  /** The issuer of this certificate. */
79
- issuingCertificate?: Certificate;
91
+ issuingCertificate?:
92
+ Certificate;
80
93
  /** The certificate subject. */
81
- subject?: string;
94
+ subject?:
95
+ string;
82
96
  /** The additional hostnames for the domain. */
83
- subjectAlternativeName?: string[];
97
+ subjectAlternativeName?:
98
+ string[];
84
99
  /** The certificate thumbprint which uniquely identifies the certificate. */
85
- thumbprint?: string;
100
+ thumbprint?:
101
+ string;
86
102
  }
87
103
  interface DailyCycle {
88
104
  /** Output only. Duration of the time window, set by service producer. */
89
- duration?: string;
105
+ duration?:
106
+ string;
90
107
  /** Time within the day to start the operations. */
91
- startTime?: TimeOfDay;
108
+ startTime?:
109
+ TimeOfDay;
92
110
  }
93
111
  interface Date {
94
112
  /** Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. */
95
- day?: number;
113
+ day?:
114
+ number;
96
115
  /** Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. */
97
- month?: number;
116
+ month?:
117
+ number;
98
118
  /** Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. */
99
- year?: number;
119
+ year?:
120
+ number;
100
121
  }
101
122
  interface DenyMaintenancePeriod {
102
123
  /**
103
124
  * Deny period end date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date
104
125
  * matching this period will have to be before the end.
105
126
  */
106
- endDate?: Date;
127
+ endDate?:
128
+ Date;
107
129
  /**
108
130
  * Deny period start date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year.
109
131
  * Date matching this period will have to be the same or after the start.
110
132
  */
111
- startDate?: Date;
133
+ startDate?:
134
+ Date;
112
135
  /** Time in UTC when the Blackout period starts on start_date and ends on end_date. This can be: * Full time. * All zeros for 00:00:00 UTC */
113
- time?: TimeOfDay;
136
+ time?:
137
+ TimeOfDay;
114
138
  }
115
139
  interface DetachTrustRequest {
116
140
  /** Required. The domain trust resource to removed. */
117
- trust?: Trust;
141
+ trust?:
142
+ Trust;
143
+ }
144
+ // tslint:disable-next-line:no-empty-interface
145
+ interface DisableMigrationRequest {
118
146
  }
119
147
  interface Domain {
120
148
  /** Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used. */
121
- admin?: string;
149
+ admin?:
150
+ string;
122
151
  /** Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled. */
123
- auditLogsEnabled?: boolean;
152
+ auditLogsEnabled?:
153
+ boolean;
124
154
  /**
125
155
  * Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using
126
156
  * UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.
127
157
  */
128
- authorizedNetworks?: string[];
158
+ authorizedNetworks?:
159
+ string[];
129
160
  /** Output only. The time the instance was created. */
130
- createTime?: string;
161
+ createTime?:
162
+ string;
131
163
  /**
132
164
  * Output only. The fully-qualified domain name of the exposed domain used by clients to connect to the service. Similar to what would be chosen for an Active Directory set up on an
133
165
  * internal network.
134
166
  */
135
- fqdn?: string;
167
+ fqdn?:
168
+ string;
136
169
  /** Optional. Resource labels that can contain user-provided metadata. */
137
- labels?: { [P in string]: string };
170
+ labels?:
171
+ { [P in string]: string };
138
172
  /** Required. Locations where domain needs to be provisioned. regions e.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block. */
139
- locations?: string[];
173
+ locations?:
174
+ string[];
140
175
  /** Required. The unique name of the domain using the form: `projects/{project_id}/locations/global/domains/{domain_name}`. */
141
- name?: string;
176
+ name?:
177
+ string;
142
178
  /**
143
179
  * Required. The CIDR range of internal addresses that are reserved for this domain. Reserved networks must be /24 or larger. Ranges must be unique and non-overlapping with existing
144
180
  * subnets in [Domain].[authorized_networks].
145
181
  */
146
- reservedIpRange?: string;
182
+ reservedIpRange?:
183
+ string;
147
184
  /** Output only. The current state of this domain. */
148
- state?: string;
185
+ state?:
186
+ string;
149
187
  /** Output only. Additional information about the current status of this domain, if available. */
150
- statusMessage?: string;
188
+ statusMessage?:
189
+ string;
151
190
  /** Output only. The current trusts associated with the domain. */
152
- trusts?: Trust[];
191
+ trusts?:
192
+ Trust[];
153
193
  /** Output only. The last update time. */
154
- updateTime?: string;
194
+ updateTime?:
195
+ string;
155
196
  }
156
197
  interface DomainJoinMachineRequest {
157
198
  /** Optional. force if True, forces domain join even if the computer account already exists. */
158
- force?: boolean;
199
+ force?:
200
+ boolean;
159
201
  /** Optional. OU name where the VM needs to be domain joined */
160
- ouName?: string;
202
+ ouName?:
203
+ string;
161
204
  /**
162
205
  * Required. Full instance id token of compute engine VM to verify instance identity. More about this:
163
206
  * https://cloud.google.com/compute/docs/instances/verifying-instance-identity#request_signature
164
207
  */
165
- vmIdToken?: string;
208
+ vmIdToken?:
209
+ string;
166
210
  }
167
211
  interface DomainJoinMachineResponse {
168
212
  /** Offline domain join blob as the response */
169
- domainJoinBlob?: string;
213
+ domainJoinBlob?:
214
+ string;
170
215
  }
171
216
  // tslint:disable-next-line:no-empty-interface
172
217
  interface Empty {
173
218
  }
219
+ interface EnableMigrationRequest {
220
+ /** Required. List of the on-prem domains to be migrated. */
221
+ migratingDomains?:
222
+ OnPremDomainDetails[];
223
+ }
174
224
  interface Expr {
175
225
  /** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
176
- description?: string;
226
+ description?:
227
+ string;
177
228
  /** Textual representation of an expression in Common Expression Language syntax. */
178
- expression?: string;
229
+ expression?:
230
+ string;
179
231
  /** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
180
- location?: string;
232
+ location?:
233
+ string;
181
234
  /** 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. */
182
- title?: string;
235
+ title?:
236
+ string;
183
237
  }
184
238
  interface ExtendSchemaRequest {
185
239
  /** Required. Description for Schema Change. */
186
- description?: string;
240
+ description?:
241
+ string;
187
242
  /** File uploaded as a byte stream input. */
188
- fileContents?: string;
243
+ fileContents?:
244
+ string;
189
245
  /** File stored in Cloud Storage bucket and represented in the form projects/{project_id}/buckets/{bucket_name}/objects/{object_name} File should be in the same project as the domain. */
190
- gcsPath?: string;
246
+ gcsPath?:
247
+ string;
191
248
  }
192
249
  interface GoogleCloudManagedidentitiesV1alpha1OpMetadata {
193
250
  /** Output only. API version used to start the operation. */
194
- apiVersion?: string;
251
+ apiVersion?:
252
+ string;
195
253
  /** Output only. The time the operation was created. */
196
- createTime?: string;
254
+ createTime?:
255
+ string;
197
256
  /** Output only. The time the operation finished running. */
198
- endTime?: string;
257
+ endTime?:
258
+ string;
199
259
  /**
200
260
  * Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a
201
261
  * google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
202
262
  */
203
- requestedCancellation?: boolean;
263
+ requestedCancellation?:
264
+ boolean;
204
265
  /** Output only. Server-defined resource path for the target of the operation. */
205
- target?: string;
266
+ target?:
267
+ string;
206
268
  /** Output only. Name of the verb executed by the operation. */
207
- verb?: string;
269
+ verb?:
270
+ string;
208
271
  }
209
272
  interface GoogleCloudManagedidentitiesV1beta1OpMetadata {
210
273
  /** Output only. API version used to start the operation. */
211
- apiVersion?: string;
274
+ apiVersion?:
275
+ string;
212
276
  /** Output only. The time the operation was created. */
213
- createTime?: string;
277
+ createTime?:
278
+ string;
214
279
  /** Output only. The time the operation finished running. */
215
- endTime?: string;
280
+ endTime?:
281
+ string;
216
282
  /**
217
283
  * Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a
218
284
  * google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
219
285
  */
220
- requestedCancellation?: boolean;
286
+ requestedCancellation?:
287
+ boolean;
221
288
  /** Output only. Server-defined resource path for the target of the operation. */
222
- target?: string;
289
+ target?:
290
+ string;
223
291
  /** Output only. Name of the verb executed by the operation. */
224
- verb?: string;
292
+ verb?:
293
+ string;
225
294
  }
226
295
  interface GoogleCloudManagedidentitiesV1OpMetadata {
227
296
  /** Output only. API version used to start the operation. */
228
- apiVersion?: string;
297
+ apiVersion?:
298
+ string;
229
299
  /** Output only. The time the operation was created. */
230
- createTime?: string;
300
+ createTime?:
301
+ string;
231
302
  /** Output only. The time the operation finished running. */
232
- endTime?: string;
303
+ endTime?:
304
+ string;
233
305
  /**
234
306
  * Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a
235
307
  * google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
236
308
  */
237
- requestedCancellation?: boolean;
309
+ requestedCancellation?:
310
+ boolean;
238
311
  /** Output only. Server-defined resource path for the target of the operation. */
239
- target?: string;
312
+ target?:
313
+ string;
240
314
  /** Output only. Name of the verb executed by the operation. */
241
- verb?: string;
315
+ verb?:
316
+ string;
242
317
  }
243
318
  interface GoogleCloudSaasacceleratorManagementProvidersV1Instance {
244
319
  /**
@@ -246,101 +321,130 @@ declare namespace gapi.client {
246
321
  * instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications
247
322
  * (go/slm-rollout-maintenance-policies#prerequisites).
248
323
  */
249
- consumerDefinedName?: string;
324
+ consumerDefinedName?:
325
+ string;
250
326
  /** Output only. Timestamp when the resource was created. */
251
- createTime?: string;
327
+ createTime?:
328
+ string;
252
329
  /**
253
330
  * Optional. The instance_type of this instance of format: projects/{project_number}/locations/{location_id}/instanceTypes/{instance_type_id}. Instance Type represents a high-level
254
331
  * tier or SKU of the service that this instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along with 'software_versions' to determine whether
255
332
  * instance needs an update or not.
256
333
  */
257
- instanceType?: string;
334
+ instanceType?:
335
+ string;
258
336
  /** Optional. Resource labels to represent user provided metadata. Each label is a key-value pair, where both the key and the value are arbitrary strings provided by the user. */
259
- labels?: { [P in string]: string };
337
+ labels?:
338
+ { [P in string]: string };
260
339
  /**
261
340
  * Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the referenced
262
341
  * policy must define the same policy type. For details, please refer to go/cloud-saas-mw-ug. Should not be set if maintenance_settings.maintenance_policies is set.
263
342
  */
264
- maintenancePolicyNames?: { [P in string]: string };
343
+ maintenancePolicyNames?:
344
+ { [P in string]: string };
265
345
  /** The MaintenanceSchedule contains the scheduling information of published maintenance schedule with same key as software_versions. */
266
- maintenanceSchedules?: { [P in string]: GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule };
346
+ maintenanceSchedules?:
347
+ { [P in string]: GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule };
267
348
  /** Optional. The MaintenanceSettings associated with instance. */
268
- maintenanceSettings?: GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings;
349
+ maintenanceSettings?:
350
+ GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings;
269
351
  /**
270
352
  * Unique name of the resource. It uses the form: `projects/{project_number}/locations/{location_id}/instances/{instance_id}` Note: This name is passed, stored and logged across the
271
353
  * rollout system. So use of consumer project_id or any other consumer PII in the name is strongly discouraged for wipeout (go/wipeout) compliance. See
272
354
  * go/elysium/project_ids#storage-guidance for more details.
273
355
  */
274
- name?: string;
356
+ name?:
357
+ string;
275
358
  /**
276
359
  * Optional. notification_parameter are information that service producers may like to include that is not relevant to Rollout. This parameter will only be passed to Gamma and Cloud
277
360
  * Logging for notification/logging purpose.
278
361
  */
279
- notificationParameters?: { [P in string]: GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter };
362
+ notificationParameters?:
363
+ { [P in string]: GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter };
280
364
  /** Output only. Custom string attributes used primarily to expose producer-specific information in monitoring dashboards. See go/get-instance-metadata. */
281
- producerMetadata?: { [P in string]: string };
365
+ producerMetadata?:
366
+ { [P in string]: string };
282
367
  /** Output only. The list of data plane resources provisioned for this instance, e.g. compute VMs. See go/get-instance-metadata. */
283
- provisionedResources?: GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[];
368
+ provisionedResources?:
369
+ GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[];
284
370
  /**
285
371
  * Link to the SLM instance template. Only populated when updating SLM instances via SSA's Actuation service adaptor. Service producers with custom control plane (e.g. Cloud SQL)
286
372
  * doesn't need to populate this field. Instead they should use software_versions.
287
373
  */
288
- slmInstanceTemplate?: string;
374
+ slmInstanceTemplate?:
375
+ string;
289
376
  /** Output only. SLO metadata for instance classification in the Standardized dataplane SLO platform. See go/cloud-ssa-standard-slo for feature description. */
290
- sloMetadata?: GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata;
377
+ sloMetadata?:
378
+ GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata;
291
379
  /** Software versions that are used to deploy this instance. This can be mutated by rollout services. */
292
- softwareVersions?: { [P in string]: string };
380
+ softwareVersions?:
381
+ { [P in string]: string };
293
382
  /** Output only. Current lifecycle state of the resource (e.g. if it's being created or ready to use). */
294
- state?: string;
383
+ state?:
384
+ string;
295
385
  /** Output only. ID of the associated GCP tenant project. See go/get-instance-metadata. */
296
- tenantProjectId?: string;
386
+ tenantProjectId?:
387
+ string;
297
388
  /** Output only. Timestamp when the resource was last modified. */
298
- updateTime?: string;
389
+ updateTime?:
390
+ string;
299
391
  }
300
392
  interface GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule {
301
393
  /**
302
394
  * This field is deprecated, and will be always set to true since reschedule can happen multiple times now. This field should not be removed until all service producers remove this for
303
395
  * their customers.
304
396
  */
305
- canReschedule?: boolean;
397
+ canReschedule?:
398
+ boolean;
306
399
  /** The scheduled end time for the maintenance. */
307
- endTime?: string;
400
+ endTime?:
401
+ string;
308
402
  /** The rollout management policy this maintenance schedule is associated with. When doing reschedule update request, the reschedule should be against this given policy. */
309
- rolloutManagementPolicy?: string;
403
+ rolloutManagementPolicy?:
404
+ string;
310
405
  /**
311
406
  * schedule_deadline_time is the time deadline any schedule start time cannot go beyond, including reschedule. It's normally the initial schedule start time plus maintenance window
312
407
  * length (1 day or 1 week). Maintenance cannot be scheduled to start beyond this deadline.
313
408
  */
314
- scheduleDeadlineTime?: string;
409
+ scheduleDeadlineTime?:
410
+ string;
315
411
  /** The scheduled start time for the maintenance. */
316
- startTime?: string;
412
+ startTime?:
413
+ string;
317
414
  }
318
415
  interface GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings {
319
416
  /**
320
417
  * Optional. Exclude instance from maintenance. When true, rollout service will not attempt maintenance on the instance. Rollout service will include the instance in reported rollout
321
418
  * progress as not attempted.
322
419
  */
323
- exclude?: boolean;
420
+ exclude?:
421
+ boolean;
324
422
  /** Optional. If the update call is triggered from rollback, set the value as true. */
325
- isRollback?: boolean;
423
+ isRollback?:
424
+ boolean;
326
425
  /**
327
426
  * Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the embedded
328
427
  * policy must define the same policy type. For details, please refer to go/cloud-saas-mw-ug. Should not be set if maintenance_policy_names is set. If only the name is needed, then
329
428
  * only populate MaintenancePolicy.name.
330
429
  */
331
- maintenancePolicies?: { [P in string]: MaintenancePolicy };
430
+ maintenancePolicies?:
431
+ { [P in string]: MaintenancePolicy };
332
432
  }
333
433
  interface GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata {
334
434
  /** The location of the node, if different from instance location. */
335
- location?: string;
435
+ location?:
436
+ string;
336
437
  /** The id of the node. This should be equal to SaasInstanceNode.node_id. */
337
- nodeId?: string;
438
+ nodeId?:
439
+ string;
338
440
  /** If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs. */
339
- perSliEligibility?: GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility;
441
+ perSliEligibility?:
442
+ GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility;
340
443
  }
341
444
  interface GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter {
342
445
  /** Optional. Array of string values. e.g. instance's replica information. */
343
- values?: string[];
446
+ values?:
447
+ string[];
344
448
  }
345
449
  interface GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility {
346
450
  /**
@@ -350,7 +454,8 @@ declare namespace gapi.client {
350
454
  * data produced by different versions of the Eligibility Exporters. If eligibilities map contains a key for an SLI which has not been declared in the binary flags, there will be an
351
455
  * error message emitted in the Eligibility Exporter log and the metric for the SLI in question will not be emitted.
352
456
  */
353
- eligibilities?: { [P in string]: GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility };
457
+ eligibilities?:
458
+ { [P in string]: GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility };
354
459
  }
355
460
  interface GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource {
356
461
  /**
@@ -358,32 +463,41 @@ declare namespace gapi.client {
358
463
  * compute API documentation (https://cloud.google.com/compute/docs/reference/rest/v1/), prefixed with 'compute-', for example: 'compute-instance', 'compute-disk',
359
464
  * 'compute-autoscaler'.
360
465
  */
361
- resourceType?: string;
466
+ resourceType?:
467
+ string;
362
468
  /** URL identifying the resource, e.g. "https://www.googleapis.com/compute/v1/projects/...)". */
363
- resourceUrl?: string;
469
+ resourceUrl?:
470
+ string;
364
471
  }
365
472
  interface GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility {
366
473
  /** Whether an instance is eligible or ineligible. */
367
- eligible?: boolean;
474
+ eligible?:
475
+ boolean;
368
476
  /** User-defined reason for the current value of instance eligibility. Usually, this can be directly mapped to the internal state. An empty reason is allowed. */
369
- reason?: string;
477
+ reason?:
478
+ string;
370
479
  }
371
480
  interface GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata {
372
481
  /**
373
482
  * Optional. List of nodes. Some producers need to use per-node metadata to calculate SLO. This field allows such producers to publish per-node SLO meta data, which will be consumed by
374
483
  * SSA Eligibility Exporter and published in the form of per node metric to Monarch.
375
484
  */
376
- nodes?: GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[];
485
+ nodes?:
486
+ GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[];
377
487
  /** Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs. */
378
- perSliEligibility?: GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility;
488
+ perSliEligibility?:
489
+ GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility;
379
490
  /** Name of the SLO tier the Instance belongs to. This name will be expected to match the tiers specified in the service SLO configuration. Field is mandatory and must not be empty. */
380
- tier?: string;
491
+ tier?:
492
+ string;
381
493
  }
382
494
  interface LDAPSSettings {
383
495
  /** Output only. The certificate used to configure LDAPS. Certificates can be chained with a maximum length of 15. */
384
- certificate?: Certificate;
496
+ certificate?:
497
+ Certificate;
385
498
  /** Input only. The password used to encrypt the uploaded PFX certificate. */
386
- certificatePassword?: string;
499
+ certificatePassword?:
500
+ string;
387
501
  /**
388
502
  * Input only. The uploaded PKCS12-formatted certificate to configure LDAPS with. It will enable the domain controllers in this domain to accept LDAPS connections (either LDAP over
389
503
  * SSL/TLS or the StartTLS operation). A valid certificate chain must form a valid x.509 certificate chain (or be comprised of a single self-signed certificate. It must be encrypted
@@ -393,160 +507,222 @@ declare namespace gapi.client {
393
507
  * (OID=1.3.6.1.5.5.7.3.1) - Private key must be in one of the following formats: RSA, ECDSA, ED25519. - Private key must have appropriate key length: 2048 for RSA, 256 for ECDSA -
394
508
  * Signature algorithm of the leaf certificate cannot be MD2, MD5 or SHA1.
395
509
  */
396
- certificatePfx?: string;
510
+ certificatePfx?:
511
+ string;
397
512
  /** The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`. */
398
- name?: string;
513
+ name?:
514
+ string;
399
515
  /** Output only. The current state of this LDAPS settings. */
400
- state?: string;
516
+ state?:
517
+ string;
401
518
  /** Output only. Last update time. */
402
- updateTime?: string;
519
+ updateTime?:
520
+ string;
403
521
  }
404
522
  interface ListBackupsResponse {
405
523
  /** A list of Cloud AD backups in the domain. */
406
- backups?: Backup[];
524
+ backups?:
525
+ Backup[];
407
526
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
408
- nextPageToken?: string;
527
+ nextPageToken?:
528
+ string;
409
529
  /** Locations that could not be reached. */
410
- unreachable?: string[];
530
+ unreachable?:
531
+ string[];
411
532
  }
412
533
  interface ListDomainsResponse {
413
534
  /** A list of Managed Identities Service domains in the project. */
414
- domains?: Domain[];
535
+ domains?:
536
+ Domain[];
415
537
  /** A token to retrieve the next page of results, or empty if there are no more results in the list. */
416
- nextPageToken?: string;
538
+ nextPageToken?:
539
+ string;
417
540
  /** A list of locations that could not be reached. */
418
- unreachable?: string[];
541
+ unreachable?:
542
+ string[];
419
543
  }
420
544
  interface ListLocationsResponse {
421
545
  /** A list of locations that matches the specified filter in the request. */
422
- locations?: Location[];
546
+ locations?:
547
+ Location[];
423
548
  /** The standard List next-page token. */
424
- nextPageToken?: string;
549
+ nextPageToken?:
550
+ string;
425
551
  }
426
552
  interface ListOperationsResponse {
427
553
  /** The standard List next-page token. */
428
- nextPageToken?: string;
554
+ nextPageToken?:
555
+ string;
429
556
  /** A list of operations that matches the specified filter in the request. */
430
- operations?: Operation[];
557
+ operations?:
558
+ Operation[];
431
559
  }
432
560
  interface ListPeeringsResponse {
433
561
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
434
- nextPageToken?: string;
562
+ nextPageToken?:
563
+ string;
435
564
  /** A list of Managed Identities Service Peerings in the project. */
436
- peerings?: Peering[];
565
+ peerings?:
566
+ Peering[];
437
567
  /** Locations that could not be reached. */
438
- unreachable?: string[];
568
+ unreachable?:
569
+ string[];
439
570
  }
440
571
  interface ListSqlIntegrationsResponse {
441
572
  /** Token to retrieve the next page of results, or empty if there are no more results in the list. */
442
- nextPageToken?: string;
573
+ nextPageToken?:
574
+ string;
443
575
  /** A list of SQLIntegrations of a domain. */
444
- sqlIntegrations?: SqlIntegration[];
576
+ sqlIntegrations?:
577
+ SqlIntegration[];
445
578
  /** A list of locations that could not be reached. */
446
- unreachable?: string[];
579
+ unreachable?:
580
+ string[];
447
581
  }
448
582
  interface Location {
449
583
  /** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
450
- displayName?: string;
584
+ displayName?:
585
+ string;
451
586
  /** Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} */
452
- labels?: { [P in string]: string };
587
+ labels?:
588
+ { [P in string]: string };
453
589
  /** The canonical id for this location. For example: `"us-east1"`. */
454
- locationId?: string;
590
+ locationId?:
591
+ string;
455
592
  /** Service-specific metadata. For example the available capacity at the given location. */
456
- metadata?: { [P in string]: any };
593
+ metadata?:
594
+ { [P in string]: any };
457
595
  /** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
458
- name?: string;
596
+ name?:
597
+ string;
459
598
  }
460
599
  interface MaintenancePolicy {
461
600
  /** Output only. The time when the resource was created. */
462
- createTime?: string;
601
+ createTime?:
602
+ string;
463
603
  /** Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512. */
464
- description?: string;
604
+ description?:
605
+ string;
465
606
  /** Optional. Resource labels to represent user provided metadata. Each label is a key-value pair, where both the key and the value are arbitrary strings provided by the user. */
466
- labels?: { [P in string]: string };
607
+ labels?:
608
+ { [P in string]: string };
467
609
  /**
468
610
  * Required. MaintenancePolicy name using the form: `projects/{project_id}/locations/{location_id}/maintenancePolicies/{maintenance_policy_id}` where {project_id} refers to a GCP
469
611
  * consumer project ID, {location_id} refers to a GCP region/zone, {maintenance_policy_id} must be 1-63 characters long and match the regular expression
470
612
  * `[a-z0-9]([-a-z0-9]*[a-z0-9])?`.
471
613
  */
472
- name?: string;
614
+ name?:
615
+ string;
473
616
  /** Optional. The state of the policy. */
474
- state?: string;
617
+ state?:
618
+ string;
475
619
  /** Maintenance policy applicable to instance update. */
476
- updatePolicy?: UpdatePolicy;
620
+ updatePolicy?:
621
+ UpdatePolicy;
477
622
  /** Output only. The time when the resource was updated. */
478
- updateTime?: string;
623
+ updateTime?:
624
+ string;
479
625
  }
480
626
  interface MaintenanceWindow {
481
627
  /** Daily cycle. */
482
- dailyCycle?: DailyCycle;
628
+ dailyCycle?:
629
+ DailyCycle;
483
630
  /** Weekly cycle. */
484
- weeklyCycle?: WeeklyCycle;
631
+ weeklyCycle?:
632
+ WeeklyCycle;
633
+ }
634
+ interface OnPremDomainDetails {
635
+ /** Optional. Option to disable SID filtering. */
636
+ disableSidFiltering?:
637
+ boolean;
638
+ /** Required. FQDN of the on-prem domain being migrated. */
639
+ domainName?:
640
+ string;
485
641
  }
486
642
  interface Operation {
487
643
  /** 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. */
488
- done?: boolean;
644
+ done?:
645
+ boolean;
489
646
  /** The error result of the operation in case of failure or cancellation. */
490
- error?: Status;
647
+ error?:
648
+ Status;
491
649
  /**
492
650
  * 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
493
651
  * metadata. Any method that returns a long-running operation should document the metadata type, if any.
494
652
  */
495
- metadata?: { [P in string]: any };
653
+ metadata?:
654
+ { [P in string]: any };
496
655
  /**
497
656
  * 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
498
657
  * with `operations/{unique_id}`.
499
658
  */
500
- name?: string;
659
+ name?:
660
+ string;
501
661
  /**
502
662
  * 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
503
663
  * 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
504
664
  * original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
505
665
  */
506
- response?: { [P in string]: any };
666
+ response?:
667
+ { [P in string]: any };
507
668
  }
508
669
  interface OperationMetadata {
509
670
  /** Output only. API version used to start the operation. */
510
- apiVersion?: string;
671
+ apiVersion?:
672
+ string;
511
673
  /**
512
674
  * Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a
513
675
  * google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
514
676
  */
515
- cancelRequested?: boolean;
677
+ cancelRequested?:
678
+ boolean;
516
679
  /** Output only. The time the operation was created. */
517
- createTime?: string;
680
+ createTime?:
681
+ string;
518
682
  /** Output only. The time the operation finished running. */
519
- endTime?: string;
683
+ endTime?:
684
+ string;
520
685
  /** Output only. Human-readable status of the operation, if any. */
521
- statusDetail?: string;
686
+ statusDetail?:
687
+ string;
522
688
  /** Output only. Server-defined resource path for the target of the operation. */
523
- target?: string;
689
+ target?:
690
+ string;
524
691
  /** Output only. Name of the verb executed by the operation. */
525
- verb?: string;
692
+ verb?:
693
+ string;
526
694
  }
527
695
  interface Peering {
528
696
  /**
529
697
  * Required. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) to which the instance is connected. Caller needs to make sure that
530
698
  * CIDR subnets do not overlap between networks, else peering creation will fail.
531
699
  */
532
- authorizedNetwork?: string;
700
+ authorizedNetwork?:
701
+ string;
533
702
  /** Output only. The time the instance was created. */
534
- createTime?: string;
703
+ createTime?:
704
+ string;
535
705
  /**
536
706
  * Required. Full domain resource path for the Managed AD Domain involved in peering. The resource path should be in the form:
537
707
  * `projects/{project_id}/locations/global/domains/{domain_name}`
538
708
  */
539
- domainResource?: string;
709
+ domainResource?:
710
+ string;
540
711
  /** Optional. Resource labels to represent user-provided metadata. */
541
- labels?: { [P in string]: string };
712
+ labels?:
713
+ { [P in string]: string };
542
714
  /** Output only. Unique name of the peering in this scope including projects and location using the form: `projects/{project_id}/locations/global/peerings/{peering_id}`. */
543
- name?: string;
715
+ name?:
716
+ string;
544
717
  /** Output only. The current state of this Peering. */
545
- state?: string;
718
+ state?:
719
+ string;
546
720
  /** Output only. Additional information about the current status of this peering, if available. */
547
- statusMessage?: string;
721
+ statusMessage?:
722
+ string;
548
723
  /** Output only. Last update time. */
549
- updateTime?: string;
724
+ updateTime?:
725
+ string;
550
726
  }
551
727
  interface Policy {
552
728
  /**
@@ -555,7 +731,8 @@ declare namespace gapi.client {
555
731
  * 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
556
732
  * 1,450 principals to the `bindings` in the `Policy`.
557
733
  */
558
- bindings?: Binding[];
734
+ bindings?:
735
+ Binding[];
559
736
  /**
560
737
  * `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
561
738
  * 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
@@ -563,7 +740,8 @@ declare namespace gapi.client {
563
740
  * 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`
564
741
  * policy, and all of the conditions in the version `3` policy are lost.
565
742
  */
566
- etag?: string;
743
+ etag?:
744
+ string;
567
745
  /**
568
746
  * 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
569
747
  * 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
@@ -572,264 +750,361 @@ declare namespace gapi.client {
572
750
  * 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
573
751
  * 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).
574
752
  */
575
- version?: number;
753
+ version?:
754
+ number;
576
755
  }
577
756
  interface ReconfigureTrustRequest {
578
757
  /** Required. The target DNS server IP addresses to resolve the remote domain involved in the trust. */
579
- targetDnsIpAddresses?: string[];
758
+ targetDnsIpAddresses?:
759
+ string[];
580
760
  /** Required. The fully-qualified target domain name which will be in trust with current domain. */
581
- targetDomainName?: string;
761
+ targetDomainName?:
762
+ string;
582
763
  }
583
764
  // tslint:disable-next-line:no-empty-interface
584
765
  interface ResetAdminPasswordRequest {
585
766
  }
586
767
  interface ResetAdminPasswordResponse {
587
768
  /** A random password. See admin for more information. */
588
- password?: string;
769
+ password?:
770
+ string;
589
771
  }
590
772
  interface RestoreDomainRequest {
591
773
  /** Required. ID of the backup to be restored */
592
- backupId?: string;
774
+ backupId?:
775
+ string;
593
776
  }
594
777
  interface Schedule {
595
778
  /** Allows to define schedule that runs specified day of the week. */
596
- day?: string;
779
+ day?:
780
+ string;
597
781
  /** Output only. Duration of the time window, set by service producer. */
598
- duration?: string;
782
+ duration?:
783
+ string;
599
784
  /** Time within the window to start the operations. */
600
- startTime?: TimeOfDay;
785
+ startTime?:
786
+ TimeOfDay;
601
787
  }
602
788
  interface SetIamPolicyRequest {
603
789
  /**
604
790
  * 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
605
791
  * services (such as Projects) might reject them.
606
792
  */
607
- policy?: Policy;
793
+ policy?:
794
+ Policy;
608
795
  }
609
796
  interface SqlIntegration {
610
797
  /** Output only. The time the SQL integration was created. */
611
- createTime?: string;
798
+ createTime?:
799
+ string;
612
800
  /** The unique name of the SQL integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}` */
613
- name?: string;
801
+ name?:
802
+ string;
614
803
  /** The full resource name of an integrated SQL instance */
615
- sqlInstance?: string;
804
+ sqlInstance?:
805
+ string;
616
806
  /** Output only. The current state of the SQL integration. */
617
- state?: string;
807
+ state?:
808
+ string;
618
809
  /** Output only. The time the SQL integration was updated. */
619
- updateTime?: string;
810
+ updateTime?:
811
+ string;
620
812
  }
621
813
  interface Status {
622
814
  /** The status code, which should be an enum value of google.rpc.Code. */
623
- code?: number;
815
+ code?:
816
+ number;
624
817
  /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
625
- details?: Array<{ [P in string]: any }>;
818
+ details?:
819
+ Array<{ [P in string]: any }>;
626
820
  /**
627
821
  * 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
628
822
  * client.
629
823
  */
630
- message?: string;
824
+ message?:
825
+ string;
631
826
  }
632
827
  interface TestIamPermissionsRequest {
633
828
  /**
634
829
  * The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM
635
830
  * Overview](https://cloud.google.com/iam/docs/overview#permissions).
636
831
  */
637
- permissions?: string[];
832
+ permissions?:
833
+ string[];
638
834
  }
639
835
  interface TestIamPermissionsResponse {
640
836
  /** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
641
- permissions?: string[];
837
+ permissions?:
838
+ string[];
642
839
  }
643
840
  interface TimeOfDay {
644
841
  /** Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
645
- hours?: number;
842
+ hours?:
843
+ number;
646
844
  /** Minutes of hour of day. Must be from 0 to 59. */
647
- minutes?: number;
845
+ minutes?:
846
+ number;
648
847
  /** Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. */
649
- nanos?: number;
848
+ nanos?:
849
+ number;
650
850
  /** Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds. */
651
- seconds?: number;
851
+ seconds?:
852
+ number;
652
853
  }
653
854
  interface Trust {
654
855
  /** Output only. The time the instance was created. */
655
- createTime?: string;
856
+ createTime?:
857
+ string;
656
858
  /** Output only. The last heartbeat time when the trust was known to be connected. */
657
- lastTrustHeartbeatTime?: string;
859
+ lastTrustHeartbeatTime?:
860
+ string;
658
861
  /** Optional. The trust authentication type, which decides whether the trusted side has forest/domain wide access or selective access to an approved set of resources. */
659
- selectiveAuthentication?: boolean;
862
+ selectiveAuthentication?:
863
+ boolean;
660
864
  /** Output only. The current state of the trust. */
661
- state?: string;
865
+ state?:
866
+ string;
662
867
  /** Output only. Additional information about the current state of the trust, if available. */
663
- stateDescription?: string;
868
+ stateDescription?:
869
+ string;
664
870
  /** Required. The target DNS server IP addresses which can resolve the remote domain involved in the trust. */
665
- targetDnsIpAddresses?: string[];
871
+ targetDnsIpAddresses?:
872
+ string[];
666
873
  /** Required. The fully qualified target domain name which will be in trust with the current domain. */
667
- targetDomainName?: string;
874
+ targetDomainName?:
875
+ string;
668
876
  /** Required. The trust direction, which decides if the current domain is trusted, trusting, or both. */
669
- trustDirection?: string;
877
+ trustDirection?:
878
+ string;
670
879
  /** Required. The trust secret used for the handshake with the target domain. This will not be stored. */
671
- trustHandshakeSecret?: string;
880
+ trustHandshakeSecret?:
881
+ string;
672
882
  /** Required. The type of trust represented by the trust resource. */
673
- trustType?: string;
883
+ trustType?:
884
+ string;
674
885
  /** Output only. The last update time. */
675
- updateTime?: string;
886
+ updateTime?:
887
+ string;
676
888
  }
677
889
  interface UpdatePolicy {
678
890
  /** Optional. Relative scheduling channel applied to resource. */
679
- channel?: string;
891
+ channel?:
892
+ string;
680
893
  /**
681
894
  * Deny Maintenance Period that is applied to resource to indicate when maintenance is forbidden. User can specify zero or more non-overlapping deny periods. Maximum number of
682
895
  * deny_maintenance_periods expected is one.
683
896
  */
684
- denyMaintenancePeriods?: DenyMaintenancePeriod[];
897
+ denyMaintenancePeriods?:
898
+ DenyMaintenancePeriod[];
685
899
  /** Optional. Maintenance window that is applied to resources covered by this policy. */
686
- window?: MaintenanceWindow;
900
+ window?:
901
+ MaintenanceWindow;
687
902
  }
688
903
  interface ValidateTrustRequest {
689
904
  /** Required. The domain trust to validate trust state for. */
690
- trust?: Trust;
905
+ trust?:
906
+ Trust;
691
907
  }
692
908
  interface WeeklyCycle {
693
909
  /** User can specify multiple windows in a week. Minimum of 1 window. */
694
- schedule?: Schedule[];
910
+ schedule?:
911
+ Schedule[];
695
912
  }
696
913
  interface BackupsResource {
697
914
  /** Creates a Backup for a domain. */
698
915
  create(request: {
699
916
  /** V1 error format. */
700
- "$.xgafv"?: string;
917
+ "$.xgafv"?:
918
+ string;
701
919
  /** OAuth access token. */
702
- access_token?: string;
920
+ access_token?:
921
+ string;
703
922
  /** Data format for response. */
704
- alt?: string;
923
+ alt?:
924
+ string;
705
925
  /**
706
926
  * Required. Backup Id, unique name to identify the backups with the following restrictions: * Must be lowercase letters, numbers, and hyphens * Must start with a letter. * Must
707
927
  * contain between 1-63 characters. * Must end with a number or a letter. * Must be unique within the domain.
708
928
  */
709
- backupId?: string;
929
+ backupId?:
930
+ string;
710
931
  /** JSONP */
711
- callback?: string;
932
+ callback?:
933
+ string;
712
934
  /** Selector specifying which fields to include in a partial response. */
713
- fields?: string;
935
+ fields?:
936
+ string;
714
937
  /** 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. */
715
- key?: string;
938
+ key?:
939
+ string;
716
940
  /** OAuth 2.0 token for the current user. */
717
- oauth_token?: string;
941
+ oauth_token?:
942
+ string;
718
943
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
719
- parent: string;
944
+ parent:
945
+ string;
720
946
  /** Returns response with indentations and line breaks. */
721
- prettyPrint?: boolean;
947
+ prettyPrint?:
948
+ boolean;
722
949
  /** 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. */
723
- quotaUser?: string;
950
+ quotaUser?:
951
+ string;
724
952
  /** Upload protocol for media (e.g. "raw", "multipart"). */
725
- upload_protocol?: string;
953
+ upload_protocol?:
954
+ string;
726
955
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
727
- uploadType?: string;
956
+ uploadType?:
957
+ string;
728
958
  /** Request body */
729
- resource: Backup;
959
+ resource:
960
+ Backup;
730
961
  }): Request<Operation>;
731
962
  create(request: {
732
963
  /** V1 error format. */
733
- "$.xgafv"?: string;
964
+ "$.xgafv"?:
965
+ string;
734
966
  /** OAuth access token. */
735
- access_token?: string;
967
+ access_token?:
968
+ string;
736
969
  /** Data format for response. */
737
- alt?: string;
970
+ alt?:
971
+ string;
738
972
  /**
739
973
  * Required. Backup Id, unique name to identify the backups with the following restrictions: * Must be lowercase letters, numbers, and hyphens * Must start with a letter. * Must
740
974
  * contain between 1-63 characters. * Must end with a number or a letter. * Must be unique within the domain.
741
975
  */
742
- backupId?: string;
976
+ backupId?:
977
+ string;
743
978
  /** JSONP */
744
- callback?: string;
979
+ callback?:
980
+ string;
745
981
  /** Selector specifying which fields to include in a partial response. */
746
- fields?: string;
982
+ fields?:
983
+ string;
747
984
  /** 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. */
748
- key?: string;
985
+ key?:
986
+ string;
749
987
  /** OAuth 2.0 token for the current user. */
750
- oauth_token?: string;
988
+ oauth_token?:
989
+ string;
751
990
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
752
- parent: string;
991
+ parent:
992
+ string;
753
993
  /** Returns response with indentations and line breaks. */
754
- prettyPrint?: boolean;
994
+ prettyPrint?:
995
+ boolean;
755
996
  /** 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. */
756
- quotaUser?: string;
997
+ quotaUser?:
998
+ string;
757
999
  /** Upload protocol for media (e.g. "raw", "multipart"). */
758
- upload_protocol?: string;
1000
+ upload_protocol?:
1001
+ string;
759
1002
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
760
- uploadType?: string;
1003
+ uploadType?:
1004
+ string;
761
1005
  },
762
1006
  body: Backup): Request<Operation>;
763
1007
  /** Deletes identified Backup. */
764
1008
  delete(request?: {
765
1009
  /** V1 error format. */
766
- "$.xgafv"?: string;
1010
+ "$.xgafv"?:
1011
+ string;
767
1012
  /** OAuth access token. */
768
- access_token?: string;
1013
+ access_token?:
1014
+ string;
769
1015
  /** Data format for response. */
770
- alt?: string;
1016
+ alt?:
1017
+ string;
771
1018
  /** JSONP */
772
- callback?: string;
1019
+ callback?:
1020
+ string;
773
1021
  /** Selector specifying which fields to include in a partial response. */
774
- fields?: string;
1022
+ fields?:
1023
+ string;
775
1024
  /** 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. */
776
- key?: string;
1025
+ key?:
1026
+ string;
777
1027
  /** Required. The backup resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}/backups/{backup_id}` */
778
- name: string;
1028
+ name:
1029
+ string;
779
1030
  /** OAuth 2.0 token for the current user. */
780
- oauth_token?: string;
1031
+ oauth_token?:
1032
+ string;
781
1033
  /** Returns response with indentations and line breaks. */
782
- prettyPrint?: boolean;
1034
+ prettyPrint?:
1035
+ boolean;
783
1036
  /** 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. */
784
- quotaUser?: string;
1037
+ quotaUser?:
1038
+ string;
785
1039
  /** Upload protocol for media (e.g. "raw", "multipart"). */
786
- upload_protocol?: string;
1040
+ upload_protocol?:
1041
+ string;
787
1042
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
788
- uploadType?: string;
1043
+ uploadType?:
1044
+ string;
789
1045
  }): Request<Operation>;
790
1046
  /** Gets details of a single Backup. */
791
1047
  get(request?: {
792
1048
  /** V1 error format. */
793
- "$.xgafv"?: string;
1049
+ "$.xgafv"?:
1050
+ string;
794
1051
  /** OAuth access token. */
795
- access_token?: string;
1052
+ access_token?:
1053
+ string;
796
1054
  /** Data format for response. */
797
- alt?: string;
1055
+ alt?:
1056
+ string;
798
1057
  /** JSONP */
799
- callback?: string;
1058
+ callback?:
1059
+ string;
800
1060
  /** Selector specifying which fields to include in a partial response. */
801
- fields?: string;
1061
+ fields?:
1062
+ string;
802
1063
  /** 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. */
803
- key?: string;
1064
+ key?:
1065
+ string;
804
1066
  /** Required. The backup resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}/backups/{backup_id}` */
805
- name: string;
1067
+ name:
1068
+ string;
806
1069
  /** OAuth 2.0 token for the current user. */
807
- oauth_token?: string;
1070
+ oauth_token?:
1071
+ string;
808
1072
  /** Returns response with indentations and line breaks. */
809
- prettyPrint?: boolean;
1073
+ prettyPrint?:
1074
+ boolean;
810
1075
  /** 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. */
811
- quotaUser?: string;
1076
+ quotaUser?:
1077
+ string;
812
1078
  /** Upload protocol for media (e.g. "raw", "multipart"). */
813
- upload_protocol?: string;
1079
+ upload_protocol?:
1080
+ string;
814
1081
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
815
- uploadType?: string;
1082
+ uploadType?:
1083
+ string;
816
1084
  }): Request<Backup>;
817
1085
  /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
818
1086
  getIamPolicy(request?: {
819
1087
  /** V1 error format. */
820
- "$.xgafv"?: string;
1088
+ "$.xgafv"?:
1089
+ string;
821
1090
  /** OAuth access token. */
822
- access_token?: string;
1091
+ access_token?:
1092
+ string;
823
1093
  /** Data format for response. */
824
- alt?: string;
1094
+ alt?:
1095
+ string;
825
1096
  /** JSONP */
826
- callback?: string;
1097
+ callback?:
1098
+ string;
827
1099
  /** Selector specifying which fields to include in a partial response. */
828
- fields?: string;
1100
+ fields?:
1101
+ string;
829
1102
  /** 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. */
830
- key?: string;
1103
+ key?:
1104
+ string;
831
1105
  /** OAuth 2.0 token for the current user. */
832
- oauth_token?: string;
1106
+ oauth_token?:
1107
+ string;
833
1108
  /**
834
1109
  * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
835
1110
  * policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy
@@ -837,154 +1112,215 @@ declare namespace gapi.client {
837
1112
  * role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
838
1113
  * documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
839
1114
  */
840
- "options.requestedPolicyVersion"?: number;
1115
+ "options.requestedPolicyVersion"?:
1116
+ number;
841
1117
  /** Returns response with indentations and line breaks. */
842
- prettyPrint?: boolean;
1118
+ prettyPrint?:
1119
+ boolean;
843
1120
  /** 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. */
844
- quotaUser?: string;
1121
+ quotaUser?:
1122
+ string;
845
1123
  /**
846
1124
  * 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
847
1125
  * field.
848
1126
  */
849
- resource: string;
1127
+ resource:
1128
+ string;
850
1129
  /** Upload protocol for media (e.g. "raw", "multipart"). */
851
- upload_protocol?: string;
1130
+ upload_protocol?:
1131
+ string;
852
1132
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
853
- uploadType?: string;
1133
+ uploadType?:
1134
+ string;
854
1135
  }): Request<Policy>;
855
1136
  /** Lists Backup in a given project. */
856
1137
  list(request?: {
857
1138
  /** V1 error format. */
858
- "$.xgafv"?: string;
1139
+ "$.xgafv"?:
1140
+ string;
859
1141
  /** OAuth access token. */
860
- access_token?: string;
1142
+ access_token?:
1143
+ string;
861
1144
  /** Data format for response. */
862
- alt?: string;
1145
+ alt?:
1146
+ string;
863
1147
  /** JSONP */
864
- callback?: string;
1148
+ callback?:
1149
+ string;
865
1150
  /** Selector specifying which fields to include in a partial response. */
866
- fields?: string;
1151
+ fields?:
1152
+ string;
867
1153
  /** Optional. Filter specifying constraints of a list operation. */
868
- filter?: string;
1154
+ filter?:
1155
+ string;
869
1156
  /** 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. */
870
- key?: string;
1157
+ key?:
1158
+ string;
871
1159
  /** OAuth 2.0 token for the current user. */
872
- oauth_token?: string;
1160
+ oauth_token?:
1161
+ string;
873
1162
  /** Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order. */
874
- orderBy?: string;
1163
+ orderBy?:
1164
+ string;
875
1165
  /**
876
1166
  * Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may
877
1167
  * include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
878
1168
  */
879
- pageSize?: number;
1169
+ pageSize?:
1170
+ number;
880
1171
  /** Optional. The `next_page_token` value returned from a previous List request, if any. */
881
- pageToken?: string;
1172
+ pageToken?:
1173
+ string;
882
1174
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
883
- parent: string;
1175
+ parent:
1176
+ string;
884
1177
  /** Returns response with indentations and line breaks. */
885
- prettyPrint?: boolean;
1178
+ prettyPrint?:
1179
+ boolean;
886
1180
  /** 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. */
887
- quotaUser?: string;
1181
+ quotaUser?:
1182
+ string;
888
1183
  /** Upload protocol for media (e.g. "raw", "multipart"). */
889
- upload_protocol?: string;
1184
+ upload_protocol?:
1185
+ string;
890
1186
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
891
- uploadType?: string;
1187
+ uploadType?:
1188
+ string;
892
1189
  }): Request<ListBackupsResponse>;
893
1190
  /** Updates the labels for specified Backup. */
894
1191
  patch(request: {
895
1192
  /** V1 error format. */
896
- "$.xgafv"?: string;
1193
+ "$.xgafv"?:
1194
+ string;
897
1195
  /** OAuth access token. */
898
- access_token?: string;
1196
+ access_token?:
1197
+ string;
899
1198
  /** Data format for response. */
900
- alt?: string;
1199
+ alt?:
1200
+ string;
901
1201
  /** JSONP */
902
- callback?: string;
1202
+ callback?:
1203
+ string;
903
1204
  /** Selector specifying which fields to include in a partial response. */
904
- fields?: string;
1205
+ fields?:
1206
+ string;
905
1207
  /** 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. */
906
- key?: string;
1208
+ key?:
1209
+ string;
907
1210
  /** Output only. The unique name of the Backup in the form of `projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}` */
908
- name: string;
1211
+ name:
1212
+ string;
909
1213
  /** OAuth 2.0 token for the current user. */
910
- oauth_token?: string;
1214
+ oauth_token?:
1215
+ string;
911
1216
  /** Returns response with indentations and line breaks. */
912
- prettyPrint?: boolean;
1217
+ prettyPrint?:
1218
+ boolean;
913
1219
  /** 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. */
914
- quotaUser?: string;
1220
+ quotaUser?:
1221
+ string;
915
1222
  /**
916
1223
  * Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Backup: *
917
1224
  * `labels`
918
1225
  */
919
- updateMask?: string;
1226
+ updateMask?:
1227
+ string;
920
1228
  /** Upload protocol for media (e.g. "raw", "multipart"). */
921
- upload_protocol?: string;
1229
+ upload_protocol?:
1230
+ string;
922
1231
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
923
- uploadType?: string;
1232
+ uploadType?:
1233
+ string;
924
1234
  /** Request body */
925
- resource: Backup;
1235
+ resource:
1236
+ Backup;
926
1237
  }): Request<Operation>;
927
1238
  patch(request: {
928
1239
  /** V1 error format. */
929
- "$.xgafv"?: string;
1240
+ "$.xgafv"?:
1241
+ string;
930
1242
  /** OAuth access token. */
931
- access_token?: string;
1243
+ access_token?:
1244
+ string;
932
1245
  /** Data format for response. */
933
- alt?: string;
1246
+ alt?:
1247
+ string;
934
1248
  /** JSONP */
935
- callback?: string;
1249
+ callback?:
1250
+ string;
936
1251
  /** Selector specifying which fields to include in a partial response. */
937
- fields?: string;
1252
+ fields?:
1253
+ string;
938
1254
  /** 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. */
939
- key?: string;
1255
+ key?:
1256
+ string;
940
1257
  /** Output only. The unique name of the Backup in the form of `projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}` */
941
- name: string;
1258
+ name:
1259
+ string;
942
1260
  /** OAuth 2.0 token for the current user. */
943
- oauth_token?: string;
1261
+ oauth_token?:
1262
+ string;
944
1263
  /** Returns response with indentations and line breaks. */
945
- prettyPrint?: boolean;
1264
+ prettyPrint?:
1265
+ boolean;
946
1266
  /** 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. */
947
- quotaUser?: string;
1267
+ quotaUser?:
1268
+ string;
948
1269
  /**
949
1270
  * Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Backup: *
950
1271
  * `labels`
951
1272
  */
952
- updateMask?: string;
1273
+ updateMask?:
1274
+ string;
953
1275
  /** Upload protocol for media (e.g. "raw", "multipart"). */
954
- upload_protocol?: string;
1276
+ upload_protocol?:
1277
+ string;
955
1278
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
956
- uploadType?: string;
1279
+ uploadType?:
1280
+ string;
957
1281
  },
958
1282
  body: Backup): Request<Operation>;
959
1283
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
960
1284
  setIamPolicy(request: {
961
1285
  /** V1 error format. */
962
- "$.xgafv"?: string;
1286
+ "$.xgafv"?:
1287
+ string;
963
1288
  /** OAuth access token. */
964
- access_token?: string;
1289
+ access_token?:
1290
+ string;
965
1291
  /** Data format for response. */
966
- alt?: string;
1292
+ alt?:
1293
+ string;
967
1294
  /** JSONP */
968
- callback?: string;
1295
+ callback?:
1296
+ string;
969
1297
  /** Selector specifying which fields to include in a partial response. */
970
- fields?: string;
1298
+ fields?:
1299
+ string;
971
1300
  /** 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. */
972
- key?: string;
1301
+ key?:
1302
+ string;
973
1303
  /** OAuth 2.0 token for the current user. */
974
- oauth_token?: string;
1304
+ oauth_token?:
1305
+ string;
975
1306
  /** Returns response with indentations and line breaks. */
976
- prettyPrint?: boolean;
1307
+ prettyPrint?:
1308
+ boolean;
977
1309
  /** 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. */
978
- quotaUser?: string;
1310
+ quotaUser?:
1311
+ string;
979
1312
  /**
980
1313
  * 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
981
1314
  * field.
982
1315
  */
983
- resource: string;
1316
+ resource:
1317
+ string;
984
1318
  /** Upload protocol for media (e.g. "raw", "multipart"). */
985
- upload_protocol?: string;
1319
+ upload_protocol?:
1320
+ string;
986
1321
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
987
- uploadType?: string;
1322
+ uploadType?:
1323
+ string;
988
1324
  },
989
1325
  body: SetIamPolicyRequest): Request<Policy>;
990
1326
  /**
@@ -993,32 +1329,44 @@ declare namespace gapi.client {
993
1329
  */
994
1330
  testIamPermissions(request: {
995
1331
  /** V1 error format. */
996
- "$.xgafv"?: string;
1332
+ "$.xgafv"?:
1333
+ string;
997
1334
  /** OAuth access token. */
998
- access_token?: string;
1335
+ access_token?:
1336
+ string;
999
1337
  /** Data format for response. */
1000
- alt?: string;
1338
+ alt?:
1339
+ string;
1001
1340
  /** JSONP */
1002
- callback?: string;
1341
+ callback?:
1342
+ string;
1003
1343
  /** Selector specifying which fields to include in a partial response. */
1004
- fields?: string;
1344
+ fields?:
1345
+ string;
1005
1346
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1006
- key?: string;
1347
+ key?:
1348
+ string;
1007
1349
  /** OAuth 2.0 token for the current user. */
1008
- oauth_token?: string;
1350
+ oauth_token?:
1351
+ string;
1009
1352
  /** Returns response with indentations and line breaks. */
1010
- prettyPrint?: boolean;
1353
+ prettyPrint?:
1354
+ boolean;
1011
1355
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1012
- quotaUser?: string;
1356
+ quotaUser?:
1357
+ string;
1013
1358
  /**
1014
1359
  * 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
1015
1360
  * this field.
1016
1361
  */
1017
- resource: string;
1362
+ resource:
1363
+ string;
1018
1364
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1019
- upload_protocol?: string;
1365
+ upload_protocol?:
1366
+ string;
1020
1367
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1021
- uploadType?: string;
1368
+ uploadType?:
1369
+ string;
1022
1370
  },
1023
1371
  body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
1024
1372
  }
@@ -1026,432 +1374,780 @@ declare namespace gapi.client {
1026
1374
  /** Gets details of a single sqlIntegration. */
1027
1375
  get(request?: {
1028
1376
  /** V1 error format. */
1029
- "$.xgafv"?: string;
1377
+ "$.xgafv"?:
1378
+ string;
1030
1379
  /** OAuth access token. */
1031
- access_token?: string;
1380
+ access_token?:
1381
+ string;
1032
1382
  /** Data format for response. */
1033
- alt?: string;
1383
+ alt?:
1384
+ string;
1034
1385
  /** JSONP */
1035
- callback?: string;
1386
+ callback?:
1387
+ string;
1036
1388
  /** Selector specifying which fields to include in a partial response. */
1037
- fields?: string;
1389
+ fields?:
1390
+ string;
1038
1391
  /** 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. */
1039
- key?: string;
1392
+ key?:
1393
+ string;
1040
1394
  /** Required. SQLIntegration resource name using the form: `projects/{project_id}/locations/global/domains/{domain}/sqlIntegrations/{name}` */
1041
- name: string;
1395
+ name:
1396
+ string;
1042
1397
  /** OAuth 2.0 token for the current user. */
1043
- oauth_token?: string;
1398
+ oauth_token?:
1399
+ string;
1044
1400
  /** Returns response with indentations and line breaks. */
1045
- prettyPrint?: boolean;
1401
+ prettyPrint?:
1402
+ boolean;
1046
1403
  /** 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. */
1047
- quotaUser?: string;
1404
+ quotaUser?:
1405
+ string;
1048
1406
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1049
- upload_protocol?: string;
1407
+ upload_protocol?:
1408
+ string;
1050
1409
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1051
- uploadType?: string;
1410
+ uploadType?:
1411
+ string;
1052
1412
  }): Request<SqlIntegration>;
1053
1413
  /** Lists SqlIntegrations in a given domain. */
1054
1414
  list(request?: {
1055
1415
  /** V1 error format. */
1056
- "$.xgafv"?: string;
1416
+ "$.xgafv"?:
1417
+ string;
1057
1418
  /** OAuth access token. */
1058
- access_token?: string;
1419
+ access_token?:
1420
+ string;
1059
1421
  /** Data format for response. */
1060
- alt?: string;
1422
+ alt?:
1423
+ string;
1061
1424
  /** JSONP */
1062
- callback?: string;
1425
+ callback?:
1426
+ string;
1063
1427
  /** Selector specifying which fields to include in a partial response. */
1064
- fields?: string;
1428
+ fields?:
1429
+ string;
1065
1430
  /** Optional. Filter specifying constraints of a list operation. For example, `SqlIntegration.name="sql"`. */
1066
- filter?: string;
1431
+ filter?:
1432
+ string;
1067
1433
  /** 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. */
1068
- key?: string;
1434
+ key?:
1435
+ string;
1069
1436
  /** OAuth 2.0 token for the current user. */
1070
- oauth_token?: string;
1437
+ oauth_token?:
1438
+ string;
1071
1439
  /** Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order. */
1072
- orderBy?: string;
1440
+ orderBy?:
1441
+ string;
1073
1442
  /**
1074
1443
  * Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may
1075
1444
  * include a partial list and a caller should only rely on response'ANIZATIONs next_page_token to determine if there are more instances left to be queried.
1076
1445
  */
1077
- pageSize?: number;
1446
+ pageSize?:
1447
+ number;
1078
1448
  /** Optional. The next_page_token value returned from a previous List request, if any. */
1079
- pageToken?: string;
1449
+ pageToken?:
1450
+ string;
1080
1451
  /** Required. The resource name of the SqlIntegrations using the form: `projects/{project_id}/locations/global/domains/*` */
1081
- parent: string;
1452
+ parent:
1453
+ string;
1082
1454
  /** Returns response with indentations and line breaks. */
1083
- prettyPrint?: boolean;
1455
+ prettyPrint?:
1456
+ boolean;
1084
1457
  /** 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. */
1085
- quotaUser?: string;
1458
+ quotaUser?:
1459
+ string;
1086
1460
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1087
- upload_protocol?: string;
1461
+ upload_protocol?:
1462
+ string;
1088
1463
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1089
- uploadType?: string;
1464
+ uploadType?:
1465
+ string;
1090
1466
  }): Request<ListSqlIntegrationsResponse>;
1091
1467
  }
1092
1468
  interface DomainsResource {
1093
1469
  /** Adds an AD trust to a domain. */
1094
1470
  attachTrust(request: {
1095
1471
  /** V1 error format. */
1096
- "$.xgafv"?: string;
1472
+ "$.xgafv"?:
1473
+ string;
1097
1474
  /** OAuth access token. */
1098
- access_token?: string;
1475
+ access_token?:
1476
+ string;
1099
1477
  /** Data format for response. */
1100
- alt?: string;
1478
+ alt?:
1479
+ string;
1101
1480
  /** JSONP */
1102
- callback?: string;
1481
+ callback?:
1482
+ string;
1103
1483
  /** Selector specifying which fields to include in a partial response. */
1104
- fields?: string;
1484
+ fields?:
1485
+ string;
1105
1486
  /** 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. */
1106
- key?: string;
1487
+ key?:
1488
+ string;
1107
1489
  /** Required. The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1108
- name: string;
1490
+ name:
1491
+ string;
1109
1492
  /** OAuth 2.0 token for the current user. */
1110
- oauth_token?: string;
1493
+ oauth_token?:
1494
+ string;
1111
1495
  /** Returns response with indentations and line breaks. */
1112
- prettyPrint?: boolean;
1496
+ prettyPrint?:
1497
+ boolean;
1113
1498
  /** 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. */
1114
- quotaUser?: string;
1499
+ quotaUser?:
1500
+ string;
1115
1501
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1116
- upload_protocol?: string;
1502
+ upload_protocol?:
1503
+ string;
1117
1504
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1118
- uploadType?: string;
1505
+ uploadType?:
1506
+ string;
1119
1507
  /** Request body */
1120
- resource: AttachTrustRequest;
1508
+ resource:
1509
+ AttachTrustRequest;
1121
1510
  }): Request<Operation>;
1122
1511
  attachTrust(request: {
1123
1512
  /** V1 error format. */
1124
- "$.xgafv"?: string;
1513
+ "$.xgafv"?:
1514
+ string;
1125
1515
  /** OAuth access token. */
1126
- access_token?: string;
1516
+ access_token?:
1517
+ string;
1127
1518
  /** Data format for response. */
1128
- alt?: string;
1519
+ alt?:
1520
+ string;
1129
1521
  /** JSONP */
1130
- callback?: string;
1522
+ callback?:
1523
+ string;
1131
1524
  /** Selector specifying which fields to include in a partial response. */
1132
- fields?: string;
1525
+ fields?:
1526
+ string;
1133
1527
  /** 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. */
1134
- key?: string;
1528
+ key?:
1529
+ string;
1135
1530
  /** Required. The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1136
- name: string;
1531
+ name:
1532
+ string;
1137
1533
  /** OAuth 2.0 token for the current user. */
1138
- oauth_token?: string;
1534
+ oauth_token?:
1535
+ string;
1139
1536
  /** Returns response with indentations and line breaks. */
1140
- prettyPrint?: boolean;
1537
+ prettyPrint?:
1538
+ boolean;
1141
1539
  /** 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. */
1142
- quotaUser?: string;
1540
+ quotaUser?:
1541
+ string;
1143
1542
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1144
- upload_protocol?: string;
1543
+ upload_protocol?:
1544
+ string;
1145
1545
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1146
- uploadType?: string;
1546
+ uploadType?:
1547
+ string;
1147
1548
  },
1148
1549
  body: AttachTrustRequest): Request<Operation>;
1149
1550
  /** Creates a Microsoft AD domain. */
1150
1551
  create(request: {
1151
1552
  /** V1 error format. */
1152
- "$.xgafv"?: string;
1553
+ "$.xgafv"?:
1554
+ string;
1153
1555
  /** OAuth access token. */
1154
- access_token?: string;
1556
+ access_token?:
1557
+ string;
1155
1558
  /** Data format for response. */
1156
- alt?: string;
1559
+ alt?:
1560
+ string;
1157
1561
  /** JSONP */
1158
- callback?: string;
1562
+ callback?:
1563
+ string;
1159
1564
  /**
1160
1565
  * Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and
1161
1566
  * hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segment length (mydomain
1162
1567
  * for example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project.
1163
1568
  */
1164
- domainName?: string;
1569
+ domainName?:
1570
+ string;
1165
1571
  /** Selector specifying which fields to include in a partial response. */
1166
- fields?: string;
1572
+ fields?:
1573
+ string;
1167
1574
  /** 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;
1575
+ key?:
1576
+ string;
1169
1577
  /** OAuth 2.0 token for the current user. */
1170
- oauth_token?: string;
1578
+ oauth_token?:
1579
+ string;
1171
1580
  /** Required. The resource project name and location using the form: `projects/{project_id}/locations/global` */
1172
- parent: string;
1581
+ parent:
1582
+ string;
1173
1583
  /** Returns response with indentations and line breaks. */
1174
- prettyPrint?: boolean;
1584
+ prettyPrint?:
1585
+ boolean;
1175
1586
  /** 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. */
1176
- quotaUser?: string;
1587
+ quotaUser?:
1588
+ string;
1177
1589
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1178
- upload_protocol?: string;
1590
+ upload_protocol?:
1591
+ string;
1179
1592
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1180
- uploadType?: string;
1593
+ uploadType?:
1594
+ string;
1181
1595
  /** Request body */
1182
- resource: Domain;
1596
+ resource:
1597
+ Domain;
1183
1598
  }): Request<Operation>;
1184
1599
  create(request: {
1185
1600
  /** V1 error format. */
1186
- "$.xgafv"?: string;
1601
+ "$.xgafv"?:
1602
+ string;
1187
1603
  /** OAuth access token. */
1188
- access_token?: string;
1604
+ access_token?:
1605
+ string;
1189
1606
  /** Data format for response. */
1190
- alt?: string;
1607
+ alt?:
1608
+ string;
1191
1609
  /** JSONP */
1192
- callback?: string;
1610
+ callback?:
1611
+ string;
1193
1612
  /**
1194
1613
  * Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and
1195
1614
  * hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segment length (mydomain
1196
1615
  * for example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project.
1197
1616
  */
1198
- domainName?: string;
1617
+ domainName?:
1618
+ string;
1199
1619
  /** Selector specifying which fields to include in a partial response. */
1200
- fields?: string;
1620
+ fields?:
1621
+ string;
1201
1622
  /** 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. */
1202
- key?: string;
1623
+ key?:
1624
+ string;
1203
1625
  /** OAuth 2.0 token for the current user. */
1204
- oauth_token?: string;
1626
+ oauth_token?:
1627
+ string;
1205
1628
  /** Required. The resource project name and location using the form: `projects/{project_id}/locations/global` */
1206
- parent: string;
1629
+ parent:
1630
+ string;
1207
1631
  /** Returns response with indentations and line breaks. */
1208
- prettyPrint?: boolean;
1632
+ prettyPrint?:
1633
+ boolean;
1209
1634
  /** 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. */
1210
- quotaUser?: string;
1635
+ quotaUser?:
1636
+ string;
1211
1637
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1212
- upload_protocol?: string;
1638
+ upload_protocol?:
1639
+ string;
1213
1640
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1214
- uploadType?: string;
1641
+ uploadType?:
1642
+ string;
1215
1643
  },
1216
1644
  body: Domain): Request<Operation>;
1217
1645
  /** Deletes a domain. */
1218
1646
  delete(request?: {
1219
1647
  /** V1 error format. */
1220
- "$.xgafv"?: string;
1648
+ "$.xgafv"?:
1649
+ string;
1221
1650
  /** OAuth access token. */
1222
- access_token?: string;
1651
+ access_token?:
1652
+ string;
1223
1653
  /** Data format for response. */
1224
- alt?: string;
1654
+ alt?:
1655
+ string;
1225
1656
  /** JSONP */
1226
- callback?: string;
1657
+ callback?:
1658
+ string;
1227
1659
  /** Selector specifying which fields to include in a partial response. */
1228
- fields?: string;
1660
+ fields?:
1661
+ string;
1229
1662
  /** 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. */
1230
- key?: string;
1663
+ key?:
1664
+ string;
1231
1665
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1232
- name: string;
1666
+ name:
1667
+ string;
1233
1668
  /** OAuth 2.0 token for the current user. */
1234
- oauth_token?: string;
1669
+ oauth_token?:
1670
+ string;
1235
1671
  /** Returns response with indentations and line breaks. */
1236
- prettyPrint?: boolean;
1672
+ prettyPrint?:
1673
+ boolean;
1237
1674
  /** 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. */
1238
- quotaUser?: string;
1675
+ quotaUser?:
1676
+ string;
1239
1677
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1240
- upload_protocol?: string;
1678
+ upload_protocol?:
1679
+ string;
1241
1680
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1242
- uploadType?: string;
1681
+ uploadType?:
1682
+ string;
1243
1683
  }): Request<Operation>;
1244
1684
  /** Removes an AD trust. */
1245
1685
  detachTrust(request: {
1246
1686
  /** V1 error format. */
1247
- "$.xgafv"?: string;
1687
+ "$.xgafv"?:
1688
+ string;
1248
1689
  /** OAuth access token. */
1249
- access_token?: string;
1690
+ access_token?:
1691
+ string;
1250
1692
  /** Data format for response. */
1251
- alt?: string;
1693
+ alt?:
1694
+ string;
1252
1695
  /** JSONP */
1253
- callback?: string;
1696
+ callback?:
1697
+ string;
1254
1698
  /** Selector specifying which fields to include in a partial response. */
1255
- fields?: string;
1699
+ fields?:
1700
+ string;
1256
1701
  /** 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;
1702
+ key?:
1703
+ string;
1258
1704
  /** Required. The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1259
- name: string;
1705
+ name:
1706
+ string;
1260
1707
  /** OAuth 2.0 token for the current user. */
1261
- oauth_token?: string;
1708
+ oauth_token?:
1709
+ string;
1262
1710
  /** Returns response with indentations and line breaks. */
1263
- prettyPrint?: boolean;
1711
+ prettyPrint?:
1712
+ boolean;
1264
1713
  /** 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. */
1265
- quotaUser?: string;
1714
+ quotaUser?:
1715
+ string;
1266
1716
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1267
- upload_protocol?: string;
1717
+ upload_protocol?:
1718
+ string;
1268
1719
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1269
- uploadType?: string;
1720
+ uploadType?:
1721
+ string;
1270
1722
  /** Request body */
1271
- resource: DetachTrustRequest;
1723
+ resource:
1724
+ DetachTrustRequest;
1272
1725
  }): Request<Operation>;
1273
1726
  detachTrust(request: {
1274
1727
  /** V1 error format. */
1275
- "$.xgafv"?: string;
1728
+ "$.xgafv"?:
1729
+ string;
1276
1730
  /** OAuth access token. */
1277
- access_token?: string;
1731
+ access_token?:
1732
+ string;
1278
1733
  /** Data format for response. */
1279
- alt?: string;
1734
+ alt?:
1735
+ string;
1280
1736
  /** JSONP */
1281
- callback?: string;
1737
+ callback?:
1738
+ string;
1282
1739
  /** Selector specifying which fields to include in a partial response. */
1283
- fields?: string;
1740
+ fields?:
1741
+ string;
1284
1742
  /** 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. */
1285
- key?: string;
1743
+ key?:
1744
+ string;
1286
1745
  /** Required. The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1287
- name: string;
1746
+ name:
1747
+ string;
1288
1748
  /** OAuth 2.0 token for the current user. */
1289
- oauth_token?: string;
1749
+ oauth_token?:
1750
+ string;
1290
1751
  /** Returns response with indentations and line breaks. */
1291
- prettyPrint?: boolean;
1752
+ prettyPrint?:
1753
+ boolean;
1292
1754
  /** 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. */
1293
- quotaUser?: string;
1755
+ quotaUser?:
1756
+ string;
1294
1757
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1295
- upload_protocol?: string;
1758
+ upload_protocol?:
1759
+ string;
1296
1760
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1297
- uploadType?: string;
1761
+ uploadType?:
1762
+ string;
1298
1763
  },
1299
1764
  body: DetachTrustRequest): Request<Operation>;
1765
+ /** Disable Domain Migration */
1766
+ disableMigration(request: {
1767
+ /** V1 error format. */
1768
+ "$.xgafv"?:
1769
+ string;
1770
+ /** OAuth access token. */
1771
+ access_token?:
1772
+ string;
1773
+ /** Data format for response. */
1774
+ alt?:
1775
+ string;
1776
+ /** JSONP */
1777
+ callback?:
1778
+ string;
1779
+ /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1780
+ domain:
1781
+ string;
1782
+ /** Selector specifying which fields to include in a partial response. */
1783
+ fields?:
1784
+ string;
1785
+ /** 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. */
1786
+ key?:
1787
+ string;
1788
+ /** OAuth 2.0 token for the current user. */
1789
+ oauth_token?:
1790
+ string;
1791
+ /** Returns response with indentations and line breaks. */
1792
+ prettyPrint?:
1793
+ boolean;
1794
+ /** 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. */
1795
+ quotaUser?:
1796
+ string;
1797
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1798
+ upload_protocol?:
1799
+ string;
1800
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1801
+ uploadType?:
1802
+ string;
1803
+ /** Request body */
1804
+ resource:
1805
+ DisableMigrationRequest;
1806
+ }): Request<Operation>;
1807
+ disableMigration(request: {
1808
+ /** V1 error format. */
1809
+ "$.xgafv"?:
1810
+ string;
1811
+ /** OAuth access token. */
1812
+ access_token?:
1813
+ string;
1814
+ /** Data format for response. */
1815
+ alt?:
1816
+ string;
1817
+ /** JSONP */
1818
+ callback?:
1819
+ string;
1820
+ /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1821
+ domain:
1822
+ string;
1823
+ /** Selector specifying which fields to include in a partial response. */
1824
+ fields?:
1825
+ string;
1826
+ /** 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. */
1827
+ key?:
1828
+ string;
1829
+ /** OAuth 2.0 token for the current user. */
1830
+ oauth_token?:
1831
+ string;
1832
+ /** Returns response with indentations and line breaks. */
1833
+ prettyPrint?:
1834
+ boolean;
1835
+ /** 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. */
1836
+ quotaUser?:
1837
+ string;
1838
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1839
+ upload_protocol?:
1840
+ string;
1841
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1842
+ uploadType?:
1843
+ string;
1844
+ },
1845
+ body: DisableMigrationRequest): Request<Operation>;
1300
1846
  /** DomainJoinMachine API joins a Compute Engine VM to the domain */
1301
1847
  domainJoinMachine(request: {
1302
1848
  /** V1 error format. */
1303
- "$.xgafv"?: string;
1849
+ "$.xgafv"?:
1850
+ string;
1304
1851
  /** OAuth access token. */
1305
- access_token?: string;
1852
+ access_token?:
1853
+ string;
1306
1854
  /** Data format for response. */
1307
- alt?: string;
1855
+ alt?:
1856
+ string;
1308
1857
  /** JSONP */
1309
- callback?: string;
1858
+ callback?:
1859
+ string;
1310
1860
  /** Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name} */
1311
- domain: string;
1861
+ domain:
1862
+ string;
1312
1863
  /** Selector specifying which fields to include in a partial response. */
1313
- fields?: string;
1864
+ fields?:
1865
+ string;
1314
1866
  /** 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. */
1315
- key?: string;
1867
+ key?:
1868
+ string;
1316
1869
  /** OAuth 2.0 token for the current user. */
1317
- oauth_token?: string;
1870
+ oauth_token?:
1871
+ string;
1318
1872
  /** Returns response with indentations and line breaks. */
1319
- prettyPrint?: boolean;
1873
+ prettyPrint?:
1874
+ boolean;
1320
1875
  /** 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. */
1321
- quotaUser?: string;
1876
+ quotaUser?:
1877
+ string;
1322
1878
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1323
- upload_protocol?: string;
1879
+ upload_protocol?:
1880
+ string;
1324
1881
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1325
- uploadType?: string;
1882
+ uploadType?:
1883
+ string;
1326
1884
  /** Request body */
1327
- resource: DomainJoinMachineRequest;
1885
+ resource:
1886
+ DomainJoinMachineRequest;
1328
1887
  }): Request<DomainJoinMachineResponse>;
1329
1888
  domainJoinMachine(request: {
1330
1889
  /** V1 error format. */
1331
- "$.xgafv"?: string;
1890
+ "$.xgafv"?:
1891
+ string;
1332
1892
  /** OAuth access token. */
1333
- access_token?: string;
1893
+ access_token?:
1894
+ string;
1334
1895
  /** Data format for response. */
1335
- alt?: string;
1896
+ alt?:
1897
+ string;
1336
1898
  /** JSONP */
1337
- callback?: string;
1899
+ callback?:
1900
+ string;
1338
1901
  /** Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name} */
1339
- domain: string;
1902
+ domain:
1903
+ string;
1340
1904
  /** Selector specifying which fields to include in a partial response. */
1341
- fields?: string;
1905
+ fields?:
1906
+ string;
1342
1907
  /** 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. */
1343
- key?: string;
1908
+ key?:
1909
+ string;
1344
1910
  /** OAuth 2.0 token for the current user. */
1345
- oauth_token?: string;
1911
+ oauth_token?:
1912
+ string;
1346
1913
  /** Returns response with indentations and line breaks. */
1347
- prettyPrint?: boolean;
1914
+ prettyPrint?:
1915
+ boolean;
1348
1916
  /** 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. */
1349
- quotaUser?: string;
1917
+ quotaUser?:
1918
+ string;
1350
1919
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1351
- upload_protocol?: string;
1920
+ upload_protocol?:
1921
+ string;
1352
1922
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1353
- uploadType?: string;
1923
+ uploadType?:
1924
+ string;
1354
1925
  },
1355
1926
  body: DomainJoinMachineRequest): Request<DomainJoinMachineResponse>;
1927
+ /** Enable Domain Migration */
1928
+ enableMigration(request: {
1929
+ /** V1 error format. */
1930
+ "$.xgafv"?:
1931
+ string;
1932
+ /** OAuth access token. */
1933
+ access_token?:
1934
+ string;
1935
+ /** Data format for response. */
1936
+ alt?:
1937
+ string;
1938
+ /** JSONP */
1939
+ callback?:
1940
+ string;
1941
+ /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1942
+ domain:
1943
+ string;
1944
+ /** Selector specifying which fields to include in a partial response. */
1945
+ fields?:
1946
+ string;
1947
+ /** 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. */
1948
+ key?:
1949
+ string;
1950
+ /** OAuth 2.0 token for the current user. */
1951
+ oauth_token?:
1952
+ string;
1953
+ /** Returns response with indentations and line breaks. */
1954
+ prettyPrint?:
1955
+ boolean;
1956
+ /** 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. */
1957
+ quotaUser?:
1958
+ string;
1959
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1960
+ upload_protocol?:
1961
+ string;
1962
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1963
+ uploadType?:
1964
+ string;
1965
+ /** Request body */
1966
+ resource:
1967
+ EnableMigrationRequest;
1968
+ }): Request<Operation>;
1969
+ enableMigration(request: {
1970
+ /** V1 error format. */
1971
+ "$.xgafv"?:
1972
+ string;
1973
+ /** OAuth access token. */
1974
+ access_token?:
1975
+ string;
1976
+ /** Data format for response. */
1977
+ alt?:
1978
+ string;
1979
+ /** JSONP */
1980
+ callback?:
1981
+ string;
1982
+ /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1983
+ domain:
1984
+ string;
1985
+ /** Selector specifying which fields to include in a partial response. */
1986
+ fields?:
1987
+ string;
1988
+ /** 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. */
1989
+ key?:
1990
+ string;
1991
+ /** OAuth 2.0 token for the current user. */
1992
+ oauth_token?:
1993
+ string;
1994
+ /** Returns response with indentations and line breaks. */
1995
+ prettyPrint?:
1996
+ boolean;
1997
+ /** 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. */
1998
+ quotaUser?:
1999
+ string;
2000
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2001
+ upload_protocol?:
2002
+ string;
2003
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2004
+ uploadType?:
2005
+ string;
2006
+ },
2007
+ body: EnableMigrationRequest): Request<Operation>;
1356
2008
  /** Extend Schema for Domain */
1357
2009
  extendSchema(request: {
1358
2010
  /** V1 error format. */
1359
- "$.xgafv"?: string;
2011
+ "$.xgafv"?:
2012
+ string;
1360
2013
  /** OAuth access token. */
1361
- access_token?: string;
2014
+ access_token?:
2015
+ string;
1362
2016
  /** Data format for response. */
1363
- alt?: string;
2017
+ alt?:
2018
+ string;
1364
2019
  /** JSONP */
1365
- callback?: string;
2020
+ callback?:
2021
+ string;
1366
2022
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1367
- domain: string;
2023
+ domain:
2024
+ string;
1368
2025
  /** Selector specifying which fields to include in a partial response. */
1369
- fields?: string;
2026
+ fields?:
2027
+ string;
1370
2028
  /** 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. */
1371
- key?: string;
2029
+ key?:
2030
+ string;
1372
2031
  /** OAuth 2.0 token for the current user. */
1373
- oauth_token?: string;
2032
+ oauth_token?:
2033
+ string;
1374
2034
  /** Returns response with indentations and line breaks. */
1375
- prettyPrint?: boolean;
2035
+ prettyPrint?:
2036
+ boolean;
1376
2037
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1377
- quotaUser?: string;
2038
+ quotaUser?:
2039
+ string;
1378
2040
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1379
- upload_protocol?: string;
2041
+ upload_protocol?:
2042
+ string;
1380
2043
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1381
- uploadType?: string;
2044
+ uploadType?:
2045
+ string;
1382
2046
  /** Request body */
1383
- resource: ExtendSchemaRequest;
2047
+ resource:
2048
+ ExtendSchemaRequest;
1384
2049
  }): Request<Operation>;
1385
2050
  extendSchema(request: {
1386
2051
  /** V1 error format. */
1387
- "$.xgafv"?: string;
2052
+ "$.xgafv"?:
2053
+ string;
1388
2054
  /** OAuth access token. */
1389
- access_token?: string;
2055
+ access_token?:
2056
+ string;
1390
2057
  /** Data format for response. */
1391
- alt?: string;
2058
+ alt?:
2059
+ string;
1392
2060
  /** JSONP */
1393
- callback?: string;
2061
+ callback?:
2062
+ string;
1394
2063
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1395
- domain: string;
2064
+ domain:
2065
+ string;
1396
2066
  /** Selector specifying which fields to include in a partial response. */
1397
- fields?: string;
2067
+ fields?:
2068
+ string;
1398
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. */
1399
- key?: string;
2070
+ key?:
2071
+ string;
1400
2072
  /** OAuth 2.0 token for the current user. */
1401
- oauth_token?: string;
2073
+ oauth_token?:
2074
+ string;
1402
2075
  /** Returns response with indentations and line breaks. */
1403
- prettyPrint?: boolean;
2076
+ prettyPrint?:
2077
+ boolean;
1404
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. */
1405
- quotaUser?: string;
2079
+ quotaUser?:
2080
+ string;
1406
2081
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1407
- upload_protocol?: string;
2082
+ upload_protocol?:
2083
+ string;
1408
2084
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1409
- uploadType?: string;
2085
+ uploadType?:
2086
+ string;
1410
2087
  },
1411
2088
  body: ExtendSchemaRequest): Request<Operation>;
1412
2089
  /** Gets information about a domain. */
1413
2090
  get(request?: {
1414
2091
  /** V1 error format. */
1415
- "$.xgafv"?: string;
2092
+ "$.xgafv"?:
2093
+ string;
1416
2094
  /** OAuth access token. */
1417
- access_token?: string;
2095
+ access_token?:
2096
+ string;
1418
2097
  /** Data format for response. */
1419
- alt?: string;
2098
+ alt?:
2099
+ string;
1420
2100
  /** JSONP */
1421
- callback?: string;
2101
+ callback?:
2102
+ string;
1422
2103
  /** Selector specifying which fields to include in a partial response. */
1423
- fields?: string;
2104
+ fields?:
2105
+ string;
1424
2106
  /** 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. */
1425
- key?: string;
2107
+ key?:
2108
+ string;
1426
2109
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1427
- name: string;
2110
+ name:
2111
+ string;
1428
2112
  /** OAuth 2.0 token for the current user. */
1429
- oauth_token?: string;
2113
+ oauth_token?:
2114
+ string;
1430
2115
  /** Returns response with indentations and line breaks. */
1431
- prettyPrint?: boolean;
2116
+ prettyPrint?:
2117
+ boolean;
1432
2118
  /** 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. */
1433
- quotaUser?: string;
2119
+ quotaUser?:
2120
+ string;
1434
2121
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1435
- upload_protocol?: string;
2122
+ upload_protocol?:
2123
+ string;
1436
2124
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1437
- uploadType?: string;
2125
+ uploadType?:
2126
+ string;
1438
2127
  }): Request<Domain>;
1439
2128
  /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
1440
2129
  getIamPolicy(request?: {
1441
2130
  /** V1 error format. */
1442
- "$.xgafv"?: string;
2131
+ "$.xgafv"?:
2132
+ string;
1443
2133
  /** OAuth access token. */
1444
- access_token?: string;
2134
+ access_token?:
2135
+ string;
1445
2136
  /** Data format for response. */
1446
- alt?: string;
2137
+ alt?:
2138
+ string;
1447
2139
  /** JSONP */
1448
- callback?: string;
2140
+ callback?:
2141
+ string;
1449
2142
  /** Selector specifying which fields to include in a partial response. */
1450
- fields?: string;
2143
+ fields?:
2144
+ string;
1451
2145
  /** 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. */
1452
- key?: string;
2146
+ key?:
2147
+ string;
1453
2148
  /** OAuth 2.0 token for the current user. */
1454
- oauth_token?: string;
2149
+ oauth_token?:
2150
+ string;
1455
2151
  /**
1456
2152
  * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
1457
2153
  * policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy
@@ -1459,349 +2155,497 @@ declare namespace gapi.client {
1459
2155
  * role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
1460
2156
  * documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
1461
2157
  */
1462
- "options.requestedPolicyVersion"?: number;
2158
+ "options.requestedPolicyVersion"?:
2159
+ number;
1463
2160
  /** Returns response with indentations and line breaks. */
1464
- prettyPrint?: boolean;
2161
+ prettyPrint?:
2162
+ boolean;
1465
2163
  /** 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. */
1466
- quotaUser?: string;
2164
+ quotaUser?:
2165
+ string;
1467
2166
  /**
1468
2167
  * 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
1469
2168
  * field.
1470
2169
  */
1471
- resource: string;
2170
+ resource:
2171
+ string;
1472
2172
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1473
- upload_protocol?: string;
2173
+ upload_protocol?:
2174
+ string;
1474
2175
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1475
- uploadType?: string;
2176
+ uploadType?:
2177
+ string;
1476
2178
  }): Request<Policy>;
1477
2179
  /** Gets the domain ldaps settings. */
1478
2180
  getLdapssettings(request?: {
1479
2181
  /** V1 error format. */
1480
- "$.xgafv"?: string;
2182
+ "$.xgafv"?:
2183
+ string;
1481
2184
  /** OAuth access token. */
1482
- access_token?: string;
2185
+ access_token?:
2186
+ string;
1483
2187
  /** Data format for response. */
1484
- alt?: string;
2188
+ alt?:
2189
+ string;
1485
2190
  /** JSONP */
1486
- callback?: string;
2191
+ callback?:
2192
+ string;
1487
2193
  /** Selector specifying which fields to include in a partial response. */
1488
- fields?: string;
2194
+ fields?:
2195
+ string;
1489
2196
  /** 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. */
1490
- key?: string;
2197
+ key?:
2198
+ string;
1491
2199
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1492
- name: string;
2200
+ name:
2201
+ string;
1493
2202
  /** OAuth 2.0 token for the current user. */
1494
- oauth_token?: string;
2203
+ oauth_token?:
2204
+ string;
1495
2205
  /** Returns response with indentations and line breaks. */
1496
- prettyPrint?: boolean;
2206
+ prettyPrint?:
2207
+ boolean;
1497
2208
  /** 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. */
1498
- quotaUser?: string;
2209
+ quotaUser?:
2210
+ string;
1499
2211
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1500
- upload_protocol?: string;
2212
+ upload_protocol?:
2213
+ string;
1501
2214
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1502
- uploadType?: string;
2215
+ uploadType?:
2216
+ string;
1503
2217
  }): Request<LDAPSSettings>;
1504
2218
  /** Lists domains in a project. */
1505
2219
  list(request?: {
1506
2220
  /** V1 error format. */
1507
- "$.xgafv"?: string;
2221
+ "$.xgafv"?:
2222
+ string;
1508
2223
  /** OAuth access token. */
1509
- access_token?: string;
2224
+ access_token?:
2225
+ string;
1510
2226
  /** Data format for response. */
1511
- alt?: string;
2227
+ alt?:
2228
+ string;
1512
2229
  /** JSONP */
1513
- callback?: string;
2230
+ callback?:
2231
+ string;
1514
2232
  /** Selector specifying which fields to include in a partial response. */
1515
- fields?: string;
2233
+ fields?:
2234
+ string;
1516
2235
  /** Optional. A filter specifying constraints of a list operation. For example, `Domain.fqdn="mydomain.myorginization"`. */
1517
- filter?: string;
2236
+ filter?:
2237
+ string;
1518
2238
  /** 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. */
1519
- key?: string;
2239
+ key?:
2240
+ string;
1520
2241
  /** OAuth 2.0 token for the current user. */
1521
- oauth_token?: string;
2242
+ oauth_token?:
2243
+ string;
1522
2244
  /** Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information. */
1523
- orderBy?: string;
2245
+ orderBy?:
2246
+ string;
1524
2247
  /**
1525
2248
  * Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial
1526
2249
  * list. Callers should rely on a response's next_page_token to determine if there are additional results to list.
1527
2250
  */
1528
- pageSize?: number;
2251
+ pageSize?:
2252
+ number;
1529
2253
  /** Optional. The `next_page_token` value returned from a previous ListDomainsRequest request, if any. */
1530
- pageToken?: string;
2254
+ pageToken?:
2255
+ string;
1531
2256
  /** Required. The resource name of the domain location using the form: `projects/{project_id}/locations/global` */
1532
- parent: string;
2257
+ parent:
2258
+ string;
1533
2259
  /** Returns response with indentations and line breaks. */
1534
- prettyPrint?: boolean;
2260
+ prettyPrint?:
2261
+ boolean;
1535
2262
  /** 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. */
1536
- quotaUser?: string;
2263
+ quotaUser?:
2264
+ string;
1537
2265
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1538
- upload_protocol?: string;
2266
+ upload_protocol?:
2267
+ string;
1539
2268
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1540
- uploadType?: string;
2269
+ uploadType?:
2270
+ string;
1541
2271
  }): Request<ListDomainsResponse>;
1542
2272
  /** Updates the metadata and configuration of a domain. */
1543
2273
  patch(request: {
1544
2274
  /** V1 error format. */
1545
- "$.xgafv"?: string;
2275
+ "$.xgafv"?:
2276
+ string;
1546
2277
  /** OAuth access token. */
1547
- access_token?: string;
2278
+ access_token?:
2279
+ string;
1548
2280
  /** Data format for response. */
1549
- alt?: string;
2281
+ alt?:
2282
+ string;
1550
2283
  /** JSONP */
1551
- callback?: string;
2284
+ callback?:
2285
+ string;
1552
2286
  /** Selector specifying which fields to include in a partial response. */
1553
- fields?: string;
2287
+ fields?:
2288
+ string;
1554
2289
  /** 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. */
1555
- key?: string;
2290
+ key?:
2291
+ string;
1556
2292
  /** Required. The unique name of the domain using the form: `projects/{project_id}/locations/global/domains/{domain_name}`. */
1557
- name: string;
2293
+ name:
2294
+ string;
1558
2295
  /** OAuth 2.0 token for the current user. */
1559
- oauth_token?: string;
2296
+ oauth_token?:
2297
+ string;
1560
2298
  /** Returns response with indentations and line breaks. */
1561
- prettyPrint?: boolean;
2299
+ prettyPrint?:
2300
+ boolean;
1562
2301
  /** 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. */
1563
- quotaUser?: string;
2302
+ quotaUser?:
2303
+ string;
1564
2304
  /**
1565
2305
  * Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include fields from Domain: * `labels` *
1566
2306
  * `locations` * `authorized_networks` * `audit_logs_enabled`
1567
2307
  */
1568
- updateMask?: string;
2308
+ updateMask?:
2309
+ string;
1569
2310
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1570
- upload_protocol?: string;
2311
+ upload_protocol?:
2312
+ string;
1571
2313
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1572
- uploadType?: string;
2314
+ uploadType?:
2315
+ string;
1573
2316
  /** Request body */
1574
- resource: Domain;
2317
+ resource:
2318
+ Domain;
1575
2319
  }): Request<Operation>;
1576
2320
  patch(request: {
1577
2321
  /** V1 error format. */
1578
- "$.xgafv"?: string;
2322
+ "$.xgafv"?:
2323
+ string;
1579
2324
  /** OAuth access token. */
1580
- access_token?: string;
2325
+ access_token?:
2326
+ string;
1581
2327
  /** Data format for response. */
1582
- alt?: string;
2328
+ alt?:
2329
+ string;
1583
2330
  /** JSONP */
1584
- callback?: string;
2331
+ callback?:
2332
+ string;
1585
2333
  /** Selector specifying which fields to include in a partial response. */
1586
- fields?: string;
2334
+ fields?:
2335
+ string;
1587
2336
  /** 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. */
1588
- key?: string;
2337
+ key?:
2338
+ string;
1589
2339
  /** Required. The unique name of the domain using the form: `projects/{project_id}/locations/global/domains/{domain_name}`. */
1590
- name: string;
2340
+ name:
2341
+ string;
1591
2342
  /** OAuth 2.0 token for the current user. */
1592
- oauth_token?: string;
2343
+ oauth_token?:
2344
+ string;
1593
2345
  /** Returns response with indentations and line breaks. */
1594
- prettyPrint?: boolean;
2346
+ prettyPrint?:
2347
+ boolean;
1595
2348
  /** 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. */
1596
- quotaUser?: string;
2349
+ quotaUser?:
2350
+ string;
1597
2351
  /**
1598
2352
  * Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include fields from Domain: * `labels` *
1599
2353
  * `locations` * `authorized_networks` * `audit_logs_enabled`
1600
2354
  */
1601
- updateMask?: string;
2355
+ updateMask?:
2356
+ string;
1602
2357
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1603
- upload_protocol?: string;
2358
+ upload_protocol?:
2359
+ string;
1604
2360
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1605
- uploadType?: string;
2361
+ uploadType?:
2362
+ string;
1606
2363
  },
1607
2364
  body: Domain): Request<Operation>;
1608
2365
  /** Updates the DNS conditional forwarder. */
1609
2366
  reconfigureTrust(request: {
1610
2367
  /** V1 error format. */
1611
- "$.xgafv"?: string;
2368
+ "$.xgafv"?:
2369
+ string;
1612
2370
  /** OAuth access token. */
1613
- access_token?: string;
2371
+ access_token?:
2372
+ string;
1614
2373
  /** Data format for response. */
1615
- alt?: string;
2374
+ alt?:
2375
+ string;
1616
2376
  /** JSONP */
1617
- callback?: string;
2377
+ callback?:
2378
+ string;
1618
2379
  /** Selector specifying which fields to include in a partial response. */
1619
- fields?: string;
2380
+ fields?:
2381
+ string;
1620
2382
  /** 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. */
1621
- key?: string;
2383
+ key?:
2384
+ string;
1622
2385
  /** Required. The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1623
- name: string;
2386
+ name:
2387
+ string;
1624
2388
  /** OAuth 2.0 token for the current user. */
1625
- oauth_token?: string;
2389
+ oauth_token?:
2390
+ string;
1626
2391
  /** Returns response with indentations and line breaks. */
1627
- prettyPrint?: boolean;
2392
+ prettyPrint?:
2393
+ boolean;
1628
2394
  /** 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. */
1629
- quotaUser?: string;
2395
+ quotaUser?:
2396
+ string;
1630
2397
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1631
- upload_protocol?: string;
2398
+ upload_protocol?:
2399
+ string;
1632
2400
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1633
- uploadType?: string;
2401
+ uploadType?:
2402
+ string;
1634
2403
  /** Request body */
1635
- resource: ReconfigureTrustRequest;
2404
+ resource:
2405
+ ReconfigureTrustRequest;
1636
2406
  }): Request<Operation>;
1637
2407
  reconfigureTrust(request: {
1638
2408
  /** V1 error format. */
1639
- "$.xgafv"?: string;
2409
+ "$.xgafv"?:
2410
+ string;
1640
2411
  /** OAuth access token. */
1641
- access_token?: string;
2412
+ access_token?:
2413
+ string;
1642
2414
  /** Data format for response. */
1643
- alt?: string;
2415
+ alt?:
2416
+ string;
1644
2417
  /** JSONP */
1645
- callback?: string;
2418
+ callback?:
2419
+ string;
1646
2420
  /** Selector specifying which fields to include in a partial response. */
1647
- fields?: string;
2421
+ fields?:
2422
+ string;
1648
2423
  /** 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. */
1649
- key?: string;
2424
+ key?:
2425
+ string;
1650
2426
  /** Required. The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1651
- name: string;
2427
+ name:
2428
+ string;
1652
2429
  /** OAuth 2.0 token for the current user. */
1653
- oauth_token?: string;
2430
+ oauth_token?:
2431
+ string;
1654
2432
  /** Returns response with indentations and line breaks. */
1655
- prettyPrint?: boolean;
2433
+ prettyPrint?:
2434
+ boolean;
1656
2435
  /** 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. */
1657
- quotaUser?: string;
2436
+ quotaUser?:
2437
+ string;
1658
2438
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1659
- upload_protocol?: string;
2439
+ upload_protocol?:
2440
+ string;
1660
2441
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1661
- uploadType?: string;
2442
+ uploadType?:
2443
+ string;
1662
2444
  },
1663
2445
  body: ReconfigureTrustRequest): Request<Operation>;
1664
2446
  /** Resets a domain's administrator password. */
1665
2447
  resetAdminPassword(request: {
1666
2448
  /** V1 error format. */
1667
- "$.xgafv"?: string;
2449
+ "$.xgafv"?:
2450
+ string;
1668
2451
  /** OAuth access token. */
1669
- access_token?: string;
2452
+ access_token?:
2453
+ string;
1670
2454
  /** Data format for response. */
1671
- alt?: string;
2455
+ alt?:
2456
+ string;
1672
2457
  /** JSONP */
1673
- callback?: string;
2458
+ callback?:
2459
+ string;
1674
2460
  /** Selector specifying which fields to include in a partial response. */
1675
- fields?: string;
2461
+ fields?:
2462
+ string;
1676
2463
  /** 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. */
1677
- key?: string;
2464
+ key?:
2465
+ string;
1678
2466
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1679
- name: string;
2467
+ name:
2468
+ string;
1680
2469
  /** OAuth 2.0 token for the current user. */
1681
- oauth_token?: string;
2470
+ oauth_token?:
2471
+ string;
1682
2472
  /** Returns response with indentations and line breaks. */
1683
- prettyPrint?: boolean;
2473
+ prettyPrint?:
2474
+ boolean;
1684
2475
  /** 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. */
1685
- quotaUser?: string;
2476
+ quotaUser?:
2477
+ string;
1686
2478
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1687
- upload_protocol?: string;
2479
+ upload_protocol?:
2480
+ string;
1688
2481
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1689
- uploadType?: string;
2482
+ uploadType?:
2483
+ string;
1690
2484
  /** Request body */
1691
- resource: ResetAdminPasswordRequest;
2485
+ resource:
2486
+ ResetAdminPasswordRequest;
1692
2487
  }): Request<ResetAdminPasswordResponse>;
1693
2488
  resetAdminPassword(request: {
1694
2489
  /** V1 error format. */
1695
- "$.xgafv"?: string;
2490
+ "$.xgafv"?:
2491
+ string;
1696
2492
  /** OAuth access token. */
1697
- access_token?: string;
2493
+ access_token?:
2494
+ string;
1698
2495
  /** Data format for response. */
1699
- alt?: string;
2496
+ alt?:
2497
+ string;
1700
2498
  /** JSONP */
1701
- callback?: string;
2499
+ callback?:
2500
+ string;
1702
2501
  /** Selector specifying which fields to include in a partial response. */
1703
- fields?: string;
2502
+ fields?:
2503
+ string;
1704
2504
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1705
- key?: string;
2505
+ key?:
2506
+ string;
1706
2507
  /** Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1707
- name: string;
2508
+ name:
2509
+ string;
1708
2510
  /** OAuth 2.0 token for the current user. */
1709
- oauth_token?: string;
2511
+ oauth_token?:
2512
+ string;
1710
2513
  /** Returns response with indentations and line breaks. */
1711
- prettyPrint?: boolean;
2514
+ prettyPrint?:
2515
+ boolean;
1712
2516
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1713
- quotaUser?: string;
2517
+ quotaUser?:
2518
+ string;
1714
2519
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1715
- upload_protocol?: string;
2520
+ upload_protocol?:
2521
+ string;
1716
2522
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1717
- uploadType?: string;
2523
+ uploadType?:
2524
+ string;
1718
2525
  },
1719
2526
  body: ResetAdminPasswordRequest): Request<ResetAdminPasswordResponse>;
1720
2527
  /** RestoreDomain restores domain backup mentioned in the RestoreDomainRequest */
1721
2528
  restore(request: {
1722
2529
  /** V1 error format. */
1723
- "$.xgafv"?: string;
2530
+ "$.xgafv"?:
2531
+ string;
1724
2532
  /** OAuth access token. */
1725
- access_token?: string;
2533
+ access_token?:
2534
+ string;
1726
2535
  /** Data format for response. */
1727
- alt?: string;
2536
+ alt?:
2537
+ string;
1728
2538
  /** JSONP */
1729
- callback?: string;
2539
+ callback?:
2540
+ string;
1730
2541
  /** Selector specifying which fields to include in a partial response. */
1731
- fields?: string;
2542
+ fields?:
2543
+ string;
1732
2544
  /** 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. */
1733
- key?: string;
2545
+ key?:
2546
+ string;
1734
2547
  /** Required. Resource name for the domain to which the backup belongs */
1735
- name: string;
2548
+ name:
2549
+ string;
1736
2550
  /** OAuth 2.0 token for the current user. */
1737
- oauth_token?: string;
2551
+ oauth_token?:
2552
+ string;
1738
2553
  /** Returns response with indentations and line breaks. */
1739
- prettyPrint?: boolean;
2554
+ prettyPrint?:
2555
+ boolean;
1740
2556
  /** 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. */
1741
- quotaUser?: string;
2557
+ quotaUser?:
2558
+ string;
1742
2559
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1743
- upload_protocol?: string;
2560
+ upload_protocol?:
2561
+ string;
1744
2562
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1745
- uploadType?: string;
2563
+ uploadType?:
2564
+ string;
1746
2565
  /** Request body */
1747
- resource: RestoreDomainRequest;
2566
+ resource:
2567
+ RestoreDomainRequest;
1748
2568
  }): Request<Operation>;
1749
2569
  restore(request: {
1750
2570
  /** V1 error format. */
1751
- "$.xgafv"?: string;
2571
+ "$.xgafv"?:
2572
+ string;
1752
2573
  /** OAuth access token. */
1753
- access_token?: string;
2574
+ access_token?:
2575
+ string;
1754
2576
  /** Data format for response. */
1755
- alt?: string;
2577
+ alt?:
2578
+ string;
1756
2579
  /** JSONP */
1757
- callback?: string;
2580
+ callback?:
2581
+ string;
1758
2582
  /** Selector specifying which fields to include in a partial response. */
1759
- fields?: string;
2583
+ fields?:
2584
+ string;
1760
2585
  /** 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. */
1761
- key?: string;
2586
+ key?:
2587
+ string;
1762
2588
  /** Required. Resource name for the domain to which the backup belongs */
1763
- name: string;
2589
+ name:
2590
+ string;
1764
2591
  /** OAuth 2.0 token for the current user. */
1765
- oauth_token?: string;
2592
+ oauth_token?:
2593
+ string;
1766
2594
  /** Returns response with indentations and line breaks. */
1767
- prettyPrint?: boolean;
2595
+ prettyPrint?:
2596
+ boolean;
1768
2597
  /** 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. */
1769
- quotaUser?: string;
2598
+ quotaUser?:
2599
+ string;
1770
2600
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1771
- upload_protocol?: string;
2601
+ upload_protocol?:
2602
+ string;
1772
2603
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1773
- uploadType?: string;
2604
+ uploadType?:
2605
+ string;
1774
2606
  },
1775
2607
  body: RestoreDomainRequest): Request<Operation>;
1776
2608
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1777
2609
  setIamPolicy(request: {
1778
2610
  /** V1 error format. */
1779
- "$.xgafv"?: string;
2611
+ "$.xgafv"?:
2612
+ string;
1780
2613
  /** OAuth access token. */
1781
- access_token?: string;
2614
+ access_token?:
2615
+ string;
1782
2616
  /** Data format for response. */
1783
- alt?: string;
2617
+ alt?:
2618
+ string;
1784
2619
  /** JSONP */
1785
- callback?: string;
2620
+ callback?:
2621
+ string;
1786
2622
  /** Selector specifying which fields to include in a partial response. */
1787
- fields?: string;
2623
+ fields?:
2624
+ string;
1788
2625
  /** 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. */
1789
- key?: string;
2626
+ key?:
2627
+ string;
1790
2628
  /** OAuth 2.0 token for the current user. */
1791
- oauth_token?: string;
2629
+ oauth_token?:
2630
+ string;
1792
2631
  /** Returns response with indentations and line breaks. */
1793
- prettyPrint?: boolean;
2632
+ prettyPrint?:
2633
+ boolean;
1794
2634
  /** 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. */
1795
- quotaUser?: string;
2635
+ quotaUser?:
2636
+ string;
1796
2637
  /**
1797
2638
  * 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
1798
2639
  * field.
1799
2640
  */
1800
- resource: string;
2641
+ resource:
2642
+ string;
1801
2643
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1802
- upload_protocol?: string;
2644
+ upload_protocol?:
2645
+ string;
1803
2646
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1804
- uploadType?: string;
2647
+ uploadType?:
2648
+ string;
1805
2649
  },
1806
2650
  body: SetIamPolicyRequest): Request<Policy>;
1807
2651
  /**
@@ -1810,158 +2654,224 @@ declare namespace gapi.client {
1810
2654
  */
1811
2655
  testIamPermissions(request: {
1812
2656
  /** V1 error format. */
1813
- "$.xgafv"?: string;
2657
+ "$.xgafv"?:
2658
+ string;
1814
2659
  /** OAuth access token. */
1815
- access_token?: string;
2660
+ access_token?:
2661
+ string;
1816
2662
  /** Data format for response. */
1817
- alt?: string;
2663
+ alt?:
2664
+ string;
1818
2665
  /** JSONP */
1819
- callback?: string;
2666
+ callback?:
2667
+ string;
1820
2668
  /** Selector specifying which fields to include in a partial response. */
1821
- fields?: string;
2669
+ fields?:
2670
+ string;
1822
2671
  /** 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. */
1823
- key?: string;
2672
+ key?:
2673
+ string;
1824
2674
  /** OAuth 2.0 token for the current user. */
1825
- oauth_token?: string;
2675
+ oauth_token?:
2676
+ string;
1826
2677
  /** Returns response with indentations and line breaks. */
1827
- prettyPrint?: boolean;
2678
+ prettyPrint?:
2679
+ boolean;
1828
2680
  /** 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. */
1829
- quotaUser?: string;
2681
+ quotaUser?:
2682
+ string;
1830
2683
  /**
1831
2684
  * 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
1832
2685
  * this field.
1833
2686
  */
1834
- resource: string;
2687
+ resource:
2688
+ string;
1835
2689
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1836
- upload_protocol?: string;
2690
+ upload_protocol?:
2691
+ string;
1837
2692
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1838
- uploadType?: string;
2693
+ uploadType?:
2694
+ string;
1839
2695
  },
1840
2696
  body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
1841
2697
  /** Patches a single ldaps settings. */
1842
2698
  updateLdapssettings(request: {
1843
2699
  /** V1 error format. */
1844
- "$.xgafv"?: string;
2700
+ "$.xgafv"?:
2701
+ string;
1845
2702
  /** OAuth access token. */
1846
- access_token?: string;
2703
+ access_token?:
2704
+ string;
1847
2705
  /** Data format for response. */
1848
- alt?: string;
2706
+ alt?:
2707
+ string;
1849
2708
  /** JSONP */
1850
- callback?: string;
2709
+ callback?:
2710
+ string;
1851
2711
  /** Selector specifying which fields to include in a partial response. */
1852
- fields?: string;
2712
+ fields?:
2713
+ string;
1853
2714
  /** 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. */
1854
- key?: string;
2715
+ key?:
2716
+ string;
1855
2717
  /** The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`. */
1856
- name: string;
2718
+ name:
2719
+ string;
1857
2720
  /** OAuth 2.0 token for the current user. */
1858
- oauth_token?: string;
2721
+ oauth_token?:
2722
+ string;
1859
2723
  /** Returns response with indentations and line breaks. */
1860
- prettyPrint?: boolean;
2724
+ prettyPrint?:
2725
+ boolean;
1861
2726
  /** 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. */
1862
- quotaUser?: string;
2727
+ quotaUser?:
2728
+ string;
1863
2729
  /**
1864
2730
  * Required. Mask of fields to update. At least one path must be supplied in this field. For the `FieldMask` definition, see
1865
2731
  * https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
1866
2732
  */
1867
- updateMask?: string;
2733
+ updateMask?:
2734
+ string;
1868
2735
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1869
- upload_protocol?: string;
2736
+ upload_protocol?:
2737
+ string;
1870
2738
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1871
- uploadType?: string;
2739
+ uploadType?:
2740
+ string;
1872
2741
  /** Request body */
1873
- resource: LDAPSSettings;
2742
+ resource:
2743
+ LDAPSSettings;
1874
2744
  }): Request<Operation>;
1875
2745
  updateLdapssettings(request: {
1876
2746
  /** V1 error format. */
1877
- "$.xgafv"?: string;
2747
+ "$.xgafv"?:
2748
+ string;
1878
2749
  /** OAuth access token. */
1879
- access_token?: string;
2750
+ access_token?:
2751
+ string;
1880
2752
  /** Data format for response. */
1881
- alt?: string;
2753
+ alt?:
2754
+ string;
1882
2755
  /** JSONP */
1883
- callback?: string;
2756
+ callback?:
2757
+ string;
1884
2758
  /** Selector specifying which fields to include in a partial response. */
1885
- fields?: string;
2759
+ fields?:
2760
+ string;
1886
2761
  /** 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. */
1887
- key?: string;
2762
+ key?:
2763
+ string;
1888
2764
  /** The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`. */
1889
- name: string;
2765
+ name:
2766
+ string;
1890
2767
  /** OAuth 2.0 token for the current user. */
1891
- oauth_token?: string;
2768
+ oauth_token?:
2769
+ string;
1892
2770
  /** Returns response with indentations and line breaks. */
1893
- prettyPrint?: boolean;
2771
+ prettyPrint?:
2772
+ boolean;
1894
2773
  /** 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. */
1895
- quotaUser?: string;
2774
+ quotaUser?:
2775
+ string;
1896
2776
  /**
1897
2777
  * Required. Mask of fields to update. At least one path must be supplied in this field. For the `FieldMask` definition, see
1898
2778
  * https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
1899
2779
  */
1900
- updateMask?: string;
2780
+ updateMask?:
2781
+ string;
1901
2782
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1902
- upload_protocol?: string;
2783
+ upload_protocol?:
2784
+ string;
1903
2785
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1904
- uploadType?: string;
2786
+ uploadType?:
2787
+ string;
1905
2788
  },
1906
2789
  body: LDAPSSettings): Request<Operation>;
1907
2790
  /** Validates a trust state, that the target domain is reachable, and that the target domain is able to accept incoming trust requests. */
1908
2791
  validateTrust(request: {
1909
2792
  /** V1 error format. */
1910
- "$.xgafv"?: string;
2793
+ "$.xgafv"?:
2794
+ string;
1911
2795
  /** OAuth access token. */
1912
- access_token?: string;
2796
+ access_token?:
2797
+ string;
1913
2798
  /** Data format for response. */
1914
- alt?: string;
2799
+ alt?:
2800
+ string;
1915
2801
  /** JSONP */
1916
- callback?: string;
2802
+ callback?:
2803
+ string;
1917
2804
  /** Selector specifying which fields to include in a partial response. */
1918
- fields?: string;
2805
+ fields?:
2806
+ string;
1919
2807
  /** 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. */
1920
- key?: string;
2808
+ key?:
2809
+ string;
1921
2810
  /** Required. The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1922
- name: string;
2811
+ name:
2812
+ string;
1923
2813
  /** OAuth 2.0 token for the current user. */
1924
- oauth_token?: string;
2814
+ oauth_token?:
2815
+ string;
1925
2816
  /** Returns response with indentations and line breaks. */
1926
- prettyPrint?: boolean;
2817
+ prettyPrint?:
2818
+ boolean;
1927
2819
  /** 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. */
1928
- quotaUser?: string;
2820
+ quotaUser?:
2821
+ string;
1929
2822
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1930
- upload_protocol?: string;
2823
+ upload_protocol?:
2824
+ string;
1931
2825
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1932
- uploadType?: string;
2826
+ uploadType?:
2827
+ string;
1933
2828
  /** Request body */
1934
- resource: ValidateTrustRequest;
2829
+ resource:
2830
+ ValidateTrustRequest;
1935
2831
  }): Request<Operation>;
1936
2832
  validateTrust(request: {
1937
2833
  /** V1 error format. */
1938
- "$.xgafv"?: string;
2834
+ "$.xgafv"?:
2835
+ string;
1939
2836
  /** OAuth access token. */
1940
- access_token?: string;
2837
+ access_token?:
2838
+ string;
1941
2839
  /** Data format for response. */
1942
- alt?: string;
2840
+ alt?:
2841
+ string;
1943
2842
  /** JSONP */
1944
- callback?: string;
2843
+ callback?:
2844
+ string;
1945
2845
  /** Selector specifying which fields to include in a partial response. */
1946
- fields?: string;
2846
+ fields?:
2847
+ string;
1947
2848
  /** 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. */
1948
- key?: string;
2849
+ key?:
2850
+ string;
1949
2851
  /** Required. The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */
1950
- name: string;
2852
+ name:
2853
+ string;
1951
2854
  /** OAuth 2.0 token for the current user. */
1952
- oauth_token?: string;
2855
+ oauth_token?:
2856
+ string;
1953
2857
  /** Returns response with indentations and line breaks. */
1954
- prettyPrint?: boolean;
2858
+ prettyPrint?:
2859
+ boolean;
1955
2860
  /** 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. */
1956
- quotaUser?: string;
2861
+ quotaUser?:
2862
+ string;
1957
2863
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1958
- upload_protocol?: string;
2864
+ upload_protocol?:
2865
+ string;
1959
2866
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1960
- uploadType?: string;
2867
+ uploadType?:
2868
+ string;
1961
2869
  },
1962
2870
  body: ValidateTrustRequest): Request<Operation>;
1963
- backups: BackupsResource;
1964
- sqlIntegrations: SqlIntegrationsResource;
2871
+ backups:
2872
+ BackupsResource;
2873
+ sqlIntegrations:
2874
+ SqlIntegrationsResource;
1965
2875
  }
1966
2876
  interface OperationsResource {
1967
2877
  /**
@@ -1972,57 +2882,82 @@ declare namespace gapi.client {
1972
2882
  */
1973
2883
  cancel(request: {
1974
2884
  /** V1 error format. */
1975
- "$.xgafv"?: string;
2885
+ "$.xgafv"?:
2886
+ string;
1976
2887
  /** OAuth access token. */
1977
- access_token?: string;
2888
+ access_token?:
2889
+ string;
1978
2890
  /** Data format for response. */
1979
- alt?: string;
2891
+ alt?:
2892
+ string;
1980
2893
  /** JSONP */
1981
- callback?: string;
2894
+ callback?:
2895
+ string;
1982
2896
  /** Selector specifying which fields to include in a partial response. */
1983
- fields?: string;
2897
+ fields?:
2898
+ string;
1984
2899
  /** 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. */
1985
- key?: string;
2900
+ key?:
2901
+ string;
1986
2902
  /** The name of the operation resource to be cancelled. */
1987
- name: string;
2903
+ name:
2904
+ string;
1988
2905
  /** OAuth 2.0 token for the current user. */
1989
- oauth_token?: string;
2906
+ oauth_token?:
2907
+ string;
1990
2908
  /** Returns response with indentations and line breaks. */
1991
- prettyPrint?: boolean;
2909
+ prettyPrint?:
2910
+ boolean;
1992
2911
  /** 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. */
1993
- quotaUser?: string;
2912
+ quotaUser?:
2913
+ string;
1994
2914
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1995
- upload_protocol?: string;
2915
+ upload_protocol?:
2916
+ string;
1996
2917
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1997
- uploadType?: string;
2918
+ uploadType?:
2919
+ string;
1998
2920
  /** Request body */
1999
- resource: CancelOperationRequest;
2921
+ resource:
2922
+ CancelOperationRequest;
2000
2923
  }): Request<{}>;
2001
2924
  cancel(request: {
2002
2925
  /** V1 error format. */
2003
- "$.xgafv"?: string;
2926
+ "$.xgafv"?:
2927
+ string;
2004
2928
  /** OAuth access token. */
2005
- access_token?: string;
2929
+ access_token?:
2930
+ string;
2006
2931
  /** Data format for response. */
2007
- alt?: string;
2932
+ alt?:
2933
+ string;
2008
2934
  /** JSONP */
2009
- callback?: string;
2935
+ callback?:
2936
+ string;
2010
2937
  /** Selector specifying which fields to include in a partial response. */
2011
- fields?: string;
2938
+ fields?:
2939
+ string;
2012
2940
  /** 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. */
2013
- key?: string;
2941
+ key?:
2942
+ string;
2014
2943
  /** The name of the operation resource to be cancelled. */
2015
- name: string;
2944
+ name:
2945
+ string;
2016
2946
  /** OAuth 2.0 token for the current user. */
2017
- oauth_token?: string;
2947
+ oauth_token?:
2948
+ string;
2018
2949
  /** Returns response with indentations and line breaks. */
2019
- prettyPrint?: boolean;
2950
+ prettyPrint?:
2951
+ boolean;
2020
2952
  /** 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. */
2021
- quotaUser?: string;
2953
+ quotaUser?:
2954
+ string;
2022
2955
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2023
- upload_protocol?: string;
2956
+ upload_protocol?:
2957
+ string;
2024
2958
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2025
- uploadType?: string;
2959
+ uploadType?:
2960
+ string;
2026
2961
  },
2027
2962
  body: CancelOperationRequest): Request<{}>;
2028
2963
  /**
@@ -2031,222 +2966,319 @@ declare namespace gapi.client {
2031
2966
  */
2032
2967
  delete(request?: {
2033
2968
  /** V1 error format. */
2034
- "$.xgafv"?: string;
2969
+ "$.xgafv"?:
2970
+ string;
2035
2971
  /** OAuth access token. */
2036
- access_token?: string;
2972
+ access_token?:
2973
+ string;
2037
2974
  /** Data format for response. */
2038
- alt?: string;
2975
+ alt?:
2976
+ string;
2039
2977
  /** JSONP */
2040
- callback?: string;
2978
+ callback?:
2979
+ string;
2041
2980
  /** Selector specifying which fields to include in a partial response. */
2042
- fields?: string;
2981
+ fields?:
2982
+ string;
2043
2983
  /** 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. */
2044
- key?: string;
2984
+ key?:
2985
+ string;
2045
2986
  /** The name of the operation resource to be deleted. */
2046
- name: string;
2987
+ name:
2988
+ string;
2047
2989
  /** OAuth 2.0 token for the current user. */
2048
- oauth_token?: string;
2990
+ oauth_token?:
2991
+ string;
2049
2992
  /** Returns response with indentations and line breaks. */
2050
- prettyPrint?: boolean;
2993
+ prettyPrint?:
2994
+ boolean;
2051
2995
  /** 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. */
2052
- quotaUser?: string;
2996
+ quotaUser?:
2997
+ string;
2053
2998
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2054
- upload_protocol?: string;
2999
+ upload_protocol?:
3000
+ string;
2055
3001
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2056
- uploadType?: string;
3002
+ uploadType?:
3003
+ string;
2057
3004
  }): Request<{}>;
2058
3005
  /** 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. */
2059
3006
  get(request?: {
2060
3007
  /** V1 error format. */
2061
- "$.xgafv"?: string;
3008
+ "$.xgafv"?:
3009
+ string;
2062
3010
  /** OAuth access token. */
2063
- access_token?: string;
3011
+ access_token?:
3012
+ string;
2064
3013
  /** Data format for response. */
2065
- alt?: string;
3014
+ alt?:
3015
+ string;
2066
3016
  /** JSONP */
2067
- callback?: string;
3017
+ callback?:
3018
+ string;
2068
3019
  /** Selector specifying which fields to include in a partial response. */
2069
- fields?: string;
3020
+ fields?:
3021
+ string;
2070
3022
  /** 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. */
2071
- key?: string;
3023
+ key?:
3024
+ string;
2072
3025
  /** The name of the operation resource. */
2073
- name: string;
3026
+ name:
3027
+ string;
2074
3028
  /** OAuth 2.0 token for the current user. */
2075
- oauth_token?: string;
3029
+ oauth_token?:
3030
+ string;
2076
3031
  /** Returns response with indentations and line breaks. */
2077
- prettyPrint?: boolean;
3032
+ prettyPrint?:
3033
+ boolean;
2078
3034
  /** 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. */
2079
- quotaUser?: string;
3035
+ quotaUser?:
3036
+ string;
2080
3037
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2081
- upload_protocol?: string;
3038
+ upload_protocol?:
3039
+ string;
2082
3040
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2083
- uploadType?: string;
3041
+ uploadType?:
3042
+ string;
2084
3043
  }): Request<Operation>;
2085
3044
  /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
2086
3045
  list(request?: {
2087
3046
  /** V1 error format. */
2088
- "$.xgafv"?: string;
3047
+ "$.xgafv"?:
3048
+ string;
2089
3049
  /** OAuth access token. */
2090
- access_token?: string;
3050
+ access_token?:
3051
+ string;
2091
3052
  /** Data format for response. */
2092
- alt?: string;
3053
+ alt?:
3054
+ string;
2093
3055
  /** JSONP */
2094
- callback?: string;
3056
+ callback?:
3057
+ string;
2095
3058
  /** Selector specifying which fields to include in a partial response. */
2096
- fields?: string;
3059
+ fields?:
3060
+ string;
2097
3061
  /** The standard list filter. */
2098
- filter?: string;
3062
+ filter?:
3063
+ string;
2099
3064
  /** 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. */
2100
- key?: string;
3065
+ key?:
3066
+ string;
2101
3067
  /** The name of the operation's parent resource. */
2102
- name: string;
3068
+ name:
3069
+ string;
2103
3070
  /** OAuth 2.0 token for the current user. */
2104
- oauth_token?: string;
3071
+ oauth_token?:
3072
+ string;
2105
3073
  /** The standard list page size. */
2106
- pageSize?: number;
3074
+ pageSize?:
3075
+ number;
2107
3076
  /** The standard list page token. */
2108
- pageToken?: string;
3077
+ pageToken?:
3078
+ string;
2109
3079
  /** Returns response with indentations and line breaks. */
2110
- prettyPrint?: boolean;
3080
+ prettyPrint?:
3081
+ boolean;
2111
3082
  /** 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. */
2112
- quotaUser?: string;
3083
+ quotaUser?:
3084
+ string;
2113
3085
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2114
- upload_protocol?: string;
3086
+ upload_protocol?:
3087
+ string;
2115
3088
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2116
- uploadType?: string;
3089
+ uploadType?:
3090
+ string;
2117
3091
  }): Request<ListOperationsResponse>;
2118
3092
  }
2119
3093
  interface PeeringsResource {
2120
3094
  /** Creates a Peering for Managed AD instance. */
2121
3095
  create(request: {
2122
3096
  /** V1 error format. */
2123
- "$.xgafv"?: string;
3097
+ "$.xgafv"?:
3098
+ string;
2124
3099
  /** OAuth access token. */
2125
- access_token?: string;
3100
+ access_token?:
3101
+ string;
2126
3102
  /** Data format for response. */
2127
- alt?: string;
3103
+ alt?:
3104
+ string;
2128
3105
  /** JSONP */
2129
- callback?: string;
3106
+ callback?:
3107
+ string;
2130
3108
  /** Selector specifying which fields to include in a partial response. */
2131
- fields?: string;
3109
+ fields?:
3110
+ string;
2132
3111
  /** 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. */
2133
- key?: string;
3112
+ key?:
3113
+ string;
2134
3114
  /** OAuth 2.0 token for the current user. */
2135
- oauth_token?: string;
3115
+ oauth_token?:
3116
+ string;
2136
3117
  /** Required. Resource project name and location using the form: `projects/{project_id}/locations/global` */
2137
- parent: string;
3118
+ parent:
3119
+ string;
2138
3120
  /** Required. Peering Id, unique name to identify peering. It should follow the regex format "^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$" */
2139
- peeringId?: string;
3121
+ peeringId?:
3122
+ string;
2140
3123
  /** Returns response with indentations and line breaks. */
2141
- prettyPrint?: boolean;
3124
+ prettyPrint?:
3125
+ boolean;
2142
3126
  /** 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. */
2143
- quotaUser?: string;
3127
+ quotaUser?:
3128
+ string;
2144
3129
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2145
- upload_protocol?: string;
3130
+ upload_protocol?:
3131
+ string;
2146
3132
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2147
- uploadType?: string;
3133
+ uploadType?:
3134
+ string;
2148
3135
  /** Request body */
2149
- resource: Peering;
3136
+ resource:
3137
+ Peering;
2150
3138
  }): Request<Operation>;
2151
3139
  create(request: {
2152
3140
  /** V1 error format. */
2153
- "$.xgafv"?: string;
3141
+ "$.xgafv"?:
3142
+ string;
2154
3143
  /** OAuth access token. */
2155
- access_token?: string;
3144
+ access_token?:
3145
+ string;
2156
3146
  /** Data format for response. */
2157
- alt?: string;
3147
+ alt?:
3148
+ string;
2158
3149
  /** JSONP */
2159
- callback?: string;
3150
+ callback?:
3151
+ string;
2160
3152
  /** Selector specifying which fields to include in a partial response. */
2161
- fields?: string;
3153
+ fields?:
3154
+ string;
2162
3155
  /** 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. */
2163
- key?: string;
3156
+ key?:
3157
+ string;
2164
3158
  /** OAuth 2.0 token for the current user. */
2165
- oauth_token?: string;
3159
+ oauth_token?:
3160
+ string;
2166
3161
  /** Required. Resource project name and location using the form: `projects/{project_id}/locations/global` */
2167
- parent: string;
3162
+ parent:
3163
+ string;
2168
3164
  /** Required. Peering Id, unique name to identify peering. It should follow the regex format "^(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)$" */
2169
- peeringId?: string;
3165
+ peeringId?:
3166
+ string;
2170
3167
  /** Returns response with indentations and line breaks. */
2171
- prettyPrint?: boolean;
3168
+ prettyPrint?:
3169
+ boolean;
2172
3170
  /** 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. */
2173
- quotaUser?: string;
3171
+ quotaUser?:
3172
+ string;
2174
3173
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2175
- upload_protocol?: string;
3174
+ upload_protocol?:
3175
+ string;
2176
3176
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2177
- uploadType?: string;
3177
+ uploadType?:
3178
+ string;
2178
3179
  },
2179
3180
  body: Peering): Request<Operation>;
2180
3181
  /** Deletes identified Peering. */
2181
3182
  delete(request?: {
2182
3183
  /** V1 error format. */
2183
- "$.xgafv"?: string;
3184
+ "$.xgafv"?:
3185
+ string;
2184
3186
  /** OAuth access token. */
2185
- access_token?: string;
3187
+ access_token?:
3188
+ string;
2186
3189
  /** Data format for response. */
2187
- alt?: string;
3190
+ alt?:
3191
+ string;
2188
3192
  /** JSONP */
2189
- callback?: string;
3193
+ callback?:
3194
+ string;
2190
3195
  /** Selector specifying which fields to include in a partial response. */
2191
- fields?: string;
3196
+ fields?:
3197
+ string;
2192
3198
  /** 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. */
2193
- key?: string;
3199
+ key?:
3200
+ string;
2194
3201
  /** Required. Peering resource name using the form: `projects/{project_id}/locations/global/peerings/{peering_id}` */
2195
- name: string;
3202
+ name:
3203
+ string;
2196
3204
  /** OAuth 2.0 token for the current user. */
2197
- oauth_token?: string;
3205
+ oauth_token?:
3206
+ string;
2198
3207
  /** Returns response with indentations and line breaks. */
2199
- prettyPrint?: boolean;
3208
+ prettyPrint?:
3209
+ boolean;
2200
3210
  /** 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. */
2201
- quotaUser?: string;
3211
+ quotaUser?:
3212
+ string;
2202
3213
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2203
- upload_protocol?: string;
3214
+ upload_protocol?:
3215
+ string;
2204
3216
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2205
- uploadType?: string;
3217
+ uploadType?:
3218
+ string;
2206
3219
  }): Request<Operation>;
2207
3220
  /** Gets details of a single Peering. */
2208
3221
  get(request?: {
2209
3222
  /** V1 error format. */
2210
- "$.xgafv"?: string;
3223
+ "$.xgafv"?:
3224
+ string;
2211
3225
  /** OAuth access token. */
2212
- access_token?: string;
3226
+ access_token?:
3227
+ string;
2213
3228
  /** Data format for response. */
2214
- alt?: string;
3229
+ alt?:
3230
+ string;
2215
3231
  /** JSONP */
2216
- callback?: string;
3232
+ callback?:
3233
+ string;
2217
3234
  /** Selector specifying which fields to include in a partial response. */
2218
- fields?: string;
3235
+ fields?:
3236
+ string;
2219
3237
  /** 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. */
2220
- key?: string;
3238
+ key?:
3239
+ string;
2221
3240
  /** Required. Peering resource name using the form: `projects/{project_id}/locations/global/peerings/{peering_id}` */
2222
- name: string;
3241
+ name:
3242
+ string;
2223
3243
  /** OAuth 2.0 token for the current user. */
2224
- oauth_token?: string;
3244
+ oauth_token?:
3245
+ string;
2225
3246
  /** Returns response with indentations and line breaks. */
2226
- prettyPrint?: boolean;
3247
+ prettyPrint?:
3248
+ boolean;
2227
3249
  /** 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. */
2228
- quotaUser?: string;
3250
+ quotaUser?:
3251
+ string;
2229
3252
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2230
- upload_protocol?: string;
3253
+ upload_protocol?:
3254
+ string;
2231
3255
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2232
- uploadType?: string;
3256
+ uploadType?:
3257
+ string;
2233
3258
  }): Request<Peering>;
2234
3259
  /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
2235
3260
  getIamPolicy(request?: {
2236
3261
  /** V1 error format. */
2237
- "$.xgafv"?: string;
3262
+ "$.xgafv"?:
3263
+ string;
2238
3264
  /** OAuth access token. */
2239
- access_token?: string;
3265
+ access_token?:
3266
+ string;
2240
3267
  /** Data format for response. */
2241
- alt?: string;
3268
+ alt?:
3269
+ string;
2242
3270
  /** JSONP */
2243
- callback?: string;
3271
+ callback?:
3272
+ string;
2244
3273
  /** Selector specifying which fields to include in a partial response. */
2245
- fields?: string;
3274
+ fields?:
3275
+ string;
2246
3276
  /** 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. */
2247
- key?: string;
3277
+ key?:
3278
+ string;
2248
3279
  /** OAuth 2.0 token for the current user. */
2249
- oauth_token?: string;
3280
+ oauth_token?:
3281
+ string;
2250
3282
  /**
2251
3283
  * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
2252
3284
  * policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy
@@ -2254,154 +3286,215 @@ declare namespace gapi.client {
2254
3286
  * role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
2255
3287
  * documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
2256
3288
  */
2257
- "options.requestedPolicyVersion"?: number;
3289
+ "options.requestedPolicyVersion"?:
3290
+ number;
2258
3291
  /** Returns response with indentations and line breaks. */
2259
- prettyPrint?: boolean;
3292
+ prettyPrint?:
3293
+ boolean;
2260
3294
  /** 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. */
2261
- quotaUser?: string;
3295
+ quotaUser?:
3296
+ string;
2262
3297
  /**
2263
3298
  * 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
2264
3299
  * field.
2265
3300
  */
2266
- resource: string;
3301
+ resource:
3302
+ string;
2267
3303
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2268
- upload_protocol?: string;
3304
+ upload_protocol?:
3305
+ string;
2269
3306
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2270
- uploadType?: string;
3307
+ uploadType?:
3308
+ string;
2271
3309
  }): Request<Policy>;
2272
3310
  /** Lists Peerings in a given project. */
2273
3311
  list(request?: {
2274
3312
  /** V1 error format. */
2275
- "$.xgafv"?: string;
3313
+ "$.xgafv"?:
3314
+ string;
2276
3315
  /** OAuth access token. */
2277
- access_token?: string;
3316
+ access_token?:
3317
+ string;
2278
3318
  /** Data format for response. */
2279
- alt?: string;
3319
+ alt?:
3320
+ string;
2280
3321
  /** JSONP */
2281
- callback?: string;
3322
+ callback?:
3323
+ string;
2282
3324
  /** Selector specifying which fields to include in a partial response. */
2283
- fields?: string;
3325
+ fields?:
3326
+ string;
2284
3327
  /** Optional. Filter specifying constraints of a list operation. For example, `peering.authorized_network="projects/myprojectid/global/networks/mynetwork"`. */
2285
- filter?: string;
3328
+ filter?:
3329
+ string;
2286
3330
  /** 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. */
2287
- key?: string;
3331
+ key?:
3332
+ string;
2288
3333
  /** OAuth 2.0 token for the current user. */
2289
- oauth_token?: string;
3334
+ oauth_token?:
3335
+ string;
2290
3336
  /** Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order. */
2291
- orderBy?: string;
3337
+ orderBy?:
3338
+ string;
2292
3339
  /**
2293
3340
  * Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may
2294
3341
  * include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
2295
3342
  */
2296
- pageSize?: number;
3343
+ pageSize?:
3344
+ number;
2297
3345
  /** Optional. The next_page_token value returned from a previous List request, if any. */
2298
- pageToken?: string;
3346
+ pageToken?:
3347
+ string;
2299
3348
  /** Required. The resource name of the peering location using the form: `projects/{project_id}/locations/global` */
2300
- parent: string;
3349
+ parent:
3350
+ string;
2301
3351
  /** Returns response with indentations and line breaks. */
2302
- prettyPrint?: boolean;
3352
+ prettyPrint?:
3353
+ boolean;
2303
3354
  /** 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. */
2304
- quotaUser?: string;
3355
+ quotaUser?:
3356
+ string;
2305
3357
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2306
- upload_protocol?: string;
3358
+ upload_protocol?:
3359
+ string;
2307
3360
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2308
- uploadType?: string;
3361
+ uploadType?:
3362
+ string;
2309
3363
  }): Request<ListPeeringsResponse>;
2310
3364
  /** Updates the labels for specified Peering. */
2311
3365
  patch(request: {
2312
3366
  /** V1 error format. */
2313
- "$.xgafv"?: string;
3367
+ "$.xgafv"?:
3368
+ string;
2314
3369
  /** OAuth access token. */
2315
- access_token?: string;
3370
+ access_token?:
3371
+ string;
2316
3372
  /** Data format for response. */
2317
- alt?: string;
3373
+ alt?:
3374
+ string;
2318
3375
  /** JSONP */
2319
- callback?: string;
3376
+ callback?:
3377
+ string;
2320
3378
  /** Selector specifying which fields to include in a partial response. */
2321
- fields?: string;
3379
+ fields?:
3380
+ string;
2322
3381
  /** 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. */
2323
- key?: string;
3382
+ key?:
3383
+ string;
2324
3384
  /** Output only. Unique name of the peering in this scope including projects and location using the form: `projects/{project_id}/locations/global/peerings/{peering_id}`. */
2325
- name: string;
3385
+ name:
3386
+ string;
2326
3387
  /** OAuth 2.0 token for the current user. */
2327
- oauth_token?: string;
3388
+ oauth_token?:
3389
+ string;
2328
3390
  /** Returns response with indentations and line breaks. */
2329
- prettyPrint?: boolean;
3391
+ prettyPrint?:
3392
+ boolean;
2330
3393
  /** 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. */
2331
- quotaUser?: string;
3394
+ quotaUser?:
3395
+ string;
2332
3396
  /**
2333
3397
  * Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Peering: *
2334
3398
  * `labels`
2335
3399
  */
2336
- updateMask?: string;
3400
+ updateMask?:
3401
+ string;
2337
3402
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2338
- upload_protocol?: string;
3403
+ upload_protocol?:
3404
+ string;
2339
3405
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2340
- uploadType?: string;
3406
+ uploadType?:
3407
+ string;
2341
3408
  /** Request body */
2342
- resource: Peering;
3409
+ resource:
3410
+ Peering;
2343
3411
  }): Request<Operation>;
2344
3412
  patch(request: {
2345
3413
  /** V1 error format. */
2346
- "$.xgafv"?: string;
3414
+ "$.xgafv"?:
3415
+ string;
2347
3416
  /** OAuth access token. */
2348
- access_token?: string;
3417
+ access_token?:
3418
+ string;
2349
3419
  /** Data format for response. */
2350
- alt?: string;
3420
+ alt?:
3421
+ string;
2351
3422
  /** JSONP */
2352
- callback?: string;
3423
+ callback?:
3424
+ string;
2353
3425
  /** Selector specifying which fields to include in a partial response. */
2354
- fields?: string;
3426
+ fields?:
3427
+ string;
2355
3428
  /** 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. */
2356
- key?: string;
3429
+ key?:
3430
+ string;
2357
3431
  /** Output only. Unique name of the peering in this scope including projects and location using the form: `projects/{project_id}/locations/global/peerings/{peering_id}`. */
2358
- name: string;
3432
+ name:
3433
+ string;
2359
3434
  /** OAuth 2.0 token for the current user. */
2360
- oauth_token?: string;
3435
+ oauth_token?:
3436
+ string;
2361
3437
  /** Returns response with indentations and line breaks. */
2362
- prettyPrint?: boolean;
3438
+ prettyPrint?:
3439
+ boolean;
2363
3440
  /** 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. */
2364
- quotaUser?: string;
3441
+ quotaUser?:
3442
+ string;
2365
3443
  /**
2366
3444
  * Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Peering: *
2367
3445
  * `labels`
2368
3446
  */
2369
- updateMask?: string;
3447
+ updateMask?:
3448
+ string;
2370
3449
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2371
- upload_protocol?: string;
3450
+ upload_protocol?:
3451
+ string;
2372
3452
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2373
- uploadType?: string;
3453
+ uploadType?:
3454
+ string;
2374
3455
  },
2375
3456
  body: Peering): Request<Operation>;
2376
3457
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2377
3458
  setIamPolicy(request: {
2378
3459
  /** V1 error format. */
2379
- "$.xgafv"?: string;
3460
+ "$.xgafv"?:
3461
+ string;
2380
3462
  /** OAuth access token. */
2381
- access_token?: string;
3463
+ access_token?:
3464
+ string;
2382
3465
  /** Data format for response. */
2383
- alt?: string;
3466
+ alt?:
3467
+ string;
2384
3468
  /** JSONP */
2385
- callback?: string;
3469
+ callback?:
3470
+ string;
2386
3471
  /** Selector specifying which fields to include in a partial response. */
2387
- fields?: string;
3472
+ fields?:
3473
+ string;
2388
3474
  /** 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. */
2389
- key?: string;
3475
+ key?:
3476
+ string;
2390
3477
  /** OAuth 2.0 token for the current user. */
2391
- oauth_token?: string;
3478
+ oauth_token?:
3479
+ string;
2392
3480
  /** Returns response with indentations and line breaks. */
2393
- prettyPrint?: boolean;
3481
+ prettyPrint?:
3482
+ boolean;
2394
3483
  /** 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. */
2395
- quotaUser?: string;
3484
+ quotaUser?:
3485
+ string;
2396
3486
  /**
2397
3487
  * 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
2398
3488
  * field.
2399
3489
  */
2400
- resource: string;
3490
+ resource:
3491
+ string;
2401
3492
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2402
- upload_protocol?: string;
3493
+ upload_protocol?:
3494
+ string;
2403
3495
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2404
- uploadType?: string;
3496
+ uploadType?:
3497
+ string;
2405
3498
  },
2406
3499
  body: SetIamPolicyRequest): Request<Policy>;
2407
3500
  /**
@@ -2410,108 +3503,152 @@ declare namespace gapi.client {
2410
3503
  */
2411
3504
  testIamPermissions(request: {
2412
3505
  /** V1 error format. */
2413
- "$.xgafv"?: string;
3506
+ "$.xgafv"?:
3507
+ string;
2414
3508
  /** OAuth access token. */
2415
- access_token?: string;
3509
+ access_token?:
3510
+ string;
2416
3511
  /** Data format for response. */
2417
- alt?: string;
3512
+ alt?:
3513
+ string;
2418
3514
  /** JSONP */
2419
- callback?: string;
3515
+ callback?:
3516
+ string;
2420
3517
  /** Selector specifying which fields to include in a partial response. */
2421
- fields?: string;
3518
+ fields?:
3519
+ string;
2422
3520
  /** 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. */
2423
- key?: string;
3521
+ key?:
3522
+ string;
2424
3523
  /** OAuth 2.0 token for the current user. */
2425
- oauth_token?: string;
3524
+ oauth_token?:
3525
+ string;
2426
3526
  /** Returns response with indentations and line breaks. */
2427
- prettyPrint?: boolean;
3527
+ prettyPrint?:
3528
+ boolean;
2428
3529
  /** 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. */
2429
- quotaUser?: string;
3530
+ quotaUser?:
3531
+ string;
2430
3532
  /**
2431
3533
  * 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
2432
3534
  * this field.
2433
3535
  */
2434
- resource: string;
3536
+ resource:
3537
+ string;
2435
3538
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2436
- upload_protocol?: string;
3539
+ upload_protocol?:
3540
+ string;
2437
3541
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2438
- uploadType?: string;
3542
+ uploadType?:
3543
+ string;
2439
3544
  },
2440
3545
  body: TestIamPermissionsRequest): Request<TestIamPermissionsResponse>;
2441
3546
  }
2442
3547
  interface GlobalResource {
2443
- domains: DomainsResource;
2444
- operations: OperationsResource;
2445
- peerings: PeeringsResource;
3548
+ domains:
3549
+ DomainsResource;
3550
+ operations:
3551
+ OperationsResource;
3552
+ peerings:
3553
+ PeeringsResource;
2446
3554
  }
2447
3555
  interface LocationsResource {
2448
3556
  /** Gets information about a location. */
2449
3557
  get(request?: {
2450
3558
  /** V1 error format. */
2451
- "$.xgafv"?: string;
3559
+ "$.xgafv"?:
3560
+ string;
2452
3561
  /** OAuth access token. */
2453
- access_token?: string;
3562
+ access_token?:
3563
+ string;
2454
3564
  /** Data format for response. */
2455
- alt?: string;
3565
+ alt?:
3566
+ string;
2456
3567
  /** JSONP */
2457
- callback?: string;
3568
+ callback?:
3569
+ string;
2458
3570
  /** Selector specifying which fields to include in a partial response. */
2459
- fields?: string;
3571
+ fields?:
3572
+ string;
2460
3573
  /** 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. */
2461
- key?: string;
3574
+ key?:
3575
+ string;
2462
3576
  /** Resource name for the location. */
2463
- name: string;
3577
+ name:
3578
+ string;
2464
3579
  /** OAuth 2.0 token for the current user. */
2465
- oauth_token?: string;
3580
+ oauth_token?:
3581
+ string;
2466
3582
  /** Returns response with indentations and line breaks. */
2467
- prettyPrint?: boolean;
3583
+ prettyPrint?:
3584
+ boolean;
2468
3585
  /** 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. */
2469
- quotaUser?: string;
3586
+ quotaUser?:
3587
+ string;
2470
3588
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2471
- upload_protocol?: string;
3589
+ upload_protocol?:
3590
+ string;
2472
3591
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2473
- uploadType?: string;
3592
+ uploadType?:
3593
+ string;
2474
3594
  }): Request<Location>;
2475
3595
  /** Lists information about the supported locations for this service. */
2476
3596
  list(request?: {
2477
3597
  /** V1 error format. */
2478
- "$.xgafv"?: string;
3598
+ "$.xgafv"?:
3599
+ string;
2479
3600
  /** OAuth access token. */
2480
- access_token?: string;
3601
+ access_token?:
3602
+ string;
2481
3603
  /** Data format for response. */
2482
- alt?: string;
3604
+ alt?:
3605
+ string;
2483
3606
  /** JSONP */
2484
- callback?: string;
3607
+ callback?:
3608
+ string;
2485
3609
  /** Selector specifying which fields to include in a partial response. */
2486
- fields?: string;
3610
+ fields?:
3611
+ string;
2487
3612
  /**
2488
3613
  * A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in
2489
3614
  * [AIP-160](https://google.aip.dev/160).
2490
3615
  */
2491
- filter?: string;
3616
+ filter?:
3617
+ string;
2492
3618
  /** 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. */
2493
- key?: string;
3619
+ key?:
3620
+ string;
2494
3621
  /** The resource that owns the locations collection, if applicable. */
2495
- name: string;
3622
+ name:
3623
+ string;
2496
3624
  /** OAuth 2.0 token for the current user. */
2497
- oauth_token?: string;
3625
+ oauth_token?:
3626
+ string;
2498
3627
  /** The maximum number of results to return. If not set, the service selects a default. */
2499
- pageSize?: number;
3628
+ pageSize?:
3629
+ number;
2500
3630
  /** A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page. */
2501
- pageToken?: string;
3631
+ pageToken?:
3632
+ string;
2502
3633
  /** Returns response with indentations and line breaks. */
2503
- prettyPrint?: boolean;
3634
+ prettyPrint?:
3635
+ boolean;
2504
3636
  /** 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. */
2505
- quotaUser?: string;
3637
+ quotaUser?:
3638
+ string;
2506
3639
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2507
- upload_protocol?: string;
3640
+ upload_protocol?:
3641
+ string;
2508
3642
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2509
- uploadType?: string;
3643
+ uploadType?:
3644
+ string;
2510
3645
  }): Request<ListLocationsResponse>;
2511
- global: GlobalResource;
3646
+ global:
3647
+ GlobalResource;
2512
3648
  }
2513
3649
  interface ProjectsResource {
2514
- locations: LocationsResource;
3650
+ locations:
3651
+ LocationsResource;
2515
3652
  }
2516
3653
 
2517
3654
  const projects: ProjectsResource;