@maxim_mazurok/gapi.client.appengine-v1 0.2.20260220 → 0.2.20260529
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +477 -208
- package/package.json +1 -1
- package/readme.md +12 -0
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:
|
|
12
|
+
// Revision: 20260529
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -26,13 +26,25 @@ declare namespace gapi.client {
|
|
|
26
26
|
namespace appengine {
|
|
27
27
|
interface ApiConfigHandler {
|
|
28
28
|
/** Action to take when users access resources that require authentication. Defaults to redirect. */
|
|
29
|
-
authFailAction?:
|
|
29
|
+
authFailAction?:
|
|
30
|
+
| 'AUTH_FAIL_ACTION_UNSPECIFIED'
|
|
31
|
+
| 'AUTH_FAIL_ACTION_REDIRECT'
|
|
32
|
+
| 'AUTH_FAIL_ACTION_UNAUTHORIZED';
|
|
30
33
|
/** Level of login required to access this resource. Defaults to optional. */
|
|
31
|
-
login?:
|
|
34
|
+
login?:
|
|
35
|
+
| 'LOGIN_UNSPECIFIED'
|
|
36
|
+
| 'LOGIN_OPTIONAL'
|
|
37
|
+
| 'LOGIN_ADMIN'
|
|
38
|
+
| 'LOGIN_REQUIRED';
|
|
32
39
|
/** Path to the script from the application root directory. */
|
|
33
40
|
script?: string;
|
|
34
41
|
/** Security (HTTPS) enforcement for this URL. */
|
|
35
|
-
securityLevel?:
|
|
42
|
+
securityLevel?:
|
|
43
|
+
| 'SECURE_UNSPECIFIED'
|
|
44
|
+
| 'SECURE_DEFAULT'
|
|
45
|
+
| 'SECURE_NEVER'
|
|
46
|
+
| 'SECURE_OPTIONAL'
|
|
47
|
+
| 'SECURE_ALWAYS';
|
|
36
48
|
/** URL to serve the endpoint at. */
|
|
37
49
|
url?: string;
|
|
38
50
|
}
|
|
@@ -46,7 +58,11 @@ declare namespace gapi.client {
|
|
|
46
58
|
/** 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 gcloud deployment commands.@OutputOnly */
|
|
47
59
|
codeBucket?: string;
|
|
48
60
|
/** The type of the Cloud Firestore or Cloud Datastore database associated with this application. */
|
|
49
|
-
databaseType?:
|
|
61
|
+
databaseType?:
|
|
62
|
+
| 'DATABASE_TYPE_UNSPECIFIED'
|
|
63
|
+
| 'CLOUD_DATASTORE'
|
|
64
|
+
| 'CLOUD_FIRESTORE'
|
|
65
|
+
| 'CLOUD_DATASTORE_COMPATIBILITY';
|
|
50
66
|
/** Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly */
|
|
51
67
|
defaultBucket?: string;
|
|
52
68
|
/** Cookie expiration policy for this application. */
|
|
@@ -70,9 +86,13 @@ declare namespace gapi.client {
|
|
|
70
86
|
/** 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. */
|
|
71
87
|
serviceAccount?: string;
|
|
72
88
|
/** Serving status of this application. */
|
|
73
|
-
servingStatus?:
|
|
89
|
+
servingStatus?:
|
|
90
|
+
| 'UNSPECIFIED'
|
|
91
|
+
| 'SERVING'
|
|
92
|
+
| 'USER_DISABLED'
|
|
93
|
+
| 'SYSTEM_DISABLED';
|
|
74
94
|
/** The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS < 1.2 and allow only Modern Ciphers suite */
|
|
75
|
-
sslPolicy?:
|
|
95
|
+
sslPolicy?: 'SSL_POLICY_UNSPECIFIED' | 'DEFAULT' | 'MODERN';
|
|
76
96
|
}
|
|
77
97
|
interface AuthorizedCertificate {
|
|
78
98
|
/** The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority. */
|
|
@@ -163,7 +183,7 @@ declare namespace gapi.client {
|
|
|
163
183
|
/** The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed 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 billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state. */
|
|
164
184
|
previousReasons?: Reasons;
|
|
165
185
|
/** The current state of the container. This state is the culmination of all of the opinions from external systems that CCFE knows about of the container. */
|
|
166
|
-
state?:
|
|
186
|
+
state?: 'UNKNOWN_STATE' | 'ON' | 'OFF' | 'DELETED';
|
|
167
187
|
}
|
|
168
188
|
interface CpuUtilization {
|
|
169
189
|
/** Period of time over which CPU utilization is calculated. */
|
|
@@ -234,7 +254,7 @@ declare namespace gapi.client {
|
|
|
234
254
|
/** Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog" */
|
|
235
255
|
name?: string;
|
|
236
256
|
/** Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted. */
|
|
237
|
-
rolloutStrategy?:
|
|
257
|
+
rolloutStrategy?: 'UNSPECIFIED_ROLLOUT_STRATEGY' | 'FIXED' | 'MANAGED';
|
|
238
258
|
}
|
|
239
259
|
interface Entrypoint {
|
|
240
260
|
/** The format should be a shell command that can be fed to bash -c. */
|
|
@@ -242,12 +262,21 @@ declare namespace gapi.client {
|
|
|
242
262
|
}
|
|
243
263
|
interface ErrorHandler {
|
|
244
264
|
/** Error condition this handler applies to. */
|
|
245
|
-
errorCode?:
|
|
265
|
+
errorCode?:
|
|
266
|
+
| 'ERROR_CODE_UNSPECIFIED'
|
|
267
|
+
| 'ERROR_CODE_DEFAULT'
|
|
268
|
+
| 'ERROR_CODE_OVER_QUOTA'
|
|
269
|
+
| 'ERROR_CODE_DOS_API_DENIAL'
|
|
270
|
+
| 'ERROR_CODE_TIMEOUT';
|
|
246
271
|
/** MIME type of file. Defaults to text/html. */
|
|
247
272
|
mimeType?: string;
|
|
248
273
|
/** Static file content to be served for this error. */
|
|
249
274
|
staticFile?: string;
|
|
250
275
|
}
|
|
276
|
+
interface ExportAppImageRequest {
|
|
277
|
+
/** Optional. The full resource name of the AR repository to export to. Format: projects/{project}/locations/{location}/repositories/{repository} If not specified, defaults to projects/{project}/locations/{location}/repositories/gae-standard in the same region as the app. The default repository will be created if it does not exist. */
|
|
278
|
+
destinationRepository?: string;
|
|
279
|
+
}
|
|
251
280
|
interface FeatureSettings {
|
|
252
281
|
/** 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 '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. */
|
|
253
282
|
splitHealthChecks?: boolean;
|
|
@@ -264,7 +293,7 @@ declare namespace gapi.client {
|
|
|
264
293
|
}
|
|
265
294
|
interface FirewallRule {
|
|
266
295
|
/** The action to take on matched requests. */
|
|
267
|
-
action?:
|
|
296
|
+
action?: 'UNSPECIFIED_ACTION' | 'ALLOW' | 'DENY';
|
|
268
297
|
/** An optional string description of this rule. This field has a maximum length of 400 characters. */
|
|
269
298
|
description?: string;
|
|
270
299
|
priority?: number;
|
|
@@ -321,7 +350,7 @@ declare namespace gapi.client {
|
|
|
321
350
|
/** Output only. App Engine release this instance is running on. */
|
|
322
351
|
appEngineRelease?: string;
|
|
323
352
|
/** Output only. Availability of the instance. */
|
|
324
|
-
availability?:
|
|
353
|
+
availability?: 'UNSPECIFIED' | 'RESIDENT' | 'DYNAMIC';
|
|
325
354
|
/** Output only. Average latency (ms) over the last minute. */
|
|
326
355
|
averageLatency?: number;
|
|
327
356
|
/** Output only. Number of errors since this instance was started. */
|
|
@@ -345,7 +374,13 @@ declare namespace gapi.client {
|
|
|
345
374
|
/** Output only. The IP address of this instance. Only applicable for instances in App Engine flexible environment. */
|
|
346
375
|
vmIp?: string;
|
|
347
376
|
/** Output only. The liveness health check of this instance. Only applicable for instances in App Engine flexible environment. */
|
|
348
|
-
vmLiveness?:
|
|
377
|
+
vmLiveness?:
|
|
378
|
+
| 'LIVENESS_STATE_UNSPECIFIED'
|
|
379
|
+
| 'UNKNOWN'
|
|
380
|
+
| 'HEALTHY'
|
|
381
|
+
| 'UNHEALTHY'
|
|
382
|
+
| 'DRAINING'
|
|
383
|
+
| 'TIMEOUT';
|
|
349
384
|
/** Output only. Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. */
|
|
350
385
|
vmName?: string;
|
|
351
386
|
/** Output only. Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. */
|
|
@@ -461,7 +496,14 @@ declare namespace gapi.client {
|
|
|
461
496
|
/** 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 be tracked via ManagementStatus.@OutputOnly */
|
|
462
497
|
lastRenewalTime?: string;
|
|
463
498
|
/** Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly */
|
|
464
|
-
status?:
|
|
499
|
+
status?:
|
|
500
|
+
| 'MANAGEMENT_STATUS_UNSPECIFIED'
|
|
501
|
+
| 'OK'
|
|
502
|
+
| 'PENDING'
|
|
503
|
+
| 'FAILED_RETRYING_NOT_VISIBLE'
|
|
504
|
+
| 'FAILED_PERMANENT'
|
|
505
|
+
| 'FAILED_RETRYING_CAA_FORBIDDEN'
|
|
506
|
+
| 'FAILED_RETRYING_CAA_CHECKING';
|
|
465
507
|
}
|
|
466
508
|
interface ManualScaling {
|
|
467
509
|
/** Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function. */
|
|
@@ -471,7 +513,7 @@ declare namespace gapi.client {
|
|
|
471
513
|
/** List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment. */
|
|
472
514
|
forwardedPorts?: string[];
|
|
473
515
|
/** The IP mode for instances. Only applicable in the App Engine flexible environment. */
|
|
474
|
-
instanceIpMode?:
|
|
516
|
+
instanceIpMode?: 'INSTANCE_IP_MODE_UNSPECIFIED' | 'EXTERNAL' | 'INTERNAL';
|
|
475
517
|
/** Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment. */
|
|
476
518
|
instanceTag?: string;
|
|
477
519
|
/** Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default. */
|
|
@@ -483,7 +525,11 @@ declare namespace gapi.client {
|
|
|
483
525
|
}
|
|
484
526
|
interface NetworkSettings {
|
|
485
527
|
/** The ingress settings for version or service. */
|
|
486
|
-
ingressTrafficAllowed?:
|
|
528
|
+
ingressTrafficAllowed?:
|
|
529
|
+
| 'INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED'
|
|
530
|
+
| 'INGRESS_TRAFFIC_ALLOWED_ALL'
|
|
531
|
+
| 'INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY'
|
|
532
|
+
| 'INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB';
|
|
487
533
|
}
|
|
488
534
|
interface NetworkUtilization {
|
|
489
535
|
/** Target bytes received per second. */
|
|
@@ -562,7 +608,10 @@ declare namespace gapi.client {
|
|
|
562
608
|
/** The unique ID for this project event. CLHs can use this value to dedup repeated calls. required */
|
|
563
609
|
eventId?: string;
|
|
564
610
|
/** Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required */
|
|
565
|
-
phase?:
|
|
611
|
+
phase?:
|
|
612
|
+
| 'CONTAINER_EVENT_PHASE_UNSPECIFIED'
|
|
613
|
+
| 'BEFORE_RESOURCE_HANDLING'
|
|
614
|
+
| 'AFTER_RESOURCE_HANDLING';
|
|
566
615
|
/** The projects metadata for this project. required */
|
|
567
616
|
projectMetadata?: ProjectsMetadata;
|
|
568
617
|
/** The state of the organization that led to this event. */
|
|
@@ -574,7 +623,7 @@ declare namespace gapi.client {
|
|
|
574
623
|
/** The consumer project number. */
|
|
575
624
|
consumerProjectNumber?: string;
|
|
576
625
|
/** 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 this proto when communicated to CLH in the side channel. */
|
|
577
|
-
consumerProjectState?:
|
|
626
|
+
consumerProjectState?: 'UNKNOWN_STATE' | 'ON' | 'OFF' | 'DELETED';
|
|
578
627
|
/** The GCE tags associated with the consumer project and those inherited due to their ancestry, if any. Not supported by CCFE. */
|
|
579
628
|
gceTag?: GceTag[];
|
|
580
629
|
/** DEPRECATED: Indicates whether the GCE project is in the DEPROVISIONING state. This field is a temporary workaround (see b/475310865) to allow GCE extensions to bypass certain checks during deprovisioning. It will be replaced by a permanent solution in the future. */
|
|
@@ -607,12 +656,37 @@ declare namespace gapi.client {
|
|
|
607
656
|
timeout?: string;
|
|
608
657
|
}
|
|
609
658
|
interface Reasons {
|
|
610
|
-
abuse?:
|
|
611
|
-
|
|
612
|
-
|
|
659
|
+
abuse?:
|
|
660
|
+
| 'ABUSE_UNKNOWN_REASON'
|
|
661
|
+
| 'ABUSE_CONTROL_PLANE_SYNC'
|
|
662
|
+
| 'SUSPEND'
|
|
663
|
+
| 'REINSTATE';
|
|
664
|
+
billing?:
|
|
665
|
+
| 'BILLING_UNKNOWN_REASON'
|
|
666
|
+
| 'BILLING_CONTROL_PLANE_SYNC'
|
|
667
|
+
| 'PROBATION'
|
|
668
|
+
| 'CLOSE'
|
|
669
|
+
| 'OPEN';
|
|
670
|
+
dataGovernance?:
|
|
671
|
+
| 'DATA_GOVERNANCE_UNKNOWN_REASON'
|
|
672
|
+
| 'DATA_GOVERNANCE_CONTROL_PLANE_SYNC'
|
|
673
|
+
| 'HIDE'
|
|
674
|
+
| 'UNHIDE'
|
|
675
|
+
| 'PURGE';
|
|
613
676
|
/** Consumer Container denotes if the service is active within a project or not. This information could be used to clean up resources in case service in DISABLED_FULL i.e. Service is inactive > 30 days. */
|
|
614
|
-
serviceActivation?:
|
|
615
|
-
|
|
677
|
+
serviceActivation?:
|
|
678
|
+
| 'SERVICE_ACTIVATION_STATUS_UNSPECIFIED'
|
|
679
|
+
| 'SERVICE_ACTIVATION_ENABLED'
|
|
680
|
+
| 'SERVICE_ACTIVATION_DISABLED'
|
|
681
|
+
| 'SERVICE_ACTIVATION_DISABLED_FULL'
|
|
682
|
+
| 'SERVICE_ACTIVATION_UNKNOWN_REASON';
|
|
683
|
+
serviceManagement?:
|
|
684
|
+
| 'SERVICE_MANAGEMENT_UNKNOWN_REASON'
|
|
685
|
+
| 'SERVICE_MANAGEMENT_CONTROL_PLANE_SYNC'
|
|
686
|
+
| 'ACTIVATION'
|
|
687
|
+
| 'PREPARE_DEACTIVATION'
|
|
688
|
+
| 'ABORT_DEACTIVATION'
|
|
689
|
+
| 'COMMIT_DEACTIVATION';
|
|
616
690
|
}
|
|
617
691
|
interface RepairApplicationRequest {}
|
|
618
692
|
interface RequestUtilization {
|
|
@@ -635,7 +709,7 @@ declare namespace gapi.client {
|
|
|
635
709
|
/** Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1). */
|
|
636
710
|
rrdata?: string;
|
|
637
711
|
/** Resource record type. Example: AAAA. */
|
|
638
|
-
type?:
|
|
712
|
+
type?: 'RECORD_TYPE_UNSPECIFIED' | 'A' | 'AAAA' | 'CNAME';
|
|
639
713
|
}
|
|
640
714
|
interface Resources {
|
|
641
715
|
/** Number of CPU cores needed. */
|
|
@@ -659,11 +733,19 @@ declare namespace gapi.client {
|
|
|
659
733
|
/** Date when Runtime is end of support. */
|
|
660
734
|
endOfSupportDate?: Date;
|
|
661
735
|
/** The environment of the runtime. */
|
|
662
|
-
environment?:
|
|
736
|
+
environment?: 'ENVIRONMENT_UNSPECIFIED' | 'STANDARD' | 'FLEXIBLE';
|
|
663
737
|
/** The name of the runtime, e.g., 'go113', 'nodejs12', etc. */
|
|
664
738
|
name?: string;
|
|
665
739
|
/** The stage of life this runtime is in, e.g., BETA, GA, etc. */
|
|
666
|
-
stage?:
|
|
740
|
+
stage?:
|
|
741
|
+
| 'RUNTIME_STAGE_UNSPECIFIED'
|
|
742
|
+
| 'DEVELOPMENT'
|
|
743
|
+
| 'ALPHA'
|
|
744
|
+
| 'BETA'
|
|
745
|
+
| 'GA'
|
|
746
|
+
| 'DEPRECATED'
|
|
747
|
+
| 'DECOMMISSIONED'
|
|
748
|
+
| 'END_OF_SUPPORT';
|
|
667
749
|
/** Supported operating systems for the runtime, e.g., 'ubuntu22', etc. */
|
|
668
750
|
supportedOperatingSystems?: string[];
|
|
669
751
|
/** Warning messages, e.g., a deprecation warning. */
|
|
@@ -693,7 +775,10 @@ declare namespace gapi.client {
|
|
|
693
775
|
/** Output only. ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL 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 support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.@OutputOnly */
|
|
694
776
|
pendingManagedCertificateId?: string;
|
|
695
777
|
/** 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 for this domain. */
|
|
696
|
-
sslManagementType?:
|
|
778
|
+
sslManagementType?:
|
|
779
|
+
| 'SSL_MANAGEMENT_TYPE_UNSPECIFIED'
|
|
780
|
+
| 'AUTOMATIC'
|
|
781
|
+
| 'MANUAL';
|
|
697
782
|
}
|
|
698
783
|
interface StandardSchedulerSettings {
|
|
699
784
|
/** Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration. */
|
|
@@ -725,7 +810,7 @@ declare namespace gapi.client {
|
|
|
725
810
|
/** The status code, which should be an enum value of google.rpc.Code. */
|
|
726
811
|
code?: number;
|
|
727
812
|
/** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
|
|
728
|
-
details?:
|
|
813
|
+
details?: {[P in string]: any}[];
|
|
729
814
|
/** 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 client. */
|
|
730
815
|
message?: string;
|
|
731
816
|
}
|
|
@@ -733,7 +818,7 @@ declare namespace gapi.client {
|
|
|
733
818
|
/** Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the 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. 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. */
|
|
734
819
|
allocations?: {[P in string]: number};
|
|
735
820
|
/** 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. */
|
|
736
|
-
shardBy?:
|
|
821
|
+
shardBy?: 'UNSPECIFIED' | 'COOKIE' | 'IP' | 'RANDOM';
|
|
737
822
|
}
|
|
738
823
|
interface UrlDispatchRule {
|
|
739
824
|
/** Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*". */
|
|
@@ -747,15 +832,32 @@ declare namespace gapi.client {
|
|
|
747
832
|
/** Uses API Endpoints to handle requests. */
|
|
748
833
|
apiEndpoint?: ApiEndpointHandler;
|
|
749
834
|
/** Action to take when users access resources that require authentication. Defaults to redirect. */
|
|
750
|
-
authFailAction?:
|
|
835
|
+
authFailAction?:
|
|
836
|
+
| 'AUTH_FAIL_ACTION_UNSPECIFIED'
|
|
837
|
+
| 'AUTH_FAIL_ACTION_REDIRECT'
|
|
838
|
+
| 'AUTH_FAIL_ACTION_UNAUTHORIZED';
|
|
751
839
|
/** Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment. */
|
|
752
|
-
login?:
|
|
840
|
+
login?:
|
|
841
|
+
| 'LOGIN_UNSPECIFIED'
|
|
842
|
+
| 'LOGIN_OPTIONAL'
|
|
843
|
+
| 'LOGIN_ADMIN'
|
|
844
|
+
| 'LOGIN_REQUIRED';
|
|
753
845
|
/** 30x code to use when performing redirects for the secure field. Defaults to 302. */
|
|
754
|
-
redirectHttpResponseCode?:
|
|
846
|
+
redirectHttpResponseCode?:
|
|
847
|
+
| 'REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED'
|
|
848
|
+
| 'REDIRECT_HTTP_RESPONSE_CODE_301'
|
|
849
|
+
| 'REDIRECT_HTTP_RESPONSE_CODE_302'
|
|
850
|
+
| 'REDIRECT_HTTP_RESPONSE_CODE_303'
|
|
851
|
+
| 'REDIRECT_HTTP_RESPONSE_CODE_307';
|
|
755
852
|
/** 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": "auto". */
|
|
756
853
|
script?: ScriptHandler;
|
|
757
854
|
/** Security (HTTPS) enforcement for this URL. */
|
|
758
|
-
securityLevel?:
|
|
855
|
+
securityLevel?:
|
|
856
|
+
| 'SECURE_UNSPECIFIED'
|
|
857
|
+
| 'SECURE_DEFAULT'
|
|
858
|
+
| 'SECURE_NEVER'
|
|
859
|
+
| 'SECURE_OPTIONAL'
|
|
860
|
+
| 'SECURE_ALWAYS';
|
|
759
861
|
/** Returns the contents of a file, such as an image, as the response. */
|
|
760
862
|
staticFiles?: StaticFilesHandler;
|
|
761
863
|
/** 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 by this handler, using the portion of the URL after the prefix as part of the file path. */
|
|
@@ -805,7 +907,16 @@ declare namespace gapi.client {
|
|
|
805
907
|
/** 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 name with the prefix "ah-". */
|
|
806
908
|
id?: string;
|
|
807
909
|
/** Before an application can receive email or XMPP messages, the application must be configured to enable the service. */
|
|
808
|
-
inboundServices?:
|
|
910
|
+
inboundServices?:
|
|
911
|
+
| 'INBOUND_SERVICE_UNSPECIFIED'
|
|
912
|
+
| 'INBOUND_SERVICE_MAIL'
|
|
913
|
+
| 'INBOUND_SERVICE_MAIL_BOUNCE'
|
|
914
|
+
| 'INBOUND_SERVICE_XMPP_ERROR'
|
|
915
|
+
| 'INBOUND_SERVICE_XMPP_MESSAGE'
|
|
916
|
+
| 'INBOUND_SERVICE_XMPP_SUBSCRIBE'
|
|
917
|
+
| 'INBOUND_SERVICE_XMPP_PRESENCE'
|
|
918
|
+
| 'INBOUND_SERVICE_CHANNEL_PRESENCE'
|
|
919
|
+
| 'INBOUND_SERVICE_WARMUP'[];
|
|
809
920
|
/** 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 AutomaticScaling and B1 for ManualScaling or BasicScaling. */
|
|
810
921
|
instanceClass?: string;
|
|
811
922
|
/** Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set. */
|
|
@@ -835,7 +946,7 @@ declare namespace gapi.client {
|
|
|
835
946
|
/** 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 through CLI flag. */
|
|
836
947
|
serviceAccount?: string;
|
|
837
948
|
/** 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 SERVING. */
|
|
838
|
-
servingStatus?:
|
|
949
|
+
servingStatus?: 'SERVING_STATUS_UNSPECIFIED' | 'SERVING' | 'STOPPED';
|
|
839
950
|
/** Whether multiple requests can be dispatched to this version at once. */
|
|
840
951
|
threadsafe?: boolean;
|
|
841
952
|
/** Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly */
|
|
@@ -857,7 +968,10 @@ declare namespace gapi.client {
|
|
|
857
968
|
}
|
|
858
969
|
interface VpcAccessConnector {
|
|
859
970
|
/** The egress setting for the connector, controlling what traffic is diverted through it. */
|
|
860
|
-
egressSetting?:
|
|
971
|
+
egressSetting?:
|
|
972
|
+
| 'EGRESS_SETTING_UNSPECIFIED'
|
|
973
|
+
| 'ALL_TRAFFIC'
|
|
974
|
+
| 'PRIVATE_IP_RANGES';
|
|
861
975
|
/** Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. */
|
|
862
976
|
name?: string;
|
|
863
977
|
}
|
|
@@ -871,11 +985,11 @@ declare namespace gapi.client {
|
|
|
871
985
|
/** Uploads the specified SSL certificate. */
|
|
872
986
|
create(request: {
|
|
873
987
|
/** V1 error format. */
|
|
874
|
-
'$.xgafv'?:
|
|
988
|
+
'$.xgafv'?: '1' | '2';
|
|
875
989
|
/** OAuth access token. */
|
|
876
990
|
access_token?: string;
|
|
877
991
|
/** Data format for response. */
|
|
878
|
-
alt?:
|
|
992
|
+
alt?: 'json' | 'media' | 'proto';
|
|
879
993
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
880
994
|
appsId: string;
|
|
881
995
|
/** JSONP */
|
|
@@ -900,11 +1014,11 @@ declare namespace gapi.client {
|
|
|
900
1014
|
create(
|
|
901
1015
|
request: {
|
|
902
1016
|
/** V1 error format. */
|
|
903
|
-
'$.xgafv'?:
|
|
1017
|
+
'$.xgafv'?: '1' | '2';
|
|
904
1018
|
/** OAuth access token. */
|
|
905
1019
|
access_token?: string;
|
|
906
1020
|
/** Data format for response. */
|
|
907
|
-
alt?:
|
|
1021
|
+
alt?: 'json' | 'media' | 'proto';
|
|
908
1022
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
909
1023
|
appsId: string;
|
|
910
1024
|
/** JSONP */
|
|
@@ -929,11 +1043,11 @@ declare namespace gapi.client {
|
|
|
929
1043
|
/** Deletes the specified SSL certificate. */
|
|
930
1044
|
delete(request?: {
|
|
931
1045
|
/** V1 error format. */
|
|
932
|
-
'$.xgafv'?:
|
|
1046
|
+
'$.xgafv'?: '1' | '2';
|
|
933
1047
|
/** OAuth access token. */
|
|
934
1048
|
access_token?: string;
|
|
935
1049
|
/** Data format for response. */
|
|
936
|
-
alt?:
|
|
1050
|
+
alt?: 'json' | 'media' | 'proto';
|
|
937
1051
|
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
938
1052
|
appsId: string;
|
|
939
1053
|
/** Part of `name`. See documentation of `appsId`. */
|
|
@@ -958,11 +1072,11 @@ declare namespace gapi.client {
|
|
|
958
1072
|
/** Gets the specified SSL certificate. */
|
|
959
1073
|
get(request?: {
|
|
960
1074
|
/** V1 error format. */
|
|
961
|
-
'$.xgafv'?:
|
|
1075
|
+
'$.xgafv'?: '1' | '2';
|
|
962
1076
|
/** OAuth access token. */
|
|
963
1077
|
access_token?: string;
|
|
964
1078
|
/** Data format for response. */
|
|
965
|
-
alt?:
|
|
1079
|
+
alt?: 'json' | 'media' | 'proto';
|
|
966
1080
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
967
1081
|
appsId: string;
|
|
968
1082
|
/** Part of `name`. See documentation of `appsId`. */
|
|
@@ -984,16 +1098,16 @@ declare namespace gapi.client {
|
|
|
984
1098
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
985
1099
|
uploadType?: string;
|
|
986
1100
|
/** Controls the set of fields returned in the GET response. */
|
|
987
|
-
view?:
|
|
1101
|
+
view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
|
|
988
1102
|
}): Request<AuthorizedCertificate>;
|
|
989
1103
|
/** Lists all SSL certificates the user is authorized to administer. */
|
|
990
1104
|
list(request?: {
|
|
991
1105
|
/** V1 error format. */
|
|
992
|
-
'$.xgafv'?:
|
|
1106
|
+
'$.xgafv'?: '1' | '2';
|
|
993
1107
|
/** OAuth access token. */
|
|
994
1108
|
access_token?: string;
|
|
995
1109
|
/** Data format for response. */
|
|
996
|
-
alt?:
|
|
1110
|
+
alt?: 'json' | 'media' | 'proto';
|
|
997
1111
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
998
1112
|
appsId: string;
|
|
999
1113
|
/** JSONP */
|
|
@@ -1017,16 +1131,16 @@ declare namespace gapi.client {
|
|
|
1017
1131
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1018
1132
|
uploadType?: string;
|
|
1019
1133
|
/** Controls the set of fields returned in the LIST response. */
|
|
1020
|
-
view?:
|
|
1134
|
+
view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
|
|
1021
1135
|
}): Request<ListAuthorizedCertificatesResponse>;
|
|
1022
1136
|
/** 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 applicable to the same domains as the original certificate. The certificate display_name may also be updated. */
|
|
1023
1137
|
patch(request: {
|
|
1024
1138
|
/** V1 error format. */
|
|
1025
|
-
'$.xgafv'?:
|
|
1139
|
+
'$.xgafv'?: '1' | '2';
|
|
1026
1140
|
/** OAuth access token. */
|
|
1027
1141
|
access_token?: string;
|
|
1028
1142
|
/** Data format for response. */
|
|
1029
|
-
alt?:
|
|
1143
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1030
1144
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1031
1145
|
appsId: string;
|
|
1032
1146
|
/** Part of `name`. See documentation of `appsId`. */
|
|
@@ -1055,11 +1169,11 @@ declare namespace gapi.client {
|
|
|
1055
1169
|
patch(
|
|
1056
1170
|
request: {
|
|
1057
1171
|
/** V1 error format. */
|
|
1058
|
-
'$.xgafv'?:
|
|
1172
|
+
'$.xgafv'?: '1' | '2';
|
|
1059
1173
|
/** OAuth access token. */
|
|
1060
1174
|
access_token?: string;
|
|
1061
1175
|
/** Data format for response. */
|
|
1062
|
-
alt?:
|
|
1176
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1063
1177
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1064
1178
|
appsId: string;
|
|
1065
1179
|
/** Part of `name`. See documentation of `appsId`. */
|
|
@@ -1090,11 +1204,11 @@ declare namespace gapi.client {
|
|
|
1090
1204
|
/** Lists all domains the user is authorized to administer. */
|
|
1091
1205
|
list(request?: {
|
|
1092
1206
|
/** V1 error format. */
|
|
1093
|
-
'$.xgafv'?:
|
|
1207
|
+
'$.xgafv'?: '1' | '2';
|
|
1094
1208
|
/** OAuth access token. */
|
|
1095
1209
|
access_token?: string;
|
|
1096
1210
|
/** Data format for response. */
|
|
1097
|
-
alt?:
|
|
1211
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1098
1212
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1099
1213
|
appsId: string;
|
|
1100
1214
|
/** JSONP */
|
|
@@ -1123,11 +1237,11 @@ declare namespace gapi.client {
|
|
|
1123
1237
|
/** Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains. */
|
|
1124
1238
|
create(request: {
|
|
1125
1239
|
/** V1 error format. */
|
|
1126
|
-
'$.xgafv'?:
|
|
1240
|
+
'$.xgafv'?: '1' | '2';
|
|
1127
1241
|
/** OAuth access token. */
|
|
1128
1242
|
access_token?: string;
|
|
1129
1243
|
/** Data format for response. */
|
|
1130
|
-
alt?:
|
|
1244
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1131
1245
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1132
1246
|
appsId: string;
|
|
1133
1247
|
/** JSONP */
|
|
@@ -1139,7 +1253,10 @@ declare namespace gapi.client {
|
|
|
1139
1253
|
/** OAuth 2.0 token for the current user. */
|
|
1140
1254
|
oauth_token?: string;
|
|
1141
1255
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1142
|
-
overrideStrategy?:
|
|
1256
|
+
overrideStrategy?:
|
|
1257
|
+
| 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
|
|
1258
|
+
| 'STRICT'
|
|
1259
|
+
| 'OVERRIDE';
|
|
1143
1260
|
/** Returns response with indentations and line breaks. */
|
|
1144
1261
|
prettyPrint?: boolean;
|
|
1145
1262
|
/** 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. */
|
|
@@ -1154,11 +1271,11 @@ declare namespace gapi.client {
|
|
|
1154
1271
|
create(
|
|
1155
1272
|
request: {
|
|
1156
1273
|
/** V1 error format. */
|
|
1157
|
-
'$.xgafv'?:
|
|
1274
|
+
'$.xgafv'?: '1' | '2';
|
|
1158
1275
|
/** OAuth access token. */
|
|
1159
1276
|
access_token?: string;
|
|
1160
1277
|
/** Data format for response. */
|
|
1161
|
-
alt?:
|
|
1278
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1162
1279
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1163
1280
|
appsId: string;
|
|
1164
1281
|
/** JSONP */
|
|
@@ -1170,7 +1287,10 @@ declare namespace gapi.client {
|
|
|
1170
1287
|
/** OAuth 2.0 token for the current user. */
|
|
1171
1288
|
oauth_token?: string;
|
|
1172
1289
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1173
|
-
overrideStrategy?:
|
|
1290
|
+
overrideStrategy?:
|
|
1291
|
+
| 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
|
|
1292
|
+
| 'STRICT'
|
|
1293
|
+
| 'OVERRIDE';
|
|
1174
1294
|
/** Returns response with indentations and line breaks. */
|
|
1175
1295
|
prettyPrint?: boolean;
|
|
1176
1296
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
@@ -1185,11 +1305,11 @@ declare namespace gapi.client {
|
|
|
1185
1305
|
/** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
|
|
1186
1306
|
delete(request?: {
|
|
1187
1307
|
/** V1 error format. */
|
|
1188
|
-
'$.xgafv'?:
|
|
1308
|
+
'$.xgafv'?: '1' | '2';
|
|
1189
1309
|
/** OAuth access token. */
|
|
1190
1310
|
access_token?: string;
|
|
1191
1311
|
/** Data format for response. */
|
|
1192
|
-
alt?:
|
|
1312
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1193
1313
|
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
|
|
1194
1314
|
appsId: string;
|
|
1195
1315
|
/** JSONP */
|
|
@@ -1214,11 +1334,11 @@ declare namespace gapi.client {
|
|
|
1214
1334
|
/** Gets the specified domain mapping. */
|
|
1215
1335
|
get(request?: {
|
|
1216
1336
|
/** V1 error format. */
|
|
1217
|
-
'$.xgafv'?:
|
|
1337
|
+
'$.xgafv'?: '1' | '2';
|
|
1218
1338
|
/** OAuth access token. */
|
|
1219
1339
|
access_token?: string;
|
|
1220
1340
|
/** Data format for response. */
|
|
1221
|
-
alt?:
|
|
1341
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1222
1342
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
1223
1343
|
appsId: string;
|
|
1224
1344
|
/** JSONP */
|
|
@@ -1243,11 +1363,11 @@ declare namespace gapi.client {
|
|
|
1243
1363
|
/** Lists the domain mappings on an application. */
|
|
1244
1364
|
list(request?: {
|
|
1245
1365
|
/** V1 error format. */
|
|
1246
|
-
'$.xgafv'?:
|
|
1366
|
+
'$.xgafv'?: '1' | '2';
|
|
1247
1367
|
/** OAuth access token. */
|
|
1248
1368
|
access_token?: string;
|
|
1249
1369
|
/** Data format for response. */
|
|
1250
|
-
alt?:
|
|
1370
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1251
1371
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1252
1372
|
appsId: string;
|
|
1253
1373
|
/** JSONP */
|
|
@@ -1274,11 +1394,11 @@ declare namespace gapi.client {
|
|
|
1274
1394
|
/** 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 to administer the associated domain in order to update a DomainMapping resource. */
|
|
1275
1395
|
patch(request: {
|
|
1276
1396
|
/** V1 error format. */
|
|
1277
|
-
'$.xgafv'?:
|
|
1397
|
+
'$.xgafv'?: '1' | '2';
|
|
1278
1398
|
/** OAuth access token. */
|
|
1279
1399
|
access_token?: string;
|
|
1280
1400
|
/** Data format for response. */
|
|
1281
|
-
alt?:
|
|
1401
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1282
1402
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1283
1403
|
appsId: string;
|
|
1284
1404
|
/** JSONP */
|
|
@@ -1307,11 +1427,11 @@ declare namespace gapi.client {
|
|
|
1307
1427
|
patch(
|
|
1308
1428
|
request: {
|
|
1309
1429
|
/** V1 error format. */
|
|
1310
|
-
'$.xgafv'?:
|
|
1430
|
+
'$.xgafv'?: '1' | '2';
|
|
1311
1431
|
/** OAuth access token. */
|
|
1312
1432
|
access_token?: string;
|
|
1313
1433
|
/** Data format for response. */
|
|
1314
|
-
alt?:
|
|
1434
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1315
1435
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1316
1436
|
appsId: string;
|
|
1317
1437
|
/** JSONP */
|
|
@@ -1342,11 +1462,11 @@ declare namespace gapi.client {
|
|
|
1342
1462
|
/** Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an "allow all" rule is explicitly added to the end of the list. */
|
|
1343
1463
|
batchUpdate(request: {
|
|
1344
1464
|
/** V1 error format. */
|
|
1345
|
-
'$.xgafv'?:
|
|
1465
|
+
'$.xgafv'?: '1' | '2';
|
|
1346
1466
|
/** OAuth access token. */
|
|
1347
1467
|
access_token?: string;
|
|
1348
1468
|
/** Data format for response. */
|
|
1349
|
-
alt?:
|
|
1469
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1350
1470
|
/** Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */
|
|
1351
1471
|
appsId: string;
|
|
1352
1472
|
/** JSONP */
|
|
@@ -1371,11 +1491,11 @@ declare namespace gapi.client {
|
|
|
1371
1491
|
batchUpdate(
|
|
1372
1492
|
request: {
|
|
1373
1493
|
/** V1 error format. */
|
|
1374
|
-
'$.xgafv'?:
|
|
1494
|
+
'$.xgafv'?: '1' | '2';
|
|
1375
1495
|
/** OAuth access token. */
|
|
1376
1496
|
access_token?: string;
|
|
1377
1497
|
/** Data format for response. */
|
|
1378
|
-
alt?:
|
|
1498
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1379
1499
|
/** Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */
|
|
1380
1500
|
appsId: string;
|
|
1381
1501
|
/** JSONP */
|
|
@@ -1400,11 +1520,11 @@ declare namespace gapi.client {
|
|
|
1400
1520
|
/** Creates a firewall rule for the application. */
|
|
1401
1521
|
create(request: {
|
|
1402
1522
|
/** V1 error format. */
|
|
1403
|
-
'$.xgafv'?:
|
|
1523
|
+
'$.xgafv'?: '1' | '2';
|
|
1404
1524
|
/** OAuth access token. */
|
|
1405
1525
|
access_token?: string;
|
|
1406
1526
|
/** Data format for response. */
|
|
1407
|
-
alt?:
|
|
1527
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1408
1528
|
/** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
|
|
1409
1529
|
appsId: string;
|
|
1410
1530
|
/** JSONP */
|
|
@@ -1429,11 +1549,11 @@ declare namespace gapi.client {
|
|
|
1429
1549
|
create(
|
|
1430
1550
|
request: {
|
|
1431
1551
|
/** V1 error format. */
|
|
1432
|
-
'$.xgafv'?:
|
|
1552
|
+
'$.xgafv'?: '1' | '2';
|
|
1433
1553
|
/** OAuth access token. */
|
|
1434
1554
|
access_token?: string;
|
|
1435
1555
|
/** Data format for response. */
|
|
1436
|
-
alt?:
|
|
1556
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1437
1557
|
/** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
|
|
1438
1558
|
appsId: string;
|
|
1439
1559
|
/** JSONP */
|
|
@@ -1458,11 +1578,11 @@ declare namespace gapi.client {
|
|
|
1458
1578
|
/** Deletes the specified firewall rule. */
|
|
1459
1579
|
delete(request?: {
|
|
1460
1580
|
/** V1 error format. */
|
|
1461
|
-
'$.xgafv'?:
|
|
1581
|
+
'$.xgafv'?: '1' | '2';
|
|
1462
1582
|
/** OAuth access token. */
|
|
1463
1583
|
access_token?: string;
|
|
1464
1584
|
/** Data format for response. */
|
|
1465
|
-
alt?:
|
|
1585
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1466
1586
|
/** Part of `name`. Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100. */
|
|
1467
1587
|
appsId: string;
|
|
1468
1588
|
/** JSONP */
|
|
@@ -1487,11 +1607,11 @@ declare namespace gapi.client {
|
|
|
1487
1607
|
/** Gets the specified firewall rule. */
|
|
1488
1608
|
get(request?: {
|
|
1489
1609
|
/** V1 error format. */
|
|
1490
|
-
'$.xgafv'?:
|
|
1610
|
+
'$.xgafv'?: '1' | '2';
|
|
1491
1611
|
/** OAuth access token. */
|
|
1492
1612
|
access_token?: string;
|
|
1493
1613
|
/** Data format for response. */
|
|
1494
|
-
alt?:
|
|
1614
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1495
1615
|
/** Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100. */
|
|
1496
1616
|
appsId: string;
|
|
1497
1617
|
/** JSONP */
|
|
@@ -1516,11 +1636,11 @@ declare namespace gapi.client {
|
|
|
1516
1636
|
/** Lists the firewall rules of an application. */
|
|
1517
1637
|
list(request?: {
|
|
1518
1638
|
/** V1 error format. */
|
|
1519
|
-
'$.xgafv'?:
|
|
1639
|
+
'$.xgafv'?: '1' | '2';
|
|
1520
1640
|
/** OAuth access token. */
|
|
1521
1641
|
access_token?: string;
|
|
1522
1642
|
/** Data format for response. */
|
|
1523
|
-
alt?:
|
|
1643
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1524
1644
|
/** Part of `parent`. Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules. */
|
|
1525
1645
|
appsId: string;
|
|
1526
1646
|
/** JSONP */
|
|
@@ -1549,11 +1669,11 @@ declare namespace gapi.client {
|
|
|
1549
1669
|
/** Updates the specified firewall rule. */
|
|
1550
1670
|
patch(request: {
|
|
1551
1671
|
/** V1 error format. */
|
|
1552
|
-
'$.xgafv'?:
|
|
1672
|
+
'$.xgafv'?: '1' | '2';
|
|
1553
1673
|
/** OAuth access token. */
|
|
1554
1674
|
access_token?: string;
|
|
1555
1675
|
/** Data format for response. */
|
|
1556
|
-
alt?:
|
|
1676
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1557
1677
|
/** Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */
|
|
1558
1678
|
appsId: string;
|
|
1559
1679
|
/** JSONP */
|
|
@@ -1582,11 +1702,11 @@ declare namespace gapi.client {
|
|
|
1582
1702
|
patch(
|
|
1583
1703
|
request: {
|
|
1584
1704
|
/** V1 error format. */
|
|
1585
|
-
'$.xgafv'?:
|
|
1705
|
+
'$.xgafv'?: '1' | '2';
|
|
1586
1706
|
/** OAuth access token. */
|
|
1587
1707
|
access_token?: string;
|
|
1588
1708
|
/** Data format for response. */
|
|
1589
|
-
alt?:
|
|
1709
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1590
1710
|
/** Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */
|
|
1591
1711
|
appsId: string;
|
|
1592
1712
|
/** JSONP */
|
|
@@ -1620,11 +1740,11 @@ declare namespace gapi.client {
|
|
|
1620
1740
|
/** Gets information about a location. */
|
|
1621
1741
|
get(request?: {
|
|
1622
1742
|
/** V1 error format. */
|
|
1623
|
-
'$.xgafv'?:
|
|
1743
|
+
'$.xgafv'?: '1' | '2';
|
|
1624
1744
|
/** OAuth access token. */
|
|
1625
1745
|
access_token?: string;
|
|
1626
1746
|
/** Data format for response. */
|
|
1627
|
-
alt?:
|
|
1747
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1628
1748
|
/** Part of `name`. Resource name for the location. */
|
|
1629
1749
|
appsId: string;
|
|
1630
1750
|
/** JSONP */
|
|
@@ -1646,19 +1766,19 @@ declare namespace gapi.client {
|
|
|
1646
1766
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1647
1767
|
uploadType?: string;
|
|
1648
1768
|
}): Request<Location>;
|
|
1649
|
-
/** Lists information about the supported locations for this service.
|
|
1769
|
+
/** Lists information about the supported locations for this service.This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: Global locations: If name is empty, the method lists the public locations available to all projects. Project-specific locations: If name follows the format projects/{project}, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project.For gRPC and client library implementations, the resource name is passed as the name field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version. */
|
|
1650
1770
|
list(request?: {
|
|
1651
1771
|
/** V1 error format. */
|
|
1652
|
-
'$.xgafv'?:
|
|
1772
|
+
'$.xgafv'?: '1' | '2';
|
|
1653
1773
|
/** OAuth access token. */
|
|
1654
1774
|
access_token?: string;
|
|
1655
1775
|
/** Data format for response. */
|
|
1656
|
-
alt?:
|
|
1776
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1657
1777
|
/** Part of `name`. The resource that owns the locations collection, if applicable. */
|
|
1658
1778
|
appsId: string;
|
|
1659
1779
|
/** JSONP */
|
|
1660
1780
|
callback?: string;
|
|
1661
|
-
/** Optional. Do not use this field
|
|
1781
|
+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
1662
1782
|
extraLocationTypes?: string | string[];
|
|
1663
1783
|
/** Selector specifying which fields to include in a partial response. */
|
|
1664
1784
|
fields?: string;
|
|
@@ -1686,11 +1806,11 @@ declare namespace gapi.client {
|
|
|
1686
1806
|
/** 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. */
|
|
1687
1807
|
get(request?: {
|
|
1688
1808
|
/** V1 error format. */
|
|
1689
|
-
'$.xgafv'?:
|
|
1809
|
+
'$.xgafv'?: '1' | '2';
|
|
1690
1810
|
/** OAuth access token. */
|
|
1691
1811
|
access_token?: string;
|
|
1692
1812
|
/** Data format for response. */
|
|
1693
|
-
alt?:
|
|
1813
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1694
1814
|
/** Part of `name`. The name of the operation resource. */
|
|
1695
1815
|
appsId: string;
|
|
1696
1816
|
/** JSONP */
|
|
@@ -1715,11 +1835,11 @@ declare namespace gapi.client {
|
|
|
1715
1835
|
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
|
|
1716
1836
|
list(request?: {
|
|
1717
1837
|
/** V1 error format. */
|
|
1718
|
-
'$.xgafv'?:
|
|
1838
|
+
'$.xgafv'?: '1' | '2';
|
|
1719
1839
|
/** OAuth access token. */
|
|
1720
1840
|
access_token?: string;
|
|
1721
1841
|
/** Data format for response. */
|
|
1722
|
-
alt?:
|
|
1842
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1723
1843
|
/** Part of `name`. The name of the operation's parent resource. */
|
|
1724
1844
|
appsId: string;
|
|
1725
1845
|
/** JSONP */
|
|
@@ -1752,11 +1872,11 @@ declare namespace gapi.client {
|
|
|
1752
1872
|
/** Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment. */
|
|
1753
1873
|
debug(request: {
|
|
1754
1874
|
/** V1 error format. */
|
|
1755
|
-
'$.xgafv'?:
|
|
1875
|
+
'$.xgafv'?: '1' | '2';
|
|
1756
1876
|
/** OAuth access token. */
|
|
1757
1877
|
access_token?: string;
|
|
1758
1878
|
/** Data format for response. */
|
|
1759
|
-
alt?:
|
|
1879
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1760
1880
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1761
1881
|
appsId: string;
|
|
1762
1882
|
/** JSONP */
|
|
@@ -1787,11 +1907,11 @@ declare namespace gapi.client {
|
|
|
1787
1907
|
debug(
|
|
1788
1908
|
request: {
|
|
1789
1909
|
/** V1 error format. */
|
|
1790
|
-
'$.xgafv'?:
|
|
1910
|
+
'$.xgafv'?: '1' | '2';
|
|
1791
1911
|
/** OAuth access token. */
|
|
1792
1912
|
access_token?: string;
|
|
1793
1913
|
/** Data format for response. */
|
|
1794
|
-
alt?:
|
|
1914
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1795
1915
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1796
1916
|
appsId: string;
|
|
1797
1917
|
/** JSONP */
|
|
@@ -1822,11 +1942,11 @@ declare namespace gapi.client {
|
|
|
1822
1942
|
/** Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method. */
|
|
1823
1943
|
delete(request?: {
|
|
1824
1944
|
/** V1 error format. */
|
|
1825
|
-
'$.xgafv'?:
|
|
1945
|
+
'$.xgafv'?: '1' | '2';
|
|
1826
1946
|
/** OAuth access token. */
|
|
1827
1947
|
access_token?: string;
|
|
1828
1948
|
/** Data format for response. */
|
|
1829
|
-
alt?:
|
|
1949
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1830
1950
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1831
1951
|
appsId: string;
|
|
1832
1952
|
/** JSONP */
|
|
@@ -1855,11 +1975,11 @@ declare namespace gapi.client {
|
|
|
1855
1975
|
/** Gets instance information. */
|
|
1856
1976
|
get(request?: {
|
|
1857
1977
|
/** V1 error format. */
|
|
1858
|
-
'$.xgafv'?:
|
|
1978
|
+
'$.xgafv'?: '1' | '2';
|
|
1859
1979
|
/** OAuth access token. */
|
|
1860
1980
|
access_token?: string;
|
|
1861
1981
|
/** Data format for response. */
|
|
1862
|
-
alt?:
|
|
1982
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1863
1983
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1864
1984
|
appsId: string;
|
|
1865
1985
|
/** JSONP */
|
|
@@ -1888,11 +2008,11 @@ declare namespace gapi.client {
|
|
|
1888
2008
|
/** Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list). */
|
|
1889
2009
|
list(request?: {
|
|
1890
2010
|
/** V1 error format. */
|
|
1891
|
-
'$.xgafv'?:
|
|
2011
|
+
'$.xgafv'?: '1' | '2';
|
|
1892
2012
|
/** OAuth access token. */
|
|
1893
2013
|
access_token?: string;
|
|
1894
2014
|
/** Data format for response. */
|
|
1895
|
-
alt?:
|
|
2015
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1896
2016
|
/** Part of `parent`. Required. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */
|
|
1897
2017
|
appsId: string;
|
|
1898
2018
|
/** JSONP */
|
|
@@ -1925,11 +2045,11 @@ declare namespace gapi.client {
|
|
|
1925
2045
|
/** Deploys code and resource files to a new version. */
|
|
1926
2046
|
create(request: {
|
|
1927
2047
|
/** V1 error format. */
|
|
1928
|
-
'$.xgafv'?:
|
|
2048
|
+
'$.xgafv'?: '1' | '2';
|
|
1929
2049
|
/** OAuth access token. */
|
|
1930
2050
|
access_token?: string;
|
|
1931
2051
|
/** Data format for response. */
|
|
1932
|
-
alt?:
|
|
2052
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1933
2053
|
/** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
|
|
1934
2054
|
appsId: string;
|
|
1935
2055
|
/** JSONP */
|
|
@@ -1956,11 +2076,11 @@ declare namespace gapi.client {
|
|
|
1956
2076
|
create(
|
|
1957
2077
|
request: {
|
|
1958
2078
|
/** V1 error format. */
|
|
1959
|
-
'$.xgafv'?:
|
|
2079
|
+
'$.xgafv'?: '1' | '2';
|
|
1960
2080
|
/** OAuth access token. */
|
|
1961
2081
|
access_token?: string;
|
|
1962
2082
|
/** Data format for response. */
|
|
1963
|
-
alt?:
|
|
2083
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1964
2084
|
/** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
|
|
1965
2085
|
appsId: string;
|
|
1966
2086
|
/** JSONP */
|
|
@@ -1987,11 +2107,11 @@ declare namespace gapi.client {
|
|
|
1987
2107
|
/** Deletes an existing Version resource. */
|
|
1988
2108
|
delete(request?: {
|
|
1989
2109
|
/** V1 error format. */
|
|
1990
|
-
'$.xgafv'?:
|
|
2110
|
+
'$.xgafv'?: '1' | '2';
|
|
1991
2111
|
/** OAuth access token. */
|
|
1992
2112
|
access_token?: string;
|
|
1993
2113
|
/** Data format for response. */
|
|
1994
|
-
alt?:
|
|
2114
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1995
2115
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
1996
2116
|
appsId: string;
|
|
1997
2117
|
/** JSONP */
|
|
@@ -2015,14 +2135,80 @@ declare namespace gapi.client {
|
|
|
2015
2135
|
/** Part of `name`. See documentation of `appsId`. */
|
|
2016
2136
|
versionsId: string;
|
|
2017
2137
|
}): Request<Operation>;
|
|
2138
|
+
/** Exports a user image to Artifact Registry. */
|
|
2139
|
+
exportAppImage(request: {
|
|
2140
|
+
/** V1 error format. */
|
|
2141
|
+
'$.xgafv'?: '1' | '2';
|
|
2142
|
+
/** OAuth access token. */
|
|
2143
|
+
access_token?: string;
|
|
2144
|
+
/** Data format for response. */
|
|
2145
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2146
|
+
/** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
|
|
2147
|
+
appsId: string;
|
|
2148
|
+
/** JSONP */
|
|
2149
|
+
callback?: string;
|
|
2150
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2151
|
+
fields?: string;
|
|
2152
|
+
/** 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. */
|
|
2153
|
+
key?: string;
|
|
2154
|
+
/** OAuth 2.0 token for the current user. */
|
|
2155
|
+
oauth_token?: string;
|
|
2156
|
+
/** Returns response with indentations and line breaks. */
|
|
2157
|
+
prettyPrint?: boolean;
|
|
2158
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2159
|
+
quotaUser?: string;
|
|
2160
|
+
/** Part of `name`. See documentation of `appsId`. */
|
|
2161
|
+
servicesId: string;
|
|
2162
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2163
|
+
upload_protocol?: string;
|
|
2164
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2165
|
+
uploadType?: string;
|
|
2166
|
+
/** Part of `name`. See documentation of `appsId`. */
|
|
2167
|
+
versionsId: string;
|
|
2168
|
+
/** Request body */
|
|
2169
|
+
resource: ExportAppImageRequest;
|
|
2170
|
+
}): Request<Operation>;
|
|
2171
|
+
exportAppImage(
|
|
2172
|
+
request: {
|
|
2173
|
+
/** V1 error format. */
|
|
2174
|
+
'$.xgafv'?: '1' | '2';
|
|
2175
|
+
/** OAuth access token. */
|
|
2176
|
+
access_token?: string;
|
|
2177
|
+
/** Data format for response. */
|
|
2178
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2179
|
+
/** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
|
|
2180
|
+
appsId: string;
|
|
2181
|
+
/** JSONP */
|
|
2182
|
+
callback?: string;
|
|
2183
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2184
|
+
fields?: string;
|
|
2185
|
+
/** 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. */
|
|
2186
|
+
key?: string;
|
|
2187
|
+
/** OAuth 2.0 token for the current user. */
|
|
2188
|
+
oauth_token?: string;
|
|
2189
|
+
/** Returns response with indentations and line breaks. */
|
|
2190
|
+
prettyPrint?: boolean;
|
|
2191
|
+
/** 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. */
|
|
2192
|
+
quotaUser?: string;
|
|
2193
|
+
/** Part of `name`. See documentation of `appsId`. */
|
|
2194
|
+
servicesId: string;
|
|
2195
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2196
|
+
upload_protocol?: string;
|
|
2197
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2198
|
+
uploadType?: string;
|
|
2199
|
+
/** Part of `name`. See documentation of `appsId`. */
|
|
2200
|
+
versionsId: string;
|
|
2201
|
+
},
|
|
2202
|
+
body: ExportAppImageRequest,
|
|
2203
|
+
): Request<Operation>;
|
|
2018
2204
|
/** Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource. */
|
|
2019
2205
|
get(request?: {
|
|
2020
2206
|
/** V1 error format. */
|
|
2021
|
-
'$.xgafv'?:
|
|
2207
|
+
'$.xgafv'?: '1' | '2';
|
|
2022
2208
|
/** OAuth access token. */
|
|
2023
2209
|
access_token?: string;
|
|
2024
2210
|
/** Data format for response. */
|
|
2025
|
-
alt?:
|
|
2211
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2026
2212
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
2027
2213
|
appsId: string;
|
|
2028
2214
|
/** JSONP */
|
|
@@ -2046,16 +2232,16 @@ declare namespace gapi.client {
|
|
|
2046
2232
|
/** Part of `name`. See documentation of `appsId`. */
|
|
2047
2233
|
versionsId: string;
|
|
2048
2234
|
/** Controls the set of fields returned in the Get response. */
|
|
2049
|
-
view?:
|
|
2235
|
+
view?: 'BASIC' | 'FULL';
|
|
2050
2236
|
}): Request<Version>;
|
|
2051
2237
|
/** Lists the versions of a service. */
|
|
2052
2238
|
list(request?: {
|
|
2053
2239
|
/** V1 error format. */
|
|
2054
|
-
'$.xgafv'?:
|
|
2240
|
+
'$.xgafv'?: '1' | '2';
|
|
2055
2241
|
/** OAuth access token. */
|
|
2056
2242
|
access_token?: string;
|
|
2057
2243
|
/** Data format for response. */
|
|
2058
|
-
alt?:
|
|
2244
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2059
2245
|
/** Part of `parent`. Required. Name of the parent Service resource. Example: apps/myapp/services/default. */
|
|
2060
2246
|
appsId: string;
|
|
2061
2247
|
/** JSONP */
|
|
@@ -2081,16 +2267,16 @@ declare namespace gapi.client {
|
|
|
2081
2267
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2082
2268
|
uploadType?: string;
|
|
2083
2269
|
/** Controls the set of fields returned in the List response. */
|
|
2084
|
-
view?:
|
|
2270
|
+
view?: 'BASIC' | 'FULL';
|
|
2085
2271
|
}): Request<ListVersionsResponse>;
|
|
2086
2272
|
/** 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 environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling) */
|
|
2087
2273
|
patch(request: {
|
|
2088
2274
|
/** V1 error format. */
|
|
2089
|
-
'$.xgafv'?:
|
|
2275
|
+
'$.xgafv'?: '1' | '2';
|
|
2090
2276
|
/** OAuth access token. */
|
|
2091
2277
|
access_token?: string;
|
|
2092
2278
|
/** Data format for response. */
|
|
2093
|
-
alt?:
|
|
2279
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2094
2280
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
2095
2281
|
appsId: string;
|
|
2096
2282
|
/** JSONP */
|
|
@@ -2121,11 +2307,11 @@ declare namespace gapi.client {
|
|
|
2121
2307
|
patch(
|
|
2122
2308
|
request: {
|
|
2123
2309
|
/** V1 error format. */
|
|
2124
|
-
'$.xgafv'?:
|
|
2310
|
+
'$.xgafv'?: '1' | '2';
|
|
2125
2311
|
/** OAuth access token. */
|
|
2126
2312
|
access_token?: string;
|
|
2127
2313
|
/** Data format for response. */
|
|
2128
|
-
alt?:
|
|
2314
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2129
2315
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
2130
2316
|
appsId: string;
|
|
2131
2317
|
/** JSONP */
|
|
@@ -2159,11 +2345,11 @@ declare namespace gapi.client {
|
|
|
2159
2345
|
/** Deletes the specified service and all enclosed versions. */
|
|
2160
2346
|
delete(request?: {
|
|
2161
2347
|
/** V1 error format. */
|
|
2162
|
-
'$.xgafv'?:
|
|
2348
|
+
'$.xgafv'?: '1' | '2';
|
|
2163
2349
|
/** OAuth access token. */
|
|
2164
2350
|
access_token?: string;
|
|
2165
2351
|
/** Data format for response. */
|
|
2166
|
-
alt?:
|
|
2352
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2167
2353
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
2168
2354
|
appsId: string;
|
|
2169
2355
|
/** JSONP */
|
|
@@ -2188,11 +2374,11 @@ declare namespace gapi.client {
|
|
|
2188
2374
|
/** Gets the current configuration of the specified service. */
|
|
2189
2375
|
get(request?: {
|
|
2190
2376
|
/** V1 error format. */
|
|
2191
|
-
'$.xgafv'?:
|
|
2377
|
+
'$.xgafv'?: '1' | '2';
|
|
2192
2378
|
/** OAuth access token. */
|
|
2193
2379
|
access_token?: string;
|
|
2194
2380
|
/** Data format for response. */
|
|
2195
|
-
alt?:
|
|
2381
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2196
2382
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
2197
2383
|
appsId: string;
|
|
2198
2384
|
/** JSONP */
|
|
@@ -2217,11 +2403,11 @@ declare namespace gapi.client {
|
|
|
2217
2403
|
/** Lists all the services in the application. */
|
|
2218
2404
|
list(request?: {
|
|
2219
2405
|
/** V1 error format. */
|
|
2220
|
-
'$.xgafv'?:
|
|
2406
|
+
'$.xgafv'?: '1' | '2';
|
|
2221
2407
|
/** OAuth access token. */
|
|
2222
2408
|
access_token?: string;
|
|
2223
2409
|
/** Data format for response. */
|
|
2224
|
-
alt?:
|
|
2410
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2225
2411
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2226
2412
|
appsId: string;
|
|
2227
2413
|
/** JSONP */
|
|
@@ -2248,11 +2434,11 @@ declare namespace gapi.client {
|
|
|
2248
2434
|
/** Updates the configuration of the specified service. */
|
|
2249
2435
|
patch(request: {
|
|
2250
2436
|
/** V1 error format. */
|
|
2251
|
-
'$.xgafv'?:
|
|
2437
|
+
'$.xgafv'?: '1' | '2';
|
|
2252
2438
|
/** OAuth access token. */
|
|
2253
2439
|
access_token?: string;
|
|
2254
2440
|
/** Data format for response. */
|
|
2255
|
-
alt?:
|
|
2441
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2256
2442
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
2257
2443
|
appsId: string;
|
|
2258
2444
|
/** JSONP */
|
|
@@ -2283,11 +2469,11 @@ declare namespace gapi.client {
|
|
|
2283
2469
|
patch(
|
|
2284
2470
|
request: {
|
|
2285
2471
|
/** V1 error format. */
|
|
2286
|
-
'$.xgafv'?:
|
|
2472
|
+
'$.xgafv'?: '1' | '2';
|
|
2287
2473
|
/** OAuth access token. */
|
|
2288
2474
|
access_token?: string;
|
|
2289
2475
|
/** Data format for response. */
|
|
2290
|
-
alt?:
|
|
2476
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2291
2477
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
2292
2478
|
appsId: string;
|
|
2293
2479
|
/** JSONP */
|
|
@@ -2321,11 +2507,11 @@ declare namespace gapi.client {
|
|
|
2321
2507
|
/** Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/). */
|
|
2322
2508
|
create(request: {
|
|
2323
2509
|
/** V1 error format. */
|
|
2324
|
-
'$.xgafv'?:
|
|
2510
|
+
'$.xgafv'?: '1' | '2';
|
|
2325
2511
|
/** OAuth access token. */
|
|
2326
2512
|
access_token?: string;
|
|
2327
2513
|
/** Data format for response. */
|
|
2328
|
-
alt?:
|
|
2514
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2329
2515
|
/** JSONP */
|
|
2330
2516
|
callback?: string;
|
|
2331
2517
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2348,11 +2534,11 @@ declare namespace gapi.client {
|
|
|
2348
2534
|
create(
|
|
2349
2535
|
request: {
|
|
2350
2536
|
/** V1 error format. */
|
|
2351
|
-
'$.xgafv'?:
|
|
2537
|
+
'$.xgafv'?: '1' | '2';
|
|
2352
2538
|
/** OAuth access token. */
|
|
2353
2539
|
access_token?: string;
|
|
2354
2540
|
/** Data format for response. */
|
|
2355
|
-
alt?:
|
|
2541
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2356
2542
|
/** JSONP */
|
|
2357
2543
|
callback?: string;
|
|
2358
2544
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2375,11 +2561,11 @@ declare namespace gapi.client {
|
|
|
2375
2561
|
/** Gets information about an application. */
|
|
2376
2562
|
get(request?: {
|
|
2377
2563
|
/** V1 error format. */
|
|
2378
|
-
'$.xgafv'?:
|
|
2564
|
+
'$.xgafv'?: '1' | '2';
|
|
2379
2565
|
/** OAuth access token. */
|
|
2380
2566
|
access_token?: string;
|
|
2381
2567
|
/** Data format for response. */
|
|
2382
|
-
alt?:
|
|
2568
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2383
2569
|
/** Part of `name`. Required. Name of the Application resource to get. Example: apps/myapp. */
|
|
2384
2570
|
appsId: string;
|
|
2385
2571
|
/** JSONP */
|
|
@@ -2387,7 +2573,10 @@ declare namespace gapi.client {
|
|
|
2387
2573
|
/** Selector specifying which fields to include in a partial response. */
|
|
2388
2574
|
fields?: string;
|
|
2389
2575
|
/** Options to include extra data */
|
|
2390
|
-
includeExtraData?:
|
|
2576
|
+
includeExtraData?:
|
|
2577
|
+
| 'INCLUDE_EXTRA_DATA_UNSPECIFIED'
|
|
2578
|
+
| 'INCLUDE_EXTRA_DATA_NONE'
|
|
2579
|
+
| 'INCLUDE_GOOGLE_GENERATED_METADATA';
|
|
2391
2580
|
/** 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. */
|
|
2392
2581
|
key?: string;
|
|
2393
2582
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2404,17 +2593,17 @@ declare namespace gapi.client {
|
|
|
2404
2593
|
/** Lists all the available runtimes for the application. */
|
|
2405
2594
|
listRuntimes(request?: {
|
|
2406
2595
|
/** V1 error format. */
|
|
2407
|
-
'$.xgafv'?:
|
|
2596
|
+
'$.xgafv'?: '1' | '2';
|
|
2408
2597
|
/** OAuth access token. */
|
|
2409
2598
|
access_token?: string;
|
|
2410
2599
|
/** Data format for response. */
|
|
2411
|
-
alt?:
|
|
2600
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2412
2601
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2413
2602
|
appsId: string;
|
|
2414
2603
|
/** JSONP */
|
|
2415
2604
|
callback?: string;
|
|
2416
2605
|
/** Optional. The environment of the Application. */
|
|
2417
|
-
environment?:
|
|
2606
|
+
environment?: 'ENVIRONMENT_UNSPECIFIED' | 'STANDARD' | 'FLEXIBLE';
|
|
2418
2607
|
/** Selector specifying which fields to include in a partial response. */
|
|
2419
2608
|
fields?: string;
|
|
2420
2609
|
/** 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. */
|
|
@@ -2433,11 +2622,11 @@ declare namespace gapi.client {
|
|
|
2433
2622
|
/** Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application. */
|
|
2434
2623
|
patch(request: {
|
|
2435
2624
|
/** V1 error format. */
|
|
2436
|
-
'$.xgafv'?:
|
|
2625
|
+
'$.xgafv'?: '1' | '2';
|
|
2437
2626
|
/** OAuth access token. */
|
|
2438
2627
|
access_token?: string;
|
|
2439
2628
|
/** Data format for response. */
|
|
2440
|
-
alt?:
|
|
2629
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2441
2630
|
/** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
|
|
2442
2631
|
appsId: string;
|
|
2443
2632
|
/** JSONP */
|
|
@@ -2464,11 +2653,11 @@ declare namespace gapi.client {
|
|
|
2464
2653
|
patch(
|
|
2465
2654
|
request: {
|
|
2466
2655
|
/** V1 error format. */
|
|
2467
|
-
'$.xgafv'?:
|
|
2656
|
+
'$.xgafv'?: '1' | '2';
|
|
2468
2657
|
/** OAuth access token. */
|
|
2469
2658
|
access_token?: string;
|
|
2470
2659
|
/** Data format for response. */
|
|
2471
|
-
alt?:
|
|
2660
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2472
2661
|
/** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
|
|
2473
2662
|
appsId: string;
|
|
2474
2663
|
/** JSONP */
|
|
@@ -2495,11 +2684,11 @@ declare namespace gapi.client {
|
|
|
2495
2684
|
/** Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log. */
|
|
2496
2685
|
repair(request: {
|
|
2497
2686
|
/** V1 error format. */
|
|
2498
|
-
'$.xgafv'?:
|
|
2687
|
+
'$.xgafv'?: '1' | '2';
|
|
2499
2688
|
/** OAuth access token. */
|
|
2500
2689
|
access_token?: string;
|
|
2501
2690
|
/** Data format for response. */
|
|
2502
|
-
alt?:
|
|
2691
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2503
2692
|
/** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
|
|
2504
2693
|
appsId: string;
|
|
2505
2694
|
/** JSONP */
|
|
@@ -2524,11 +2713,11 @@ declare namespace gapi.client {
|
|
|
2524
2713
|
repair(
|
|
2525
2714
|
request: {
|
|
2526
2715
|
/** V1 error format. */
|
|
2527
|
-
'$.xgafv'?:
|
|
2716
|
+
'$.xgafv'?: '1' | '2';
|
|
2528
2717
|
/** OAuth access token. */
|
|
2529
2718
|
access_token?: string;
|
|
2530
2719
|
/** Data format for response. */
|
|
2531
|
-
alt?:
|
|
2720
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2532
2721
|
/** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
|
|
2533
2722
|
appsId: string;
|
|
2534
2723
|
/** JSONP */
|
|
@@ -2562,11 +2751,11 @@ declare namespace gapi.client {
|
|
|
2562
2751
|
/** Uploads the specified SSL certificate. */
|
|
2563
2752
|
create(request: {
|
|
2564
2753
|
/** V1 error format. */
|
|
2565
|
-
'$.xgafv'?:
|
|
2754
|
+
'$.xgafv'?: '1' | '2';
|
|
2566
2755
|
/** OAuth access token. */
|
|
2567
2756
|
access_token?: string;
|
|
2568
2757
|
/** Data format for response. */
|
|
2569
|
-
alt?:
|
|
2758
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2570
2759
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2571
2760
|
applicationsId: string;
|
|
2572
2761
|
/** JSONP */
|
|
@@ -2595,11 +2784,11 @@ declare namespace gapi.client {
|
|
|
2595
2784
|
create(
|
|
2596
2785
|
request: {
|
|
2597
2786
|
/** V1 error format. */
|
|
2598
|
-
'$.xgafv'?:
|
|
2787
|
+
'$.xgafv'?: '1' | '2';
|
|
2599
2788
|
/** OAuth access token. */
|
|
2600
2789
|
access_token?: string;
|
|
2601
2790
|
/** Data format for response. */
|
|
2602
|
-
alt?:
|
|
2791
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2603
2792
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2604
2793
|
applicationsId: string;
|
|
2605
2794
|
/** JSONP */
|
|
@@ -2628,11 +2817,11 @@ declare namespace gapi.client {
|
|
|
2628
2817
|
/** Deletes the specified SSL certificate. */
|
|
2629
2818
|
delete(request?: {
|
|
2630
2819
|
/** V1 error format. */
|
|
2631
|
-
'$.xgafv'?:
|
|
2820
|
+
'$.xgafv'?: '1' | '2';
|
|
2632
2821
|
/** OAuth access token. */
|
|
2633
2822
|
access_token?: string;
|
|
2634
2823
|
/** Data format for response. */
|
|
2635
|
-
alt?:
|
|
2824
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2636
2825
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2637
2826
|
applicationsId: string;
|
|
2638
2827
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
@@ -2661,11 +2850,11 @@ declare namespace gapi.client {
|
|
|
2661
2850
|
/** Gets the specified SSL certificate. */
|
|
2662
2851
|
get(request?: {
|
|
2663
2852
|
/** V1 error format. */
|
|
2664
|
-
'$.xgafv'?:
|
|
2853
|
+
'$.xgafv'?: '1' | '2';
|
|
2665
2854
|
/** OAuth access token. */
|
|
2666
2855
|
access_token?: string;
|
|
2667
2856
|
/** Data format for response. */
|
|
2668
|
-
alt?:
|
|
2857
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2669
2858
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2670
2859
|
applicationsId: string;
|
|
2671
2860
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
@@ -2691,16 +2880,16 @@ declare namespace gapi.client {
|
|
|
2691
2880
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2692
2881
|
uploadType?: string;
|
|
2693
2882
|
/** Controls the set of fields returned in the GET response. */
|
|
2694
|
-
view?:
|
|
2883
|
+
view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
|
|
2695
2884
|
}): Request<AuthorizedCertificate>;
|
|
2696
2885
|
/** Lists all SSL certificates the user is authorized to administer. */
|
|
2697
2886
|
list(request?: {
|
|
2698
2887
|
/** V1 error format. */
|
|
2699
|
-
'$.xgafv'?:
|
|
2888
|
+
'$.xgafv'?: '1' | '2';
|
|
2700
2889
|
/** OAuth access token. */
|
|
2701
2890
|
access_token?: string;
|
|
2702
2891
|
/** Data format for response. */
|
|
2703
|
-
alt?:
|
|
2892
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2704
2893
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2705
2894
|
applicationsId: string;
|
|
2706
2895
|
/** JSONP */
|
|
@@ -2728,16 +2917,16 @@ declare namespace gapi.client {
|
|
|
2728
2917
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2729
2918
|
uploadType?: string;
|
|
2730
2919
|
/** Controls the set of fields returned in the LIST response. */
|
|
2731
|
-
view?:
|
|
2920
|
+
view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
|
|
2732
2921
|
}): Request<ListAuthorizedCertificatesResponse>;
|
|
2733
2922
|
/** 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 applicable to the same domains as the original certificate. The certificate display_name may also be updated. */
|
|
2734
2923
|
patch(request: {
|
|
2735
2924
|
/** V1 error format. */
|
|
2736
|
-
'$.xgafv'?:
|
|
2925
|
+
'$.xgafv'?: '1' | '2';
|
|
2737
2926
|
/** OAuth access token. */
|
|
2738
2927
|
access_token?: string;
|
|
2739
2928
|
/** Data format for response. */
|
|
2740
|
-
alt?:
|
|
2929
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2741
2930
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2742
2931
|
applicationsId: string;
|
|
2743
2932
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
@@ -2770,11 +2959,11 @@ declare namespace gapi.client {
|
|
|
2770
2959
|
patch(
|
|
2771
2960
|
request: {
|
|
2772
2961
|
/** V1 error format. */
|
|
2773
|
-
'$.xgafv'?:
|
|
2962
|
+
'$.xgafv'?: '1' | '2';
|
|
2774
2963
|
/** OAuth access token. */
|
|
2775
2964
|
access_token?: string;
|
|
2776
2965
|
/** Data format for response. */
|
|
2777
|
-
alt?:
|
|
2966
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2778
2967
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2779
2968
|
applicationsId: string;
|
|
2780
2969
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
@@ -2809,11 +2998,11 @@ declare namespace gapi.client {
|
|
|
2809
2998
|
/** Lists all domains the user is authorized to administer. */
|
|
2810
2999
|
list(request?: {
|
|
2811
3000
|
/** V1 error format. */
|
|
2812
|
-
'$.xgafv'?:
|
|
3001
|
+
'$.xgafv'?: '1' | '2';
|
|
2813
3002
|
/** OAuth access token. */
|
|
2814
3003
|
access_token?: string;
|
|
2815
3004
|
/** Data format for response. */
|
|
2816
|
-
alt?:
|
|
3005
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2817
3006
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2818
3007
|
applicationsId: string;
|
|
2819
3008
|
/** JSONP */
|
|
@@ -2846,11 +3035,11 @@ declare namespace gapi.client {
|
|
|
2846
3035
|
/** Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains. */
|
|
2847
3036
|
create(request: {
|
|
2848
3037
|
/** V1 error format. */
|
|
2849
|
-
'$.xgafv'?:
|
|
3038
|
+
'$.xgafv'?: '1' | '2';
|
|
2850
3039
|
/** OAuth access token. */
|
|
2851
3040
|
access_token?: string;
|
|
2852
3041
|
/** Data format for response. */
|
|
2853
|
-
alt?:
|
|
3042
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2854
3043
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2855
3044
|
applicationsId: string;
|
|
2856
3045
|
/** JSONP */
|
|
@@ -2864,7 +3053,10 @@ declare namespace gapi.client {
|
|
|
2864
3053
|
/** OAuth 2.0 token for the current user. */
|
|
2865
3054
|
oauth_token?: string;
|
|
2866
3055
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
2867
|
-
overrideStrategy?:
|
|
3056
|
+
overrideStrategy?:
|
|
3057
|
+
| 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
|
|
3058
|
+
| 'STRICT'
|
|
3059
|
+
| 'OVERRIDE';
|
|
2868
3060
|
/** Returns response with indentations and line breaks. */
|
|
2869
3061
|
prettyPrint?: boolean;
|
|
2870
3062
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
@@ -2881,11 +3073,11 @@ declare namespace gapi.client {
|
|
|
2881
3073
|
create(
|
|
2882
3074
|
request: {
|
|
2883
3075
|
/** V1 error format. */
|
|
2884
|
-
'$.xgafv'?:
|
|
3076
|
+
'$.xgafv'?: '1' | '2';
|
|
2885
3077
|
/** OAuth access token. */
|
|
2886
3078
|
access_token?: string;
|
|
2887
3079
|
/** Data format for response. */
|
|
2888
|
-
alt?:
|
|
3080
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2889
3081
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2890
3082
|
applicationsId: string;
|
|
2891
3083
|
/** JSONP */
|
|
@@ -2899,7 +3091,10 @@ declare namespace gapi.client {
|
|
|
2899
3091
|
/** OAuth 2.0 token for the current user. */
|
|
2900
3092
|
oauth_token?: string;
|
|
2901
3093
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
2902
|
-
overrideStrategy?:
|
|
3094
|
+
overrideStrategy?:
|
|
3095
|
+
| 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
|
|
3096
|
+
| 'STRICT'
|
|
3097
|
+
| 'OVERRIDE';
|
|
2903
3098
|
/** Returns response with indentations and line breaks. */
|
|
2904
3099
|
prettyPrint?: boolean;
|
|
2905
3100
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
@@ -2916,11 +3111,11 @@ declare namespace gapi.client {
|
|
|
2916
3111
|
/** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
|
|
2917
3112
|
delete(request?: {
|
|
2918
3113
|
/** V1 error format. */
|
|
2919
|
-
'$.xgafv'?:
|
|
3114
|
+
'$.xgafv'?: '1' | '2';
|
|
2920
3115
|
/** OAuth access token. */
|
|
2921
3116
|
access_token?: string;
|
|
2922
3117
|
/** Data format for response. */
|
|
2923
|
-
alt?:
|
|
3118
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2924
3119
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2925
3120
|
applicationsId: string;
|
|
2926
3121
|
/** JSONP */
|
|
@@ -2949,11 +3144,11 @@ declare namespace gapi.client {
|
|
|
2949
3144
|
/** Gets the specified domain mapping. */
|
|
2950
3145
|
get(request?: {
|
|
2951
3146
|
/** V1 error format. */
|
|
2952
|
-
'$.xgafv'?:
|
|
3147
|
+
'$.xgafv'?: '1' | '2';
|
|
2953
3148
|
/** OAuth access token. */
|
|
2954
3149
|
access_token?: string;
|
|
2955
3150
|
/** Data format for response. */
|
|
2956
|
-
alt?:
|
|
3151
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2957
3152
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2958
3153
|
applicationsId: string;
|
|
2959
3154
|
/** JSONP */
|
|
@@ -2982,11 +3177,11 @@ declare namespace gapi.client {
|
|
|
2982
3177
|
/** Lists the domain mappings on an application. */
|
|
2983
3178
|
list(request?: {
|
|
2984
3179
|
/** V1 error format. */
|
|
2985
|
-
'$.xgafv'?:
|
|
3180
|
+
'$.xgafv'?: '1' | '2';
|
|
2986
3181
|
/** OAuth access token. */
|
|
2987
3182
|
access_token?: string;
|
|
2988
3183
|
/** Data format for response. */
|
|
2989
|
-
alt?:
|
|
3184
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2990
3185
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2991
3186
|
applicationsId: string;
|
|
2992
3187
|
/** JSONP */
|
|
@@ -3017,11 +3212,11 @@ declare namespace gapi.client {
|
|
|
3017
3212
|
/** 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 to administer the associated domain in order to update a DomainMapping resource. */
|
|
3018
3213
|
patch(request: {
|
|
3019
3214
|
/** V1 error format. */
|
|
3020
|
-
'$.xgafv'?:
|
|
3215
|
+
'$.xgafv'?: '1' | '2';
|
|
3021
3216
|
/** OAuth access token. */
|
|
3022
3217
|
access_token?: string;
|
|
3023
3218
|
/** Data format for response. */
|
|
3024
|
-
alt?:
|
|
3219
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3025
3220
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3026
3221
|
applicationsId: string;
|
|
3027
3222
|
/** JSONP */
|
|
@@ -3054,11 +3249,11 @@ declare namespace gapi.client {
|
|
|
3054
3249
|
patch(
|
|
3055
3250
|
request: {
|
|
3056
3251
|
/** V1 error format. */
|
|
3057
|
-
'$.xgafv'?:
|
|
3252
|
+
'$.xgafv'?: '1' | '2';
|
|
3058
3253
|
/** OAuth access token. */
|
|
3059
3254
|
access_token?: string;
|
|
3060
3255
|
/** Data format for response. */
|
|
3061
|
-
alt?:
|
|
3256
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3062
3257
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3063
3258
|
applicationsId: string;
|
|
3064
3259
|
/** JSONP */
|
|
@@ -3093,11 +3288,11 @@ declare namespace gapi.client {
|
|
|
3093
3288
|
/** Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment. */
|
|
3094
3289
|
debug(request: {
|
|
3095
3290
|
/** V1 error format. */
|
|
3096
|
-
'$.xgafv'?:
|
|
3291
|
+
'$.xgafv'?: '1' | '2';
|
|
3097
3292
|
/** OAuth access token. */
|
|
3098
3293
|
access_token?: string;
|
|
3099
3294
|
/** Data format for response. */
|
|
3100
|
-
alt?:
|
|
3295
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3101
3296
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3102
3297
|
applicationsId: string;
|
|
3103
3298
|
/** JSONP */
|
|
@@ -3132,11 +3327,11 @@ declare namespace gapi.client {
|
|
|
3132
3327
|
debug(
|
|
3133
3328
|
request: {
|
|
3134
3329
|
/** V1 error format. */
|
|
3135
|
-
'$.xgafv'?:
|
|
3330
|
+
'$.xgafv'?: '1' | '2';
|
|
3136
3331
|
/** OAuth access token. */
|
|
3137
3332
|
access_token?: string;
|
|
3138
3333
|
/** Data format for response. */
|
|
3139
|
-
alt?:
|
|
3334
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3140
3335
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3141
3336
|
applicationsId: string;
|
|
3142
3337
|
/** JSONP */
|
|
@@ -3171,11 +3366,11 @@ declare namespace gapi.client {
|
|
|
3171
3366
|
/** Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method. */
|
|
3172
3367
|
delete(request?: {
|
|
3173
3368
|
/** V1 error format. */
|
|
3174
|
-
'$.xgafv'?:
|
|
3369
|
+
'$.xgafv'?: '1' | '2';
|
|
3175
3370
|
/** OAuth access token. */
|
|
3176
3371
|
access_token?: string;
|
|
3177
3372
|
/** Data format for response. */
|
|
3178
|
-
alt?:
|
|
3373
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3179
3374
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3180
3375
|
applicationsId: string;
|
|
3181
3376
|
/** JSONP */
|
|
@@ -3210,11 +3405,11 @@ declare namespace gapi.client {
|
|
|
3210
3405
|
/** Deletes an existing Version resource. */
|
|
3211
3406
|
delete(request?: {
|
|
3212
3407
|
/** V1 error format. */
|
|
3213
|
-
'$.xgafv'?:
|
|
3408
|
+
'$.xgafv'?: '1' | '2';
|
|
3214
3409
|
/** OAuth access token. */
|
|
3215
3410
|
access_token?: string;
|
|
3216
3411
|
/** Data format for response. */
|
|
3217
|
-
alt?:
|
|
3412
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3218
3413
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3219
3414
|
applicationsId: string;
|
|
3220
3415
|
/** JSONP */
|
|
@@ -3242,14 +3437,88 @@ declare namespace gapi.client {
|
|
|
3242
3437
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3243
3438
|
versionsId: string;
|
|
3244
3439
|
}): Request<Operation>;
|
|
3440
|
+
/** Exports a user image to Artifact Registry. */
|
|
3441
|
+
exportAppImage(request: {
|
|
3442
|
+
/** V1 error format. */
|
|
3443
|
+
'$.xgafv'?: '1' | '2';
|
|
3444
|
+
/** OAuth access token. */
|
|
3445
|
+
access_token?: string;
|
|
3446
|
+
/** Data format for response. */
|
|
3447
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3448
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3449
|
+
applicationsId: string;
|
|
3450
|
+
/** JSONP */
|
|
3451
|
+
callback?: string;
|
|
3452
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3453
|
+
fields?: string;
|
|
3454
|
+
/** 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. */
|
|
3455
|
+
key?: string;
|
|
3456
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3457
|
+
locationsId: string;
|
|
3458
|
+
/** OAuth 2.0 token for the current user. */
|
|
3459
|
+
oauth_token?: string;
|
|
3460
|
+
/** Returns response with indentations and line breaks. */
|
|
3461
|
+
prettyPrint?: boolean;
|
|
3462
|
+
/** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
|
|
3463
|
+
projectsId: string;
|
|
3464
|
+
/** 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. */
|
|
3465
|
+
quotaUser?: string;
|
|
3466
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3467
|
+
servicesId: string;
|
|
3468
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3469
|
+
upload_protocol?: string;
|
|
3470
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3471
|
+
uploadType?: string;
|
|
3472
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3473
|
+
versionsId: string;
|
|
3474
|
+
/** Request body */
|
|
3475
|
+
resource: ExportAppImageRequest;
|
|
3476
|
+
}): Request<Operation>;
|
|
3477
|
+
exportAppImage(
|
|
3478
|
+
request: {
|
|
3479
|
+
/** V1 error format. */
|
|
3480
|
+
'$.xgafv'?: '1' | '2';
|
|
3481
|
+
/** OAuth access token. */
|
|
3482
|
+
access_token?: string;
|
|
3483
|
+
/** Data format for response. */
|
|
3484
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3485
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3486
|
+
applicationsId: string;
|
|
3487
|
+
/** JSONP */
|
|
3488
|
+
callback?: string;
|
|
3489
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3490
|
+
fields?: string;
|
|
3491
|
+
/** 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. */
|
|
3492
|
+
key?: string;
|
|
3493
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3494
|
+
locationsId: string;
|
|
3495
|
+
/** OAuth 2.0 token for the current user. */
|
|
3496
|
+
oauth_token?: string;
|
|
3497
|
+
/** Returns response with indentations and line breaks. */
|
|
3498
|
+
prettyPrint?: boolean;
|
|
3499
|
+
/** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
|
|
3500
|
+
projectsId: string;
|
|
3501
|
+
/** 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. */
|
|
3502
|
+
quotaUser?: string;
|
|
3503
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3504
|
+
servicesId: string;
|
|
3505
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3506
|
+
upload_protocol?: string;
|
|
3507
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3508
|
+
uploadType?: string;
|
|
3509
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
3510
|
+
versionsId: string;
|
|
3511
|
+
},
|
|
3512
|
+
body: ExportAppImageRequest,
|
|
3513
|
+
): Request<Operation>;
|
|
3245
3514
|
/** 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 environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling) */
|
|
3246
3515
|
patch(request: {
|
|
3247
3516
|
/** V1 error format. */
|
|
3248
|
-
'$.xgafv'?:
|
|
3517
|
+
'$.xgafv'?: '1' | '2';
|
|
3249
3518
|
/** OAuth access token. */
|
|
3250
3519
|
access_token?: string;
|
|
3251
3520
|
/** Data format for response. */
|
|
3252
|
-
alt?:
|
|
3521
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3253
3522
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3254
3523
|
applicationsId: string;
|
|
3255
3524
|
/** JSONP */
|
|
@@ -3284,11 +3553,11 @@ declare namespace gapi.client {
|
|
|
3284
3553
|
patch(
|
|
3285
3554
|
request: {
|
|
3286
3555
|
/** V1 error format. */
|
|
3287
|
-
'$.xgafv'?:
|
|
3556
|
+
'$.xgafv'?: '1' | '2';
|
|
3288
3557
|
/** OAuth access token. */
|
|
3289
3558
|
access_token?: string;
|
|
3290
3559
|
/** Data format for response. */
|
|
3291
|
-
alt?:
|
|
3560
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3292
3561
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3293
3562
|
applicationsId: string;
|
|
3294
3563
|
/** JSONP */
|
|
@@ -3326,11 +3595,11 @@ declare namespace gapi.client {
|
|
|
3326
3595
|
/** Deletes the specified service and all enclosed versions. */
|
|
3327
3596
|
delete(request?: {
|
|
3328
3597
|
/** V1 error format. */
|
|
3329
|
-
'$.xgafv'?:
|
|
3598
|
+
'$.xgafv'?: '1' | '2';
|
|
3330
3599
|
/** OAuth access token. */
|
|
3331
3600
|
access_token?: string;
|
|
3332
3601
|
/** Data format for response. */
|
|
3333
|
-
alt?:
|
|
3602
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3334
3603
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3335
3604
|
applicationsId: string;
|
|
3336
3605
|
/** JSONP */
|
|
@@ -3359,11 +3628,11 @@ declare namespace gapi.client {
|
|
|
3359
3628
|
/** Updates the configuration of the specified service. */
|
|
3360
3629
|
patch(request: {
|
|
3361
3630
|
/** V1 error format. */
|
|
3362
|
-
'$.xgafv'?:
|
|
3631
|
+
'$.xgafv'?: '1' | '2';
|
|
3363
3632
|
/** OAuth access token. */
|
|
3364
3633
|
access_token?: string;
|
|
3365
3634
|
/** Data format for response. */
|
|
3366
|
-
alt?:
|
|
3635
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3367
3636
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3368
3637
|
applicationsId: string;
|
|
3369
3638
|
/** JSONP */
|
|
@@ -3398,11 +3667,11 @@ declare namespace gapi.client {
|
|
|
3398
3667
|
patch(
|
|
3399
3668
|
request: {
|
|
3400
3669
|
/** V1 error format. */
|
|
3401
|
-
'$.xgafv'?:
|
|
3670
|
+
'$.xgafv'?: '1' | '2';
|
|
3402
3671
|
/** OAuth access token. */
|
|
3403
3672
|
access_token?: string;
|
|
3404
3673
|
/** Data format for response. */
|
|
3405
|
-
alt?:
|
|
3674
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3406
3675
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3407
3676
|
applicationsId: string;
|
|
3408
3677
|
/** JSONP */
|
|
@@ -3440,11 +3709,11 @@ declare namespace gapi.client {
|
|
|
3440
3709
|
/** Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application. */
|
|
3441
3710
|
patch(request: {
|
|
3442
3711
|
/** V1 error format. */
|
|
3443
|
-
'$.xgafv'?:
|
|
3712
|
+
'$.xgafv'?: '1' | '2';
|
|
3444
3713
|
/** OAuth access token. */
|
|
3445
3714
|
access_token?: string;
|
|
3446
3715
|
/** Data format for response. */
|
|
3447
|
-
alt?:
|
|
3716
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3448
3717
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3449
3718
|
applicationsId: string;
|
|
3450
3719
|
/** JSONP */
|
|
@@ -3475,11 +3744,11 @@ declare namespace gapi.client {
|
|
|
3475
3744
|
patch(
|
|
3476
3745
|
request: {
|
|
3477
3746
|
/** V1 error format. */
|
|
3478
|
-
'$.xgafv'?:
|
|
3747
|
+
'$.xgafv'?: '1' | '2';
|
|
3479
3748
|
/** OAuth access token. */
|
|
3480
3749
|
access_token?: string;
|
|
3481
3750
|
/** Data format for response. */
|
|
3482
|
-
alt?:
|
|
3751
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3483
3752
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3484
3753
|
applicationsId: string;
|
|
3485
3754
|
/** JSONP */
|