@maxim_mazurok/gapi.client.appengine-v1 0.0.20230424 → 0.0.20230501

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.d.ts +2191 -1096
  2. package/package.json +1 -1
  3. package/tests.ts +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://appengine.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230424
12
+ // Revision: 20230501
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -24,98 +24,130 @@ declare namespace gapi.client {
24
24
  namespace appengine {
25
25
  interface ApiConfigHandler {
26
26
  /** Action to take when users access resources that require authentication. Defaults to redirect. */
27
- authFailAction?: string;
27
+ authFailAction?:
28
+ string;
28
29
  /** Level of login required to access this resource. Defaults to optional. */
29
- login?: string;
30
+ login?:
31
+ string;
30
32
  /** Path to the script from the application root directory. */
31
- script?: string;
33
+ script?:
34
+ string;
32
35
  /** Security (HTTPS) enforcement for this URL. */
33
- securityLevel?: string;
36
+ securityLevel?:
37
+ string;
34
38
  /** URL to serve the endpoint at. */
35
- url?: string;
39
+ url?:
40
+ string;
36
41
  }
37
42
  interface ApiEndpointHandler {
38
43
  /** Path to the script from the application root directory. */
39
- scriptPath?: string;
44
+ scriptPath?:
45
+ string;
40
46
  }
41
47
  interface Application {
42
48
  /** Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account. */
43
- authDomain?: string;
49
+ authDomain?:
50
+ string;
44
51
  /**
45
52
  * Output only. Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the
46
53
  * gcloud deployment commands.@OutputOnly
47
54
  */
48
- codeBucket?: string;
55
+ codeBucket?:
56
+ string;
49
57
  /** The type of the Cloud Firestore or Cloud Datastore database associated with this application. */
50
- databaseType?: string;
58
+ databaseType?:
59
+ string;
51
60
  /** Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly */
52
- defaultBucket?: string;
61
+ defaultBucket?:
62
+ string;
53
63
  /** Cookie expiration policy for this application. */
54
- defaultCookieExpiration?: string;
64
+ defaultCookieExpiration?:
65
+ string;
55
66
  /** Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly */
56
- defaultHostname?: string;
67
+ defaultHostname?:
68
+ string;
57
69
  /** HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported. */
58
- dispatchRules?: UrlDispatchRule[];
70
+ dispatchRules?:
71
+ UrlDispatchRule[];
59
72
  /** The feature specific settings to be used in the application. */
60
- featureSettings?: FeatureSettings;
73
+ featureSettings?:
74
+ FeatureSettings;
61
75
  /** Output only. The Google Container Registry domain used for storing managed build docker images for this application. */
62
- gcrDomain?: string;
63
- iap?: IdentityAwareProxy;
76
+ gcrDomain?:
77
+ string;
78
+ iap?:
79
+ IdentityAwareProxy;
64
80
  /**
65
81
  * Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example:
66
82
  * myapp.
67
83
  */
68
- id?: string;
84
+ id?:
85
+ string;
69
86
  /**
70
87
  * Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content
71
88
  * is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
72
89
  */
73
- locationId?: string;
90
+ locationId?:
91
+ string;
74
92
  /** Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly */
75
- name?: string;
93
+ name?:
94
+ string;
76
95
  /** The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one. */
77
- serviceAccount?: string;
96
+ serviceAccount?:
97
+ string;
78
98
  /** Serving status of this application. */
79
- servingStatus?: string;
99
+ servingStatus?:
100
+ string;
80
101
  }
81
102
  interface AuthorizedCertificate {
82
103
  /** The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority. */
83
- certificateRawData?: CertificateRawData;
104
+ certificateRawData?:
105
+ CertificateRawData;
84
106
  /** The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate. */
85
- displayName?: string;
107
+ displayName?:
108
+ string;
86
109
  /**
87
110
  * Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions.Only
88
111
  * returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly
89
112
  */
90
- domainMappingsCount?: number;
113
+ domainMappingsCount?:
114
+ number;
91
115
  /** Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com.@OutputOnly */
92
- domainNames?: string[];
116
+ domainNames?:
117
+ string[];
93
118
  /**
94
119
  * The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using
95
120
  * AuthorizedCertificates.UpdateAuthorizedCertificate.@OutputOnly
96
121
  */
97
- expireTime?: string;
122
+ expireTime?:
123
+ string;
98
124
  /** Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345.@OutputOnly */
99
- id?: string;
125
+ id?:
126
+ string;
100
127
  /**
101
128
  * Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the
102
129
  * AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty.@OutputOnly
103
130
  */
104
- managedCertificate?: ManagedCertificate;
131
+ managedCertificate?:
132
+ ManagedCertificate;
105
133
  /** Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345.@OutputOnly */
106
- name?: string;
134
+ name?:
135
+ string;
107
136
  /**
108
137
  * The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of
109
138
  * mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only
110
139
  * returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@OutputOnly
111
140
  */
112
- visibleDomainMappings?: string[];
141
+ visibleDomainMappings?:
142
+ string[];
113
143
  }
114
144
  interface AuthorizedDomain {
115
145
  /** Fully qualified domain name of the domain authorized for use. Example: example.com. */
116
- id?: string;
146
+ id?:
147
+ string;
117
148
  /** Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com.@OutputOnly */
118
- name?: string;
149
+ name?:
150
+ string;
119
151
  }
120
152
  interface AutomaticScaling {
121
153
  /**
@@ -123,91 +155,118 @@ declare namespace gapi.client {
123
155
  * autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible
124
156
  * environment.
125
157
  */
126
- coolDownPeriod?: string;
158
+ coolDownPeriod?:
159
+ string;
127
160
  /** Target scaling by CPU usage. */
128
- cpuUtilization?: CpuUtilization;
161
+ cpuUtilization?:
162
+ CpuUtilization;
129
163
  /** Target scaling by disk usage. */
130
- diskUtilization?: DiskUtilization;
164
+ diskUtilization?:
165
+ DiskUtilization;
131
166
  /** Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value. */
132
- maxConcurrentRequests?: number;
167
+ maxConcurrentRequests?:
168
+ number;
133
169
  /** Maximum number of idle instances that should be maintained for this version. */
134
- maxIdleInstances?: number;
170
+ maxIdleInstances?:
171
+ number;
135
172
  /** Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. */
136
- maxPendingLatency?: string;
173
+ maxPendingLatency?:
174
+ string;
137
175
  /** Maximum number of instances that should be started to handle requests for this version. */
138
- maxTotalInstances?: number;
176
+ maxTotalInstances?:
177
+ number;
139
178
  /** Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service. */
140
- minIdleInstances?: number;
179
+ minIdleInstances?:
180
+ number;
141
181
  /** Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. */
142
- minPendingLatency?: string;
182
+ minPendingLatency?:
183
+ string;
143
184
  /** Minimum number of running instances that should be maintained for this version. */
144
- minTotalInstances?: number;
185
+ minTotalInstances?:
186
+ number;
145
187
  /** Target scaling by network usage. */
146
- networkUtilization?: NetworkUtilization;
188
+ networkUtilization?:
189
+ NetworkUtilization;
147
190
  /** Target scaling by request utilization. */
148
- requestUtilization?: RequestUtilization;
191
+ requestUtilization?:
192
+ RequestUtilization;
149
193
  /** Scheduler settings for standard environment. */
150
- standardSchedulerSettings?: StandardSchedulerSettings;
194
+ standardSchedulerSettings?:
195
+ StandardSchedulerSettings;
151
196
  }
152
197
  interface BasicScaling {
153
198
  /** Duration of time after the last request that an instance must wait before the instance is shut down. */
154
- idleTimeout?: string;
199
+ idleTimeout?:
200
+ string;
155
201
  /** Maximum number of instances to create for this version. */
156
- maxInstances?: number;
202
+ maxInstances?:
203
+ number;
157
204
  }
158
205
  interface BatchUpdateIngressRulesRequest {
159
206
  /** A list of FirewallRules to replace the existing set. */
160
- ingressRules?: FirewallRule[];
207
+ ingressRules?:
208
+ FirewallRule[];
161
209
  }
162
210
  interface BatchUpdateIngressRulesResponse {
163
211
  /** The full list of ingress FirewallRules for this application. */
164
- ingressRules?: FirewallRule[];
212
+ ingressRules?:
213
+ FirewallRule[];
165
214
  }
166
215
  interface CertificateRawData {
167
216
  /**
168
217
  * Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and
169
218
  * footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly
170
219
  */
171
- privateKey?: string;
220
+ privateKey?:
221
+ string;
172
222
  /**
173
223
  * PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END
174
224
  * CERTIFICATE-----
175
225
  */
176
- publicCertificate?: string;
226
+ publicCertificate?:
227
+ string;
177
228
  }
178
229
  interface CloudBuildOptions {
179
230
  /**
180
231
  * Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See
181
232
  * https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.
182
233
  */
183
- appYamlPath?: string;
234
+ appYamlPath?:
235
+ string;
184
236
  /** The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes. */
185
- cloudBuildTimeout?: string;
237
+ cloudBuildTimeout?:
238
+ string;
186
239
  }
187
240
  interface ContainerInfo {
188
241
  /**
189
242
  * URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or
190
243
  * "gcr.io/my-project/image@digest"
191
244
  */
192
- image?: string;
245
+ image?:
246
+ string;
193
247
  }
194
248
  interface CpuUtilization {
195
249
  /** Period of time over which CPU utilization is calculated. */
196
- aggregationWindowLength?: string;
250
+ aggregationWindowLength?:
251
+ string;
197
252
  /** Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1. */
198
- targetUtilization?: number;
253
+ targetUtilization?:
254
+ number;
199
255
  }
200
256
  interface CreateVersionMetadataV1 {
201
257
  /** The Cloud Build ID if one was created as part of the version create. @OutputOnly */
202
- cloudBuildId?: string;
258
+ cloudBuildId?:
259
+ string;
203
260
  }
204
261
  interface CreateVersionMetadataV1Alpha {
205
262
  /** The Cloud Build ID if one was created as part of the version create. @OutputOnly */
206
- cloudBuildId?: string;
263
+ cloudBuildId?:
264
+ string;
207
265
  }
208
266
  interface CreateVersionMetadataV1Beta {
209
267
  /** The Cloud Build ID if one was created as part of the version create. @OutputOnly */
210
- cloudBuildId?: string;
268
+ cloudBuildId?:
269
+ string;
211
270
  }
212
271
  interface DebugInstanceRequest {
213
272
  /**
@@ -215,43 +274,56 @@ declare namespace gapi.client {
215
274
  * {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"}For more information, see Adding and Removing SSH Keys
216
275
  * (https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys).
217
276
  */
218
- sshKey?: string;
277
+ sshKey?:
278
+ string;
219
279
  }
220
280
  interface Deployment {
221
281
  /**
222
282
  * Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine
223
283
  * flexible environment using files or zip.
224
284
  */
225
- cloudBuildOptions?: CloudBuildOptions;
285
+ cloudBuildOptions?:
286
+ CloudBuildOptions;
226
287
  /** The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment. */
227
- container?: ContainerInfo;
288
+ container?:
289
+ ContainerInfo;
228
290
  /** Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call. */
229
- files?: { [P in string]: FileInfo };
291
+ files?:
292
+ { [P in string]: FileInfo };
230
293
  /** The zip file for this deployment, if this is a zip deployment. */
231
- zip?: ZipInfo;
294
+ zip?:
295
+ ZipInfo;
232
296
  }
233
297
  interface DiskUtilization {
234
298
  /** Target bytes read per second. */
235
- targetReadBytesPerSecond?: number;
299
+ targetReadBytesPerSecond?:
300
+ number;
236
301
  /** Target ops read per seconds. */
237
- targetReadOpsPerSecond?: number;
302
+ targetReadOpsPerSecond?:
303
+ number;
238
304
  /** Target bytes written per second. */
239
- targetWriteBytesPerSecond?: number;
305
+ targetWriteBytesPerSecond?:
306
+ number;
240
307
  /** Target ops written per second. */
241
- targetWriteOpsPerSecond?: number;
308
+ targetWriteOpsPerSecond?:
309
+ number;
242
310
  }
243
311
  interface DomainMapping {
244
312
  /** Relative name of the domain serving the application. Example: example.com. */
245
- id?: string;
313
+ id?:
314
+ string;
246
315
  /** Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly */
247
- name?: string;
316
+ name?:
317
+ string;
248
318
  /**
249
319
  * The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain
250
320
  * mapping.@OutputOnly
251
321
  */
252
- resourceRecords?: ResourceRecord[];
322
+ resourceRecords?:
323
+ ResourceRecord[];
253
324
  /** SSL configuration for this domain. If unconfigured, this domain will not serve with SSL. */
254
- sslSettings?: SslSettings;
325
+ sslSettings?:
326
+ SslSettings;
255
327
  }
256
328
  // tslint:disable-next-line:no-empty-interface
257
329
  interface Empty {
@@ -263,262 +335,355 @@ declare namespace gapi.client {
263
335
  * is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest
264
336
  * configuration and does not need the configuration ID. In this case, config_id must be omitted.
265
337
  */
266
- configId?: string;
338
+ configId?:
339
+ string;
267
340
  /** Enable or disable trace sampling. By default, this is set to false for enabled. */
268
- disableTraceSampling?: boolean;
341
+ disableTraceSampling?:
342
+ boolean;
269
343
  /** Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog" */
270
- name?: string;
344
+ name?:
345
+ string;
271
346
  /** Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted. */
272
- rolloutStrategy?: string;
347
+ rolloutStrategy?:
348
+ string;
273
349
  }
274
350
  interface Entrypoint {
275
351
  /** The format should be a shell command that can be fed to bash -c. */
276
- shell?: string;
352
+ shell?:
353
+ string;
277
354
  }
278
355
  interface ErrorHandler {
279
356
  /** Error condition this handler applies to. */
280
- errorCode?: string;
357
+ errorCode?:
358
+ string;
281
359
  /** MIME type of file. Defaults to text/html. */
282
- mimeType?: string;
360
+ mimeType?:
361
+ string;
283
362
  /** Static file content to be served for this error. */
284
- staticFile?: string;
363
+ staticFile?:
364
+ string;
285
365
  }
286
366
  interface FeatureSettings {
287
367
  /**
288
368
  * Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and
289
369
  * 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.
290
370
  */
291
- splitHealthChecks?: boolean;
371
+ splitHealthChecks?:
372
+ boolean;
292
373
  /** If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image. */
293
- useContainerOptimizedOs?: boolean;
374
+ useContainerOptimizedOs?:
375
+ boolean;
294
376
  }
295
377
  interface FileInfo {
296
378
  /** The MIME type of the file.Defaults to the value from Google Cloud Storage. */
297
- mimeType?: string;
379
+ mimeType?:
380
+ string;
298
381
  /** The SHA1 hash of the file, in hex. */
299
- sha1Sum?: string;
382
+ sha1Sum?:
383
+ string;
300
384
  /** URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'. */
301
- sourceUrl?: string;
385
+ sourceUrl?:
386
+ string;
302
387
  }
303
388
  interface FirewallRule {
304
389
  /** The action to take on matched requests. */
305
- action?: string;
390
+ action?:
391
+ string;
306
392
  /** An optional string description of this rule. This field has a maximum length of 400 characters. */
307
- description?: string;
393
+ description?:
394
+ string;
308
395
  /**
309
396
  * A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority
310
397
  * Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user.
311
398
  */
312
- priority?: number;
399
+ priority?:
400
+ number;
313
401
  /**
314
402
  * IP address or range, defined using CIDR notation, of requests that this rule applies to. You can use the wildcard character "*" to match all IPs equivalent to "0/0" and "::/0"
315
403
  * together. Examples: 192.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0370:7334. Truncation will be silently performed on addresses which are not
316
404
  * properly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2.3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2001:db8::/32.
317
405
  */
318
- sourceRange?: string;
406
+ sourceRange?:
407
+ string;
319
408
  }
320
409
  interface FlexibleRuntimeSettings {
321
410
  /** The operating system of the application runtime. */
322
- operatingSystem?: string;
411
+ operatingSystem?:
412
+ string;
323
413
  /** The runtime version of an App Engine flexible application. */
324
- runtimeVersion?: string;
414
+ runtimeVersion?:
415
+ string;
325
416
  }
326
417
  interface GoogleAppengineV1betaLocationMetadata {
327
418
  /** App Engine flexible environment is available in the given location.@OutputOnly */
328
- flexibleEnvironmentAvailable?: boolean;
419
+ flexibleEnvironmentAvailable?:
420
+ boolean;
329
421
  /** Output only. Search API (https://cloud.google.com/appengine/docs/standard/python/search) is available in the given location. */
330
- searchApiAvailable?: boolean;
422
+ searchApiAvailable?:
423
+ boolean;
331
424
  /** App Engine standard environment is available in the given location.@OutputOnly */
332
- standardEnvironmentAvailable?: boolean;
425
+ standardEnvironmentAvailable?:
426
+ boolean;
333
427
  }
334
428
  interface HealthCheck {
335
429
  /** Interval between health checks. */
336
- checkInterval?: string;
430
+ checkInterval?:
431
+ string;
337
432
  /** Whether to explicitly disable health checks for this instance. */
338
- disableHealthCheck?: boolean;
433
+ disableHealthCheck?:
434
+ boolean;
339
435
  /** Number of consecutive successful health checks required before receiving traffic. */
340
- healthyThreshold?: number;
436
+ healthyThreshold?:
437
+ number;
341
438
  /** Host header to send when performing an HTTP health check. Example: "myapp.appspot.com" */
342
- host?: string;
439
+ host?:
440
+ string;
343
441
  /** Number of consecutive failed health checks required before an instance is restarted. */
344
- restartThreshold?: number;
442
+ restartThreshold?:
443
+ number;
345
444
  /** Time before the health check is considered failed. */
346
- timeout?: string;
445
+ timeout?:
446
+ string;
347
447
  /** Number of consecutive failed health checks required before removing traffic. */
348
- unhealthyThreshold?: number;
448
+ unhealthyThreshold?:
449
+ number;
349
450
  }
350
451
  interface IdentityAwareProxy {
351
452
  /** Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty. */
352
- enabled?: boolean;
453
+ enabled?:
454
+ boolean;
353
455
  /** OAuth2 client ID to use for the authentication flow. */
354
- oauth2ClientId?: string;
456
+ oauth2ClientId?:
457
+ string;
355
458
  /**
356
459
  * OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the
357
460
  * oauth2_client_secret_sha256 field.@InputOnly
358
461
  */
359
- oauth2ClientSecret?: string;
462
+ oauth2ClientSecret?:
463
+ string;
360
464
  /** Output only. Hex-encoded SHA-256 hash of the client secret.@OutputOnly */
361
- oauth2ClientSecretSha256?: string;
465
+ oauth2ClientSecretSha256?:
466
+ string;
362
467
  }
363
468
  interface Instance {
364
469
  /** Output only. App Engine release this instance is running on. */
365
- appEngineRelease?: string;
470
+ appEngineRelease?:
471
+ string;
366
472
  /** Output only. Availability of the instance. */
367
- availability?: string;
473
+ availability?:
474
+ string;
368
475
  /** Output only. Average latency (ms) over the last minute. */
369
- averageLatency?: number;
476
+ averageLatency?:
477
+ number;
370
478
  /** Output only. Number of errors since this instance was started. */
371
- errors?: number;
479
+ errors?:
480
+ number;
372
481
  /** Output only. Relative name of the instance within the version. Example: instance-1. */
373
- id?: string;
482
+ id?:
483
+ string;
374
484
  /** Output only. Total memory in use (bytes). */
375
- memoryUsage?: string;
485
+ memoryUsage?:
486
+ string;
376
487
  /** Output only. Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
377
- name?: string;
488
+ name?:
489
+ string;
378
490
  /** Output only. Average queries per second (QPS) over the last minute. */
379
- qps?: number;
491
+ qps?:
492
+ number;
380
493
  /** Output only. Number of requests since this instance was started. */
381
- requests?: number;
494
+ requests?:
495
+ number;
382
496
  /** Output only. Time that this instance was started.@OutputOnly */
383
- startTime?: string;
497
+ startTime?:
498
+ string;
384
499
  /** Output only. Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment. */
385
- vmDebugEnabled?: boolean;
500
+ vmDebugEnabled?:
501
+ boolean;
386
502
  /** Output only. Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment. */
387
- vmId?: string;
503
+ vmId?:
504
+ string;
388
505
  /** Output only. The IP address of this instance. Only applicable for instances in App Engine flexible environment. */
389
- vmIp?: string;
506
+ vmIp?:
507
+ string;
390
508
  /** Output only. The liveness health check of this instance. Only applicable for instances in App Engine flexible environment. */
391
- vmLiveness?: string;
509
+ vmLiveness?:
510
+ string;
392
511
  /** Output only. Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. */
393
- vmName?: string;
512
+ vmName?:
513
+ string;
394
514
  /** Output only. Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. */
395
- vmStatus?: string;
515
+ vmStatus?:
516
+ string;
396
517
  /** Output only. Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment. */
397
- vmZoneName?: string;
518
+ vmZoneName?:
519
+ string;
398
520
  }
399
521
  interface Library {
400
522
  /** Name of the library. Example: "django". */
401
- name?: string;
523
+ name?:
524
+ string;
402
525
  /** Version of the library to select, or "latest". */
403
- version?: string;
526
+ version?:
527
+ string;
404
528
  }
405
529
  interface ListAuthorizedCertificatesResponse {
406
530
  /** The SSL certificates the user is authorized to administer. */
407
- certificates?: AuthorizedCertificate[];
531
+ certificates?:
532
+ AuthorizedCertificate[];
408
533
  /** Continuation token for fetching the next page of results. */
409
- nextPageToken?: string;
534
+ nextPageToken?:
535
+ string;
410
536
  }
411
537
  interface ListAuthorizedDomainsResponse {
412
538
  /** The authorized domains belonging to the user. */
413
- domains?: AuthorizedDomain[];
539
+ domains?:
540
+ AuthorizedDomain[];
414
541
  /** Continuation token for fetching the next page of results. */
415
- nextPageToken?: string;
542
+ nextPageToken?:
543
+ string;
416
544
  }
417
545
  interface ListDomainMappingsResponse {
418
546
  /** The domain mappings for the application. */
419
- domainMappings?: DomainMapping[];
547
+ domainMappings?:
548
+ DomainMapping[];
420
549
  /** Continuation token for fetching the next page of results. */
421
- nextPageToken?: string;
550
+ nextPageToken?:
551
+ string;
422
552
  }
423
553
  interface ListIngressRulesResponse {
424
554
  /** The ingress FirewallRules for this application. */
425
- ingressRules?: FirewallRule[];
555
+ ingressRules?:
556
+ FirewallRule[];
426
557
  /** Continuation token for fetching the next page of results. */
427
- nextPageToken?: string;
558
+ nextPageToken?:
559
+ string;
428
560
  }
429
561
  interface ListInstancesResponse {
430
562
  /** The instances belonging to the requested version. */
431
- instances?: Instance[];
563
+ instances?:
564
+ Instance[];
432
565
  /** Continuation token for fetching the next page of results. */
433
- nextPageToken?: string;
566
+ nextPageToken?:
567
+ string;
434
568
  }
435
569
  interface ListLocationsResponse {
436
570
  /** A list of locations that matches the specified filter in the request. */
437
- locations?: Location[];
571
+ locations?:
572
+ Location[];
438
573
  /** The standard List next-page token. */
439
- nextPageToken?: string;
574
+ nextPageToken?:
575
+ string;
440
576
  }
441
577
  interface ListOperationsResponse {
442
578
  /** The standard List next-page token. */
443
- nextPageToken?: string;
579
+ nextPageToken?:
580
+ string;
444
581
  /** A list of operations that matches the specified filter in the request. */
445
- operations?: Operation[];
582
+ operations?:
583
+ Operation[];
446
584
  }
447
585
  interface ListServicesResponse {
448
586
  /** Continuation token for fetching the next page of results. */
449
- nextPageToken?: string;
587
+ nextPageToken?:
588
+ string;
450
589
  /** The services belonging to the requested application. */
451
- services?: Service[];
590
+ services?:
591
+ Service[];
452
592
  }
453
593
  interface ListVersionsResponse {
454
594
  /** Continuation token for fetching the next page of results. */
455
- nextPageToken?: string;
595
+ nextPageToken?:
596
+ string;
456
597
  /** The versions belonging to the requested service. */
457
- versions?: Version[];
598
+ versions?:
599
+ Version[];
458
600
  }
459
601
  interface LivenessCheck {
460
602
  /** Interval between health checks. */
461
- checkInterval?: string;
603
+ checkInterval?:
604
+ string;
462
605
  /** Number of consecutive failed checks required before considering the VM unhealthy. */
463
- failureThreshold?: number;
606
+ failureThreshold?:
607
+ number;
464
608
  /** Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com" */
465
- host?: string;
609
+ host?:
610
+ string;
466
611
  /** The initial delay before starting to execute the checks. */
467
- initialDelay?: string;
612
+ initialDelay?:
613
+ string;
468
614
  /** The request path. */
469
- path?: string;
615
+ path?:
616
+ string;
470
617
  /** Number of consecutive successful checks required before considering the VM healthy. */
471
- successThreshold?: number;
618
+ successThreshold?:
619
+ number;
472
620
  /** Time before the check is considered failed. */
473
- timeout?: string;
621
+ timeout?:
622
+ string;
474
623
  }
475
624
  interface Location {
476
625
  /** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
477
- displayName?: string;
626
+ displayName?:
627
+ string;
478
628
  /** Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} */
479
- labels?: { [P in string]: string };
629
+ labels?:
630
+ { [P in string]: string };
480
631
  /** The canonical id for this location. For example: "us-east1". */
481
- locationId?: string;
632
+ locationId?:
633
+ string;
482
634
  /** Service-specific metadata. For example the available capacity at the given location. */
483
- metadata?: { [P in string]: any };
635
+ metadata?:
636
+ { [P in string]: any };
484
637
  /** Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1" */
485
- name?: string;
638
+ name?:
639
+ string;
486
640
  }
487
641
  interface LocationMetadata {
488
642
  /** App Engine flexible environment is available in the given location.@OutputOnly */
489
- flexibleEnvironmentAvailable?: boolean;
643
+ flexibleEnvironmentAvailable?:
644
+ boolean;
490
645
  /** Output only. Search API (https://cloud.google.com/appengine/docs/standard/python/search) is available in the given location. */
491
- searchApiAvailable?: boolean;
646
+ searchApiAvailable?:
647
+ boolean;
492
648
  /** App Engine standard environment is available in the given location.@OutputOnly */
493
- standardEnvironmentAvailable?: boolean;
649
+ standardEnvironmentAvailable?:
650
+ boolean;
494
651
  }
495
652
  interface ManagedCertificate {
496
653
  /**
497
654
  * Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can
498
655
  * be tracked via ManagementStatus.@OutputOnly
499
656
  */
500
- lastRenewalTime?: string;
657
+ lastRenewalTime?:
658
+ string;
501
659
  /** Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly */
502
- status?: string;
660
+ status?:
661
+ string;
503
662
  }
504
663
  interface ManualScaling {
505
664
  /**
506
665
  * Number of instances to assign to the service at the start. This number can later be altered by using the Modules API
507
666
  * (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
508
667
  */
509
- instances?: number;
668
+ instances?:
669
+ number;
510
670
  }
511
671
  interface Network {
512
672
  /** List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment. */
513
- forwardedPorts?: string[];
673
+ forwardedPorts?:
674
+ string[];
514
675
  /** The IP mode for instances. Only applicable in the App Engine flexible environment. */
515
- instanceIpMode?: string;
676
+ instanceIpMode?:
677
+ string;
516
678
  /** Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment. */
517
- instanceTag?: string;
679
+ instanceTag?:
680
+ string;
518
681
  /** Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default. */
519
- name?: string;
682
+ name?:
683
+ string;
520
684
  /** Enable session affinity. Only applicable in the App Engine flexible environment. */
521
- sessionAffinity?: boolean;
685
+ sessionAffinity?:
686
+ boolean;
522
687
  /**
523
688
  * Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also
524
689
  * be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If
@@ -527,127 +692,175 @@ declare namespace gapi.client {
527
692
  * subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine
528
693
  * flexible environment application.
529
694
  */
530
- subnetworkName?: string;
695
+ subnetworkName?:
696
+ string;
531
697
  }
532
698
  interface NetworkSettings {
533
699
  /** The ingress settings for version or service. */
534
- ingressTrafficAllowed?: string;
700
+ ingressTrafficAllowed?:
701
+ string;
535
702
  }
536
703
  interface NetworkUtilization {
537
704
  /** Target bytes received per second. */
538
- targetReceivedBytesPerSecond?: number;
705
+ targetReceivedBytesPerSecond?:
706
+ number;
539
707
  /** Target packets received per second. */
540
- targetReceivedPacketsPerSecond?: number;
708
+ targetReceivedPacketsPerSecond?:
709
+ number;
541
710
  /** Target bytes sent per second. */
542
- targetSentBytesPerSecond?: number;
711
+ targetSentBytesPerSecond?:
712
+ number;
543
713
  /** Target packets sent per second. */
544
- targetSentPacketsPerSecond?: number;
714
+ targetSentPacketsPerSecond?:
715
+ number;
545
716
  }
546
717
  interface Operation {
547
718
  /** 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. */
548
- done?: boolean;
719
+ done?:
720
+ boolean;
549
721
  /** The error result of the operation in case of failure or cancellation. */
550
- error?: Status;
722
+ error?:
723
+ Status;
551
724
  /**
552
725
  * 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
553
726
  * metadata. Any method that returns a long-running operation should document the metadata type, if any.
554
727
  */
555
- metadata?: { [P in string]: any };
728
+ metadata?:
729
+ { [P in string]: any };
556
730
  /**
557
731
  * 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
558
732
  * with operations/{unique_id}.
559
733
  */
560
- name?: string;
734
+ name?:
735
+ string;
561
736
  /**
562
737
  * 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 original
563
738
  * 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 original method name.
564
739
  * For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
565
740
  */
566
- response?: { [P in string]: any };
741
+ response?:
742
+ { [P in string]: any };
567
743
  }
568
744
  interface OperationMetadataV1 {
569
- createVersionMetadata?: CreateVersionMetadataV1;
745
+ createVersionMetadata?:
746
+ CreateVersionMetadataV1;
570
747
  /** Time that this operation completed.@OutputOnly */
571
- endTime?: string;
748
+ endTime?:
749
+ string;
572
750
  /** Ephemeral message that may change every time the operation is polled. @OutputOnly */
573
- ephemeralMessage?: string;
751
+ ephemeralMessage?:
752
+ string;
574
753
  /** Time that this operation was created.@OutputOnly */
575
- insertTime?: string;
754
+ insertTime?:
755
+ string;
576
756
  /** API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.@OutputOnly */
577
- method?: string;
757
+ method?:
758
+ string;
578
759
  /** Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly */
579
- target?: string;
760
+ target?:
761
+ string;
580
762
  /** User who requested this operation.@OutputOnly */
581
- user?: string;
763
+ user?:
764
+ string;
582
765
  /** Durable messages that persist on every operation poll. @OutputOnly */
583
- warning?: string[];
766
+ warning?:
767
+ string[];
584
768
  }
585
769
  interface OperationMetadataV1Alpha {
586
- createVersionMetadata?: CreateVersionMetadataV1Alpha;
770
+ createVersionMetadata?:
771
+ CreateVersionMetadataV1Alpha;
587
772
  /** Time that this operation completed.@OutputOnly */
588
- endTime?: string;
773
+ endTime?:
774
+ string;
589
775
  /** Ephemeral message that may change every time the operation is polled. @OutputOnly */
590
- ephemeralMessage?: string;
776
+ ephemeralMessage?:
777
+ string;
591
778
  /** Time that this operation was created.@OutputOnly */
592
- insertTime?: string;
779
+ insertTime?:
780
+ string;
593
781
  /** API method that initiated this operation. Example: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly */
594
- method?: string;
782
+ method?:
783
+ string;
595
784
  /** Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly */
596
- target?: string;
785
+ target?:
786
+ string;
597
787
  /** User who requested this operation.@OutputOnly */
598
- user?: string;
788
+ user?:
789
+ string;
599
790
  /** Durable messages that persist on every operation poll. @OutputOnly */
600
- warning?: string[];
791
+ warning?:
792
+ string[];
601
793
  }
602
794
  interface OperationMetadataV1Beta {
603
- createVersionMetadata?: CreateVersionMetadataV1Beta;
795
+ createVersionMetadata?:
796
+ CreateVersionMetadataV1Beta;
604
797
  /** Time that this operation completed.@OutputOnly */
605
- endTime?: string;
798
+ endTime?:
799
+ string;
606
800
  /** Ephemeral message that may change every time the operation is polled. @OutputOnly */
607
- ephemeralMessage?: string;
801
+ ephemeralMessage?:
802
+ string;
608
803
  /** Time that this operation was created.@OutputOnly */
609
- insertTime?: string;
804
+ insertTime?:
805
+ string;
610
806
  /** API method that initiated this operation. Example: google.appengine.v1beta.Versions.CreateVersion.@OutputOnly */
611
- method?: string;
807
+ method?:
808
+ string;
612
809
  /** Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly */
613
- target?: string;
810
+ target?:
811
+ string;
614
812
  /** User who requested this operation.@OutputOnly */
615
- user?: string;
813
+ user?:
814
+ string;
616
815
  /** Durable messages that persist on every operation poll. @OutputOnly */
617
- warning?: string[];
816
+ warning?:
817
+ string[];
618
818
  }
619
819
  interface ProjectEvent {
620
820
  /** The unique ID for this project event. CLHs can use this value to dedup repeated calls. required */
621
- eventId?: string;
622
- phase?: string;
821
+ eventId?:
822
+ string;
823
+ phase?:
824
+ string;
623
825
  /** The projects metadata for this project. required */
624
- projectMetadata?: ProjectsMetadata;
826
+ projectMetadata?:
827
+ ProjectsMetadata;
625
828
  /** The state of the project that led to this event. */
626
- state?: ProjectState;
829
+ state?:
830
+ ProjectState;
627
831
  }
628
832
  interface ProjectsMetadata {
629
833
  /** The consumer project id. */
630
- consumerProjectId?: string;
834
+ consumerProjectId?:
835
+ string;
631
836
  /** The consumer project number. */
632
- consumerProjectNumber?: string;
837
+ consumerProjectNumber?:
838
+ string;
633
839
  /**
634
840
  * The CCFE state of the consumer project. It is the same state that is communicated to the CLH during project events. Notice that this field is not set in the DB, it is only set in
635
841
  * this proto when communicated to CLH in the side channel.
636
842
  */
637
- consumerProjectState?: string;
843
+ consumerProjectState?:
844
+ string;
638
845
  /** The service account authorized to operate on the consumer project. Note: CCFE only propagates P4SA with default tag to CLH. */
639
- p4ServiceAccount?: string;
846
+ p4ServiceAccount?:
847
+ string;
640
848
  /** The producer project id. */
641
- producerProjectId?: string;
849
+ producerProjectId?:
850
+ string;
642
851
  /** The producer project number. */
643
- producerProjectNumber?: string;
852
+ producerProjectNumber?:
853
+ string;
644
854
  /** The tenant project id. */
645
- tenantProjectId?: string;
855
+ tenantProjectId?:
856
+ string;
646
857
  /** The tenant project number. */
647
- tenantProjectNumber?: string;
858
+ tenantProjectNumber?:
859
+ string;
648
860
  }
649
861
  interface ProjectState {
650
- currentReasons?: Reasons;
862
+ currentReasons?:
863
+ Reasons;
651
864
  /**
652
865
  * The previous and current reasons for a project state will be sent for a project event. CLHs that need to know the signal that caused the project event to trigger (edges) as opposed
653
866
  * to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and
@@ -655,81 +868,110 @@ declare namespace gapi.client {
655
868
  * last known set of non-unknown non-control_plane_sync reasons for the state.Reasons fields are deprecated. New tenants should only use the state field. If you must know the reason(s)
656
869
  * behind a specific state, please consult with CCFE team first (cloud-ccfe-discuss@google.com).
657
870
  */
658
- previousReasons?: Reasons;
871
+ previousReasons?:
872
+ Reasons;
659
873
  /** The current state of the project. This state is the culmination of all of the opinions from external systems that CCFE knows about of the project. */
660
- state?: string;
874
+ state?:
875
+ string;
661
876
  }
662
877
  interface ReadinessCheck {
663
878
  /** A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. */
664
- appStartTimeout?: string;
879
+ appStartTimeout?:
880
+ string;
665
881
  /** Interval between health checks. */
666
- checkInterval?: string;
882
+ checkInterval?:
883
+ string;
667
884
  /** Number of consecutive failed checks required before removing traffic. */
668
- failureThreshold?: number;
885
+ failureThreshold?:
886
+ number;
669
887
  /** Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com" */
670
- host?: string;
888
+ host?:
889
+ string;
671
890
  /** The request path. */
672
- path?: string;
891
+ path?:
892
+ string;
673
893
  /** Number of consecutive successful checks required before receiving traffic. */
674
- successThreshold?: number;
894
+ successThreshold?:
895
+ number;
675
896
  /** Time before the check is considered failed. */
676
- timeout?: string;
897
+ timeout?:
898
+ string;
677
899
  }
678
900
  interface Reasons {
679
- abuse?: string;
680
- billing?: string;
681
- dataGovernance?: string;
682
- serviceManagement?: string;
901
+ abuse?:
902
+ string;
903
+ billing?:
904
+ string;
905
+ dataGovernance?:
906
+ string;
907
+ serviceManagement?:
908
+ string;
683
909
  }
684
910
  // tslint:disable-next-line:no-empty-interface
685
911
  interface RepairApplicationRequest {
686
912
  }
687
913
  interface RequestUtilization {
688
914
  /** Target number of concurrent requests. */
689
- targetConcurrentRequests?: number;
915
+ targetConcurrentRequests?:
916
+ number;
690
917
  /** Target requests per second. */
691
- targetRequestCountPerSecond?: number;
918
+ targetRequestCountPerSecond?:
919
+ number;
692
920
  }
693
921
  interface ResourceRecord {
694
922
  /** Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'. */
695
- name?: string;
923
+ name?:
924
+ string;
696
925
  /** Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1). */
697
- rrdata?: string;
926
+ rrdata?:
927
+ string;
698
928
  /** Resource record type. Example: AAAA. */
699
- type?: string;
929
+ type?:
930
+ string;
700
931
  }
701
932
  interface Resources {
702
933
  /** Number of CPU cores needed. */
703
- cpu?: number;
934
+ cpu?:
935
+ number;
704
936
  /** Disk size (GB) needed. */
705
- diskGb?: number;
937
+ diskGb?:
938
+ number;
706
939
  /** The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk */
707
- kmsKeyReference?: string;
940
+ kmsKeyReference?:
941
+ string;
708
942
  /** Memory (GB) needed. */
709
- memoryGb?: number;
943
+ memoryGb?:
944
+ number;
710
945
  /** User specified volumes. */
711
- volumes?: Volume[];
946
+ volumes?:
947
+ Volume[];
712
948
  }
713
949
  interface ScriptHandler {
714
950
  /** Path to the script from the application root directory. */
715
- scriptPath?: string;
951
+ scriptPath?:
952
+ string;
716
953
  }
717
954
  interface Service {
718
955
  /** Relative name of the service within the application. Example: default.@OutputOnly */
719
- id?: string;
956
+ id?:
957
+ string;
720
958
  /**
721
959
  * A set of labels to apply to this service. Labels are key/value pairs that describe the service and all resources that belong to it (e.g., versions). The labels can be used to search
722
960
  * and group resources, and are propagated to the usage and billing reports, enabling fine-grain analysis of costs. An example of using labels is to tag resources belonging to
723
961
  * different environments (e.g., "env=prod", "env=qa"). Label keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters,
724
962
  * underscores, dashes, and international characters. Label keys must start with a lowercase letter or an international character. Each service can have at most 32 labels.
725
963
  */
726
- labels?: { [P in string]: string };
964
+ labels?:
965
+ { [P in string]: string };
727
966
  /** Full path to the Service resource in the API. Example: apps/myapp/services/default.@OutputOnly */
728
- name?: string;
967
+ name?:
968
+ string;
729
969
  /** Ingress settings for this service. Will apply to all versions. */
730
- networkSettings?: NetworkSettings;
970
+ networkSettings?:
971
+ NetworkSettings;
731
972
  /** Mapping that defines fractional HTTP traffic diversion to different versions within the service. */
732
- split?: TrafficSplit;
973
+ split?:
974
+ TrafficSplit;
733
975
  }
734
976
  interface SslSettings {
735
977
  /**
@@ -737,58 +979,75 @@ declare namespace gapi.client {
737
979
  * for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the
738
980
  * AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.
739
981
  */
740
- certificateId?: string;
982
+ certificateId?:
983
+ string;
741
984
  /**
742
985
  * ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL
743
986
  * state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL
744
987
  * support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly
745
988
  */
746
- pendingManagedCertificateId?: string;
989
+ pendingManagedCertificateId?:
990
+ string;
747
991
  /**
748
992
  * SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL
749
993
  * for this domain.
750
994
  */
751
- sslManagementType?: string;
995
+ sslManagementType?:
996
+ string;
752
997
  }
753
998
  interface StandardSchedulerSettings {
754
999
  /** Maximum number of instances to run for this version. Set to zero to disable max_instances configuration. */
755
- maxInstances?: number;
1000
+ maxInstances?:
1001
+ number;
756
1002
  /** Minimum number of instances to run for this version. Set to zero to disable min_instances configuration. */
757
- minInstances?: number;
1003
+ minInstances?:
1004
+ number;
758
1005
  /** Target CPU utilization ratio to maintain when scaling. */
759
- targetCpuUtilization?: number;
1006
+ targetCpuUtilization?:
1007
+ number;
760
1008
  /** Target throughput utilization ratio to maintain when scaling */
761
- targetThroughputUtilization?: number;
1009
+ targetThroughputUtilization?:
1010
+ number;
762
1011
  }
763
1012
  interface StaticFilesHandler {
764
1013
  /**
765
1014
  * Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be
766
1015
  * read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
767
1016
  */
768
- applicationReadable?: boolean;
1017
+ applicationReadable?:
1018
+ boolean;
769
1019
  /** Time a static file served by this handler should be cached by web proxies and browsers. */
770
- expiration?: string;
1020
+ expiration?:
1021
+ string;
771
1022
  /** HTTP headers to use for all responses from these URLs. */
772
- httpHeaders?: { [P in string]: string };
1023
+ httpHeaders?:
1024
+ { [P in string]: string };
773
1025
  /** MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each file's filename extension. */
774
- mimeType?: string;
1026
+ mimeType?:
1027
+ string;
775
1028
  /** Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern. */
776
- path?: string;
1029
+ path?:
1030
+ string;
777
1031
  /** Whether this handler should match the request if the file referenced by the handler does not exist. */
778
- requireMatchingFile?: boolean;
1032
+ requireMatchingFile?:
1033
+ boolean;
779
1034
  /** Regular expression that matches the file paths for all files that should be referenced by this handler. */
780
- uploadPathRegex?: string;
1035
+ uploadPathRegex?:
1036
+ string;
781
1037
  }
782
1038
  interface Status {
783
1039
  /** The status code, which should be an enum value of google.rpc.Code. */
784
- code?: number;
1040
+ code?:
1041
+ number;
785
1042
  /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
786
- details?: Array<{ [P in string]: any }>;
1043
+ details?:
1044
+ Array<{ [P in string]: any }>;
787
1045
  /**
788
1046
  * 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
789
1047
  * client.
790
1048
  */
791
- message?: string;
1049
+ message?:
1050
+ string;
792
1051
  }
793
1052
  interface TrafficSplit {
794
1053
  /**
@@ -796,326 +1055,454 @@ declare namespace gapi.client {
796
1055
  * service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed.
797
1056
  * Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.
798
1057
  */
799
- allocations?: { [P in string]: number };
1058
+ allocations?:
1059
+ { [P in string]: number };
800
1060
  /** Mechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed. */
801
- shardBy?: string;
1061
+ shardBy?:
1062
+ string;
802
1063
  }
803
1064
  interface UrlDispatchRule {
804
1065
  /** Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*". */
805
- domain?: string;
1066
+ domain?:
1067
+ string;
806
1068
  /** Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters. */
807
- path?: string;
1069
+ path?:
1070
+ string;
808
1071
  /** Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default. */
809
- service?: string;
1072
+ service?:
1073
+ string;
810
1074
  }
811
1075
  interface UrlMap {
812
1076
  /** Uses API Endpoints to handle requests. */
813
- apiEndpoint?: ApiEndpointHandler;
1077
+ apiEndpoint?:
1078
+ ApiEndpointHandler;
814
1079
  /** Action to take when users access resources that require authentication. Defaults to redirect. */
815
- authFailAction?: string;
1080
+ authFailAction?:
1081
+ string;
816
1082
  /** Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment. */
817
- login?: string;
1083
+ login?:
1084
+ string;
818
1085
  /** 30x code to use when performing redirects for the secure field. Defaults to 302. */
819
- redirectHttpResponseCode?: string;
1086
+ redirectHttpResponseCode?:
1087
+ string;
820
1088
  /**
821
1089
  * Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script":
822
1090
  * "auto".
823
1091
  */
824
- script?: ScriptHandler;
1092
+ script?:
1093
+ ScriptHandler;
825
1094
  /** Security (HTTPS) enforcement for this URL. */
826
- securityLevel?: string;
1095
+ securityLevel?:
1096
+ string;
827
1097
  /** Returns the contents of a file, such as an image, as the response. */
828
- staticFiles?: StaticFilesHandler;
1098
+ staticFiles?:
1099
+ StaticFilesHandler;
829
1100
  /**
830
1101
  * URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled
831
1102
  * by this handler, using the portion of the URL after the prefix as part of the file path.
832
1103
  */
833
- urlRegex?: string;
1104
+ urlRegex?:
1105
+ string;
834
1106
  }
835
1107
  interface Version {
836
1108
  /** Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set. */
837
- apiConfig?: ApiConfigHandler;
1109
+ apiConfig?:
1110
+ ApiConfigHandler;
838
1111
  /** Allows App Engine second generation runtimes to access the legacy bundled services. */
839
- appEngineApis?: boolean;
1112
+ appEngineApis?:
1113
+ boolean;
840
1114
  /** Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic. */
841
- automaticScaling?: AutomaticScaling;
1115
+ automaticScaling?:
1116
+ AutomaticScaling;
842
1117
  /**
843
1118
  * A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for
844
1119
  * work that is intermittent or driven by user activity.
845
1120
  */
846
- basicScaling?: BasicScaling;
1121
+ basicScaling?:
1122
+ BasicScaling;
847
1123
  /** Metadata settings that are supplied to this version to enable beta runtime features. */
848
- betaSettings?: { [P in string]: string };
1124
+ betaSettings?:
1125
+ { [P in string]: string };
849
1126
  /** Environment variables available to the build environment.Only returned in GET requests if view=FULL is set. */
850
- buildEnvVariables?: { [P in string]: string };
1127
+ buildEnvVariables?:
1128
+ { [P in string]: string };
851
1129
  /** Email address of the user who created this version.@OutputOnly */
852
- createdBy?: string;
1130
+ createdBy?:
1131
+ string;
853
1132
  /** Time that this version was created.@OutputOnly */
854
- createTime?: string;
1133
+ createTime?:
1134
+ string;
855
1135
  /**
856
1136
  * Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler
857
1137
  * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET
858
1138
  * requests if view=FULL is set.
859
1139
  */
860
- defaultExpiration?: string;
1140
+ defaultExpiration?:
1141
+ string;
861
1142
  /** Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set. */
862
- deployment?: Deployment;
1143
+ deployment?:
1144
+ Deployment;
863
1145
  /** Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly */
864
- diskUsageBytes?: string;
1146
+ diskUsageBytes?:
1147
+ string;
865
1148
  /** Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app. */
866
- endpointsApiService?: EndpointsApiService;
1149
+ endpointsApiService?:
1150
+ EndpointsApiService;
867
1151
  /** The entrypoint for the application. */
868
- entrypoint?: Entrypoint;
1152
+ entrypoint?:
1153
+ Entrypoint;
869
1154
  /** App Engine execution environment for this version.Defaults to standard. */
870
- env?: string;
1155
+ env?:
1156
+ string;
871
1157
  /** Environment variables available to the application.Only returned in GET requests if view=FULL is set. */
872
- envVariables?: { [P in string]: string };
1158
+ envVariables?:
1159
+ { [P in string]: string };
873
1160
  /** Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set. */
874
- errorHandlers?: ErrorHandler[];
1161
+ errorHandlers?:
1162
+ ErrorHandler[];
875
1163
  /** Settings for App Engine flexible runtimes. */
876
- flexibleRuntimeSettings?: FlexibleRuntimeSettings;
1164
+ flexibleRuntimeSettings?:
1165
+ FlexibleRuntimeSettings;
877
1166
  /**
878
1167
  * An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only
879
1168
  * returned in GET requests if view=FULL is set.
880
1169
  */
881
- handlers?: UrlMap[];
1170
+ handlers?:
1171
+ UrlMap[];
882
1172
  /**
883
1173
  * Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.Only returned in
884
1174
  * GET requests if view=FULL is set.
885
1175
  */
886
- healthCheck?: HealthCheck;
1176
+ healthCheck?:
1177
+ HealthCheck;
887
1178
  /**
888
1179
  * Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any
889
1180
  * name with the prefix "ah-".
890
1181
  */
891
- id?: string;
1182
+ id?:
1183
+ string;
892
1184
  /** Before an application can receive email or XMPP messages, the application must be configured to enable the service. */
893
- inboundServices?: string[];
1185
+ inboundServices?:
1186
+ string[];
894
1187
  /**
895
1188
  * Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for
896
1189
  * AutomaticScaling and B1 for ManualScaling or BasicScaling.
897
1190
  */
898
- instanceClass?: string;
1191
+ instanceClass?:
1192
+ string;
899
1193
  /** Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set. */
900
- libraries?: Library[];
1194
+ libraries?:
1195
+ Library[];
901
1196
  /** Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instancesOnly returned in GET requests if view=FULL is set. */
902
- livenessCheck?: LivenessCheck;
1197
+ livenessCheck?:
1198
+ LivenessCheck;
903
1199
  /**
904
1200
  * A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes
905
1201
  * referred to as "backends".
906
1202
  */
907
- manualScaling?: ManualScaling;
1203
+ manualScaling?:
1204
+ ManualScaling;
908
1205
  /** Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly */
909
- name?: string;
1206
+ name?:
1207
+ string;
910
1208
  /** Extra network settings. Only applicable in the App Engine flexible environment. */
911
- network?: Network;
1209
+ network?:
1210
+ Network;
912
1211
  /** Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set. */
913
- nobuildFilesRegex?: string;
1212
+ nobuildFilesRegex?:
1213
+ string;
914
1214
  /** Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.Only returned in GET requests if view=FULL is set. */
915
- readinessCheck?: ReadinessCheck;
1215
+ readinessCheck?:
1216
+ ReadinessCheck;
916
1217
  /** Machine resources for this version. Only applicable in the App Engine flexible environment. */
917
- resources?: Resources;
1218
+ resources?:
1219
+ Resources;
918
1220
  /** Desired runtime. Example: python27. */
919
- runtime?: string;
1221
+ runtime?:
1222
+ string;
920
1223
  /** The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref */
921
- runtimeApiVersion?: string;
1224
+ runtimeApiVersion?:
1225
+ string;
922
1226
  /** The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel. */
923
- runtimeChannel?: string;
1227
+ runtimeChannel?:
1228
+ string;
924
1229
  /** The path or name of the app's main executable. */
925
- runtimeMainExecutablePath?: string;
1230
+ runtimeMainExecutablePath?:
1231
+ string;
926
1232
  /**
927
1233
  * The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor
928
1234
  * through CLI flag.
929
1235
  */
930
- serviceAccount?: string;
1236
+ serviceAccount?:
1237
+ string;
931
1238
  /**
932
1239
  * Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to
933
1240
  * SERVING.
934
1241
  */
935
- servingStatus?: string;
1242
+ servingStatus?:
1243
+ string;
936
1244
  /** Whether multiple requests can be dispatched to this version at once. */
937
- threadsafe?: boolean;
1245
+ threadsafe?:
1246
+ boolean;
938
1247
  /** Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly */
939
- versionUrl?: string;
1248
+ versionUrl?:
1249
+ string;
940
1250
  /** Whether to deploy this version in a container on a virtual machine. */
941
- vm?: boolean;
1251
+ vm?:
1252
+ boolean;
942
1253
  /** Enables VPC connectivity for standard apps. */
943
- vpcAccessConnector?: VpcAccessConnector;
1254
+ vpcAccessConnector?:
1255
+ VpcAccessConnector;
944
1256
  /** The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated. */
945
- zones?: string[];
1257
+ zones?:
1258
+ string[];
946
1259
  }
947
1260
  interface Volume {
948
1261
  /** Unique name for the volume. */
949
- name?: string;
1262
+ name?:
1263
+ string;
950
1264
  /** Volume size in gigabytes. */
951
- sizeGb?: number;
1265
+ sizeGb?:
1266
+ number;
952
1267
  /** Underlying volume type, e.g. 'tmpfs'. */
953
- volumeType?: string;
1268
+ volumeType?:
1269
+ string;
954
1270
  }
955
1271
  interface VpcAccessConnector {
956
1272
  /** The egress setting for the connector, controlling what traffic is diverted through it. */
957
- egressSetting?: string;
1273
+ egressSetting?:
1274
+ string;
958
1275
  /** Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1. */
959
- name?: string;
1276
+ name?:
1277
+ string;
960
1278
  }
961
1279
  interface ZipInfo {
962
1280
  /**
963
1281
  * An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not
964
1282
  * provided, deployment may be slow.
965
1283
  */
966
- filesCount?: number;
1284
+ filesCount?:
1285
+ number;
967
1286
  /** URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'. */
968
- sourceUrl?: string;
1287
+ sourceUrl?:
1288
+ string;
969
1289
  }
970
1290
  interface AuthorizedCertificatesResource {
971
1291
  /** Uploads the specified SSL certificate. */
972
1292
  create(request: {
973
1293
  /** V1 error format. */
974
- "$.xgafv"?: string;
1294
+ "$.xgafv"?:
1295
+ string;
975
1296
  /** OAuth access token. */
976
- access_token?: string;
1297
+ access_token?:
1298
+ string;
977
1299
  /** Data format for response. */
978
- alt?: string;
1300
+ alt?:
1301
+ string;
979
1302
  /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
980
- appsId: string;
1303
+ appsId:
1304
+ string;
981
1305
  /** JSONP */
982
- callback?: string;
1306
+ callback?:
1307
+ string;
983
1308
  /** Selector specifying which fields to include in a partial response. */
984
- fields?: string;
1309
+ fields?:
1310
+ string;
985
1311
  /** 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. */
986
- key?: string;
1312
+ key?:
1313
+ string;
987
1314
  /** OAuth 2.0 token for the current user. */
988
- oauth_token?: string;
1315
+ oauth_token?:
1316
+ string;
989
1317
  /** Returns response with indentations and line breaks. */
990
- prettyPrint?: boolean;
1318
+ prettyPrint?:
1319
+ boolean;
991
1320
  /** 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. */
992
- quotaUser?: string;
1321
+ quotaUser?:
1322
+ string;
993
1323
  /** Upload protocol for media (e.g. "raw", "multipart"). */
994
- upload_protocol?: string;
1324
+ upload_protocol?:
1325
+ string;
995
1326
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
996
- uploadType?: string;
1327
+ uploadType?:
1328
+ string;
997
1329
  /** Request body */
998
- resource: AuthorizedCertificate;
1330
+ resource:
1331
+ AuthorizedCertificate;
999
1332
  }): Request<AuthorizedCertificate>;
1000
1333
  create(request: {
1001
1334
  /** V1 error format. */
1002
- "$.xgafv"?: string;
1335
+ "$.xgafv"?:
1336
+ string;
1003
1337
  /** OAuth access token. */
1004
- access_token?: string;
1338
+ access_token?:
1339
+ string;
1005
1340
  /** Data format for response. */
1006
- alt?: string;
1341
+ alt?:
1342
+ string;
1007
1343
  /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1008
- appsId: string;
1344
+ appsId:
1345
+ string;
1009
1346
  /** JSONP */
1010
- callback?: string;
1347
+ callback?:
1348
+ string;
1011
1349
  /** Selector specifying which fields to include in a partial response. */
1012
- fields?: string;
1350
+ fields?:
1351
+ string;
1013
1352
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1014
- key?: string;
1353
+ key?:
1354
+ string;
1015
1355
  /** OAuth 2.0 token for the current user. */
1016
- oauth_token?: string;
1356
+ oauth_token?:
1357
+ string;
1017
1358
  /** Returns response with indentations and line breaks. */
1018
- prettyPrint?: boolean;
1359
+ prettyPrint?:
1360
+ boolean;
1019
1361
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1020
- quotaUser?: string;
1362
+ quotaUser?:
1363
+ string;
1021
1364
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1022
- upload_protocol?: string;
1365
+ upload_protocol?:
1366
+ string;
1023
1367
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1024
- uploadType?: string;
1368
+ uploadType?:
1369
+ string;
1025
1370
  },
1026
1371
  body: AuthorizedCertificate): Request<AuthorizedCertificate>;
1027
1372
  /** Deletes the specified SSL certificate. */
1028
1373
  delete(request?: {
1029
1374
  /** V1 error format. */
1030
- "$.xgafv"?: string;
1375
+ "$.xgafv"?:
1376
+ string;
1031
1377
  /** OAuth access token. */
1032
- access_token?: string;
1378
+ access_token?:
1379
+ string;
1033
1380
  /** Data format for response. */
1034
- alt?: string;
1381
+ alt?:
1382
+ string;
1035
1383
  /** Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
1036
- appsId: string;
1384
+ appsId:
1385
+ string;
1037
1386
  /** Part of `name`. See documentation of `appsId`. */
1038
- authorizedCertificatesId: string;
1387
+ authorizedCertificatesId:
1388
+ string;
1039
1389
  /** JSONP */
1040
- callback?: string;
1390
+ callback?:
1391
+ string;
1041
1392
  /** Selector specifying which fields to include in a partial response. */
1042
- fields?: string;
1393
+ fields?:
1394
+ string;
1043
1395
  /** 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. */
1044
- key?: string;
1396
+ key?:
1397
+ string;
1045
1398
  /** OAuth 2.0 token for the current user. */
1046
- oauth_token?: string;
1399
+ oauth_token?:
1400
+ string;
1047
1401
  /** Returns response with indentations and line breaks. */
1048
- prettyPrint?: boolean;
1402
+ prettyPrint?:
1403
+ boolean;
1049
1404
  /** 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. */
1050
- quotaUser?: string;
1405
+ quotaUser?:
1406
+ string;
1051
1407
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1052
- upload_protocol?: string;
1408
+ upload_protocol?:
1409
+ string;
1053
1410
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1054
- uploadType?: string;
1411
+ uploadType?:
1412
+ string;
1055
1413
  }): Request<{}>;
1056
1414
  /** Gets the specified SSL certificate. */
1057
1415
  get(request?: {
1058
1416
  /** V1 error format. */
1059
- "$.xgafv"?: string;
1417
+ "$.xgafv"?:
1418
+ string;
1060
1419
  /** OAuth access token. */
1061
- access_token?: string;
1420
+ access_token?:
1421
+ string;
1062
1422
  /** Data format for response. */
1063
- alt?: string;
1423
+ alt?:
1424
+ string;
1064
1425
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
1065
- appsId: string;
1426
+ appsId:
1427
+ string;
1066
1428
  /** Part of `name`. See documentation of `appsId`. */
1067
- authorizedCertificatesId: string;
1429
+ authorizedCertificatesId:
1430
+ string;
1068
1431
  /** JSONP */
1069
- callback?: string;
1432
+ callback?:
1433
+ string;
1070
1434
  /** Selector specifying which fields to include in a partial response. */
1071
- fields?: string;
1435
+ fields?:
1436
+ string;
1072
1437
  /** 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. */
1073
- key?: string;
1438
+ key?:
1439
+ string;
1074
1440
  /** OAuth 2.0 token for the current user. */
1075
- oauth_token?: string;
1441
+ oauth_token?:
1442
+ string;
1076
1443
  /** Returns response with indentations and line breaks. */
1077
- prettyPrint?: boolean;
1444
+ prettyPrint?:
1445
+ boolean;
1078
1446
  /** 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. */
1079
- quotaUser?: string;
1447
+ quotaUser?:
1448
+ string;
1080
1449
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1081
- upload_protocol?: string;
1450
+ upload_protocol?:
1451
+ string;
1082
1452
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1083
- uploadType?: string;
1453
+ uploadType?:
1454
+ string;
1084
1455
  /** Controls the set of fields returned in the GET response. */
1085
- view?: string;
1456
+ view?:
1457
+ string;
1086
1458
  }): Request<AuthorizedCertificate>;
1087
1459
  /** Lists all SSL certificates the user is authorized to administer. */
1088
1460
  list(request?: {
1089
1461
  /** V1 error format. */
1090
- "$.xgafv"?: string;
1462
+ "$.xgafv"?:
1463
+ string;
1091
1464
  /** OAuth access token. */
1092
- access_token?: string;
1465
+ access_token?:
1466
+ string;
1093
1467
  /** Data format for response. */
1094
- alt?: string;
1468
+ alt?:
1469
+ string;
1095
1470
  /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1096
- appsId: string;
1471
+ appsId:
1472
+ string;
1097
1473
  /** JSONP */
1098
- callback?: string;
1474
+ callback?:
1475
+ string;
1099
1476
  /** Selector specifying which fields to include in a partial response. */
1100
- fields?: string;
1477
+ fields?:
1478
+ string;
1101
1479
  /** 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. */
1102
- key?: string;
1480
+ key?:
1481
+ string;
1103
1482
  /** OAuth 2.0 token for the current user. */
1104
- oauth_token?: string;
1483
+ oauth_token?:
1484
+ string;
1105
1485
  /** Maximum results to return per page. */
1106
- pageSize?: number;
1486
+ pageSize?:
1487
+ number;
1107
1488
  /** Continuation token for fetching the next page of results. */
1108
- pageToken?: string;
1489
+ pageToken?:
1490
+ string;
1109
1491
  /** Returns response with indentations and line breaks. */
1110
- prettyPrint?: boolean;
1492
+ prettyPrint?:
1493
+ boolean;
1111
1494
  /** 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. */
1112
- quotaUser?: string;
1495
+ quotaUser?:
1496
+ string;
1113
1497
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1114
- upload_protocol?: string;
1498
+ upload_protocol?:
1499
+ string;
1115
1500
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1116
- uploadType?: string;
1501
+ uploadType?:
1502
+ string;
1117
1503
  /** Controls the set of fields returned in the LIST response. */
1118
- view?: string;
1504
+ view?:
1505
+ string;
1119
1506
  }): Request<ListAuthorizedCertificatesResponse>;
1120
1507
  /**
1121
1508
  * Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be
@@ -1123,65 +1510,94 @@ declare namespace gapi.client {
1123
1510
  */
1124
1511
  patch(request: {
1125
1512
  /** V1 error format. */
1126
- "$.xgafv"?: string;
1513
+ "$.xgafv"?:
1514
+ string;
1127
1515
  /** OAuth access token. */
1128
- access_token?: string;
1516
+ access_token?:
1517
+ string;
1129
1518
  /** Data format for response. */
1130
- alt?: string;
1519
+ alt?:
1520
+ string;
1131
1521
  /** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
1132
- appsId: string;
1522
+ appsId:
1523
+ string;
1133
1524
  /** Part of `name`. See documentation of `appsId`. */
1134
- authorizedCertificatesId: string;
1525
+ authorizedCertificatesId:
1526
+ string;
1135
1527
  /** JSONP */
1136
- callback?: string;
1528
+ callback?:
1529
+ string;
1137
1530
  /** Selector specifying which fields to include in a partial response. */
1138
- fields?: string;
1531
+ fields?:
1532
+ string;
1139
1533
  /** 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. */
1140
- key?: string;
1534
+ key?:
1535
+ string;
1141
1536
  /** OAuth 2.0 token for the current user. */
1142
- oauth_token?: string;
1537
+ oauth_token?:
1538
+ string;
1143
1539
  /** Returns response with indentations and line breaks. */
1144
- prettyPrint?: boolean;
1540
+ prettyPrint?:
1541
+ boolean;
1145
1542
  /** 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. */
1146
- quotaUser?: string;
1543
+ quotaUser?:
1544
+ string;
1147
1545
  /** Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields. */
1148
- updateMask?: string;
1546
+ updateMask?:
1547
+ string;
1149
1548
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1150
- upload_protocol?: string;
1549
+ upload_protocol?:
1550
+ string;
1151
1551
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1152
- uploadType?: string;
1552
+ uploadType?:
1553
+ string;
1153
1554
  /** Request body */
1154
- resource: AuthorizedCertificate;
1555
+ resource:
1556
+ AuthorizedCertificate;
1155
1557
  }): Request<AuthorizedCertificate>;
1156
1558
  patch(request: {
1157
1559
  /** V1 error format. */
1158
- "$.xgafv"?: string;
1560
+ "$.xgafv"?:
1561
+ string;
1159
1562
  /** OAuth access token. */
1160
- access_token?: string;
1563
+ access_token?:
1564
+ string;
1161
1565
  /** Data format for response. */
1162
- alt?: string;
1566
+ alt?:
1567
+ string;
1163
1568
  /** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
1164
- appsId: string;
1569
+ appsId:
1570
+ string;
1165
1571
  /** Part of `name`. See documentation of `appsId`. */
1166
- authorizedCertificatesId: string;
1572
+ authorizedCertificatesId:
1573
+ string;
1167
1574
  /** JSONP */
1168
- callback?: string;
1575
+ callback?:
1576
+ string;
1169
1577
  /** Selector specifying which fields to include in a partial response. */
1170
- fields?: string;
1578
+ fields?:
1579
+ string;
1171
1580
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1172
- key?: string;
1581
+ key?:
1582
+ string;
1173
1583
  /** OAuth 2.0 token for the current user. */
1174
- oauth_token?: string;
1584
+ oauth_token?:
1585
+ string;
1175
1586
  /** Returns response with indentations and line breaks. */
1176
- prettyPrint?: boolean;
1587
+ prettyPrint?:
1588
+ boolean;
1177
1589
  /** 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. */
1178
- quotaUser?: string;
1590
+ quotaUser?:
1591
+ string;
1179
1592
  /** Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields. */
1180
- updateMask?: string;
1593
+ updateMask?:
1594
+ string;
1181
1595
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1182
- upload_protocol?: string;
1596
+ upload_protocol?:
1597
+ string;
1183
1598
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1184
- uploadType?: string;
1599
+ uploadType?:
1600
+ string;
1185
1601
  },
1186
1602
  body: AuthorizedCertificate): Request<AuthorizedCertificate>;
1187
1603
  }
@@ -1189,33 +1605,47 @@ declare namespace gapi.client {
1189
1605
  /** Lists all domains the user is authorized to administer. */
1190
1606
  list(request?: {
1191
1607
  /** V1 error format. */
1192
- "$.xgafv"?: string;
1608
+ "$.xgafv"?:
1609
+ string;
1193
1610
  /** OAuth access token. */
1194
- access_token?: string;
1611
+ access_token?:
1612
+ string;
1195
1613
  /** Data format for response. */
1196
- alt?: string;
1614
+ alt?:
1615
+ string;
1197
1616
  /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1198
- appsId: string;
1617
+ appsId:
1618
+ string;
1199
1619
  /** JSONP */
1200
- callback?: string;
1620
+ callback?:
1621
+ string;
1201
1622
  /** Selector specifying which fields to include in a partial response. */
1202
- fields?: string;
1623
+ fields?:
1624
+ string;
1203
1625
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1204
- key?: string;
1626
+ key?:
1627
+ string;
1205
1628
  /** OAuth 2.0 token for the current user. */
1206
- oauth_token?: string;
1629
+ oauth_token?:
1630
+ string;
1207
1631
  /** Maximum results to return per page. */
1208
- pageSize?: number;
1632
+ pageSize?:
1633
+ number;
1209
1634
  /** Continuation token for fetching the next page of results. */
1210
- pageToken?: string;
1635
+ pageToken?:
1636
+ string;
1211
1637
  /** Returns response with indentations and line breaks. */
1212
- prettyPrint?: boolean;
1638
+ prettyPrint?:
1639
+ boolean;
1213
1640
  /** 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. */
1214
- quotaUser?: string;
1641
+ quotaUser?:
1642
+ string;
1215
1643
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1216
- upload_protocol?: string;
1644
+ upload_protocol?:
1645
+ string;
1217
1646
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1218
- uploadType?: string;
1647
+ uploadType?:
1648
+ string;
1219
1649
  }): Request<ListAuthorizedDomainsResponse>;
1220
1650
  }
1221
1651
  interface DomainMappingsResource {
@@ -1225,151 +1655,218 @@ declare namespace gapi.client {
1225
1655
  */
1226
1656
  create(request: {
1227
1657
  /** V1 error format. */
1228
- "$.xgafv"?: string;
1658
+ "$.xgafv"?:
1659
+ string;
1229
1660
  /** OAuth access token. */
1230
- access_token?: string;
1661
+ access_token?:
1662
+ string;
1231
1663
  /** Data format for response. */
1232
- alt?: string;
1664
+ alt?:
1665
+ string;
1233
1666
  /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1234
- appsId: string;
1667
+ appsId:
1668
+ string;
1235
1669
  /** JSONP */
1236
- callback?: string;
1670
+ callback?:
1671
+ string;
1237
1672
  /** Selector specifying which fields to include in a partial response. */
1238
- fields?: string;
1673
+ fields?:
1674
+ string;
1239
1675
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1240
- key?: string;
1676
+ key?:
1677
+ string;
1241
1678
  /** OAuth 2.0 token for the current user. */
1242
- oauth_token?: string;
1679
+ oauth_token?:
1680
+ string;
1243
1681
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
1244
- overrideStrategy?: string;
1682
+ overrideStrategy?:
1683
+ string;
1245
1684
  /** Returns response with indentations and line breaks. */
1246
- prettyPrint?: boolean;
1685
+ prettyPrint?:
1686
+ boolean;
1247
1687
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1248
- quotaUser?: string;
1688
+ quotaUser?:
1689
+ string;
1249
1690
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1250
- upload_protocol?: string;
1691
+ upload_protocol?:
1692
+ string;
1251
1693
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1252
- uploadType?: string;
1694
+ uploadType?:
1695
+ string;
1253
1696
  /** Request body */
1254
- resource: DomainMapping;
1697
+ resource:
1698
+ DomainMapping;
1255
1699
  }): Request<Operation>;
1256
1700
  create(request: {
1257
1701
  /** V1 error format. */
1258
- "$.xgafv"?: string;
1702
+ "$.xgafv"?:
1703
+ string;
1259
1704
  /** OAuth access token. */
1260
- access_token?: string;
1705
+ access_token?:
1706
+ string;
1261
1707
  /** Data format for response. */
1262
- alt?: string;
1708
+ alt?:
1709
+ string;
1263
1710
  /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1264
- appsId: string;
1711
+ appsId:
1712
+ string;
1265
1713
  /** JSONP */
1266
- callback?: string;
1714
+ callback?:
1715
+ string;
1267
1716
  /** Selector specifying which fields to include in a partial response. */
1268
- fields?: string;
1717
+ fields?:
1718
+ string;
1269
1719
  /** 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. */
1270
- key?: string;
1720
+ key?:
1721
+ string;
1271
1722
  /** OAuth 2.0 token for the current user. */
1272
- oauth_token?: string;
1723
+ oauth_token?:
1724
+ string;
1273
1725
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
1274
- overrideStrategy?: string;
1726
+ overrideStrategy?:
1727
+ string;
1275
1728
  /** Returns response with indentations and line breaks. */
1276
- prettyPrint?: boolean;
1729
+ prettyPrint?:
1730
+ boolean;
1277
1731
  /** 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. */
1278
- quotaUser?: string;
1732
+ quotaUser?:
1733
+ string;
1279
1734
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1280
- upload_protocol?: string;
1735
+ upload_protocol?:
1736
+ string;
1281
1737
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1282
- uploadType?: string;
1738
+ uploadType?:
1739
+ string;
1283
1740
  },
1284
1741
  body: DomainMapping): Request<Operation>;
1285
1742
  /** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
1286
1743
  delete(request?: {
1287
1744
  /** V1 error format. */
1288
- "$.xgafv"?: string;
1745
+ "$.xgafv"?:
1746
+ string;
1289
1747
  /** OAuth access token. */
1290
- access_token?: string;
1748
+ access_token?:
1749
+ string;
1291
1750
  /** Data format for response. */
1292
- alt?: string;
1751
+ alt?:
1752
+ string;
1293
1753
  /** Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
1294
- appsId: string;
1754
+ appsId:
1755
+ string;
1295
1756
  /** JSONP */
1296
- callback?: string;
1757
+ callback?:
1758
+ string;
1297
1759
  /** Part of `name`. See documentation of `appsId`. */
1298
- domainMappingsId: string;
1760
+ domainMappingsId:
1761
+ string;
1299
1762
  /** Selector specifying which fields to include in a partial response. */
1300
- fields?: string;
1763
+ fields?:
1764
+ string;
1301
1765
  /** 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. */
1302
- key?: string;
1766
+ key?:
1767
+ string;
1303
1768
  /** OAuth 2.0 token for the current user. */
1304
- oauth_token?: string;
1769
+ oauth_token?:
1770
+ string;
1305
1771
  /** Returns response with indentations and line breaks. */
1306
- prettyPrint?: boolean;
1772
+ prettyPrint?:
1773
+ boolean;
1307
1774
  /** 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. */
1308
- quotaUser?: string;
1775
+ quotaUser?:
1776
+ string;
1309
1777
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1310
- upload_protocol?: string;
1778
+ upload_protocol?:
1779
+ string;
1311
1780
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1312
- uploadType?: string;
1781
+ uploadType?:
1782
+ string;
1313
1783
  }): Request<Operation>;
1314
1784
  /** Gets the specified domain mapping. */
1315
1785
  get(request?: {
1316
1786
  /** V1 error format. */
1317
- "$.xgafv"?: string;
1787
+ "$.xgafv"?:
1788
+ string;
1318
1789
  /** OAuth access token. */
1319
- access_token?: string;
1790
+ access_token?:
1791
+ string;
1320
1792
  /** Data format for response. */
1321
- alt?: string;
1793
+ alt?:
1794
+ string;
1322
1795
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
1323
- appsId: string;
1796
+ appsId:
1797
+ string;
1324
1798
  /** JSONP */
1325
- callback?: string;
1799
+ callback?:
1800
+ string;
1326
1801
  /** Part of `name`. See documentation of `appsId`. */
1327
- domainMappingsId: string;
1802
+ domainMappingsId:
1803
+ string;
1328
1804
  /** Selector specifying which fields to include in a partial response. */
1329
- fields?: string;
1805
+ fields?:
1806
+ string;
1330
1807
  /** 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. */
1331
- key?: string;
1808
+ key?:
1809
+ string;
1332
1810
  /** OAuth 2.0 token for the current user. */
1333
- oauth_token?: string;
1811
+ oauth_token?:
1812
+ string;
1334
1813
  /** Returns response with indentations and line breaks. */
1335
- prettyPrint?: boolean;
1814
+ prettyPrint?:
1815
+ boolean;
1336
1816
  /** 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. */
1337
- quotaUser?: string;
1817
+ quotaUser?:
1818
+ string;
1338
1819
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1339
- upload_protocol?: string;
1820
+ upload_protocol?:
1821
+ string;
1340
1822
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1341
- uploadType?: string;
1823
+ uploadType?:
1824
+ string;
1342
1825
  }): Request<DomainMapping>;
1343
1826
  /** Lists the domain mappings on an application. */
1344
1827
  list(request?: {
1345
1828
  /** V1 error format. */
1346
- "$.xgafv"?: string;
1829
+ "$.xgafv"?:
1830
+ string;
1347
1831
  /** OAuth access token. */
1348
- access_token?: string;
1832
+ access_token?:
1833
+ string;
1349
1834
  /** Data format for response. */
1350
- alt?: string;
1835
+ alt?:
1836
+ string;
1351
1837
  /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1352
- appsId: string;
1838
+ appsId:
1839
+ string;
1353
1840
  /** JSONP */
1354
- callback?: string;
1841
+ callback?:
1842
+ string;
1355
1843
  /** Selector specifying which fields to include in a partial response. */
1356
- fields?: string;
1844
+ fields?:
1845
+ string;
1357
1846
  /** 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. */
1358
- key?: string;
1847
+ key?:
1848
+ string;
1359
1849
  /** OAuth 2.0 token for the current user. */
1360
- oauth_token?: string;
1850
+ oauth_token?:
1851
+ string;
1361
1852
  /** Maximum results to return per page. */
1362
- pageSize?: number;
1853
+ pageSize?:
1854
+ number;
1363
1855
  /** Continuation token for fetching the next page of results. */
1364
- pageToken?: string;
1856
+ pageToken?:
1857
+ string;
1365
1858
  /** Returns response with indentations and line breaks. */
1366
- prettyPrint?: boolean;
1859
+ prettyPrint?:
1860
+ boolean;
1367
1861
  /** 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. */
1368
- quotaUser?: string;
1862
+ quotaUser?:
1863
+ string;
1369
1864
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1370
- upload_protocol?: string;
1865
+ upload_protocol?:
1866
+ string;
1371
1867
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1372
- uploadType?: string;
1868
+ uploadType?:
1869
+ string;
1373
1870
  }): Request<ListDomainMappingsResponse>;
1374
1871
  /**
1375
1872
  * Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized
@@ -1377,65 +1874,94 @@ declare namespace gapi.client {
1377
1874
  */
1378
1875
  patch(request: {
1379
1876
  /** V1 error format. */
1380
- "$.xgafv"?: string;
1877
+ "$.xgafv"?:
1878
+ string;
1381
1879
  /** OAuth access token. */
1382
- access_token?: string;
1880
+ access_token?:
1881
+ string;
1383
1882
  /** Data format for response. */
1384
- alt?: string;
1883
+ alt?:
1884
+ string;
1385
1885
  /** Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
1386
- appsId: string;
1886
+ appsId:
1887
+ string;
1387
1888
  /** JSONP */
1388
- callback?: string;
1889
+ callback?:
1890
+ string;
1389
1891
  /** Part of `name`. See documentation of `appsId`. */
1390
- domainMappingsId: string;
1892
+ domainMappingsId:
1893
+ string;
1391
1894
  /** Selector specifying which fields to include in a partial response. */
1392
- fields?: string;
1895
+ fields?:
1896
+ string;
1393
1897
  /** 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. */
1394
- key?: string;
1898
+ key?:
1899
+ string;
1395
1900
  /** OAuth 2.0 token for the current user. */
1396
- oauth_token?: string;
1901
+ oauth_token?:
1902
+ string;
1397
1903
  /** Returns response with indentations and line breaks. */
1398
- prettyPrint?: boolean;
1904
+ prettyPrint?:
1905
+ boolean;
1399
1906
  /** 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. */
1400
- quotaUser?: string;
1907
+ quotaUser?:
1908
+ string;
1401
1909
  /** Required. Standard field mask for the set of fields to be updated. */
1402
- updateMask?: string;
1910
+ updateMask?:
1911
+ string;
1403
1912
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1404
- upload_protocol?: string;
1913
+ upload_protocol?:
1914
+ string;
1405
1915
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1406
- uploadType?: string;
1916
+ uploadType?:
1917
+ string;
1407
1918
  /** Request body */
1408
- resource: DomainMapping;
1919
+ resource:
1920
+ DomainMapping;
1409
1921
  }): Request<Operation>;
1410
1922
  patch(request: {
1411
1923
  /** V1 error format. */
1412
- "$.xgafv"?: string;
1924
+ "$.xgafv"?:
1925
+ string;
1413
1926
  /** OAuth access token. */
1414
- access_token?: string;
1927
+ access_token?:
1928
+ string;
1415
1929
  /** Data format for response. */
1416
- alt?: string;
1930
+ alt?:
1931
+ string;
1417
1932
  /** Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
1418
- appsId: string;
1933
+ appsId:
1934
+ string;
1419
1935
  /** JSONP */
1420
- callback?: string;
1936
+ callback?:
1937
+ string;
1421
1938
  /** Part of `name`. See documentation of `appsId`. */
1422
- domainMappingsId: string;
1939
+ domainMappingsId:
1940
+ string;
1423
1941
  /** Selector specifying which fields to include in a partial response. */
1424
- fields?: string;
1942
+ fields?:
1943
+ string;
1425
1944
  /** 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. */
1426
- key?: string;
1945
+ key?:
1946
+ string;
1427
1947
  /** OAuth 2.0 token for the current user. */
1428
- oauth_token?: string;
1948
+ oauth_token?:
1949
+ string;
1429
1950
  /** Returns response with indentations and line breaks. */
1430
- prettyPrint?: boolean;
1951
+ prettyPrint?:
1952
+ boolean;
1431
1953
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1432
- quotaUser?: string;
1954
+ quotaUser?:
1955
+ string;
1433
1956
  /** Required. Standard field mask for the set of fields to be updated. */
1434
- updateMask?: string;
1957
+ updateMask?:
1958
+ string;
1435
1959
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1436
- upload_protocol?: string;
1960
+ upload_protocol?:
1961
+ string;
1437
1962
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1438
- uploadType?: string;
1963
+ uploadType?:
1964
+ string;
1439
1965
  },
1440
1966
  body: DomainMapping): Request<Operation>;
1441
1967
  }
@@ -1446,403 +1972,580 @@ declare namespace gapi.client {
1446
1972
  */
1447
1973
  batchUpdate(request: {
1448
1974
  /** V1 error format. */
1449
- "$.xgafv"?: string;
1975
+ "$.xgafv"?:
1976
+ string;
1450
1977
  /** OAuth access token. */
1451
- access_token?: string;
1978
+ access_token?:
1979
+ string;
1452
1980
  /** Data format for response. */
1453
- alt?: string;
1981
+ alt?:
1982
+ string;
1454
1983
  /** Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */
1455
- appsId: string;
1984
+ appsId:
1985
+ string;
1456
1986
  /** JSONP */
1457
- callback?: string;
1987
+ callback?:
1988
+ string;
1458
1989
  /** Selector specifying which fields to include in a partial response. */
1459
- fields?: string;
1990
+ fields?:
1991
+ string;
1460
1992
  /** 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. */
1461
- key?: string;
1993
+ key?:
1994
+ string;
1462
1995
  /** OAuth 2.0 token for the current user. */
1463
- oauth_token?: string;
1996
+ oauth_token?:
1997
+ string;
1464
1998
  /** Returns response with indentations and line breaks. */
1465
- prettyPrint?: boolean;
1999
+ prettyPrint?:
2000
+ boolean;
1466
2001
  /** 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. */
1467
- quotaUser?: string;
2002
+ quotaUser?:
2003
+ string;
1468
2004
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1469
- upload_protocol?: string;
2005
+ upload_protocol?:
2006
+ string;
1470
2007
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1471
- uploadType?: string;
2008
+ uploadType?:
2009
+ string;
1472
2010
  /** Request body */
1473
- resource: BatchUpdateIngressRulesRequest;
2011
+ resource:
2012
+ BatchUpdateIngressRulesRequest;
1474
2013
  }): Request<BatchUpdateIngressRulesResponse>;
1475
2014
  batchUpdate(request: {
1476
2015
  /** V1 error format. */
1477
- "$.xgafv"?: string;
2016
+ "$.xgafv"?:
2017
+ string;
1478
2018
  /** OAuth access token. */
1479
- access_token?: string;
2019
+ access_token?:
2020
+ string;
1480
2021
  /** Data format for response. */
1481
- alt?: string;
2022
+ alt?:
2023
+ string;
1482
2024
  /** Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */
1483
- appsId: string;
2025
+ appsId:
2026
+ string;
1484
2027
  /** JSONP */
1485
- callback?: string;
2028
+ callback?:
2029
+ string;
1486
2030
  /** Selector specifying which fields to include in a partial response. */
1487
- fields?: string;
2031
+ fields?:
2032
+ string;
1488
2033
  /** 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. */
1489
- key?: string;
2034
+ key?:
2035
+ string;
1490
2036
  /** OAuth 2.0 token for the current user. */
1491
- oauth_token?: string;
2037
+ oauth_token?:
2038
+ string;
1492
2039
  /** Returns response with indentations and line breaks. */
1493
- prettyPrint?: boolean;
2040
+ prettyPrint?:
2041
+ boolean;
1494
2042
  /** 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. */
1495
- quotaUser?: string;
2043
+ quotaUser?:
2044
+ string;
1496
2045
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1497
- upload_protocol?: string;
2046
+ upload_protocol?:
2047
+ string;
1498
2048
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1499
- uploadType?: string;
2049
+ uploadType?:
2050
+ string;
1500
2051
  },
1501
2052
  body: BatchUpdateIngressRulesRequest): Request<BatchUpdateIngressRulesResponse>;
1502
2053
  /** Creates a firewall rule for the application. */
1503
2054
  create(request: {
1504
2055
  /** V1 error format. */
1505
- "$.xgafv"?: string;
2056
+ "$.xgafv"?:
2057
+ string;
1506
2058
  /** OAuth access token. */
1507
- access_token?: string;
2059
+ access_token?:
2060
+ string;
1508
2061
  /** Data format for response. */
1509
- alt?: string;
2062
+ alt?:
2063
+ string;
1510
2064
  /** Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
1511
- appsId: string;
2065
+ appsId:
2066
+ string;
1512
2067
  /** JSONP */
1513
- callback?: string;
2068
+ callback?:
2069
+ string;
1514
2070
  /** Selector specifying which fields to include in a partial response. */
1515
- fields?: string;
2071
+ fields?:
2072
+ string;
1516
2073
  /** 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. */
1517
- key?: string;
2074
+ key?:
2075
+ string;
1518
2076
  /** OAuth 2.0 token for the current user. */
1519
- oauth_token?: string;
2077
+ oauth_token?:
2078
+ string;
1520
2079
  /** Returns response with indentations and line breaks. */
1521
- prettyPrint?: boolean;
2080
+ prettyPrint?:
2081
+ boolean;
1522
2082
  /** 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. */
1523
- quotaUser?: string;
2083
+ quotaUser?:
2084
+ string;
1524
2085
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1525
- upload_protocol?: string;
2086
+ upload_protocol?:
2087
+ string;
1526
2088
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1527
- uploadType?: string;
2089
+ uploadType?:
2090
+ string;
1528
2091
  /** Request body */
1529
- resource: FirewallRule;
2092
+ resource:
2093
+ FirewallRule;
1530
2094
  }): Request<FirewallRule>;
1531
2095
  create(request: {
1532
2096
  /** V1 error format. */
1533
- "$.xgafv"?: string;
2097
+ "$.xgafv"?:
2098
+ string;
1534
2099
  /** OAuth access token. */
1535
- access_token?: string;
2100
+ access_token?:
2101
+ string;
1536
2102
  /** Data format for response. */
1537
- alt?: string;
2103
+ alt?:
2104
+ string;
1538
2105
  /** Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
1539
- appsId: string;
2106
+ appsId:
2107
+ string;
1540
2108
  /** JSONP */
1541
- callback?: string;
2109
+ callback?:
2110
+ string;
1542
2111
  /** Selector specifying which fields to include in a partial response. */
1543
- fields?: string;
2112
+ fields?:
2113
+ string;
1544
2114
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1545
- key?: string;
2115
+ key?:
2116
+ string;
1546
2117
  /** OAuth 2.0 token for the current user. */
1547
- oauth_token?: string;
2118
+ oauth_token?:
2119
+ string;
1548
2120
  /** Returns response with indentations and line breaks. */
1549
- prettyPrint?: boolean;
2121
+ prettyPrint?:
2122
+ boolean;
1550
2123
  /** 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. */
1551
- quotaUser?: string;
2124
+ quotaUser?:
2125
+ string;
1552
2126
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1553
- upload_protocol?: string;
2127
+ upload_protocol?:
2128
+ string;
1554
2129
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1555
- uploadType?: string;
2130
+ uploadType?:
2131
+ string;
1556
2132
  },
1557
2133
  body: FirewallRule): Request<FirewallRule>;
1558
2134
  /** Deletes the specified firewall rule. */
1559
2135
  delete(request?: {
1560
2136
  /** V1 error format. */
1561
- "$.xgafv"?: string;
2137
+ "$.xgafv"?:
2138
+ string;
1562
2139
  /** OAuth access token. */
1563
- access_token?: string;
2140
+ access_token?:
2141
+ string;
1564
2142
  /** Data format for response. */
1565
- alt?: string;
2143
+ alt?:
2144
+ string;
1566
2145
  /** Part of `name`. Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100. */
1567
- appsId: string;
2146
+ appsId:
2147
+ string;
1568
2148
  /** JSONP */
1569
- callback?: string;
2149
+ callback?:
2150
+ string;
1570
2151
  /** Selector specifying which fields to include in a partial response. */
1571
- fields?: string;
2152
+ fields?:
2153
+ string;
1572
2154
  /** Part of `name`. See documentation of `appsId`. */
1573
- ingressRulesId: string;
2155
+ ingressRulesId:
2156
+ string;
1574
2157
  /** 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. */
1575
- key?: string;
2158
+ key?:
2159
+ string;
1576
2160
  /** OAuth 2.0 token for the current user. */
1577
- oauth_token?: string;
2161
+ oauth_token?:
2162
+ string;
1578
2163
  /** Returns response with indentations and line breaks. */
1579
- prettyPrint?: boolean;
2164
+ prettyPrint?:
2165
+ boolean;
1580
2166
  /** 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. */
1581
- quotaUser?: string;
2167
+ quotaUser?:
2168
+ string;
1582
2169
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1583
- upload_protocol?: string;
2170
+ upload_protocol?:
2171
+ string;
1584
2172
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1585
- uploadType?: string;
2173
+ uploadType?:
2174
+ string;
1586
2175
  }): Request<{}>;
1587
2176
  /** Gets the specified firewall rule. */
1588
2177
  get(request?: {
1589
2178
  /** V1 error format. */
1590
- "$.xgafv"?: string;
2179
+ "$.xgafv"?:
2180
+ string;
1591
2181
  /** OAuth access token. */
1592
- access_token?: string;
2182
+ access_token?:
2183
+ string;
1593
2184
  /** Data format for response. */
1594
- alt?: string;
2185
+ alt?:
2186
+ string;
1595
2187
  /** Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100. */
1596
- appsId: string;
2188
+ appsId:
2189
+ string;
1597
2190
  /** JSONP */
1598
- callback?: string;
2191
+ callback?:
2192
+ string;
1599
2193
  /** Selector specifying which fields to include in a partial response. */
1600
- fields?: string;
2194
+ fields?:
2195
+ string;
1601
2196
  /** Part of `name`. See documentation of `appsId`. */
1602
- ingressRulesId: string;
2197
+ ingressRulesId:
2198
+ string;
1603
2199
  /** 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. */
1604
- key?: string;
2200
+ key?:
2201
+ string;
1605
2202
  /** OAuth 2.0 token for the current user. */
1606
- oauth_token?: string;
2203
+ oauth_token?:
2204
+ string;
1607
2205
  /** Returns response with indentations and line breaks. */
1608
- prettyPrint?: boolean;
2206
+ prettyPrint?:
2207
+ boolean;
1609
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. */
1610
- quotaUser?: string;
2209
+ quotaUser?:
2210
+ string;
1611
2211
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1612
- upload_protocol?: string;
2212
+ upload_protocol?:
2213
+ string;
1613
2214
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1614
- uploadType?: string;
2215
+ uploadType?:
2216
+ string;
1615
2217
  }): Request<FirewallRule>;
1616
2218
  /** Lists the firewall rules of an application. */
1617
2219
  list(request?: {
1618
2220
  /** V1 error format. */
1619
- "$.xgafv"?: string;
2221
+ "$.xgafv"?:
2222
+ string;
1620
2223
  /** OAuth access token. */
1621
- access_token?: string;
2224
+ access_token?:
2225
+ string;
1622
2226
  /** Data format for response. */
1623
- alt?: string;
2227
+ alt?:
2228
+ string;
1624
2229
  /** Part of `parent`. Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules. */
1625
- appsId: string;
2230
+ appsId:
2231
+ string;
1626
2232
  /** JSONP */
1627
- callback?: string;
2233
+ callback?:
2234
+ string;
1628
2235
  /** Selector specifying which fields to include in a partial response. */
1629
- fields?: string;
2236
+ fields?:
2237
+ string;
1630
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. */
1631
- key?: string;
2239
+ key?:
2240
+ string;
1632
2241
  /** A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP. */
1633
- matchingAddress?: string;
2242
+ matchingAddress?:
2243
+ string;
1634
2244
  /** OAuth 2.0 token for the current user. */
1635
- oauth_token?: string;
2245
+ oauth_token?:
2246
+ string;
1636
2247
  /** Maximum results to return per page. */
1637
- pageSize?: number;
2248
+ pageSize?:
2249
+ number;
1638
2250
  /** Continuation token for fetching the next page of results. */
1639
- pageToken?: string;
2251
+ pageToken?:
2252
+ string;
1640
2253
  /** Returns response with indentations and line breaks. */
1641
- prettyPrint?: boolean;
2254
+ prettyPrint?:
2255
+ boolean;
1642
2256
  /** 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. */
1643
- quotaUser?: string;
2257
+ quotaUser?:
2258
+ string;
1644
2259
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1645
- upload_protocol?: string;
2260
+ upload_protocol?:
2261
+ string;
1646
2262
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1647
- uploadType?: string;
2263
+ uploadType?:
2264
+ string;
1648
2265
  }): Request<ListIngressRulesResponse>;
1649
2266
  /** Updates the specified firewall rule. */
1650
2267
  patch(request: {
1651
2268
  /** V1 error format. */
1652
- "$.xgafv"?: string;
2269
+ "$.xgafv"?:
2270
+ string;
1653
2271
  /** OAuth access token. */
1654
- access_token?: string;
2272
+ access_token?:
2273
+ string;
1655
2274
  /** Data format for response. */
1656
- alt?: string;
2275
+ alt?:
2276
+ string;
1657
2277
  /** Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */
1658
- appsId: string;
2278
+ appsId:
2279
+ string;
1659
2280
  /** JSONP */
1660
- callback?: string;
2281
+ callback?:
2282
+ string;
1661
2283
  /** Selector specifying which fields to include in a partial response. */
1662
- fields?: string;
2284
+ fields?:
2285
+ string;
1663
2286
  /** Part of `name`. See documentation of `appsId`. */
1664
- ingressRulesId: string;
2287
+ ingressRulesId:
2288
+ string;
1665
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. */
1666
- key?: string;
2290
+ key?:
2291
+ string;
1667
2292
  /** OAuth 2.0 token for the current user. */
1668
- oauth_token?: string;
2293
+ oauth_token?:
2294
+ string;
1669
2295
  /** Returns response with indentations and line breaks. */
1670
- prettyPrint?: boolean;
2296
+ prettyPrint?:
2297
+ boolean;
1671
2298
  /** 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. */
1672
- quotaUser?: string;
2299
+ quotaUser?:
2300
+ string;
1673
2301
  /** Standard field mask for the set of fields to be updated. */
1674
- updateMask?: string;
2302
+ updateMask?:
2303
+ string;
1675
2304
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1676
- upload_protocol?: string;
2305
+ upload_protocol?:
2306
+ string;
1677
2307
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1678
- uploadType?: string;
2308
+ uploadType?:
2309
+ string;
1679
2310
  /** Request body */
1680
- resource: FirewallRule;
2311
+ resource:
2312
+ FirewallRule;
1681
2313
  }): Request<FirewallRule>;
1682
2314
  patch(request: {
1683
2315
  /** V1 error format. */
1684
- "$.xgafv"?: string;
2316
+ "$.xgafv"?:
2317
+ string;
1685
2318
  /** OAuth access token. */
1686
- access_token?: string;
2319
+ access_token?:
2320
+ string;
1687
2321
  /** Data format for response. */
1688
- alt?: string;
2322
+ alt?:
2323
+ string;
1689
2324
  /** Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */
1690
- appsId: string;
2325
+ appsId:
2326
+ string;
1691
2327
  /** JSONP */
1692
- callback?: string;
2328
+ callback?:
2329
+ string;
1693
2330
  /** Selector specifying which fields to include in a partial response. */
1694
- fields?: string;
2331
+ fields?:
2332
+ string;
1695
2333
  /** Part of `name`. See documentation of `appsId`. */
1696
- ingressRulesId: string;
2334
+ ingressRulesId:
2335
+ string;
1697
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. */
1698
- key?: string;
2337
+ key?:
2338
+ string;
1699
2339
  /** OAuth 2.0 token for the current user. */
1700
- oauth_token?: string;
2340
+ oauth_token?:
2341
+ string;
1701
2342
  /** Returns response with indentations and line breaks. */
1702
- prettyPrint?: boolean;
2343
+ prettyPrint?:
2344
+ boolean;
1703
2345
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1704
- quotaUser?: string;
2346
+ quotaUser?:
2347
+ string;
1705
2348
  /** Standard field mask for the set of fields to be updated. */
1706
- updateMask?: string;
2349
+ updateMask?:
2350
+ string;
1707
2351
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1708
- upload_protocol?: string;
2352
+ upload_protocol?:
2353
+ string;
1709
2354
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1710
- uploadType?: string;
2355
+ uploadType?:
2356
+ string;
1711
2357
  },
1712
2358
  body: FirewallRule): Request<FirewallRule>;
1713
2359
  }
1714
2360
  interface FirewallResource {
1715
- ingressRules: IngressRulesResource;
2361
+ ingressRules:
2362
+ IngressRulesResource;
1716
2363
  }
1717
2364
  interface LocationsResource {
1718
2365
  /** Gets information about a location. */
1719
2366
  get(request?: {
1720
2367
  /** V1 error format. */
1721
- "$.xgafv"?: string;
2368
+ "$.xgafv"?:
2369
+ string;
1722
2370
  /** OAuth access token. */
1723
- access_token?: string;
2371
+ access_token?:
2372
+ string;
1724
2373
  /** Data format for response. */
1725
- alt?: string;
2374
+ alt?:
2375
+ string;
1726
2376
  /** Part of `name`. Resource name for the location. */
1727
- appsId: string;
2377
+ appsId:
2378
+ string;
1728
2379
  /** JSONP */
1729
- callback?: string;
2380
+ callback?:
2381
+ string;
1730
2382
  /** Selector specifying which fields to include in a partial response. */
1731
- fields?: string;
2383
+ fields?:
2384
+ string;
1732
2385
  /** 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;
2386
+ key?:
2387
+ string;
1734
2388
  /** Part of `name`. See documentation of `appsId`. */
1735
- locationsId: string;
2389
+ locationsId:
2390
+ string;
1736
2391
  /** OAuth 2.0 token for the current user. */
1737
- oauth_token?: string;
2392
+ oauth_token?:
2393
+ string;
1738
2394
  /** Returns response with indentations and line breaks. */
1739
- prettyPrint?: boolean;
2395
+ prettyPrint?:
2396
+ boolean;
1740
2397
  /** 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;
2398
+ quotaUser?:
2399
+ string;
1742
2400
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1743
- upload_protocol?: string;
2401
+ upload_protocol?:
2402
+ string;
1744
2403
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1745
- uploadType?: string;
2404
+ uploadType?:
2405
+ string;
1746
2406
  }): Request<Location>;
1747
2407
  /** Lists information about the supported locations for this service. */
1748
2408
  list(request?: {
1749
2409
  /** V1 error format. */
1750
- "$.xgafv"?: string;
2410
+ "$.xgafv"?:
2411
+ string;
1751
2412
  /** OAuth access token. */
1752
- access_token?: string;
2413
+ access_token?:
2414
+ string;
1753
2415
  /** Data format for response. */
1754
- alt?: string;
2416
+ alt?:
2417
+ string;
1755
2418
  /** Part of `name`. The resource that owns the locations collection, if applicable. */
1756
- appsId: string;
2419
+ appsId:
2420
+ string;
1757
2421
  /** JSONP */
1758
- callback?: string;
2422
+ callback?:
2423
+ string;
1759
2424
  /** Selector specifying which fields to include in a partial response. */
1760
- fields?: string;
2425
+ fields?:
2426
+ string;
1761
2427
  /**
1762
2428
  * 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 AIP-160
1763
2429
  * (https://google.aip.dev/160).
1764
2430
  */
1765
- filter?: string;
2431
+ filter?:
2432
+ string;
1766
2433
  /** 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. */
1767
- key?: string;
2434
+ key?:
2435
+ string;
1768
2436
  /** OAuth 2.0 token for the current user. */
1769
- oauth_token?: string;
2437
+ oauth_token?:
2438
+ string;
1770
2439
  /** The maximum number of results to return. If not set, the service selects a default. */
1771
- pageSize?: number;
2440
+ pageSize?:
2441
+ number;
1772
2442
  /** A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page. */
1773
- pageToken?: string;
2443
+ pageToken?:
2444
+ string;
1774
2445
  /** Returns response with indentations and line breaks. */
1775
- prettyPrint?: boolean;
2446
+ prettyPrint?:
2447
+ boolean;
1776
2448
  /** 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. */
1777
- quotaUser?: string;
2449
+ quotaUser?:
2450
+ string;
1778
2451
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1779
- upload_protocol?: string;
2452
+ upload_protocol?:
2453
+ string;
1780
2454
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1781
- uploadType?: string;
2455
+ uploadType?:
2456
+ string;
1782
2457
  }): Request<ListLocationsResponse>;
1783
2458
  }
1784
2459
  interface OperationsResource {
1785
2460
  /** 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. */
1786
2461
  get(request?: {
1787
2462
  /** V1 error format. */
1788
- "$.xgafv"?: string;
2463
+ "$.xgafv"?:
2464
+ string;
1789
2465
  /** OAuth access token. */
1790
- access_token?: string;
2466
+ access_token?:
2467
+ string;
1791
2468
  /** Data format for response. */
1792
- alt?: string;
2469
+ alt?:
2470
+ string;
1793
2471
  /** Part of `name`. The name of the operation resource. */
1794
- appsId: string;
2472
+ appsId:
2473
+ string;
1795
2474
  /** JSONP */
1796
- callback?: string;
2475
+ callback?:
2476
+ string;
1797
2477
  /** Selector specifying which fields to include in a partial response. */
1798
- fields?: string;
2478
+ fields?:
2479
+ string;
1799
2480
  /** 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. */
1800
- key?: string;
2481
+ key?:
2482
+ string;
1801
2483
  /** OAuth 2.0 token for the current user. */
1802
- oauth_token?: string;
2484
+ oauth_token?:
2485
+ string;
1803
2486
  /** Part of `name`. See documentation of `appsId`. */
1804
- operationsId: string;
2487
+ operationsId:
2488
+ string;
1805
2489
  /** Returns response with indentations and line breaks. */
1806
- prettyPrint?: boolean;
2490
+ prettyPrint?:
2491
+ boolean;
1807
2492
  /** 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. */
1808
- quotaUser?: string;
2493
+ quotaUser?:
2494
+ string;
1809
2495
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1810
- upload_protocol?: string;
2496
+ upload_protocol?:
2497
+ string;
1811
2498
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1812
- uploadType?: string;
2499
+ uploadType?:
2500
+ string;
1813
2501
  }): Request<Operation>;
1814
2502
  /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
1815
2503
  list(request?: {
1816
2504
  /** V1 error format. */
1817
- "$.xgafv"?: string;
2505
+ "$.xgafv"?:
2506
+ string;
1818
2507
  /** OAuth access token. */
1819
- access_token?: string;
2508
+ access_token?:
2509
+ string;
1820
2510
  /** Data format for response. */
1821
- alt?: string;
2511
+ alt?:
2512
+ string;
1822
2513
  /** Part of `name`. The name of the operation's parent resource. */
1823
- appsId: string;
2514
+ appsId:
2515
+ string;
1824
2516
  /** JSONP */
1825
- callback?: string;
2517
+ callback?:
2518
+ string;
1826
2519
  /** Selector specifying which fields to include in a partial response. */
1827
- fields?: string;
2520
+ fields?:
2521
+ string;
1828
2522
  /** The standard list filter. */
1829
- filter?: string;
2523
+ filter?:
2524
+ string;
1830
2525
  /** 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. */
1831
- key?: string;
2526
+ key?:
2527
+ string;
1832
2528
  /** OAuth 2.0 token for the current user. */
1833
- oauth_token?: string;
2529
+ oauth_token?:
2530
+ string;
1834
2531
  /** The standard list page size. */
1835
- pageSize?: number;
2532
+ pageSize?:
2533
+ number;
1836
2534
  /** The standard list page token. */
1837
- pageToken?: string;
2535
+ pageToken?:
2536
+ string;
1838
2537
  /** Returns response with indentations and line breaks. */
1839
- prettyPrint?: boolean;
2538
+ prettyPrint?:
2539
+ boolean;
1840
2540
  /** 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. */
1841
- quotaUser?: string;
2541
+ quotaUser?:
2542
+ string;
1842
2543
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1843
- upload_protocol?: string;
2544
+ upload_protocol?:
2545
+ string;
1844
2546
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1845
- uploadType?: string;
2547
+ uploadType?:
2548
+ string;
1846
2549
  }): Request<ListOperationsResponse>;
1847
2550
  }
1848
2551
  interface InstancesResource {
@@ -1853,69 +2556,100 @@ declare namespace gapi.client {
1853
2556
  */
1854
2557
  debug(request: {
1855
2558
  /** V1 error format. */
1856
- "$.xgafv"?: string;
2559
+ "$.xgafv"?:
2560
+ string;
1857
2561
  /** OAuth access token. */
1858
- access_token?: string;
2562
+ access_token?:
2563
+ string;
1859
2564
  /** Data format for response. */
1860
- alt?: string;
2565
+ alt?:
2566
+ string;
1861
2567
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1862
- appsId: string;
2568
+ appsId:
2569
+ string;
1863
2570
  /** JSONP */
1864
- callback?: string;
2571
+ callback?:
2572
+ string;
1865
2573
  /** Selector specifying which fields to include in a partial response. */
1866
- fields?: string;
2574
+ fields?:
2575
+ string;
1867
2576
  /** Part of `name`. See documentation of `appsId`. */
1868
- instancesId: string;
2577
+ instancesId:
2578
+ string;
1869
2579
  /** 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. */
1870
- key?: string;
2580
+ key?:
2581
+ string;
1871
2582
  /** OAuth 2.0 token for the current user. */
1872
- oauth_token?: string;
2583
+ oauth_token?:
2584
+ string;
1873
2585
  /** Returns response with indentations and line breaks. */
1874
- prettyPrint?: boolean;
2586
+ prettyPrint?:
2587
+ boolean;
1875
2588
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1876
- quotaUser?: string;
2589
+ quotaUser?:
2590
+ string;
1877
2591
  /** Part of `name`. See documentation of `appsId`. */
1878
- servicesId: string;
2592
+ servicesId:
2593
+ string;
1879
2594
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1880
- upload_protocol?: string;
2595
+ upload_protocol?:
2596
+ string;
1881
2597
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1882
- uploadType?: string;
2598
+ uploadType?:
2599
+ string;
1883
2600
  /** Part of `name`. See documentation of `appsId`. */
1884
- versionsId: string;
2601
+ versionsId:
2602
+ string;
1885
2603
  /** Request body */
1886
- resource: DebugInstanceRequest;
2604
+ resource:
2605
+ DebugInstanceRequest;
1887
2606
  }): Request<Operation>;
1888
2607
  debug(request: {
1889
2608
  /** V1 error format. */
1890
- "$.xgafv"?: string;
2609
+ "$.xgafv"?:
2610
+ string;
1891
2611
  /** OAuth access token. */
1892
- access_token?: string;
2612
+ access_token?:
2613
+ string;
1893
2614
  /** Data format for response. */
1894
- alt?: string;
2615
+ alt?:
2616
+ string;
1895
2617
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1896
- appsId: string;
2618
+ appsId:
2619
+ string;
1897
2620
  /** JSONP */
1898
- callback?: string;
2621
+ callback?:
2622
+ string;
1899
2623
  /** Selector specifying which fields to include in a partial response. */
1900
- fields?: string;
2624
+ fields?:
2625
+ string;
1901
2626
  /** Part of `name`. See documentation of `appsId`. */
1902
- instancesId: string;
2627
+ instancesId:
2628
+ string;
1903
2629
  /** 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. */
1904
- key?: string;
2630
+ key?:
2631
+ string;
1905
2632
  /** OAuth 2.0 token for the current user. */
1906
- oauth_token?: string;
2633
+ oauth_token?:
2634
+ string;
1907
2635
  /** Returns response with indentations and line breaks. */
1908
- prettyPrint?: boolean;
2636
+ prettyPrint?:
2637
+ boolean;
1909
2638
  /** 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. */
1910
- quotaUser?: string;
2639
+ quotaUser?:
2640
+ string;
1911
2641
  /** Part of `name`. See documentation of `appsId`. */
1912
- servicesId: string;
2642
+ servicesId:
2643
+ string;
1913
2644
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1914
- upload_protocol?: string;
2645
+ upload_protocol?:
2646
+ string;
1915
2647
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1916
- uploadType?: string;
2648
+ uploadType?:
2649
+ string;
1917
2650
  /** Part of `name`. See documentation of `appsId`. */
1918
- versionsId: string;
2651
+ versionsId:
2652
+ string;
1919
2653
  },
1920
2654
  body: DebugInstanceRequest): Request<Operation>;
1921
2655
  /**
@@ -1927,68 +2661,98 @@ declare namespace gapi.client {
1927
2661
  */
1928
2662
  delete(request?: {
1929
2663
  /** V1 error format. */
1930
- "$.xgafv"?: string;
2664
+ "$.xgafv"?:
2665
+ string;
1931
2666
  /** OAuth access token. */
1932
- access_token?: string;
2667
+ access_token?:
2668
+ string;
1933
2669
  /** Data format for response. */
1934
- alt?: string;
2670
+ alt?:
2671
+ string;
1935
2672
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1936
- appsId: string;
2673
+ appsId:
2674
+ string;
1937
2675
  /** JSONP */
1938
- callback?: string;
2676
+ callback?:
2677
+ string;
1939
2678
  /** Selector specifying which fields to include in a partial response. */
1940
- fields?: string;
2679
+ fields?:
2680
+ string;
1941
2681
  /** Part of `name`. See documentation of `appsId`. */
1942
- instancesId: string;
2682
+ instancesId:
2683
+ string;
1943
2684
  /** 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. */
1944
- key?: string;
2685
+ key?:
2686
+ string;
1945
2687
  /** OAuth 2.0 token for the current user. */
1946
- oauth_token?: string;
2688
+ oauth_token?:
2689
+ string;
1947
2690
  /** Returns response with indentations and line breaks. */
1948
- prettyPrint?: boolean;
2691
+ prettyPrint?:
2692
+ boolean;
1949
2693
  /** 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. */
1950
- quotaUser?: string;
2694
+ quotaUser?:
2695
+ string;
1951
2696
  /** Part of `name`. See documentation of `appsId`. */
1952
- servicesId: string;
2697
+ servicesId:
2698
+ string;
1953
2699
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1954
- upload_protocol?: string;
2700
+ upload_protocol?:
2701
+ string;
1955
2702
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1956
- uploadType?: string;
2703
+ uploadType?:
2704
+ string;
1957
2705
  /** Part of `name`. See documentation of `appsId`. */
1958
- versionsId: string;
2706
+ versionsId:
2707
+ string;
1959
2708
  }): Request<Operation>;
1960
2709
  /** Gets instance information. */
1961
2710
  get(request?: {
1962
2711
  /** V1 error format. */
1963
- "$.xgafv"?: string;
2712
+ "$.xgafv"?:
2713
+ string;
1964
2714
  /** OAuth access token. */
1965
- access_token?: string;
2715
+ access_token?:
2716
+ string;
1966
2717
  /** Data format for response. */
1967
- alt?: string;
2718
+ alt?:
2719
+ string;
1968
2720
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1969
- appsId: string;
2721
+ appsId:
2722
+ string;
1970
2723
  /** JSONP */
1971
- callback?: string;
2724
+ callback?:
2725
+ string;
1972
2726
  /** Selector specifying which fields to include in a partial response. */
1973
- fields?: string;
2727
+ fields?:
2728
+ string;
1974
2729
  /** Part of `name`. See documentation of `appsId`. */
1975
- instancesId: string;
2730
+ instancesId:
2731
+ string;
1976
2732
  /** 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. */
1977
- key?: string;
2733
+ key?:
2734
+ string;
1978
2735
  /** OAuth 2.0 token for the current user. */
1979
- oauth_token?: string;
2736
+ oauth_token?:
2737
+ string;
1980
2738
  /** Returns response with indentations and line breaks. */
1981
- prettyPrint?: boolean;
2739
+ prettyPrint?:
2740
+ boolean;
1982
2741
  /** 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. */
1983
- quotaUser?: string;
2742
+ quotaUser?:
2743
+ string;
1984
2744
  /** Part of `name`. See documentation of `appsId`. */
1985
- servicesId: string;
2745
+ servicesId:
2746
+ string;
1986
2747
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1987
- upload_protocol?: string;
2748
+ upload_protocol?:
2749
+ string;
1988
2750
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1989
- uploadType?: string;
2751
+ uploadType?:
2752
+ string;
1990
2753
  /** Part of `name`. See documentation of `appsId`. */
1991
- versionsId: string;
2754
+ versionsId:
2755
+ string;
1992
2756
  }): Request<Instance>;
1993
2757
  /**
1994
2758
  * Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API
@@ -1996,198 +2760,286 @@ declare namespace gapi.client {
1996
2760
  */
1997
2761
  list(request?: {
1998
2762
  /** V1 error format. */
1999
- "$.xgafv"?: string;
2763
+ "$.xgafv"?:
2764
+ string;
2000
2765
  /** OAuth access token. */
2001
- access_token?: string;
2766
+ access_token?:
2767
+ string;
2002
2768
  /** Data format for response. */
2003
- alt?: string;
2769
+ alt?:
2770
+ string;
2004
2771
  /** Part of `parent`. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */
2005
- appsId: string;
2772
+ appsId:
2773
+ string;
2006
2774
  /** JSONP */
2007
- callback?: string;
2775
+ callback?:
2776
+ string;
2008
2777
  /** Selector specifying which fields to include in a partial response. */
2009
- fields?: string;
2778
+ fields?:
2779
+ string;
2010
2780
  /** 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. */
2011
- key?: string;
2781
+ key?:
2782
+ string;
2012
2783
  /** OAuth 2.0 token for the current user. */
2013
- oauth_token?: string;
2784
+ oauth_token?:
2785
+ string;
2014
2786
  /** Maximum results to return per page. */
2015
- pageSize?: number;
2787
+ pageSize?:
2788
+ number;
2016
2789
  /** Continuation token for fetching the next page of results. */
2017
- pageToken?: string;
2790
+ pageToken?:
2791
+ string;
2018
2792
  /** Returns response with indentations and line breaks. */
2019
- prettyPrint?: boolean;
2793
+ prettyPrint?:
2794
+ boolean;
2020
2795
  /** 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;
2796
+ quotaUser?:
2797
+ string;
2022
2798
  /** Part of `parent`. See documentation of `appsId`. */
2023
- servicesId: string;
2799
+ servicesId:
2800
+ string;
2024
2801
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2025
- upload_protocol?: string;
2802
+ upload_protocol?:
2803
+ string;
2026
2804
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2027
- uploadType?: string;
2805
+ uploadType?:
2806
+ string;
2028
2807
  /** Part of `parent`. See documentation of `appsId`. */
2029
- versionsId: string;
2808
+ versionsId:
2809
+ string;
2030
2810
  }): Request<ListInstancesResponse>;
2031
2811
  }
2032
2812
  interface VersionsResource {
2033
2813
  /** Deploys code and resource files to a new version. */
2034
2814
  create(request: {
2035
2815
  /** V1 error format. */
2036
- "$.xgafv"?: string;
2816
+ "$.xgafv"?:
2817
+ string;
2037
2818
  /** OAuth access token. */
2038
- access_token?: string;
2819
+ access_token?:
2820
+ string;
2039
2821
  /** Data format for response. */
2040
- alt?: string;
2822
+ alt?:
2823
+ string;
2041
2824
  /** Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
2042
- appsId: string;
2825
+ appsId:
2826
+ string;
2043
2827
  /** JSONP */
2044
- callback?: string;
2828
+ callback?:
2829
+ string;
2045
2830
  /** Selector specifying which fields to include in a partial response. */
2046
- fields?: string;
2831
+ fields?:
2832
+ string;
2047
2833
  /** 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. */
2048
- key?: string;
2834
+ key?:
2835
+ string;
2049
2836
  /** OAuth 2.0 token for the current user. */
2050
- oauth_token?: string;
2837
+ oauth_token?:
2838
+ string;
2051
2839
  /** Returns response with indentations and line breaks. */
2052
- prettyPrint?: boolean;
2840
+ prettyPrint?:
2841
+ boolean;
2053
2842
  /** 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. */
2054
- quotaUser?: string;
2843
+ quotaUser?:
2844
+ string;
2055
2845
  /** Part of `parent`. See documentation of `appsId`. */
2056
- servicesId: string;
2846
+ servicesId:
2847
+ string;
2057
2848
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2058
- upload_protocol?: string;
2849
+ upload_protocol?:
2850
+ string;
2059
2851
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2060
- uploadType?: string;
2852
+ uploadType?:
2853
+ string;
2061
2854
  /** Request body */
2062
- resource: Version;
2855
+ resource:
2856
+ Version;
2063
2857
  }): Request<Operation>;
2064
2858
  create(request: {
2065
2859
  /** V1 error format. */
2066
- "$.xgafv"?: string;
2860
+ "$.xgafv"?:
2861
+ string;
2067
2862
  /** OAuth access token. */
2068
- access_token?: string;
2863
+ access_token?:
2864
+ string;
2069
2865
  /** Data format for response. */
2070
- alt?: string;
2866
+ alt?:
2867
+ string;
2071
2868
  /** Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
2072
- appsId: string;
2869
+ appsId:
2870
+ string;
2073
2871
  /** JSONP */
2074
- callback?: string;
2872
+ callback?:
2873
+ string;
2075
2874
  /** Selector specifying which fields to include in a partial response. */
2076
- fields?: string;
2875
+ fields?:
2876
+ string;
2077
2877
  /** 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. */
2078
- key?: string;
2878
+ key?:
2879
+ string;
2079
2880
  /** OAuth 2.0 token for the current user. */
2080
- oauth_token?: string;
2881
+ oauth_token?:
2882
+ string;
2081
2883
  /** Returns response with indentations and line breaks. */
2082
- prettyPrint?: boolean;
2884
+ prettyPrint?:
2885
+ boolean;
2083
2886
  /** 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. */
2084
- quotaUser?: string;
2887
+ quotaUser?:
2888
+ string;
2085
2889
  /** Part of `parent`. See documentation of `appsId`. */
2086
- servicesId: string;
2890
+ servicesId:
2891
+ string;
2087
2892
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2088
- upload_protocol?: string;
2893
+ upload_protocol?:
2894
+ string;
2089
2895
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2090
- uploadType?: string;
2896
+ uploadType?:
2897
+ string;
2091
2898
  },
2092
2899
  body: Version): Request<Operation>;
2093
2900
  /** Deletes an existing Version resource. */
2094
2901
  delete(request?: {
2095
2902
  /** V1 error format. */
2096
- "$.xgafv"?: string;
2903
+ "$.xgafv"?:
2904
+ string;
2097
2905
  /** OAuth access token. */
2098
- access_token?: string;
2906
+ access_token?:
2907
+ string;
2099
2908
  /** Data format for response. */
2100
- alt?: string;
2909
+ alt?:
2910
+ string;
2101
2911
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2102
- appsId: string;
2912
+ appsId:
2913
+ string;
2103
2914
  /** JSONP */
2104
- callback?: string;
2915
+ callback?:
2916
+ string;
2105
2917
  /** Selector specifying which fields to include in a partial response. */
2106
- fields?: string;
2918
+ fields?:
2919
+ string;
2107
2920
  /** 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. */
2108
- key?: string;
2921
+ key?:
2922
+ string;
2109
2923
  /** OAuth 2.0 token for the current user. */
2110
- oauth_token?: string;
2924
+ oauth_token?:
2925
+ string;
2111
2926
  /** Returns response with indentations and line breaks. */
2112
- prettyPrint?: boolean;
2927
+ prettyPrint?:
2928
+ boolean;
2113
2929
  /** 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. */
2114
- quotaUser?: string;
2930
+ quotaUser?:
2931
+ string;
2115
2932
  /** Part of `name`. See documentation of `appsId`. */
2116
- servicesId: string;
2933
+ servicesId:
2934
+ string;
2117
2935
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2118
- upload_protocol?: string;
2936
+ upload_protocol?:
2937
+ string;
2119
2938
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2120
- uploadType?: string;
2939
+ uploadType?:
2940
+ string;
2121
2941
  /** Part of `name`. See documentation of `appsId`. */
2122
- versionsId: string;
2942
+ versionsId:
2943
+ string;
2123
2944
  }): Request<Operation>;
2124
2945
  /** Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource. */
2125
2946
  get(request?: {
2126
2947
  /** V1 error format. */
2127
- "$.xgafv"?: string;
2948
+ "$.xgafv"?:
2949
+ string;
2128
2950
  /** OAuth access token. */
2129
- access_token?: string;
2951
+ access_token?:
2952
+ string;
2130
2953
  /** Data format for response. */
2131
- alt?: string;
2954
+ alt?:
2955
+ string;
2132
2956
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2133
- appsId: string;
2957
+ appsId:
2958
+ string;
2134
2959
  /** JSONP */
2135
- callback?: string;
2960
+ callback?:
2961
+ string;
2136
2962
  /** Selector specifying which fields to include in a partial response. */
2137
- fields?: string;
2963
+ fields?:
2964
+ string;
2138
2965
  /** 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. */
2139
- key?: string;
2966
+ key?:
2967
+ string;
2140
2968
  /** OAuth 2.0 token for the current user. */
2141
- oauth_token?: string;
2969
+ oauth_token?:
2970
+ string;
2142
2971
  /** Returns response with indentations and line breaks. */
2143
- prettyPrint?: boolean;
2972
+ prettyPrint?:
2973
+ boolean;
2144
2974
  /** 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. */
2145
- quotaUser?: string;
2975
+ quotaUser?:
2976
+ string;
2146
2977
  /** Part of `name`. See documentation of `appsId`. */
2147
- servicesId: string;
2978
+ servicesId:
2979
+ string;
2148
2980
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2149
- upload_protocol?: string;
2981
+ upload_protocol?:
2982
+ string;
2150
2983
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2151
- uploadType?: string;
2984
+ uploadType?:
2985
+ string;
2152
2986
  /** Part of `name`. See documentation of `appsId`. */
2153
- versionsId: string;
2987
+ versionsId:
2988
+ string;
2154
2989
  /** Controls the set of fields returned in the Get response. */
2155
- view?: string;
2990
+ view?:
2991
+ string;
2156
2992
  }): Request<Version>;
2157
2993
  /** Lists the versions of a service. */
2158
2994
  list(request?: {
2159
2995
  /** V1 error format. */
2160
- "$.xgafv"?: string;
2996
+ "$.xgafv"?:
2997
+ string;
2161
2998
  /** OAuth access token. */
2162
- access_token?: string;
2999
+ access_token?:
3000
+ string;
2163
3001
  /** Data format for response. */
2164
- alt?: string;
3002
+ alt?:
3003
+ string;
2165
3004
  /** Part of `parent`. Name of the parent Service resource. Example: apps/myapp/services/default. */
2166
- appsId: string;
3005
+ appsId:
3006
+ string;
2167
3007
  /** JSONP */
2168
- callback?: string;
3008
+ callback?:
3009
+ string;
2169
3010
  /** Selector specifying which fields to include in a partial response. */
2170
- fields?: string;
3011
+ fields?:
3012
+ string;
2171
3013
  /** 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. */
2172
- key?: string;
3014
+ key?:
3015
+ string;
2173
3016
  /** OAuth 2.0 token for the current user. */
2174
- oauth_token?: string;
3017
+ oauth_token?:
3018
+ string;
2175
3019
  /** Maximum results to return per page. */
2176
- pageSize?: number;
3020
+ pageSize?:
3021
+ number;
2177
3022
  /** Continuation token for fetching the next page of results. */
2178
- pageToken?: string;
3023
+ pageToken?:
3024
+ string;
2179
3025
  /** Returns response with indentations and line breaks. */
2180
- prettyPrint?: boolean;
3026
+ prettyPrint?:
3027
+ boolean;
2181
3028
  /** 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. */
2182
- quotaUser?: string;
3029
+ quotaUser?:
3030
+ string;
2183
3031
  /** Part of `parent`. See documentation of `appsId`. */
2184
- servicesId: string;
3032
+ servicesId:
3033
+ string;
2185
3034
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2186
- upload_protocol?: string;
3035
+ upload_protocol?:
3036
+ string;
2187
3037
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2188
- uploadType?: string;
3038
+ uploadType?:
3039
+ string;
2189
3040
  /** Controls the set of fields returned in the List response. */
2190
- view?: string;
3041
+ view?:
3042
+ string;
2191
3043
  }): Request<ListVersionsResponse>;
2192
3044
  /**
2193
3045
  * Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard
@@ -2213,179 +3065,258 @@ declare namespace gapi.client {
2213
3065
  */
2214
3066
  patch(request: {
2215
3067
  /** V1 error format. */
2216
- "$.xgafv"?: string;
3068
+ "$.xgafv"?:
3069
+ string;
2217
3070
  /** OAuth access token. */
2218
- access_token?: string;
3071
+ access_token?:
3072
+ string;
2219
3073
  /** Data format for response. */
2220
- alt?: string;
3074
+ alt?:
3075
+ string;
2221
3076
  /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
2222
- appsId: string;
3077
+ appsId:
3078
+ string;
2223
3079
  /** JSONP */
2224
- callback?: string;
3080
+ callback?:
3081
+ string;
2225
3082
  /** Selector specifying which fields to include in a partial response. */
2226
- fields?: string;
3083
+ fields?:
3084
+ string;
2227
3085
  /** 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. */
2228
- key?: string;
3086
+ key?:
3087
+ string;
2229
3088
  /** OAuth 2.0 token for the current user. */
2230
- oauth_token?: string;
3089
+ oauth_token?:
3090
+ string;
2231
3091
  /** Returns response with indentations and line breaks. */
2232
- prettyPrint?: boolean;
3092
+ prettyPrint?:
3093
+ boolean;
2233
3094
  /** 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. */
2234
- quotaUser?: string;
3095
+ quotaUser?:
3096
+ string;
2235
3097
  /** Part of `name`. See documentation of `appsId`. */
2236
- servicesId: string;
3098
+ servicesId:
3099
+ string;
2237
3100
  /** Standard field mask for the set of fields to be updated. */
2238
- updateMask?: string;
3101
+ updateMask?:
3102
+ string;
2239
3103
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2240
- upload_protocol?: string;
3104
+ upload_protocol?:
3105
+ string;
2241
3106
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2242
- uploadType?: string;
3107
+ uploadType?:
3108
+ string;
2243
3109
  /** Part of `name`. See documentation of `appsId`. */
2244
- versionsId: string;
3110
+ versionsId:
3111
+ string;
2245
3112
  /** Request body */
2246
- resource: Version;
3113
+ resource:
3114
+ Version;
2247
3115
  }): Request<Operation>;
2248
3116
  patch(request: {
2249
3117
  /** V1 error format. */
2250
- "$.xgafv"?: string;
3118
+ "$.xgafv"?:
3119
+ string;
2251
3120
  /** OAuth access token. */
2252
- access_token?: string;
3121
+ access_token?:
3122
+ string;
2253
3123
  /** Data format for response. */
2254
- alt?: string;
3124
+ alt?:
3125
+ string;
2255
3126
  /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
2256
- appsId: string;
3127
+ appsId:
3128
+ string;
2257
3129
  /** JSONP */
2258
- callback?: string;
3130
+ callback?:
3131
+ string;
2259
3132
  /** Selector specifying which fields to include in a partial response. */
2260
- fields?: string;
3133
+ fields?:
3134
+ string;
2261
3135
  /** 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. */
2262
- key?: string;
3136
+ key?:
3137
+ string;
2263
3138
  /** OAuth 2.0 token for the current user. */
2264
- oauth_token?: string;
3139
+ oauth_token?:
3140
+ string;
2265
3141
  /** Returns response with indentations and line breaks. */
2266
- prettyPrint?: boolean;
3142
+ prettyPrint?:
3143
+ boolean;
2267
3144
  /** 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. */
2268
- quotaUser?: string;
3145
+ quotaUser?:
3146
+ string;
2269
3147
  /** Part of `name`. See documentation of `appsId`. */
2270
- servicesId: string;
3148
+ servicesId:
3149
+ string;
2271
3150
  /** Standard field mask for the set of fields to be updated. */
2272
- updateMask?: string;
3151
+ updateMask?:
3152
+ string;
2273
3153
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2274
- upload_protocol?: string;
3154
+ upload_protocol?:
3155
+ string;
2275
3156
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2276
- uploadType?: string;
3157
+ uploadType?:
3158
+ string;
2277
3159
  /** Part of `name`. See documentation of `appsId`. */
2278
- versionsId: string;
3160
+ versionsId:
3161
+ string;
2279
3162
  },
2280
3163
  body: Version): Request<Operation>;
2281
- instances: InstancesResource;
3164
+ instances:
3165
+ InstancesResource;
2282
3166
  }
2283
3167
  interface ServicesResource {
2284
3168
  /** Deletes the specified service and all enclosed versions. */
2285
3169
  delete(request?: {
2286
3170
  /** V1 error format. */
2287
- "$.xgafv"?: string;
3171
+ "$.xgafv"?:
3172
+ string;
2288
3173
  /** OAuth access token. */
2289
- access_token?: string;
3174
+ access_token?:
3175
+ string;
2290
3176
  /** Data format for response. */
2291
- alt?: string;
3177
+ alt?:
3178
+ string;
2292
3179
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */
2293
- appsId: string;
3180
+ appsId:
3181
+ string;
2294
3182
  /** JSONP */
2295
- callback?: string;
3183
+ callback?:
3184
+ string;
2296
3185
  /** Selector specifying which fields to include in a partial response. */
2297
- fields?: string;
3186
+ fields?:
3187
+ string;
2298
3188
  /** 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. */
2299
- key?: string;
3189
+ key?:
3190
+ string;
2300
3191
  /** OAuth 2.0 token for the current user. */
2301
- oauth_token?: string;
3192
+ oauth_token?:
3193
+ string;
2302
3194
  /** Returns response with indentations and line breaks. */
2303
- prettyPrint?: boolean;
3195
+ prettyPrint?:
3196
+ boolean;
2304
3197
  /** 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. */
2305
- quotaUser?: string;
3198
+ quotaUser?:
3199
+ string;
2306
3200
  /** Part of `name`. See documentation of `appsId`. */
2307
- servicesId: string;
3201
+ servicesId:
3202
+ string;
2308
3203
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2309
- upload_protocol?: string;
3204
+ upload_protocol?:
3205
+ string;
2310
3206
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2311
- uploadType?: string;
3207
+ uploadType?:
3208
+ string;
2312
3209
  }): Request<Operation>;
2313
3210
  /** Gets the current configuration of the specified service. */
2314
3211
  get(request?: {
2315
3212
  /** V1 error format. */
2316
- "$.xgafv"?: string;
3213
+ "$.xgafv"?:
3214
+ string;
2317
3215
  /** OAuth access token. */
2318
- access_token?: string;
3216
+ access_token?:
3217
+ string;
2319
3218
  /** Data format for response. */
2320
- alt?: string;
3219
+ alt?:
3220
+ string;
2321
3221
  /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */
2322
- appsId: string;
3222
+ appsId:
3223
+ string;
2323
3224
  /** JSONP */
2324
- callback?: string;
3225
+ callback?:
3226
+ string;
2325
3227
  /** Selector specifying which fields to include in a partial response. */
2326
- fields?: string;
3228
+ fields?:
3229
+ string;
2327
3230
  /** 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. */
2328
- key?: string;
3231
+ key?:
3232
+ string;
2329
3233
  /** OAuth 2.0 token for the current user. */
2330
- oauth_token?: string;
3234
+ oauth_token?:
3235
+ string;
2331
3236
  /** Returns response with indentations and line breaks. */
2332
- prettyPrint?: boolean;
3237
+ prettyPrint?:
3238
+ boolean;
2333
3239
  /** 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. */
2334
- quotaUser?: string;
3240
+ quotaUser?:
3241
+ string;
2335
3242
  /** Part of `name`. See documentation of `appsId`. */
2336
- servicesId: string;
3243
+ servicesId:
3244
+ string;
2337
3245
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2338
- upload_protocol?: string;
3246
+ upload_protocol?:
3247
+ string;
2339
3248
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2340
- uploadType?: string;
3249
+ uploadType?:
3250
+ string;
2341
3251
  }): Request<Service>;
2342
3252
  /** Lists all the services in the application. */
2343
3253
  list(request?: {
2344
3254
  /** V1 error format. */
2345
- "$.xgafv"?: string;
3255
+ "$.xgafv"?:
3256
+ string;
2346
3257
  /** OAuth access token. */
2347
- access_token?: string;
3258
+ access_token?:
3259
+ string;
2348
3260
  /** Data format for response. */
2349
- alt?: string;
3261
+ alt?:
3262
+ string;
2350
3263
  /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
2351
- appsId: string;
3264
+ appsId:
3265
+ string;
2352
3266
  /** JSONP */
2353
- callback?: string;
3267
+ callback?:
3268
+ string;
2354
3269
  /** Selector specifying which fields to include in a partial response. */
2355
- fields?: string;
3270
+ fields?:
3271
+ string;
2356
3272
  /** 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. */
2357
- key?: string;
3273
+ key?:
3274
+ string;
2358
3275
  /** OAuth 2.0 token for the current user. */
2359
- oauth_token?: string;
3276
+ oauth_token?:
3277
+ string;
2360
3278
  /** Maximum results to return per page. */
2361
- pageSize?: number;
3279
+ pageSize?:
3280
+ number;
2362
3281
  /** Continuation token for fetching the next page of results. */
2363
- pageToken?: string;
3282
+ pageToken?:
3283
+ string;
2364
3284
  /** Returns response with indentations and line breaks. */
2365
- prettyPrint?: boolean;
3285
+ prettyPrint?:
3286
+ boolean;
2366
3287
  /** 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. */
2367
- quotaUser?: string;
3288
+ quotaUser?:
3289
+ string;
2368
3290
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2369
- upload_protocol?: string;
3291
+ upload_protocol?:
3292
+ string;
2370
3293
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2371
- uploadType?: string;
3294
+ uploadType?:
3295
+ string;
2372
3296
  }): Request<ListServicesResponse>;
2373
3297
  /** Updates the configuration of the specified service. */
2374
3298
  patch(request: {
2375
3299
  /** V1 error format. */
2376
- "$.xgafv"?: string;
3300
+ "$.xgafv"?:
3301
+ string;
2377
3302
  /** OAuth access token. */
2378
- access_token?: string;
3303
+ access_token?:
3304
+ string;
2379
3305
  /** Data format for response. */
2380
- alt?: string;
3306
+ alt?:
3307
+ string;
2381
3308
  /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
2382
- appsId: string;
3309
+ appsId:
3310
+ string;
2383
3311
  /** JSONP */
2384
- callback?: string;
3312
+ callback?:
3313
+ string;
2385
3314
  /** Selector specifying which fields to include in a partial response. */
2386
- fields?: string;
3315
+ fields?:
3316
+ string;
2387
3317
  /** 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. */
2388
- key?: string;
3318
+ key?:
3319
+ string;
2389
3320
  /**
2390
3321
  * Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions
2391
3322
  * must be located within instances that are configured for both warmup requests
@@ -2394,39 +3325,55 @@ declare namespace gapi.client {
2394
3325
  * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App
2395
3326
  * Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).
2396
3327
  */
2397
- migrateTraffic?: boolean;
3328
+ migrateTraffic?:
3329
+ boolean;
2398
3330
  /** OAuth 2.0 token for the current user. */
2399
- oauth_token?: string;
3331
+ oauth_token?:
3332
+ string;
2400
3333
  /** Returns response with indentations and line breaks. */
2401
- prettyPrint?: boolean;
3334
+ prettyPrint?:
3335
+ boolean;
2402
3336
  /** 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. */
2403
- quotaUser?: string;
3337
+ quotaUser?:
3338
+ string;
2404
3339
  /** Part of `name`. See documentation of `appsId`. */
2405
- servicesId: string;
3340
+ servicesId:
3341
+ string;
2406
3342
  /** Required. Standard field mask for the set of fields to be updated. */
2407
- updateMask?: string;
3343
+ updateMask?:
3344
+ string;
2408
3345
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2409
- upload_protocol?: string;
3346
+ upload_protocol?:
3347
+ string;
2410
3348
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2411
- uploadType?: string;
3349
+ uploadType?:
3350
+ string;
2412
3351
  /** Request body */
2413
- resource: Service;
3352
+ resource:
3353
+ Service;
2414
3354
  }): Request<Operation>;
2415
3355
  patch(request: {
2416
3356
  /** V1 error format. */
2417
- "$.xgafv"?: string;
3357
+ "$.xgafv"?:
3358
+ string;
2418
3359
  /** OAuth access token. */
2419
- access_token?: string;
3360
+ access_token?:
3361
+ string;
2420
3362
  /** Data format for response. */
2421
- alt?: string;
3363
+ alt?:
3364
+ string;
2422
3365
  /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
2423
- appsId: string;
3366
+ appsId:
3367
+ string;
2424
3368
  /** JSONP */
2425
- callback?: string;
3369
+ callback?:
3370
+ string;
2426
3371
  /** Selector specifying which fields to include in a partial response. */
2427
- fields?: string;
3372
+ fields?:
3373
+ string;
2428
3374
  /** 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. */
2429
- key?: string;
3375
+ key?:
3376
+ string;
2430
3377
  /**
2431
3378
  * Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions
2432
3379
  * must be located within instances that are configured for both warmup requests
@@ -2435,24 +3382,33 @@ declare namespace gapi.client {
2435
3382
  * (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App
2436
3383
  * Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).
2437
3384
  */
2438
- migrateTraffic?: boolean;
3385
+ migrateTraffic?:
3386
+ boolean;
2439
3387
  /** OAuth 2.0 token for the current user. */
2440
- oauth_token?: string;
3388
+ oauth_token?:
3389
+ string;
2441
3390
  /** Returns response with indentations and line breaks. */
2442
- prettyPrint?: boolean;
3391
+ prettyPrint?:
3392
+ boolean;
2443
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. */
2444
- quotaUser?: string;
3394
+ quotaUser?:
3395
+ string;
2445
3396
  /** Part of `name`. See documentation of `appsId`. */
2446
- servicesId: string;
3397
+ servicesId:
3398
+ string;
2447
3399
  /** Required. Standard field mask for the set of fields to be updated. */
2448
- updateMask?: string;
3400
+ updateMask?:
3401
+ string;
2449
3402
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2450
- upload_protocol?: string;
3403
+ upload_protocol?:
3404
+ string;
2451
3405
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2452
- uploadType?: string;
3406
+ uploadType?:
3407
+ string;
2453
3408
  },
2454
3409
  body: Service): Request<Operation>;
2455
- versions: VersionsResource;
3410
+ versions:
3411
+ VersionsResource;
2456
3412
  }
2457
3413
  interface AppsResource {
2458
3414
  /**
@@ -2462,85 +3418,122 @@ declare namespace gapi.client {
2462
3418
  */
2463
3419
  create(request: {
2464
3420
  /** V1 error format. */
2465
- "$.xgafv"?: string;
3421
+ "$.xgafv"?:
3422
+ string;
2466
3423
  /** OAuth access token. */
2467
- access_token?: string;
3424
+ access_token?:
3425
+ string;
2468
3426
  /** Data format for response. */
2469
- alt?: string;
3427
+ alt?:
3428
+ string;
2470
3429
  /** JSONP */
2471
- callback?: string;
3430
+ callback?:
3431
+ string;
2472
3432
  /** Selector specifying which fields to include in a partial response. */
2473
- fields?: string;
3433
+ fields?:
3434
+ string;
2474
3435
  /** 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. */
2475
- key?: string;
3436
+ key?:
3437
+ string;
2476
3438
  /** OAuth 2.0 token for the current user. */
2477
- oauth_token?: string;
3439
+ oauth_token?:
3440
+ string;
2478
3441
  /** The project and location in which the application should be created, specified in the format projects/*‍/locations/* */
2479
- parent?: string;
3442
+ parent?:
3443
+ string;
2480
3444
  /** Returns response with indentations and line breaks. */
2481
- prettyPrint?: boolean;
3445
+ prettyPrint?:
3446
+ boolean;
2482
3447
  /** 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. */
2483
- quotaUser?: string;
3448
+ quotaUser?:
3449
+ string;
2484
3450
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2485
- upload_protocol?: string;
3451
+ upload_protocol?:
3452
+ string;
2486
3453
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2487
- uploadType?: string;
3454
+ uploadType?:
3455
+ string;
2488
3456
  /** Request body */
2489
- resource: Application;
3457
+ resource:
3458
+ Application;
2490
3459
  }): Request<Operation>;
2491
3460
  create(request: {
2492
3461
  /** V1 error format. */
2493
- "$.xgafv"?: string;
3462
+ "$.xgafv"?:
3463
+ string;
2494
3464
  /** OAuth access token. */
2495
- access_token?: string;
3465
+ access_token?:
3466
+ string;
2496
3467
  /** Data format for response. */
2497
- alt?: string;
3468
+ alt?:
3469
+ string;
2498
3470
  /** JSONP */
2499
- callback?: string;
3471
+ callback?:
3472
+ string;
2500
3473
  /** Selector specifying which fields to include in a partial response. */
2501
- fields?: string;
3474
+ fields?:
3475
+ string;
2502
3476
  /** 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. */
2503
- key?: string;
3477
+ key?:
3478
+ string;
2504
3479
  /** OAuth 2.0 token for the current user. */
2505
- oauth_token?: string;
3480
+ oauth_token?:
3481
+ string;
2506
3482
  /** The project and location in which the application should be created, specified in the format projects/*‍/locations/* */
2507
- parent?: string;
3483
+ parent?:
3484
+ string;
2508
3485
  /** Returns response with indentations and line breaks. */
2509
- prettyPrint?: boolean;
3486
+ prettyPrint?:
3487
+ boolean;
2510
3488
  /** 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. */
2511
- quotaUser?: string;
3489
+ quotaUser?:
3490
+ string;
2512
3491
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2513
- upload_protocol?: string;
3492
+ upload_protocol?:
3493
+ string;
2514
3494
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2515
- uploadType?: string;
3495
+ uploadType?:
3496
+ string;
2516
3497
  },
2517
3498
  body: Application): Request<Operation>;
2518
3499
  /** Gets information about an application. */
2519
3500
  get(request?: {
2520
3501
  /** V1 error format. */
2521
- "$.xgafv"?: string;
3502
+ "$.xgafv"?:
3503
+ string;
2522
3504
  /** OAuth access token. */
2523
- access_token?: string;
3505
+ access_token?:
3506
+ string;
2524
3507
  /** Data format for response. */
2525
- alt?: string;
3508
+ alt?:
3509
+ string;
2526
3510
  /** Part of `name`. Name of the Application resource to get. Example: apps/myapp. */
2527
- appsId: string;
3511
+ appsId:
3512
+ string;
2528
3513
  /** JSONP */
2529
- callback?: string;
3514
+ callback?:
3515
+ string;
2530
3516
  /** Selector specifying which fields to include in a partial response. */
2531
- fields?: string;
3517
+ fields?:
3518
+ string;
2532
3519
  /** 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. */
2533
- key?: string;
3520
+ key?:
3521
+ string;
2534
3522
  /** OAuth 2.0 token for the current user. */
2535
- oauth_token?: string;
3523
+ oauth_token?:
3524
+ string;
2536
3525
  /** Returns response with indentations and line breaks. */
2537
- prettyPrint?: boolean;
3526
+ prettyPrint?:
3527
+ boolean;
2538
3528
  /** 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. */
2539
- quotaUser?: string;
3529
+ quotaUser?:
3530
+ string;
2540
3531
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2541
- upload_protocol?: string;
3532
+ upload_protocol?:
3533
+ string;
2542
3534
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2543
- uploadType?: string;
3535
+ uploadType?:
3536
+ string;
2544
3537
  }): Request<Application>;
2545
3538
  /**
2546
3539
  * Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application.
@@ -2548,61 +3541,88 @@ declare namespace gapi.client {
2548
3541
  */
2549
3542
  patch(request: {
2550
3543
  /** V1 error format. */
2551
- "$.xgafv"?: string;
3544
+ "$.xgafv"?:
3545
+ string;
2552
3546
  /** OAuth access token. */
2553
- access_token?: string;
3547
+ access_token?:
3548
+ string;
2554
3549
  /** Data format for response. */
2555
- alt?: string;
3550
+ alt?:
3551
+ string;
2556
3552
  /** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
2557
- appsId: string;
3553
+ appsId:
3554
+ string;
2558
3555
  /** JSONP */
2559
- callback?: string;
3556
+ callback?:
3557
+ string;
2560
3558
  /** Selector specifying which fields to include in a partial response. */
2561
- fields?: string;
3559
+ fields?:
3560
+ string;
2562
3561
  /** 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. */
2563
- key?: string;
3562
+ key?:
3563
+ string;
2564
3564
  /** OAuth 2.0 token for the current user. */
2565
- oauth_token?: string;
3565
+ oauth_token?:
3566
+ string;
2566
3567
  /** Returns response with indentations and line breaks. */
2567
- prettyPrint?: boolean;
3568
+ prettyPrint?:
3569
+ boolean;
2568
3570
  /** 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. */
2569
- quotaUser?: string;
3571
+ quotaUser?:
3572
+ string;
2570
3573
  /** Required. Standard field mask for the set of fields to be updated. */
2571
- updateMask?: string;
3574
+ updateMask?:
3575
+ string;
2572
3576
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2573
- upload_protocol?: string;
3577
+ upload_protocol?:
3578
+ string;
2574
3579
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2575
- uploadType?: string;
3580
+ uploadType?:
3581
+ string;
2576
3582
  /** Request body */
2577
- resource: Application;
3583
+ resource:
3584
+ Application;
2578
3585
  }): Request<Operation>;
2579
3586
  patch(request: {
2580
3587
  /** V1 error format. */
2581
- "$.xgafv"?: string;
3588
+ "$.xgafv"?:
3589
+ string;
2582
3590
  /** OAuth access token. */
2583
- access_token?: string;
3591
+ access_token?:
3592
+ string;
2584
3593
  /** Data format for response. */
2585
- alt?: string;
3594
+ alt?:
3595
+ string;
2586
3596
  /** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
2587
- appsId: string;
3597
+ appsId:
3598
+ string;
2588
3599
  /** JSONP */
2589
- callback?: string;
3600
+ callback?:
3601
+ string;
2590
3602
  /** Selector specifying which fields to include in a partial response. */
2591
- fields?: string;
3603
+ fields?:
3604
+ string;
2592
3605
  /** 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. */
2593
- key?: string;
3606
+ key?:
3607
+ string;
2594
3608
  /** OAuth 2.0 token for the current user. */
2595
- oauth_token?: string;
3609
+ oauth_token?:
3610
+ string;
2596
3611
  /** Returns response with indentations and line breaks. */
2597
- prettyPrint?: boolean;
3612
+ prettyPrint?:
3613
+ boolean;
2598
3614
  /** 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. */
2599
- quotaUser?: string;
3615
+ quotaUser?:
3616
+ string;
2600
3617
  /** Required. Standard field mask for the set of fields to be updated. */
2601
- updateMask?: string;
3618
+ updateMask?:
3619
+ string;
2602
3620
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2603
- upload_protocol?: string;
3621
+ upload_protocol?:
3622
+ string;
2604
3623
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2605
- uploadType?: string;
3624
+ uploadType?:
3625
+ string;
2606
3626
  },
2607
3627
  body: Application): Request<Operation>;
2608
3628
  /**
@@ -2614,66 +3634,98 @@ declare namespace gapi.client {
2614
3634
  */
2615
3635
  repair(request: {
2616
3636
  /** V1 error format. */
2617
- "$.xgafv"?: string;
3637
+ "$.xgafv"?:
3638
+ string;
2618
3639
  /** OAuth access token. */
2619
- access_token?: string;
3640
+ access_token?:
3641
+ string;
2620
3642
  /** Data format for response. */
2621
- alt?: string;
3643
+ alt?:
3644
+ string;
2622
3645
  /** Part of `name`. Name of the application to repair. Example: apps/myapp */
2623
- appsId: string;
3646
+ appsId:
3647
+ string;
2624
3648
  /** JSONP */
2625
- callback?: string;
3649
+ callback?:
3650
+ string;
2626
3651
  /** Selector specifying which fields to include in a partial response. */
2627
- fields?: string;
3652
+ fields?:
3653
+ string;
2628
3654
  /** 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. */
2629
- key?: string;
3655
+ key?:
3656
+ string;
2630
3657
  /** OAuth 2.0 token for the current user. */
2631
- oauth_token?: string;
3658
+ oauth_token?:
3659
+ string;
2632
3660
  /** Returns response with indentations and line breaks. */
2633
- prettyPrint?: boolean;
3661
+ prettyPrint?:
3662
+ boolean;
2634
3663
  /** 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. */
2635
- quotaUser?: string;
3664
+ quotaUser?:
3665
+ string;
2636
3666
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2637
- upload_protocol?: string;
3667
+ upload_protocol?:
3668
+ string;
2638
3669
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2639
- uploadType?: string;
3670
+ uploadType?:
3671
+ string;
2640
3672
  /** Request body */
2641
- resource: RepairApplicationRequest;
3673
+ resource:
3674
+ RepairApplicationRequest;
2642
3675
  }): Request<Operation>;
2643
3676
  repair(request: {
2644
3677
  /** V1 error format. */
2645
- "$.xgafv"?: string;
3678
+ "$.xgafv"?:
3679
+ string;
2646
3680
  /** OAuth access token. */
2647
- access_token?: string;
3681
+ access_token?:
3682
+ string;
2648
3683
  /** Data format for response. */
2649
- alt?: string;
3684
+ alt?:
3685
+ string;
2650
3686
  /** Part of `name`. Name of the application to repair. Example: apps/myapp */
2651
- appsId: string;
3687
+ appsId:
3688
+ string;
2652
3689
  /** JSONP */
2653
- callback?: string;
3690
+ callback?:
3691
+ string;
2654
3692
  /** Selector specifying which fields to include in a partial response. */
2655
- fields?: string;
3693
+ fields?:
3694
+ string;
2656
3695
  /** 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. */
2657
- key?: string;
3696
+ key?:
3697
+ string;
2658
3698
  /** OAuth 2.0 token for the current user. */
2659
- oauth_token?: string;
3699
+ oauth_token?:
3700
+ string;
2660
3701
  /** Returns response with indentations and line breaks. */
2661
- prettyPrint?: boolean;
3702
+ prettyPrint?:
3703
+ boolean;
2662
3704
  /** 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. */
2663
- quotaUser?: string;
3705
+ quotaUser?:
3706
+ string;
2664
3707
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2665
- upload_protocol?: string;
3708
+ upload_protocol?:
3709
+ string;
2666
3710
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2667
- uploadType?: string;
3711
+ uploadType?:
3712
+ string;
2668
3713
  },
2669
3714
  body: RepairApplicationRequest): Request<Operation>;
2670
- authorizedCertificates: AuthorizedCertificatesResource;
2671
- authorizedDomains: AuthorizedDomainsResource;
2672
- domainMappings: DomainMappingsResource;
2673
- firewall: FirewallResource;
2674
- locations: LocationsResource;
2675
- operations: OperationsResource;
2676
- services: ServicesResource;
3715
+ authorizedCertificates:
3716
+ AuthorizedCertificatesResource;
3717
+ authorizedDomains:
3718
+ AuthorizedDomainsResource;
3719
+ domainMappings:
3720
+ DomainMappingsResource;
3721
+ firewall:
3722
+ FirewallResource;
3723
+ locations:
3724
+ LocationsResource;
3725
+ operations:
3726
+ OperationsResource;
3727
+ services:
3728
+ ServicesResource;
2677
3729
  }
2678
3730
  interface ApplicationsResource {
2679
3731
  /**
@@ -2683,100 +3735,143 @@ declare namespace gapi.client {
2683
3735
  */
2684
3736
  create(request: {
2685
3737
  /** V1 error format. */
2686
- "$.xgafv"?: string;
3738
+ "$.xgafv"?:
3739
+ string;
2687
3740
  /** OAuth access token. */
2688
- access_token?: string;
3741
+ access_token?:
3742
+ string;
2689
3743
  /** Data format for response. */
2690
- alt?: string;
3744
+ alt?:
3745
+ string;
2691
3746
  /** JSONP */
2692
- callback?: string;
3747
+ callback?:
3748
+ string;
2693
3749
  /** Selector specifying which fields to include in a partial response. */
2694
- fields?: string;
3750
+ fields?:
3751
+ string;
2695
3752
  /** 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. */
2696
- key?: string;
3753
+ key?:
3754
+ string;
2697
3755
  /** Part of `parent`. See documentation of `projectsId`. */
2698
- locationsId: string;
3756
+ locationsId:
3757
+ string;
2699
3758
  /** OAuth 2.0 token for the current user. */
2700
- oauth_token?: string;
3759
+ oauth_token?:
3760
+ string;
2701
3761
  /** Returns response with indentations and line breaks. */
2702
- prettyPrint?: boolean;
3762
+ prettyPrint?:
3763
+ boolean;
2703
3764
  /** Part of `parent`. The project and location in which the application should be created, specified in the format projects/*‍/locations/* */
2704
- projectsId: string;
3765
+ projectsId:
3766
+ string;
2705
3767
  /** 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. */
2706
- quotaUser?: string;
3768
+ quotaUser?:
3769
+ string;
2707
3770
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2708
- upload_protocol?: string;
3771
+ upload_protocol?:
3772
+ string;
2709
3773
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2710
- uploadType?: string;
3774
+ uploadType?:
3775
+ string;
2711
3776
  /** Request body */
2712
- resource: Application;
3777
+ resource:
3778
+ Application;
2713
3779
  }): Request<Operation>;
2714
3780
  create(request: {
2715
3781
  /** V1 error format. */
2716
- "$.xgafv"?: string;
3782
+ "$.xgafv"?:
3783
+ string;
2717
3784
  /** OAuth access token. */
2718
- access_token?: string;
3785
+ access_token?:
3786
+ string;
2719
3787
  /** Data format for response. */
2720
- alt?: string;
3788
+ alt?:
3789
+ string;
2721
3790
  /** JSONP */
2722
- callback?: string;
3791
+ callback?:
3792
+ string;
2723
3793
  /** Selector specifying which fields to include in a partial response. */
2724
- fields?: string;
3794
+ fields?:
3795
+ string;
2725
3796
  /** 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. */
2726
- key?: string;
3797
+ key?:
3798
+ string;
2727
3799
  /** Part of `parent`. See documentation of `projectsId`. */
2728
- locationsId: string;
3800
+ locationsId:
3801
+ string;
2729
3802
  /** OAuth 2.0 token for the current user. */
2730
- oauth_token?: string;
3803
+ oauth_token?:
3804
+ string;
2731
3805
  /** Returns response with indentations and line breaks. */
2732
- prettyPrint?: boolean;
3806
+ prettyPrint?:
3807
+ boolean;
2733
3808
  /** Part of `parent`. The project and location in which the application should be created, specified in the format projects/*‍/locations/* */
2734
- projectsId: string;
3809
+ projectsId:
3810
+ string;
2735
3811
  /** 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. */
2736
- quotaUser?: string;
3812
+ quotaUser?:
3813
+ string;
2737
3814
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2738
- upload_protocol?: string;
3815
+ upload_protocol?:
3816
+ string;
2739
3817
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2740
- uploadType?: string;
3818
+ uploadType?:
3819
+ string;
2741
3820
  },
2742
3821
  body: Application): Request<Operation>;
2743
3822
  /** Gets information about an application. */
2744
3823
  get(request?: {
2745
3824
  /** V1 error format. */
2746
- "$.xgafv"?: string;
3825
+ "$.xgafv"?:
3826
+ string;
2747
3827
  /** OAuth access token. */
2748
- access_token?: string;
3828
+ access_token?:
3829
+ string;
2749
3830
  /** Data format for response. */
2750
- alt?: string;
3831
+ alt?:
3832
+ string;
2751
3833
  /** Part of `name`. See documentation of `projectsId`. */
2752
- applicationsId: string;
3834
+ applicationsId:
3835
+ string;
2753
3836
  /** JSONP */
2754
- callback?: string;
3837
+ callback?:
3838
+ string;
2755
3839
  /** Selector specifying which fields to include in a partial response. */
2756
- fields?: string;
3840
+ fields?:
3841
+ string;
2757
3842
  /** 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. */
2758
- key?: string;
3843
+ key?:
3844
+ string;
2759
3845
  /** Part of `name`. See documentation of `projectsId`. */
2760
- locationsId: string;
3846
+ locationsId:
3847
+ string;
2761
3848
  /** OAuth 2.0 token for the current user. */
2762
- oauth_token?: string;
3849
+ oauth_token?:
3850
+ string;
2763
3851
  /** Returns response with indentations and line breaks. */
2764
- prettyPrint?: boolean;
3852
+ prettyPrint?:
3853
+ boolean;
2765
3854
  /** Part of `name`. Name of the Application resource to get. Example: apps/myapp. */
2766
- projectsId: string;
3855
+ projectsId:
3856
+ string;
2767
3857
  /** 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. */
2768
- quotaUser?: string;
3858
+ quotaUser?:
3859
+ string;
2769
3860
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2770
- upload_protocol?: string;
3861
+ upload_protocol?:
3862
+ string;
2771
3863
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2772
- uploadType?: string;
3864
+ uploadType?:
3865
+ string;
2773
3866
  }): Request<Application>;
2774
3867
  }
2775
3868
  interface LocationsResource {
2776
- applications: ApplicationsResource;
3869
+ applications:
3870
+ ApplicationsResource;
2777
3871
  }
2778
3872
  interface ProjectsResource {
2779
- locations: LocationsResource;
3873
+ locations:
3874
+ LocationsResource;
2780
3875
  }
2781
3876
 
2782
3877
  const apps: AppsResource;