@maxim_mazurok/gapi.client.appengine-v1 0.2.20260316 → 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 +341 -216
- 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,7 +262,12 @@ 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. */
|
|
@@ -268,7 +293,7 @@ declare namespace gapi.client {
|
|
|
268
293
|
}
|
|
269
294
|
interface FirewallRule {
|
|
270
295
|
/** The action to take on matched requests. */
|
|
271
|
-
action?:
|
|
296
|
+
action?: 'UNSPECIFIED_ACTION' | 'ALLOW' | 'DENY';
|
|
272
297
|
/** An optional string description of this rule. This field has a maximum length of 400 characters. */
|
|
273
298
|
description?: string;
|
|
274
299
|
priority?: number;
|
|
@@ -325,7 +350,7 @@ declare namespace gapi.client {
|
|
|
325
350
|
/** Output only. App Engine release this instance is running on. */
|
|
326
351
|
appEngineRelease?: string;
|
|
327
352
|
/** Output only. Availability of the instance. */
|
|
328
|
-
availability?:
|
|
353
|
+
availability?: 'UNSPECIFIED' | 'RESIDENT' | 'DYNAMIC';
|
|
329
354
|
/** Output only. Average latency (ms) over the last minute. */
|
|
330
355
|
averageLatency?: number;
|
|
331
356
|
/** Output only. Number of errors since this instance was started. */
|
|
@@ -349,7 +374,13 @@ declare namespace gapi.client {
|
|
|
349
374
|
/** Output only. The IP address of this instance. Only applicable for instances in App Engine flexible environment. */
|
|
350
375
|
vmIp?: string;
|
|
351
376
|
/** Output only. The liveness health check of this instance. Only applicable for instances in App Engine flexible environment. */
|
|
352
|
-
vmLiveness?:
|
|
377
|
+
vmLiveness?:
|
|
378
|
+
| 'LIVENESS_STATE_UNSPECIFIED'
|
|
379
|
+
| 'UNKNOWN'
|
|
380
|
+
| 'HEALTHY'
|
|
381
|
+
| 'UNHEALTHY'
|
|
382
|
+
| 'DRAINING'
|
|
383
|
+
| 'TIMEOUT';
|
|
353
384
|
/** Output only. Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. */
|
|
354
385
|
vmName?: string;
|
|
355
386
|
/** Output only. Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. */
|
|
@@ -465,7 +496,14 @@ declare namespace gapi.client {
|
|
|
465
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 */
|
|
466
497
|
lastRenewalTime?: string;
|
|
467
498
|
/** Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly */
|
|
468
|
-
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';
|
|
469
507
|
}
|
|
470
508
|
interface ManualScaling {
|
|
471
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. */
|
|
@@ -475,7 +513,7 @@ declare namespace gapi.client {
|
|
|
475
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. */
|
|
476
514
|
forwardedPorts?: string[];
|
|
477
515
|
/** The IP mode for instances. Only applicable in the App Engine flexible environment. */
|
|
478
|
-
instanceIpMode?:
|
|
516
|
+
instanceIpMode?: 'INSTANCE_IP_MODE_UNSPECIFIED' | 'EXTERNAL' | 'INTERNAL';
|
|
479
517
|
/** Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment. */
|
|
480
518
|
instanceTag?: string;
|
|
481
519
|
/** Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default. */
|
|
@@ -487,7 +525,11 @@ declare namespace gapi.client {
|
|
|
487
525
|
}
|
|
488
526
|
interface NetworkSettings {
|
|
489
527
|
/** The ingress settings for version or service. */
|
|
490
|
-
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';
|
|
491
533
|
}
|
|
492
534
|
interface NetworkUtilization {
|
|
493
535
|
/** Target bytes received per second. */
|
|
@@ -566,7 +608,10 @@ declare namespace gapi.client {
|
|
|
566
608
|
/** The unique ID for this project event. CLHs can use this value to dedup repeated calls. required */
|
|
567
609
|
eventId?: string;
|
|
568
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 */
|
|
569
|
-
phase?:
|
|
611
|
+
phase?:
|
|
612
|
+
| 'CONTAINER_EVENT_PHASE_UNSPECIFIED'
|
|
613
|
+
| 'BEFORE_RESOURCE_HANDLING'
|
|
614
|
+
| 'AFTER_RESOURCE_HANDLING';
|
|
570
615
|
/** The projects metadata for this project. required */
|
|
571
616
|
projectMetadata?: ProjectsMetadata;
|
|
572
617
|
/** The state of the organization that led to this event. */
|
|
@@ -578,7 +623,7 @@ declare namespace gapi.client {
|
|
|
578
623
|
/** The consumer project number. */
|
|
579
624
|
consumerProjectNumber?: string;
|
|
580
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. */
|
|
581
|
-
consumerProjectState?:
|
|
626
|
+
consumerProjectState?: 'UNKNOWN_STATE' | 'ON' | 'OFF' | 'DELETED';
|
|
582
627
|
/** The GCE tags associated with the consumer project and those inherited due to their ancestry, if any. Not supported by CCFE. */
|
|
583
628
|
gceTag?: GceTag[];
|
|
584
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. */
|
|
@@ -611,12 +656,37 @@ declare namespace gapi.client {
|
|
|
611
656
|
timeout?: string;
|
|
612
657
|
}
|
|
613
658
|
interface Reasons {
|
|
614
|
-
abuse?:
|
|
615
|
-
|
|
616
|
-
|
|
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';
|
|
617
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. */
|
|
618
|
-
serviceActivation?:
|
|
619
|
-
|
|
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';
|
|
620
690
|
}
|
|
621
691
|
interface RepairApplicationRequest {}
|
|
622
692
|
interface RequestUtilization {
|
|
@@ -639,7 +709,7 @@ declare namespace gapi.client {
|
|
|
639
709
|
/** Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1). */
|
|
640
710
|
rrdata?: string;
|
|
641
711
|
/** Resource record type. Example: AAAA. */
|
|
642
|
-
type?:
|
|
712
|
+
type?: 'RECORD_TYPE_UNSPECIFIED' | 'A' | 'AAAA' | 'CNAME';
|
|
643
713
|
}
|
|
644
714
|
interface Resources {
|
|
645
715
|
/** Number of CPU cores needed. */
|
|
@@ -663,11 +733,19 @@ declare namespace gapi.client {
|
|
|
663
733
|
/** Date when Runtime is end of support. */
|
|
664
734
|
endOfSupportDate?: Date;
|
|
665
735
|
/** The environment of the runtime. */
|
|
666
|
-
environment?:
|
|
736
|
+
environment?: 'ENVIRONMENT_UNSPECIFIED' | 'STANDARD' | 'FLEXIBLE';
|
|
667
737
|
/** The name of the runtime, e.g., 'go113', 'nodejs12', etc. */
|
|
668
738
|
name?: string;
|
|
669
739
|
/** The stage of life this runtime is in, e.g., BETA, GA, etc. */
|
|
670
|
-
stage?:
|
|
740
|
+
stage?:
|
|
741
|
+
| 'RUNTIME_STAGE_UNSPECIFIED'
|
|
742
|
+
| 'DEVELOPMENT'
|
|
743
|
+
| 'ALPHA'
|
|
744
|
+
| 'BETA'
|
|
745
|
+
| 'GA'
|
|
746
|
+
| 'DEPRECATED'
|
|
747
|
+
| 'DECOMMISSIONED'
|
|
748
|
+
| 'END_OF_SUPPORT';
|
|
671
749
|
/** Supported operating systems for the runtime, e.g., 'ubuntu22', etc. */
|
|
672
750
|
supportedOperatingSystems?: string[];
|
|
673
751
|
/** Warning messages, e.g., a deprecation warning. */
|
|
@@ -697,7 +775,10 @@ declare namespace gapi.client {
|
|
|
697
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 */
|
|
698
776
|
pendingManagedCertificateId?: string;
|
|
699
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. */
|
|
700
|
-
sslManagementType?:
|
|
778
|
+
sslManagementType?:
|
|
779
|
+
| 'SSL_MANAGEMENT_TYPE_UNSPECIFIED'
|
|
780
|
+
| 'AUTOMATIC'
|
|
781
|
+
| 'MANUAL';
|
|
701
782
|
}
|
|
702
783
|
interface StandardSchedulerSettings {
|
|
703
784
|
/** Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration. */
|
|
@@ -729,7 +810,7 @@ declare namespace gapi.client {
|
|
|
729
810
|
/** The status code, which should be an enum value of google.rpc.Code. */
|
|
730
811
|
code?: number;
|
|
731
812
|
/** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
|
|
732
|
-
details?:
|
|
813
|
+
details?: {[P in string]: any}[];
|
|
733
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. */
|
|
734
815
|
message?: string;
|
|
735
816
|
}
|
|
@@ -737,7 +818,7 @@ declare namespace gapi.client {
|
|
|
737
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. */
|
|
738
819
|
allocations?: {[P in string]: number};
|
|
739
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. */
|
|
740
|
-
shardBy?:
|
|
821
|
+
shardBy?: 'UNSPECIFIED' | 'COOKIE' | 'IP' | 'RANDOM';
|
|
741
822
|
}
|
|
742
823
|
interface UrlDispatchRule {
|
|
743
824
|
/** Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*". */
|
|
@@ -751,15 +832,32 @@ declare namespace gapi.client {
|
|
|
751
832
|
/** Uses API Endpoints to handle requests. */
|
|
752
833
|
apiEndpoint?: ApiEndpointHandler;
|
|
753
834
|
/** Action to take when users access resources that require authentication. Defaults to redirect. */
|
|
754
|
-
authFailAction?:
|
|
835
|
+
authFailAction?:
|
|
836
|
+
| 'AUTH_FAIL_ACTION_UNSPECIFIED'
|
|
837
|
+
| 'AUTH_FAIL_ACTION_REDIRECT'
|
|
838
|
+
| 'AUTH_FAIL_ACTION_UNAUTHORIZED';
|
|
755
839
|
/** Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment. */
|
|
756
|
-
login?:
|
|
840
|
+
login?:
|
|
841
|
+
| 'LOGIN_UNSPECIFIED'
|
|
842
|
+
| 'LOGIN_OPTIONAL'
|
|
843
|
+
| 'LOGIN_ADMIN'
|
|
844
|
+
| 'LOGIN_REQUIRED';
|
|
757
845
|
/** 30x code to use when performing redirects for the secure field. Defaults to 302. */
|
|
758
|
-
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';
|
|
759
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". */
|
|
760
853
|
script?: ScriptHandler;
|
|
761
854
|
/** Security (HTTPS) enforcement for this URL. */
|
|
762
|
-
securityLevel?:
|
|
855
|
+
securityLevel?:
|
|
856
|
+
| 'SECURE_UNSPECIFIED'
|
|
857
|
+
| 'SECURE_DEFAULT'
|
|
858
|
+
| 'SECURE_NEVER'
|
|
859
|
+
| 'SECURE_OPTIONAL'
|
|
860
|
+
| 'SECURE_ALWAYS';
|
|
763
861
|
/** Returns the contents of a file, such as an image, as the response. */
|
|
764
862
|
staticFiles?: StaticFilesHandler;
|
|
765
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. */
|
|
@@ -809,7 +907,16 @@ declare namespace gapi.client {
|
|
|
809
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-". */
|
|
810
908
|
id?: string;
|
|
811
909
|
/** Before an application can receive email or XMPP messages, the application must be configured to enable the service. */
|
|
812
|
-
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'[];
|
|
813
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. */
|
|
814
921
|
instanceClass?: string;
|
|
815
922
|
/** Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set. */
|
|
@@ -839,7 +946,7 @@ declare namespace gapi.client {
|
|
|
839
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. */
|
|
840
947
|
serviceAccount?: string;
|
|
841
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. */
|
|
842
|
-
servingStatus?:
|
|
949
|
+
servingStatus?: 'SERVING_STATUS_UNSPECIFIED' | 'SERVING' | 'STOPPED';
|
|
843
950
|
/** Whether multiple requests can be dispatched to this version at once. */
|
|
844
951
|
threadsafe?: boolean;
|
|
845
952
|
/** Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly */
|
|
@@ -861,7 +968,10 @@ declare namespace gapi.client {
|
|
|
861
968
|
}
|
|
862
969
|
interface VpcAccessConnector {
|
|
863
970
|
/** The egress setting for the connector, controlling what traffic is diverted through it. */
|
|
864
|
-
egressSetting?:
|
|
971
|
+
egressSetting?:
|
|
972
|
+
| 'EGRESS_SETTING_UNSPECIFIED'
|
|
973
|
+
| 'ALL_TRAFFIC'
|
|
974
|
+
| 'PRIVATE_IP_RANGES';
|
|
865
975
|
/** Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. */
|
|
866
976
|
name?: string;
|
|
867
977
|
}
|
|
@@ -875,11 +985,11 @@ declare namespace gapi.client {
|
|
|
875
985
|
/** Uploads the specified SSL certificate. */
|
|
876
986
|
create(request: {
|
|
877
987
|
/** V1 error format. */
|
|
878
|
-
'$.xgafv'?:
|
|
988
|
+
'$.xgafv'?: '1' | '2';
|
|
879
989
|
/** OAuth access token. */
|
|
880
990
|
access_token?: string;
|
|
881
991
|
/** Data format for response. */
|
|
882
|
-
alt?:
|
|
992
|
+
alt?: 'json' | 'media' | 'proto';
|
|
883
993
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
884
994
|
appsId: string;
|
|
885
995
|
/** JSONP */
|
|
@@ -904,11 +1014,11 @@ declare namespace gapi.client {
|
|
|
904
1014
|
create(
|
|
905
1015
|
request: {
|
|
906
1016
|
/** V1 error format. */
|
|
907
|
-
'$.xgafv'?:
|
|
1017
|
+
'$.xgafv'?: '1' | '2';
|
|
908
1018
|
/** OAuth access token. */
|
|
909
1019
|
access_token?: string;
|
|
910
1020
|
/** Data format for response. */
|
|
911
|
-
alt?:
|
|
1021
|
+
alt?: 'json' | 'media' | 'proto';
|
|
912
1022
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
913
1023
|
appsId: string;
|
|
914
1024
|
/** JSONP */
|
|
@@ -933,11 +1043,11 @@ declare namespace gapi.client {
|
|
|
933
1043
|
/** Deletes the specified SSL certificate. */
|
|
934
1044
|
delete(request?: {
|
|
935
1045
|
/** V1 error format. */
|
|
936
|
-
'$.xgafv'?:
|
|
1046
|
+
'$.xgafv'?: '1' | '2';
|
|
937
1047
|
/** OAuth access token. */
|
|
938
1048
|
access_token?: string;
|
|
939
1049
|
/** Data format for response. */
|
|
940
|
-
alt?:
|
|
1050
|
+
alt?: 'json' | 'media' | 'proto';
|
|
941
1051
|
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
942
1052
|
appsId: string;
|
|
943
1053
|
/** Part of `name`. See documentation of `appsId`. */
|
|
@@ -962,11 +1072,11 @@ declare namespace gapi.client {
|
|
|
962
1072
|
/** Gets the specified SSL certificate. */
|
|
963
1073
|
get(request?: {
|
|
964
1074
|
/** V1 error format. */
|
|
965
|
-
'$.xgafv'?:
|
|
1075
|
+
'$.xgafv'?: '1' | '2';
|
|
966
1076
|
/** OAuth access token. */
|
|
967
1077
|
access_token?: string;
|
|
968
1078
|
/** Data format for response. */
|
|
969
|
-
alt?:
|
|
1079
|
+
alt?: 'json' | 'media' | 'proto';
|
|
970
1080
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
971
1081
|
appsId: string;
|
|
972
1082
|
/** Part of `name`. See documentation of `appsId`. */
|
|
@@ -988,16 +1098,16 @@ declare namespace gapi.client {
|
|
|
988
1098
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
989
1099
|
uploadType?: string;
|
|
990
1100
|
/** Controls the set of fields returned in the GET response. */
|
|
991
|
-
view?:
|
|
1101
|
+
view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
|
|
992
1102
|
}): Request<AuthorizedCertificate>;
|
|
993
1103
|
/** Lists all SSL certificates the user is authorized to administer. */
|
|
994
1104
|
list(request?: {
|
|
995
1105
|
/** V1 error format. */
|
|
996
|
-
'$.xgafv'?:
|
|
1106
|
+
'$.xgafv'?: '1' | '2';
|
|
997
1107
|
/** OAuth access token. */
|
|
998
1108
|
access_token?: string;
|
|
999
1109
|
/** Data format for response. */
|
|
1000
|
-
alt?:
|
|
1110
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1001
1111
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1002
1112
|
appsId: string;
|
|
1003
1113
|
/** JSONP */
|
|
@@ -1021,16 +1131,16 @@ declare namespace gapi.client {
|
|
|
1021
1131
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1022
1132
|
uploadType?: string;
|
|
1023
1133
|
/** Controls the set of fields returned in the LIST response. */
|
|
1024
|
-
view?:
|
|
1134
|
+
view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
|
|
1025
1135
|
}): Request<ListAuthorizedCertificatesResponse>;
|
|
1026
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. */
|
|
1027
1137
|
patch(request: {
|
|
1028
1138
|
/** V1 error format. */
|
|
1029
|
-
'$.xgafv'?:
|
|
1139
|
+
'$.xgafv'?: '1' | '2';
|
|
1030
1140
|
/** OAuth access token. */
|
|
1031
1141
|
access_token?: string;
|
|
1032
1142
|
/** Data format for response. */
|
|
1033
|
-
alt?:
|
|
1143
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1034
1144
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1035
1145
|
appsId: string;
|
|
1036
1146
|
/** Part of `name`. See documentation of `appsId`. */
|
|
@@ -1059,11 +1169,11 @@ declare namespace gapi.client {
|
|
|
1059
1169
|
patch(
|
|
1060
1170
|
request: {
|
|
1061
1171
|
/** V1 error format. */
|
|
1062
|
-
'$.xgafv'?:
|
|
1172
|
+
'$.xgafv'?: '1' | '2';
|
|
1063
1173
|
/** OAuth access token. */
|
|
1064
1174
|
access_token?: string;
|
|
1065
1175
|
/** Data format for response. */
|
|
1066
|
-
alt?:
|
|
1176
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1067
1177
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1068
1178
|
appsId: string;
|
|
1069
1179
|
/** Part of `name`. See documentation of `appsId`. */
|
|
@@ -1094,11 +1204,11 @@ declare namespace gapi.client {
|
|
|
1094
1204
|
/** Lists all domains the user is authorized to administer. */
|
|
1095
1205
|
list(request?: {
|
|
1096
1206
|
/** V1 error format. */
|
|
1097
|
-
'$.xgafv'?:
|
|
1207
|
+
'$.xgafv'?: '1' | '2';
|
|
1098
1208
|
/** OAuth access token. */
|
|
1099
1209
|
access_token?: string;
|
|
1100
1210
|
/** Data format for response. */
|
|
1101
|
-
alt?:
|
|
1211
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1102
1212
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1103
1213
|
appsId: string;
|
|
1104
1214
|
/** JSONP */
|
|
@@ -1127,11 +1237,11 @@ declare namespace gapi.client {
|
|
|
1127
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. */
|
|
1128
1238
|
create(request: {
|
|
1129
1239
|
/** V1 error format. */
|
|
1130
|
-
'$.xgafv'?:
|
|
1240
|
+
'$.xgafv'?: '1' | '2';
|
|
1131
1241
|
/** OAuth access token. */
|
|
1132
1242
|
access_token?: string;
|
|
1133
1243
|
/** Data format for response. */
|
|
1134
|
-
alt?:
|
|
1244
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1135
1245
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1136
1246
|
appsId: string;
|
|
1137
1247
|
/** JSONP */
|
|
@@ -1143,7 +1253,10 @@ declare namespace gapi.client {
|
|
|
1143
1253
|
/** OAuth 2.0 token for the current user. */
|
|
1144
1254
|
oauth_token?: string;
|
|
1145
1255
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1146
|
-
overrideStrategy?:
|
|
1256
|
+
overrideStrategy?:
|
|
1257
|
+
| 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
|
|
1258
|
+
| 'STRICT'
|
|
1259
|
+
| 'OVERRIDE';
|
|
1147
1260
|
/** Returns response with indentations and line breaks. */
|
|
1148
1261
|
prettyPrint?: boolean;
|
|
1149
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. */
|
|
@@ -1158,11 +1271,11 @@ declare namespace gapi.client {
|
|
|
1158
1271
|
create(
|
|
1159
1272
|
request: {
|
|
1160
1273
|
/** V1 error format. */
|
|
1161
|
-
'$.xgafv'?:
|
|
1274
|
+
'$.xgafv'?: '1' | '2';
|
|
1162
1275
|
/** OAuth access token. */
|
|
1163
1276
|
access_token?: string;
|
|
1164
1277
|
/** Data format for response. */
|
|
1165
|
-
alt?:
|
|
1278
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1166
1279
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1167
1280
|
appsId: string;
|
|
1168
1281
|
/** JSONP */
|
|
@@ -1174,7 +1287,10 @@ declare namespace gapi.client {
|
|
|
1174
1287
|
/** OAuth 2.0 token for the current user. */
|
|
1175
1288
|
oauth_token?: string;
|
|
1176
1289
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1177
|
-
overrideStrategy?:
|
|
1290
|
+
overrideStrategy?:
|
|
1291
|
+
| 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
|
|
1292
|
+
| 'STRICT'
|
|
1293
|
+
| 'OVERRIDE';
|
|
1178
1294
|
/** Returns response with indentations and line breaks. */
|
|
1179
1295
|
prettyPrint?: boolean;
|
|
1180
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. */
|
|
@@ -1189,11 +1305,11 @@ declare namespace gapi.client {
|
|
|
1189
1305
|
/** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
|
|
1190
1306
|
delete(request?: {
|
|
1191
1307
|
/** V1 error format. */
|
|
1192
|
-
'$.xgafv'?:
|
|
1308
|
+
'$.xgafv'?: '1' | '2';
|
|
1193
1309
|
/** OAuth access token. */
|
|
1194
1310
|
access_token?: string;
|
|
1195
1311
|
/** Data format for response. */
|
|
1196
|
-
alt?:
|
|
1312
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1197
1313
|
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
|
|
1198
1314
|
appsId: string;
|
|
1199
1315
|
/** JSONP */
|
|
@@ -1218,11 +1334,11 @@ declare namespace gapi.client {
|
|
|
1218
1334
|
/** Gets the specified domain mapping. */
|
|
1219
1335
|
get(request?: {
|
|
1220
1336
|
/** V1 error format. */
|
|
1221
|
-
'$.xgafv'?:
|
|
1337
|
+
'$.xgafv'?: '1' | '2';
|
|
1222
1338
|
/** OAuth access token. */
|
|
1223
1339
|
access_token?: string;
|
|
1224
1340
|
/** Data format for response. */
|
|
1225
|
-
alt?:
|
|
1341
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1226
1342
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
1227
1343
|
appsId: string;
|
|
1228
1344
|
/** JSONP */
|
|
@@ -1247,11 +1363,11 @@ declare namespace gapi.client {
|
|
|
1247
1363
|
/** Lists the domain mappings on an application. */
|
|
1248
1364
|
list(request?: {
|
|
1249
1365
|
/** V1 error format. */
|
|
1250
|
-
'$.xgafv'?:
|
|
1366
|
+
'$.xgafv'?: '1' | '2';
|
|
1251
1367
|
/** OAuth access token. */
|
|
1252
1368
|
access_token?: string;
|
|
1253
1369
|
/** Data format for response. */
|
|
1254
|
-
alt?:
|
|
1370
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1255
1371
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1256
1372
|
appsId: string;
|
|
1257
1373
|
/** JSONP */
|
|
@@ -1278,11 +1394,11 @@ declare namespace gapi.client {
|
|
|
1278
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. */
|
|
1279
1395
|
patch(request: {
|
|
1280
1396
|
/** V1 error format. */
|
|
1281
|
-
'$.xgafv'?:
|
|
1397
|
+
'$.xgafv'?: '1' | '2';
|
|
1282
1398
|
/** OAuth access token. */
|
|
1283
1399
|
access_token?: string;
|
|
1284
1400
|
/** Data format for response. */
|
|
1285
|
-
alt?:
|
|
1401
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1286
1402
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1287
1403
|
appsId: string;
|
|
1288
1404
|
/** JSONP */
|
|
@@ -1311,11 +1427,11 @@ declare namespace gapi.client {
|
|
|
1311
1427
|
patch(
|
|
1312
1428
|
request: {
|
|
1313
1429
|
/** V1 error format. */
|
|
1314
|
-
'$.xgafv'?:
|
|
1430
|
+
'$.xgafv'?: '1' | '2';
|
|
1315
1431
|
/** OAuth access token. */
|
|
1316
1432
|
access_token?: string;
|
|
1317
1433
|
/** Data format for response. */
|
|
1318
|
-
alt?:
|
|
1434
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1319
1435
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1320
1436
|
appsId: string;
|
|
1321
1437
|
/** JSONP */
|
|
@@ -1346,11 +1462,11 @@ declare namespace gapi.client {
|
|
|
1346
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. */
|
|
1347
1463
|
batchUpdate(request: {
|
|
1348
1464
|
/** V1 error format. */
|
|
1349
|
-
'$.xgafv'?:
|
|
1465
|
+
'$.xgafv'?: '1' | '2';
|
|
1350
1466
|
/** OAuth access token. */
|
|
1351
1467
|
access_token?: string;
|
|
1352
1468
|
/** Data format for response. */
|
|
1353
|
-
alt?:
|
|
1469
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1354
1470
|
/** Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */
|
|
1355
1471
|
appsId: string;
|
|
1356
1472
|
/** JSONP */
|
|
@@ -1375,11 +1491,11 @@ declare namespace gapi.client {
|
|
|
1375
1491
|
batchUpdate(
|
|
1376
1492
|
request: {
|
|
1377
1493
|
/** V1 error format. */
|
|
1378
|
-
'$.xgafv'?:
|
|
1494
|
+
'$.xgafv'?: '1' | '2';
|
|
1379
1495
|
/** OAuth access token. */
|
|
1380
1496
|
access_token?: string;
|
|
1381
1497
|
/** Data format for response. */
|
|
1382
|
-
alt?:
|
|
1498
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1383
1499
|
/** Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */
|
|
1384
1500
|
appsId: string;
|
|
1385
1501
|
/** JSONP */
|
|
@@ -1404,11 +1520,11 @@ declare namespace gapi.client {
|
|
|
1404
1520
|
/** Creates a firewall rule for the application. */
|
|
1405
1521
|
create(request: {
|
|
1406
1522
|
/** V1 error format. */
|
|
1407
|
-
'$.xgafv'?:
|
|
1523
|
+
'$.xgafv'?: '1' | '2';
|
|
1408
1524
|
/** OAuth access token. */
|
|
1409
1525
|
access_token?: string;
|
|
1410
1526
|
/** Data format for response. */
|
|
1411
|
-
alt?:
|
|
1527
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1412
1528
|
/** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
|
|
1413
1529
|
appsId: string;
|
|
1414
1530
|
/** JSONP */
|
|
@@ -1433,11 +1549,11 @@ declare namespace gapi.client {
|
|
|
1433
1549
|
create(
|
|
1434
1550
|
request: {
|
|
1435
1551
|
/** V1 error format. */
|
|
1436
|
-
'$.xgafv'?:
|
|
1552
|
+
'$.xgafv'?: '1' | '2';
|
|
1437
1553
|
/** OAuth access token. */
|
|
1438
1554
|
access_token?: string;
|
|
1439
1555
|
/** Data format for response. */
|
|
1440
|
-
alt?:
|
|
1556
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1441
1557
|
/** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
|
|
1442
1558
|
appsId: string;
|
|
1443
1559
|
/** JSONP */
|
|
@@ -1462,11 +1578,11 @@ declare namespace gapi.client {
|
|
|
1462
1578
|
/** Deletes the specified firewall rule. */
|
|
1463
1579
|
delete(request?: {
|
|
1464
1580
|
/** V1 error format. */
|
|
1465
|
-
'$.xgafv'?:
|
|
1581
|
+
'$.xgafv'?: '1' | '2';
|
|
1466
1582
|
/** OAuth access token. */
|
|
1467
1583
|
access_token?: string;
|
|
1468
1584
|
/** Data format for response. */
|
|
1469
|
-
alt?:
|
|
1585
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1470
1586
|
/** Part of `name`. Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100. */
|
|
1471
1587
|
appsId: string;
|
|
1472
1588
|
/** JSONP */
|
|
@@ -1491,11 +1607,11 @@ declare namespace gapi.client {
|
|
|
1491
1607
|
/** Gets the specified firewall rule. */
|
|
1492
1608
|
get(request?: {
|
|
1493
1609
|
/** V1 error format. */
|
|
1494
|
-
'$.xgafv'?:
|
|
1610
|
+
'$.xgafv'?: '1' | '2';
|
|
1495
1611
|
/** OAuth access token. */
|
|
1496
1612
|
access_token?: string;
|
|
1497
1613
|
/** Data format for response. */
|
|
1498
|
-
alt?:
|
|
1614
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1499
1615
|
/** Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100. */
|
|
1500
1616
|
appsId: string;
|
|
1501
1617
|
/** JSONP */
|
|
@@ -1520,11 +1636,11 @@ declare namespace gapi.client {
|
|
|
1520
1636
|
/** Lists the firewall rules of an application. */
|
|
1521
1637
|
list(request?: {
|
|
1522
1638
|
/** V1 error format. */
|
|
1523
|
-
'$.xgafv'?:
|
|
1639
|
+
'$.xgafv'?: '1' | '2';
|
|
1524
1640
|
/** OAuth access token. */
|
|
1525
1641
|
access_token?: string;
|
|
1526
1642
|
/** Data format for response. */
|
|
1527
|
-
alt?:
|
|
1643
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1528
1644
|
/** Part of `parent`. Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules. */
|
|
1529
1645
|
appsId: string;
|
|
1530
1646
|
/** JSONP */
|
|
@@ -1553,11 +1669,11 @@ declare namespace gapi.client {
|
|
|
1553
1669
|
/** Updates the specified firewall rule. */
|
|
1554
1670
|
patch(request: {
|
|
1555
1671
|
/** V1 error format. */
|
|
1556
|
-
'$.xgafv'?:
|
|
1672
|
+
'$.xgafv'?: '1' | '2';
|
|
1557
1673
|
/** OAuth access token. */
|
|
1558
1674
|
access_token?: string;
|
|
1559
1675
|
/** Data format for response. */
|
|
1560
|
-
alt?:
|
|
1676
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1561
1677
|
/** Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */
|
|
1562
1678
|
appsId: string;
|
|
1563
1679
|
/** JSONP */
|
|
@@ -1586,11 +1702,11 @@ declare namespace gapi.client {
|
|
|
1586
1702
|
patch(
|
|
1587
1703
|
request: {
|
|
1588
1704
|
/** V1 error format. */
|
|
1589
|
-
'$.xgafv'?:
|
|
1705
|
+
'$.xgafv'?: '1' | '2';
|
|
1590
1706
|
/** OAuth access token. */
|
|
1591
1707
|
access_token?: string;
|
|
1592
1708
|
/** Data format for response. */
|
|
1593
|
-
alt?:
|
|
1709
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1594
1710
|
/** Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */
|
|
1595
1711
|
appsId: string;
|
|
1596
1712
|
/** JSONP */
|
|
@@ -1624,11 +1740,11 @@ declare namespace gapi.client {
|
|
|
1624
1740
|
/** Gets information about a location. */
|
|
1625
1741
|
get(request?: {
|
|
1626
1742
|
/** V1 error format. */
|
|
1627
|
-
'$.xgafv'?:
|
|
1743
|
+
'$.xgafv'?: '1' | '2';
|
|
1628
1744
|
/** OAuth access token. */
|
|
1629
1745
|
access_token?: string;
|
|
1630
1746
|
/** Data format for response. */
|
|
1631
|
-
alt?:
|
|
1747
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1632
1748
|
/** Part of `name`. Resource name for the location. */
|
|
1633
1749
|
appsId: string;
|
|
1634
1750
|
/** JSONP */
|
|
@@ -1650,19 +1766,19 @@ declare namespace gapi.client {
|
|
|
1650
1766
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1651
1767
|
uploadType?: string;
|
|
1652
1768
|
}): Request<Location>;
|
|
1653
|
-
/** 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. */
|
|
1654
1770
|
list(request?: {
|
|
1655
1771
|
/** V1 error format. */
|
|
1656
|
-
'$.xgafv'?:
|
|
1772
|
+
'$.xgafv'?: '1' | '2';
|
|
1657
1773
|
/** OAuth access token. */
|
|
1658
1774
|
access_token?: string;
|
|
1659
1775
|
/** Data format for response. */
|
|
1660
|
-
alt?:
|
|
1776
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1661
1777
|
/** Part of `name`. The resource that owns the locations collection, if applicable. */
|
|
1662
1778
|
appsId: string;
|
|
1663
1779
|
/** JSONP */
|
|
1664
1780
|
callback?: string;
|
|
1665
|
-
/** Optional. Do not use this field
|
|
1781
|
+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
1666
1782
|
extraLocationTypes?: string | string[];
|
|
1667
1783
|
/** Selector specifying which fields to include in a partial response. */
|
|
1668
1784
|
fields?: string;
|
|
@@ -1690,11 +1806,11 @@ declare namespace gapi.client {
|
|
|
1690
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. */
|
|
1691
1807
|
get(request?: {
|
|
1692
1808
|
/** V1 error format. */
|
|
1693
|
-
'$.xgafv'?:
|
|
1809
|
+
'$.xgafv'?: '1' | '2';
|
|
1694
1810
|
/** OAuth access token. */
|
|
1695
1811
|
access_token?: string;
|
|
1696
1812
|
/** Data format for response. */
|
|
1697
|
-
alt?:
|
|
1813
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1698
1814
|
/** Part of `name`. The name of the operation resource. */
|
|
1699
1815
|
appsId: string;
|
|
1700
1816
|
/** JSONP */
|
|
@@ -1719,11 +1835,11 @@ declare namespace gapi.client {
|
|
|
1719
1835
|
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
|
|
1720
1836
|
list(request?: {
|
|
1721
1837
|
/** V1 error format. */
|
|
1722
|
-
'$.xgafv'?:
|
|
1838
|
+
'$.xgafv'?: '1' | '2';
|
|
1723
1839
|
/** OAuth access token. */
|
|
1724
1840
|
access_token?: string;
|
|
1725
1841
|
/** Data format for response. */
|
|
1726
|
-
alt?:
|
|
1842
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1727
1843
|
/** Part of `name`. The name of the operation's parent resource. */
|
|
1728
1844
|
appsId: string;
|
|
1729
1845
|
/** JSONP */
|
|
@@ -1756,11 +1872,11 @@ declare namespace gapi.client {
|
|
|
1756
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. */
|
|
1757
1873
|
debug(request: {
|
|
1758
1874
|
/** V1 error format. */
|
|
1759
|
-
'$.xgafv'?:
|
|
1875
|
+
'$.xgafv'?: '1' | '2';
|
|
1760
1876
|
/** OAuth access token. */
|
|
1761
1877
|
access_token?: string;
|
|
1762
1878
|
/** Data format for response. */
|
|
1763
|
-
alt?:
|
|
1879
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1764
1880
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1765
1881
|
appsId: string;
|
|
1766
1882
|
/** JSONP */
|
|
@@ -1791,11 +1907,11 @@ declare namespace gapi.client {
|
|
|
1791
1907
|
debug(
|
|
1792
1908
|
request: {
|
|
1793
1909
|
/** V1 error format. */
|
|
1794
|
-
'$.xgafv'?:
|
|
1910
|
+
'$.xgafv'?: '1' | '2';
|
|
1795
1911
|
/** OAuth access token. */
|
|
1796
1912
|
access_token?: string;
|
|
1797
1913
|
/** Data format for response. */
|
|
1798
|
-
alt?:
|
|
1914
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1799
1915
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1800
1916
|
appsId: string;
|
|
1801
1917
|
/** JSONP */
|
|
@@ -1826,11 +1942,11 @@ declare namespace gapi.client {
|
|
|
1826
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. */
|
|
1827
1943
|
delete(request?: {
|
|
1828
1944
|
/** V1 error format. */
|
|
1829
|
-
'$.xgafv'?:
|
|
1945
|
+
'$.xgafv'?: '1' | '2';
|
|
1830
1946
|
/** OAuth access token. */
|
|
1831
1947
|
access_token?: string;
|
|
1832
1948
|
/** Data format for response. */
|
|
1833
|
-
alt?:
|
|
1949
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1834
1950
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1835
1951
|
appsId: string;
|
|
1836
1952
|
/** JSONP */
|
|
@@ -1859,11 +1975,11 @@ declare namespace gapi.client {
|
|
|
1859
1975
|
/** Gets instance information. */
|
|
1860
1976
|
get(request?: {
|
|
1861
1977
|
/** V1 error format. */
|
|
1862
|
-
'$.xgafv'?:
|
|
1978
|
+
'$.xgafv'?: '1' | '2';
|
|
1863
1979
|
/** OAuth access token. */
|
|
1864
1980
|
access_token?: string;
|
|
1865
1981
|
/** Data format for response. */
|
|
1866
|
-
alt?:
|
|
1982
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1867
1983
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1868
1984
|
appsId: string;
|
|
1869
1985
|
/** JSONP */
|
|
@@ -1892,11 +2008,11 @@ declare namespace gapi.client {
|
|
|
1892
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). */
|
|
1893
2009
|
list(request?: {
|
|
1894
2010
|
/** V1 error format. */
|
|
1895
|
-
'$.xgafv'?:
|
|
2011
|
+
'$.xgafv'?: '1' | '2';
|
|
1896
2012
|
/** OAuth access token. */
|
|
1897
2013
|
access_token?: string;
|
|
1898
2014
|
/** Data format for response. */
|
|
1899
|
-
alt?:
|
|
2015
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1900
2016
|
/** Part of `parent`. Required. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */
|
|
1901
2017
|
appsId: string;
|
|
1902
2018
|
/** JSONP */
|
|
@@ -1929,11 +2045,11 @@ declare namespace gapi.client {
|
|
|
1929
2045
|
/** Deploys code and resource files to a new version. */
|
|
1930
2046
|
create(request: {
|
|
1931
2047
|
/** V1 error format. */
|
|
1932
|
-
'$.xgafv'?:
|
|
2048
|
+
'$.xgafv'?: '1' | '2';
|
|
1933
2049
|
/** OAuth access token. */
|
|
1934
2050
|
access_token?: string;
|
|
1935
2051
|
/** Data format for response. */
|
|
1936
|
-
alt?:
|
|
2052
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1937
2053
|
/** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
|
|
1938
2054
|
appsId: string;
|
|
1939
2055
|
/** JSONP */
|
|
@@ -1960,11 +2076,11 @@ declare namespace gapi.client {
|
|
|
1960
2076
|
create(
|
|
1961
2077
|
request: {
|
|
1962
2078
|
/** V1 error format. */
|
|
1963
|
-
'$.xgafv'?:
|
|
2079
|
+
'$.xgafv'?: '1' | '2';
|
|
1964
2080
|
/** OAuth access token. */
|
|
1965
2081
|
access_token?: string;
|
|
1966
2082
|
/** Data format for response. */
|
|
1967
|
-
alt?:
|
|
2083
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1968
2084
|
/** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
|
|
1969
2085
|
appsId: string;
|
|
1970
2086
|
/** JSONP */
|
|
@@ -1991,11 +2107,11 @@ declare namespace gapi.client {
|
|
|
1991
2107
|
/** Deletes an existing Version resource. */
|
|
1992
2108
|
delete(request?: {
|
|
1993
2109
|
/** V1 error format. */
|
|
1994
|
-
'$.xgafv'?:
|
|
2110
|
+
'$.xgafv'?: '1' | '2';
|
|
1995
2111
|
/** OAuth access token. */
|
|
1996
2112
|
access_token?: string;
|
|
1997
2113
|
/** Data format for response. */
|
|
1998
|
-
alt?:
|
|
2114
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1999
2115
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
2000
2116
|
appsId: string;
|
|
2001
2117
|
/** JSONP */
|
|
@@ -2022,11 +2138,11 @@ declare namespace gapi.client {
|
|
|
2022
2138
|
/** Exports a user image to Artifact Registry. */
|
|
2023
2139
|
exportAppImage(request: {
|
|
2024
2140
|
/** V1 error format. */
|
|
2025
|
-
'$.xgafv'?:
|
|
2141
|
+
'$.xgafv'?: '1' | '2';
|
|
2026
2142
|
/** OAuth access token. */
|
|
2027
2143
|
access_token?: string;
|
|
2028
2144
|
/** Data format for response. */
|
|
2029
|
-
alt?:
|
|
2145
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2030
2146
|
/** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
|
|
2031
2147
|
appsId: string;
|
|
2032
2148
|
/** JSONP */
|
|
@@ -2055,11 +2171,11 @@ declare namespace gapi.client {
|
|
|
2055
2171
|
exportAppImage(
|
|
2056
2172
|
request: {
|
|
2057
2173
|
/** V1 error format. */
|
|
2058
|
-
'$.xgafv'?:
|
|
2174
|
+
'$.xgafv'?: '1' | '2';
|
|
2059
2175
|
/** OAuth access token. */
|
|
2060
2176
|
access_token?: string;
|
|
2061
2177
|
/** Data format for response. */
|
|
2062
|
-
alt?:
|
|
2178
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2063
2179
|
/** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
|
|
2064
2180
|
appsId: string;
|
|
2065
2181
|
/** JSONP */
|
|
@@ -2088,11 +2204,11 @@ declare namespace gapi.client {
|
|
|
2088
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. */
|
|
2089
2205
|
get(request?: {
|
|
2090
2206
|
/** V1 error format. */
|
|
2091
|
-
'$.xgafv'?:
|
|
2207
|
+
'$.xgafv'?: '1' | '2';
|
|
2092
2208
|
/** OAuth access token. */
|
|
2093
2209
|
access_token?: string;
|
|
2094
2210
|
/** Data format for response. */
|
|
2095
|
-
alt?:
|
|
2211
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2096
2212
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
2097
2213
|
appsId: string;
|
|
2098
2214
|
/** JSONP */
|
|
@@ -2116,16 +2232,16 @@ declare namespace gapi.client {
|
|
|
2116
2232
|
/** Part of `name`. See documentation of `appsId`. */
|
|
2117
2233
|
versionsId: string;
|
|
2118
2234
|
/** Controls the set of fields returned in the Get response. */
|
|
2119
|
-
view?:
|
|
2235
|
+
view?: 'BASIC' | 'FULL';
|
|
2120
2236
|
}): Request<Version>;
|
|
2121
2237
|
/** Lists the versions of a service. */
|
|
2122
2238
|
list(request?: {
|
|
2123
2239
|
/** V1 error format. */
|
|
2124
|
-
'$.xgafv'?:
|
|
2240
|
+
'$.xgafv'?: '1' | '2';
|
|
2125
2241
|
/** OAuth access token. */
|
|
2126
2242
|
access_token?: string;
|
|
2127
2243
|
/** Data format for response. */
|
|
2128
|
-
alt?:
|
|
2244
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2129
2245
|
/** Part of `parent`. Required. Name of the parent Service resource. Example: apps/myapp/services/default. */
|
|
2130
2246
|
appsId: string;
|
|
2131
2247
|
/** JSONP */
|
|
@@ -2151,16 +2267,16 @@ declare namespace gapi.client {
|
|
|
2151
2267
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2152
2268
|
uploadType?: string;
|
|
2153
2269
|
/** Controls the set of fields returned in the List response. */
|
|
2154
|
-
view?:
|
|
2270
|
+
view?: 'BASIC' | 'FULL';
|
|
2155
2271
|
}): Request<ListVersionsResponse>;
|
|
2156
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) */
|
|
2157
2273
|
patch(request: {
|
|
2158
2274
|
/** V1 error format. */
|
|
2159
|
-
'$.xgafv'?:
|
|
2275
|
+
'$.xgafv'?: '1' | '2';
|
|
2160
2276
|
/** OAuth access token. */
|
|
2161
2277
|
access_token?: string;
|
|
2162
2278
|
/** Data format for response. */
|
|
2163
|
-
alt?:
|
|
2279
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2164
2280
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
2165
2281
|
appsId: string;
|
|
2166
2282
|
/** JSONP */
|
|
@@ -2191,11 +2307,11 @@ declare namespace gapi.client {
|
|
|
2191
2307
|
patch(
|
|
2192
2308
|
request: {
|
|
2193
2309
|
/** V1 error format. */
|
|
2194
|
-
'$.xgafv'?:
|
|
2310
|
+
'$.xgafv'?: '1' | '2';
|
|
2195
2311
|
/** OAuth access token. */
|
|
2196
2312
|
access_token?: string;
|
|
2197
2313
|
/** Data format for response. */
|
|
2198
|
-
alt?:
|
|
2314
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2199
2315
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
2200
2316
|
appsId: string;
|
|
2201
2317
|
/** JSONP */
|
|
@@ -2229,11 +2345,11 @@ declare namespace gapi.client {
|
|
|
2229
2345
|
/** Deletes the specified service and all enclosed versions. */
|
|
2230
2346
|
delete(request?: {
|
|
2231
2347
|
/** V1 error format. */
|
|
2232
|
-
'$.xgafv'?:
|
|
2348
|
+
'$.xgafv'?: '1' | '2';
|
|
2233
2349
|
/** OAuth access token. */
|
|
2234
2350
|
access_token?: string;
|
|
2235
2351
|
/** Data format for response. */
|
|
2236
|
-
alt?:
|
|
2352
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2237
2353
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
2238
2354
|
appsId: string;
|
|
2239
2355
|
/** JSONP */
|
|
@@ -2258,11 +2374,11 @@ declare namespace gapi.client {
|
|
|
2258
2374
|
/** Gets the current configuration of the specified service. */
|
|
2259
2375
|
get(request?: {
|
|
2260
2376
|
/** V1 error format. */
|
|
2261
|
-
'$.xgafv'?:
|
|
2377
|
+
'$.xgafv'?: '1' | '2';
|
|
2262
2378
|
/** OAuth access token. */
|
|
2263
2379
|
access_token?: string;
|
|
2264
2380
|
/** Data format for response. */
|
|
2265
|
-
alt?:
|
|
2381
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2266
2382
|
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
2267
2383
|
appsId: string;
|
|
2268
2384
|
/** JSONP */
|
|
@@ -2287,11 +2403,11 @@ declare namespace gapi.client {
|
|
|
2287
2403
|
/** Lists all the services in the application. */
|
|
2288
2404
|
list(request?: {
|
|
2289
2405
|
/** V1 error format. */
|
|
2290
|
-
'$.xgafv'?:
|
|
2406
|
+
'$.xgafv'?: '1' | '2';
|
|
2291
2407
|
/** OAuth access token. */
|
|
2292
2408
|
access_token?: string;
|
|
2293
2409
|
/** Data format for response. */
|
|
2294
|
-
alt?:
|
|
2410
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2295
2411
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2296
2412
|
appsId: string;
|
|
2297
2413
|
/** JSONP */
|
|
@@ -2318,11 +2434,11 @@ declare namespace gapi.client {
|
|
|
2318
2434
|
/** Updates the configuration of the specified service. */
|
|
2319
2435
|
patch(request: {
|
|
2320
2436
|
/** V1 error format. */
|
|
2321
|
-
'$.xgafv'?:
|
|
2437
|
+
'$.xgafv'?: '1' | '2';
|
|
2322
2438
|
/** OAuth access token. */
|
|
2323
2439
|
access_token?: string;
|
|
2324
2440
|
/** Data format for response. */
|
|
2325
|
-
alt?:
|
|
2441
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2326
2442
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
2327
2443
|
appsId: string;
|
|
2328
2444
|
/** JSONP */
|
|
@@ -2353,11 +2469,11 @@ declare namespace gapi.client {
|
|
|
2353
2469
|
patch(
|
|
2354
2470
|
request: {
|
|
2355
2471
|
/** V1 error format. */
|
|
2356
|
-
'$.xgafv'?:
|
|
2472
|
+
'$.xgafv'?: '1' | '2';
|
|
2357
2473
|
/** OAuth access token. */
|
|
2358
2474
|
access_token?: string;
|
|
2359
2475
|
/** Data format for response. */
|
|
2360
|
-
alt?:
|
|
2476
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2361
2477
|
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
2362
2478
|
appsId: string;
|
|
2363
2479
|
/** JSONP */
|
|
@@ -2391,11 +2507,11 @@ declare namespace gapi.client {
|
|
|
2391
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/). */
|
|
2392
2508
|
create(request: {
|
|
2393
2509
|
/** V1 error format. */
|
|
2394
|
-
'$.xgafv'?:
|
|
2510
|
+
'$.xgafv'?: '1' | '2';
|
|
2395
2511
|
/** OAuth access token. */
|
|
2396
2512
|
access_token?: string;
|
|
2397
2513
|
/** Data format for response. */
|
|
2398
|
-
alt?:
|
|
2514
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2399
2515
|
/** JSONP */
|
|
2400
2516
|
callback?: string;
|
|
2401
2517
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2418,11 +2534,11 @@ declare namespace gapi.client {
|
|
|
2418
2534
|
create(
|
|
2419
2535
|
request: {
|
|
2420
2536
|
/** V1 error format. */
|
|
2421
|
-
'$.xgafv'?:
|
|
2537
|
+
'$.xgafv'?: '1' | '2';
|
|
2422
2538
|
/** OAuth access token. */
|
|
2423
2539
|
access_token?: string;
|
|
2424
2540
|
/** Data format for response. */
|
|
2425
|
-
alt?:
|
|
2541
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2426
2542
|
/** JSONP */
|
|
2427
2543
|
callback?: string;
|
|
2428
2544
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2445,11 +2561,11 @@ declare namespace gapi.client {
|
|
|
2445
2561
|
/** Gets information about an application. */
|
|
2446
2562
|
get(request?: {
|
|
2447
2563
|
/** V1 error format. */
|
|
2448
|
-
'$.xgafv'?:
|
|
2564
|
+
'$.xgafv'?: '1' | '2';
|
|
2449
2565
|
/** OAuth access token. */
|
|
2450
2566
|
access_token?: string;
|
|
2451
2567
|
/** Data format for response. */
|
|
2452
|
-
alt?:
|
|
2568
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2453
2569
|
/** Part of `name`. Required. Name of the Application resource to get. Example: apps/myapp. */
|
|
2454
2570
|
appsId: string;
|
|
2455
2571
|
/** JSONP */
|
|
@@ -2457,7 +2573,10 @@ declare namespace gapi.client {
|
|
|
2457
2573
|
/** Selector specifying which fields to include in a partial response. */
|
|
2458
2574
|
fields?: string;
|
|
2459
2575
|
/** Options to include extra data */
|
|
2460
|
-
includeExtraData?:
|
|
2576
|
+
includeExtraData?:
|
|
2577
|
+
| 'INCLUDE_EXTRA_DATA_UNSPECIFIED'
|
|
2578
|
+
| 'INCLUDE_EXTRA_DATA_NONE'
|
|
2579
|
+
| 'INCLUDE_GOOGLE_GENERATED_METADATA';
|
|
2461
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. */
|
|
2462
2581
|
key?: string;
|
|
2463
2582
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2474,17 +2593,17 @@ declare namespace gapi.client {
|
|
|
2474
2593
|
/** Lists all the available runtimes for the application. */
|
|
2475
2594
|
listRuntimes(request?: {
|
|
2476
2595
|
/** V1 error format. */
|
|
2477
|
-
'$.xgafv'?:
|
|
2596
|
+
'$.xgafv'?: '1' | '2';
|
|
2478
2597
|
/** OAuth access token. */
|
|
2479
2598
|
access_token?: string;
|
|
2480
2599
|
/** Data format for response. */
|
|
2481
|
-
alt?:
|
|
2600
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2482
2601
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2483
2602
|
appsId: string;
|
|
2484
2603
|
/** JSONP */
|
|
2485
2604
|
callback?: string;
|
|
2486
2605
|
/** Optional. The environment of the Application. */
|
|
2487
|
-
environment?:
|
|
2606
|
+
environment?: 'ENVIRONMENT_UNSPECIFIED' | 'STANDARD' | 'FLEXIBLE';
|
|
2488
2607
|
/** Selector specifying which fields to include in a partial response. */
|
|
2489
2608
|
fields?: string;
|
|
2490
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. */
|
|
@@ -2503,11 +2622,11 @@ declare namespace gapi.client {
|
|
|
2503
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. */
|
|
2504
2623
|
patch(request: {
|
|
2505
2624
|
/** V1 error format. */
|
|
2506
|
-
'$.xgafv'?:
|
|
2625
|
+
'$.xgafv'?: '1' | '2';
|
|
2507
2626
|
/** OAuth access token. */
|
|
2508
2627
|
access_token?: string;
|
|
2509
2628
|
/** Data format for response. */
|
|
2510
|
-
alt?:
|
|
2629
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2511
2630
|
/** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
|
|
2512
2631
|
appsId: string;
|
|
2513
2632
|
/** JSONP */
|
|
@@ -2534,11 +2653,11 @@ declare namespace gapi.client {
|
|
|
2534
2653
|
patch(
|
|
2535
2654
|
request: {
|
|
2536
2655
|
/** V1 error format. */
|
|
2537
|
-
'$.xgafv'?:
|
|
2656
|
+
'$.xgafv'?: '1' | '2';
|
|
2538
2657
|
/** OAuth access token. */
|
|
2539
2658
|
access_token?: string;
|
|
2540
2659
|
/** Data format for response. */
|
|
2541
|
-
alt?:
|
|
2660
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2542
2661
|
/** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
|
|
2543
2662
|
appsId: string;
|
|
2544
2663
|
/** JSONP */
|
|
@@ -2565,11 +2684,11 @@ declare namespace gapi.client {
|
|
|
2565
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. */
|
|
2566
2685
|
repair(request: {
|
|
2567
2686
|
/** V1 error format. */
|
|
2568
|
-
'$.xgafv'?:
|
|
2687
|
+
'$.xgafv'?: '1' | '2';
|
|
2569
2688
|
/** OAuth access token. */
|
|
2570
2689
|
access_token?: string;
|
|
2571
2690
|
/** Data format for response. */
|
|
2572
|
-
alt?:
|
|
2691
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2573
2692
|
/** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
|
|
2574
2693
|
appsId: string;
|
|
2575
2694
|
/** JSONP */
|
|
@@ -2594,11 +2713,11 @@ declare namespace gapi.client {
|
|
|
2594
2713
|
repair(
|
|
2595
2714
|
request: {
|
|
2596
2715
|
/** V1 error format. */
|
|
2597
|
-
'$.xgafv'?:
|
|
2716
|
+
'$.xgafv'?: '1' | '2';
|
|
2598
2717
|
/** OAuth access token. */
|
|
2599
2718
|
access_token?: string;
|
|
2600
2719
|
/** Data format for response. */
|
|
2601
|
-
alt?:
|
|
2720
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2602
2721
|
/** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
|
|
2603
2722
|
appsId: string;
|
|
2604
2723
|
/** JSONP */
|
|
@@ -2632,11 +2751,11 @@ declare namespace gapi.client {
|
|
|
2632
2751
|
/** Uploads the specified SSL certificate. */
|
|
2633
2752
|
create(request: {
|
|
2634
2753
|
/** V1 error format. */
|
|
2635
|
-
'$.xgafv'?:
|
|
2754
|
+
'$.xgafv'?: '1' | '2';
|
|
2636
2755
|
/** OAuth access token. */
|
|
2637
2756
|
access_token?: string;
|
|
2638
2757
|
/** Data format for response. */
|
|
2639
|
-
alt?:
|
|
2758
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2640
2759
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2641
2760
|
applicationsId: string;
|
|
2642
2761
|
/** JSONP */
|
|
@@ -2665,11 +2784,11 @@ declare namespace gapi.client {
|
|
|
2665
2784
|
create(
|
|
2666
2785
|
request: {
|
|
2667
2786
|
/** V1 error format. */
|
|
2668
|
-
'$.xgafv'?:
|
|
2787
|
+
'$.xgafv'?: '1' | '2';
|
|
2669
2788
|
/** OAuth access token. */
|
|
2670
2789
|
access_token?: string;
|
|
2671
2790
|
/** Data format for response. */
|
|
2672
|
-
alt?:
|
|
2791
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2673
2792
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2674
2793
|
applicationsId: string;
|
|
2675
2794
|
/** JSONP */
|
|
@@ -2698,11 +2817,11 @@ declare namespace gapi.client {
|
|
|
2698
2817
|
/** Deletes the specified SSL certificate. */
|
|
2699
2818
|
delete(request?: {
|
|
2700
2819
|
/** V1 error format. */
|
|
2701
|
-
'$.xgafv'?:
|
|
2820
|
+
'$.xgafv'?: '1' | '2';
|
|
2702
2821
|
/** OAuth access token. */
|
|
2703
2822
|
access_token?: string;
|
|
2704
2823
|
/** Data format for response. */
|
|
2705
|
-
alt?:
|
|
2824
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2706
2825
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2707
2826
|
applicationsId: string;
|
|
2708
2827
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
@@ -2731,11 +2850,11 @@ declare namespace gapi.client {
|
|
|
2731
2850
|
/** Gets the specified SSL certificate. */
|
|
2732
2851
|
get(request?: {
|
|
2733
2852
|
/** V1 error format. */
|
|
2734
|
-
'$.xgafv'?:
|
|
2853
|
+
'$.xgafv'?: '1' | '2';
|
|
2735
2854
|
/** OAuth access token. */
|
|
2736
2855
|
access_token?: string;
|
|
2737
2856
|
/** Data format for response. */
|
|
2738
|
-
alt?:
|
|
2857
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2739
2858
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2740
2859
|
applicationsId: string;
|
|
2741
2860
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
@@ -2761,16 +2880,16 @@ declare namespace gapi.client {
|
|
|
2761
2880
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2762
2881
|
uploadType?: string;
|
|
2763
2882
|
/** Controls the set of fields returned in the GET response. */
|
|
2764
|
-
view?:
|
|
2883
|
+
view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
|
|
2765
2884
|
}): Request<AuthorizedCertificate>;
|
|
2766
2885
|
/** Lists all SSL certificates the user is authorized to administer. */
|
|
2767
2886
|
list(request?: {
|
|
2768
2887
|
/** V1 error format. */
|
|
2769
|
-
'$.xgafv'?:
|
|
2888
|
+
'$.xgafv'?: '1' | '2';
|
|
2770
2889
|
/** OAuth access token. */
|
|
2771
2890
|
access_token?: string;
|
|
2772
2891
|
/** Data format for response. */
|
|
2773
|
-
alt?:
|
|
2892
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2774
2893
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2775
2894
|
applicationsId: string;
|
|
2776
2895
|
/** JSONP */
|
|
@@ -2798,16 +2917,16 @@ declare namespace gapi.client {
|
|
|
2798
2917
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2799
2918
|
uploadType?: string;
|
|
2800
2919
|
/** Controls the set of fields returned in the LIST response. */
|
|
2801
|
-
view?:
|
|
2920
|
+
view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
|
|
2802
2921
|
}): Request<ListAuthorizedCertificatesResponse>;
|
|
2803
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. */
|
|
2804
2923
|
patch(request: {
|
|
2805
2924
|
/** V1 error format. */
|
|
2806
|
-
'$.xgafv'?:
|
|
2925
|
+
'$.xgafv'?: '1' | '2';
|
|
2807
2926
|
/** OAuth access token. */
|
|
2808
2927
|
access_token?: string;
|
|
2809
2928
|
/** Data format for response. */
|
|
2810
|
-
alt?:
|
|
2929
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2811
2930
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2812
2931
|
applicationsId: string;
|
|
2813
2932
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
@@ -2840,11 +2959,11 @@ declare namespace gapi.client {
|
|
|
2840
2959
|
patch(
|
|
2841
2960
|
request: {
|
|
2842
2961
|
/** V1 error format. */
|
|
2843
|
-
'$.xgafv'?:
|
|
2962
|
+
'$.xgafv'?: '1' | '2';
|
|
2844
2963
|
/** OAuth access token. */
|
|
2845
2964
|
access_token?: string;
|
|
2846
2965
|
/** Data format for response. */
|
|
2847
|
-
alt?:
|
|
2966
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2848
2967
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2849
2968
|
applicationsId: string;
|
|
2850
2969
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
@@ -2879,11 +2998,11 @@ declare namespace gapi.client {
|
|
|
2879
2998
|
/** Lists all domains the user is authorized to administer. */
|
|
2880
2999
|
list(request?: {
|
|
2881
3000
|
/** V1 error format. */
|
|
2882
|
-
'$.xgafv'?:
|
|
3001
|
+
'$.xgafv'?: '1' | '2';
|
|
2883
3002
|
/** OAuth access token. */
|
|
2884
3003
|
access_token?: string;
|
|
2885
3004
|
/** Data format for response. */
|
|
2886
|
-
alt?:
|
|
3005
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2887
3006
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2888
3007
|
applicationsId: string;
|
|
2889
3008
|
/** JSONP */
|
|
@@ -2916,11 +3035,11 @@ declare namespace gapi.client {
|
|
|
2916
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. */
|
|
2917
3036
|
create(request: {
|
|
2918
3037
|
/** V1 error format. */
|
|
2919
|
-
'$.xgafv'?:
|
|
3038
|
+
'$.xgafv'?: '1' | '2';
|
|
2920
3039
|
/** OAuth access token. */
|
|
2921
3040
|
access_token?: string;
|
|
2922
3041
|
/** Data format for response. */
|
|
2923
|
-
alt?:
|
|
3042
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2924
3043
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2925
3044
|
applicationsId: string;
|
|
2926
3045
|
/** JSONP */
|
|
@@ -2934,7 +3053,10 @@ declare namespace gapi.client {
|
|
|
2934
3053
|
/** OAuth 2.0 token for the current user. */
|
|
2935
3054
|
oauth_token?: string;
|
|
2936
3055
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
2937
|
-
overrideStrategy?:
|
|
3056
|
+
overrideStrategy?:
|
|
3057
|
+
| 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
|
|
3058
|
+
| 'STRICT'
|
|
3059
|
+
| 'OVERRIDE';
|
|
2938
3060
|
/** Returns response with indentations and line breaks. */
|
|
2939
3061
|
prettyPrint?: boolean;
|
|
2940
3062
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
@@ -2951,11 +3073,11 @@ declare namespace gapi.client {
|
|
|
2951
3073
|
create(
|
|
2952
3074
|
request: {
|
|
2953
3075
|
/** V1 error format. */
|
|
2954
|
-
'$.xgafv'?:
|
|
3076
|
+
'$.xgafv'?: '1' | '2';
|
|
2955
3077
|
/** OAuth access token. */
|
|
2956
3078
|
access_token?: string;
|
|
2957
3079
|
/** Data format for response. */
|
|
2958
|
-
alt?:
|
|
3080
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2959
3081
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
2960
3082
|
applicationsId: string;
|
|
2961
3083
|
/** JSONP */
|
|
@@ -2969,7 +3091,10 @@ declare namespace gapi.client {
|
|
|
2969
3091
|
/** OAuth 2.0 token for the current user. */
|
|
2970
3092
|
oauth_token?: string;
|
|
2971
3093
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
2972
|
-
overrideStrategy?:
|
|
3094
|
+
overrideStrategy?:
|
|
3095
|
+
| 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
|
|
3096
|
+
| 'STRICT'
|
|
3097
|
+
| 'OVERRIDE';
|
|
2973
3098
|
/** Returns response with indentations and line breaks. */
|
|
2974
3099
|
prettyPrint?: boolean;
|
|
2975
3100
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
@@ -2986,11 +3111,11 @@ declare namespace gapi.client {
|
|
|
2986
3111
|
/** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
|
|
2987
3112
|
delete(request?: {
|
|
2988
3113
|
/** V1 error format. */
|
|
2989
|
-
'$.xgafv'?:
|
|
3114
|
+
'$.xgafv'?: '1' | '2';
|
|
2990
3115
|
/** OAuth access token. */
|
|
2991
3116
|
access_token?: string;
|
|
2992
3117
|
/** Data format for response. */
|
|
2993
|
-
alt?:
|
|
3118
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2994
3119
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
2995
3120
|
applicationsId: string;
|
|
2996
3121
|
/** JSONP */
|
|
@@ -3019,11 +3144,11 @@ declare namespace gapi.client {
|
|
|
3019
3144
|
/** Gets the specified domain mapping. */
|
|
3020
3145
|
get(request?: {
|
|
3021
3146
|
/** V1 error format. */
|
|
3022
|
-
'$.xgafv'?:
|
|
3147
|
+
'$.xgafv'?: '1' | '2';
|
|
3023
3148
|
/** OAuth access token. */
|
|
3024
3149
|
access_token?: string;
|
|
3025
3150
|
/** Data format for response. */
|
|
3026
|
-
alt?:
|
|
3151
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3027
3152
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3028
3153
|
applicationsId: string;
|
|
3029
3154
|
/** JSONP */
|
|
@@ -3052,11 +3177,11 @@ declare namespace gapi.client {
|
|
|
3052
3177
|
/** Lists the domain mappings on an application. */
|
|
3053
3178
|
list(request?: {
|
|
3054
3179
|
/** V1 error format. */
|
|
3055
|
-
'$.xgafv'?:
|
|
3180
|
+
'$.xgafv'?: '1' | '2';
|
|
3056
3181
|
/** OAuth access token. */
|
|
3057
3182
|
access_token?: string;
|
|
3058
3183
|
/** Data format for response. */
|
|
3059
|
-
alt?:
|
|
3184
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3060
3185
|
/** Part of `parent`. See documentation of `projectsId`. */
|
|
3061
3186
|
applicationsId: string;
|
|
3062
3187
|
/** JSONP */
|
|
@@ -3087,11 +3212,11 @@ declare namespace gapi.client {
|
|
|
3087
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. */
|
|
3088
3213
|
patch(request: {
|
|
3089
3214
|
/** V1 error format. */
|
|
3090
|
-
'$.xgafv'?:
|
|
3215
|
+
'$.xgafv'?: '1' | '2';
|
|
3091
3216
|
/** OAuth access token. */
|
|
3092
3217
|
access_token?: string;
|
|
3093
3218
|
/** Data format for response. */
|
|
3094
|
-
alt?:
|
|
3219
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3095
3220
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3096
3221
|
applicationsId: string;
|
|
3097
3222
|
/** JSONP */
|
|
@@ -3124,11 +3249,11 @@ declare namespace gapi.client {
|
|
|
3124
3249
|
patch(
|
|
3125
3250
|
request: {
|
|
3126
3251
|
/** V1 error format. */
|
|
3127
|
-
'$.xgafv'?:
|
|
3252
|
+
'$.xgafv'?: '1' | '2';
|
|
3128
3253
|
/** OAuth access token. */
|
|
3129
3254
|
access_token?: string;
|
|
3130
3255
|
/** Data format for response. */
|
|
3131
|
-
alt?:
|
|
3256
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3132
3257
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3133
3258
|
applicationsId: string;
|
|
3134
3259
|
/** JSONP */
|
|
@@ -3163,11 +3288,11 @@ declare namespace gapi.client {
|
|
|
3163
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. */
|
|
3164
3289
|
debug(request: {
|
|
3165
3290
|
/** V1 error format. */
|
|
3166
|
-
'$.xgafv'?:
|
|
3291
|
+
'$.xgafv'?: '1' | '2';
|
|
3167
3292
|
/** OAuth access token. */
|
|
3168
3293
|
access_token?: string;
|
|
3169
3294
|
/** Data format for response. */
|
|
3170
|
-
alt?:
|
|
3295
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3171
3296
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3172
3297
|
applicationsId: string;
|
|
3173
3298
|
/** JSONP */
|
|
@@ -3202,11 +3327,11 @@ declare namespace gapi.client {
|
|
|
3202
3327
|
debug(
|
|
3203
3328
|
request: {
|
|
3204
3329
|
/** V1 error format. */
|
|
3205
|
-
'$.xgafv'?:
|
|
3330
|
+
'$.xgafv'?: '1' | '2';
|
|
3206
3331
|
/** OAuth access token. */
|
|
3207
3332
|
access_token?: string;
|
|
3208
3333
|
/** Data format for response. */
|
|
3209
|
-
alt?:
|
|
3334
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3210
3335
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3211
3336
|
applicationsId: string;
|
|
3212
3337
|
/** JSONP */
|
|
@@ -3241,11 +3366,11 @@ declare namespace gapi.client {
|
|
|
3241
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. */
|
|
3242
3367
|
delete(request?: {
|
|
3243
3368
|
/** V1 error format. */
|
|
3244
|
-
'$.xgafv'?:
|
|
3369
|
+
'$.xgafv'?: '1' | '2';
|
|
3245
3370
|
/** OAuth access token. */
|
|
3246
3371
|
access_token?: string;
|
|
3247
3372
|
/** Data format for response. */
|
|
3248
|
-
alt?:
|
|
3373
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3249
3374
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3250
3375
|
applicationsId: string;
|
|
3251
3376
|
/** JSONP */
|
|
@@ -3280,11 +3405,11 @@ declare namespace gapi.client {
|
|
|
3280
3405
|
/** Deletes an existing Version resource. */
|
|
3281
3406
|
delete(request?: {
|
|
3282
3407
|
/** V1 error format. */
|
|
3283
|
-
'$.xgafv'?:
|
|
3408
|
+
'$.xgafv'?: '1' | '2';
|
|
3284
3409
|
/** OAuth access token. */
|
|
3285
3410
|
access_token?: string;
|
|
3286
3411
|
/** Data format for response. */
|
|
3287
|
-
alt?:
|
|
3412
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3288
3413
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3289
3414
|
applicationsId: string;
|
|
3290
3415
|
/** JSONP */
|
|
@@ -3315,11 +3440,11 @@ declare namespace gapi.client {
|
|
|
3315
3440
|
/** Exports a user image to Artifact Registry. */
|
|
3316
3441
|
exportAppImage(request: {
|
|
3317
3442
|
/** V1 error format. */
|
|
3318
|
-
'$.xgafv'?:
|
|
3443
|
+
'$.xgafv'?: '1' | '2';
|
|
3319
3444
|
/** OAuth access token. */
|
|
3320
3445
|
access_token?: string;
|
|
3321
3446
|
/** Data format for response. */
|
|
3322
|
-
alt?:
|
|
3447
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3323
3448
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3324
3449
|
applicationsId: string;
|
|
3325
3450
|
/** JSONP */
|
|
@@ -3352,11 +3477,11 @@ declare namespace gapi.client {
|
|
|
3352
3477
|
exportAppImage(
|
|
3353
3478
|
request: {
|
|
3354
3479
|
/** V1 error format. */
|
|
3355
|
-
'$.xgafv'?:
|
|
3480
|
+
'$.xgafv'?: '1' | '2';
|
|
3356
3481
|
/** OAuth access token. */
|
|
3357
3482
|
access_token?: string;
|
|
3358
3483
|
/** Data format for response. */
|
|
3359
|
-
alt?:
|
|
3484
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3360
3485
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3361
3486
|
applicationsId: string;
|
|
3362
3487
|
/** JSONP */
|
|
@@ -3389,11 +3514,11 @@ declare namespace gapi.client {
|
|
|
3389
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) */
|
|
3390
3515
|
patch(request: {
|
|
3391
3516
|
/** V1 error format. */
|
|
3392
|
-
'$.xgafv'?:
|
|
3517
|
+
'$.xgafv'?: '1' | '2';
|
|
3393
3518
|
/** OAuth access token. */
|
|
3394
3519
|
access_token?: string;
|
|
3395
3520
|
/** Data format for response. */
|
|
3396
|
-
alt?:
|
|
3521
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3397
3522
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3398
3523
|
applicationsId: string;
|
|
3399
3524
|
/** JSONP */
|
|
@@ -3428,11 +3553,11 @@ declare namespace gapi.client {
|
|
|
3428
3553
|
patch(
|
|
3429
3554
|
request: {
|
|
3430
3555
|
/** V1 error format. */
|
|
3431
|
-
'$.xgafv'?:
|
|
3556
|
+
'$.xgafv'?: '1' | '2';
|
|
3432
3557
|
/** OAuth access token. */
|
|
3433
3558
|
access_token?: string;
|
|
3434
3559
|
/** Data format for response. */
|
|
3435
|
-
alt?:
|
|
3560
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3436
3561
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3437
3562
|
applicationsId: string;
|
|
3438
3563
|
/** JSONP */
|
|
@@ -3470,11 +3595,11 @@ declare namespace gapi.client {
|
|
|
3470
3595
|
/** Deletes the specified service and all enclosed versions. */
|
|
3471
3596
|
delete(request?: {
|
|
3472
3597
|
/** V1 error format. */
|
|
3473
|
-
'$.xgafv'?:
|
|
3598
|
+
'$.xgafv'?: '1' | '2';
|
|
3474
3599
|
/** OAuth access token. */
|
|
3475
3600
|
access_token?: string;
|
|
3476
3601
|
/** Data format for response. */
|
|
3477
|
-
alt?:
|
|
3602
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3478
3603
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3479
3604
|
applicationsId: string;
|
|
3480
3605
|
/** JSONP */
|
|
@@ -3503,11 +3628,11 @@ declare namespace gapi.client {
|
|
|
3503
3628
|
/** Updates the configuration of the specified service. */
|
|
3504
3629
|
patch(request: {
|
|
3505
3630
|
/** V1 error format. */
|
|
3506
|
-
'$.xgafv'?:
|
|
3631
|
+
'$.xgafv'?: '1' | '2';
|
|
3507
3632
|
/** OAuth access token. */
|
|
3508
3633
|
access_token?: string;
|
|
3509
3634
|
/** Data format for response. */
|
|
3510
|
-
alt?:
|
|
3635
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3511
3636
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3512
3637
|
applicationsId: string;
|
|
3513
3638
|
/** JSONP */
|
|
@@ -3542,11 +3667,11 @@ declare namespace gapi.client {
|
|
|
3542
3667
|
patch(
|
|
3543
3668
|
request: {
|
|
3544
3669
|
/** V1 error format. */
|
|
3545
|
-
'$.xgafv'?:
|
|
3670
|
+
'$.xgafv'?: '1' | '2';
|
|
3546
3671
|
/** OAuth access token. */
|
|
3547
3672
|
access_token?: string;
|
|
3548
3673
|
/** Data format for response. */
|
|
3549
|
-
alt?:
|
|
3674
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3550
3675
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3551
3676
|
applicationsId: string;
|
|
3552
3677
|
/** JSONP */
|
|
@@ -3584,11 +3709,11 @@ declare namespace gapi.client {
|
|
|
3584
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. */
|
|
3585
3710
|
patch(request: {
|
|
3586
3711
|
/** V1 error format. */
|
|
3587
|
-
'$.xgafv'?:
|
|
3712
|
+
'$.xgafv'?: '1' | '2';
|
|
3588
3713
|
/** OAuth access token. */
|
|
3589
3714
|
access_token?: string;
|
|
3590
3715
|
/** Data format for response. */
|
|
3591
|
-
alt?:
|
|
3716
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3592
3717
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3593
3718
|
applicationsId: string;
|
|
3594
3719
|
/** JSONP */
|
|
@@ -3619,11 +3744,11 @@ declare namespace gapi.client {
|
|
|
3619
3744
|
patch(
|
|
3620
3745
|
request: {
|
|
3621
3746
|
/** V1 error format. */
|
|
3622
|
-
'$.xgafv'?:
|
|
3747
|
+
'$.xgafv'?: '1' | '2';
|
|
3623
3748
|
/** OAuth access token. */
|
|
3624
3749
|
access_token?: string;
|
|
3625
3750
|
/** Data format for response. */
|
|
3626
|
-
alt?:
|
|
3751
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3627
3752
|
/** Part of `name`. See documentation of `projectsId`. */
|
|
3628
3753
|
applicationsId: string;
|
|
3629
3754
|
/** JSONP */
|