@maxim_mazurok/gapi.client.appengine-v1beta 0.2.20260220 → 0.2.20260529

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.d.ts +513 -222
  2. package/package.json +1 -1
  3. package/readme.md +17 -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=v1beta
12
- // Revision: 20260220
12
+ // Revision: 20260529
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -30,13 +30,25 @@ declare namespace gapi.client {
30
30
  namespace appengine {
31
31
  interface ApiConfigHandler {
32
32
  /** Action to take when users access resources that require authentication. Defaults to redirect. */
33
- authFailAction?: string;
33
+ authFailAction?:
34
+ | 'AUTH_FAIL_ACTION_UNSPECIFIED'
35
+ | 'AUTH_FAIL_ACTION_REDIRECT'
36
+ | 'AUTH_FAIL_ACTION_UNAUTHORIZED';
34
37
  /** Level of login required to access this resource. Defaults to optional. */
35
- login?: string;
38
+ login?:
39
+ | 'LOGIN_UNSPECIFIED'
40
+ | 'LOGIN_OPTIONAL'
41
+ | 'LOGIN_ADMIN'
42
+ | 'LOGIN_REQUIRED';
36
43
  /** Path to the script from the application root directory. */
37
44
  script?: string;
38
45
  /** Security (HTTPS) enforcement for this URL. */
39
- securityLevel?: string;
46
+ securityLevel?:
47
+ | 'SECURE_UNSPECIFIED'
48
+ | 'SECURE_DEFAULT'
49
+ | 'SECURE_NEVER'
50
+ | 'SECURE_OPTIONAL'
51
+ | 'SECURE_ALWAYS';
40
52
  /** URL to serve the endpoint at. */
41
53
  url?: string;
42
54
  }
@@ -50,7 +62,11 @@ declare namespace gapi.client {
50
62
  /** 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 */
51
63
  codeBucket?: string;
52
64
  /** The type of the Cloud Firestore or Cloud Datastore database associated with this application. */
53
- databaseType?: string;
65
+ databaseType?:
66
+ | 'DATABASE_TYPE_UNSPECIFIED'
67
+ | 'CLOUD_DATASTORE'
68
+ | 'CLOUD_FIRESTORE'
69
+ | 'CLOUD_DATASTORE_COMPATIBILITY';
54
70
  /** Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly */
55
71
  defaultBucket?: string;
56
72
  /** Cookie expiration policy for this application. */
@@ -74,9 +90,13 @@ declare namespace gapi.client {
74
90
  /** 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. */
75
91
  serviceAccount?: string;
76
92
  /** Serving status of this application. */
77
- servingStatus?: string;
93
+ servingStatus?:
94
+ | 'UNSPECIFIED'
95
+ | 'SERVING'
96
+ | 'USER_DISABLED'
97
+ | 'SYSTEM_DISABLED';
78
98
  /** 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 */
79
- sslPolicy?: string;
99
+ sslPolicy?: 'SSL_POLICY_UNSPECIFIED' | 'DEFAULT' | 'MODERN';
80
100
  }
81
101
  interface AuthorizedCertificate {
82
102
  /** The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority. */
@@ -173,7 +193,7 @@ declare namespace gapi.client {
173
193
  /** 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. */
174
194
  previousReasons?: Reasons;
175
195
  /** 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. */
176
- state?: string;
196
+ state?: 'UNKNOWN_STATE' | 'ON' | 'OFF' | 'DELETED';
177
197
  }
178
198
  interface CpuUtilization {
179
199
  /** Period of time over which CPU utilization is calculated. */
@@ -258,7 +278,7 @@ declare namespace gapi.client {
258
278
  /** Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog" */
259
279
  name?: string;
260
280
  /** Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted. */
261
- rolloutStrategy?: string;
281
+ rolloutStrategy?: 'UNSPECIFIED_ROLLOUT_STRATEGY' | 'FIXED' | 'MANAGED';
262
282
  }
263
283
  interface Entrypoint {
264
284
  /** The format should be a shell command that can be fed to bash -c. */
@@ -266,12 +286,21 @@ declare namespace gapi.client {
266
286
  }
267
287
  interface ErrorHandler {
268
288
  /** Error condition this handler applies to. */
269
- errorCode?: string;
289
+ errorCode?:
290
+ | 'ERROR_CODE_UNSPECIFIED'
291
+ | 'ERROR_CODE_DEFAULT'
292
+ | 'ERROR_CODE_OVER_QUOTA'
293
+ | 'ERROR_CODE_DOS_API_DENIAL'
294
+ | 'ERROR_CODE_TIMEOUT';
270
295
  /** MIME type of file. Defaults to text/html. */
271
296
  mimeType?: string;
272
297
  /** Static file content to be served for this error. */
273
298
  staticFile?: string;
274
299
  }
300
+ interface ExportAppImageRequest {
301
+ /** Optional. The full resource name of the AR repository to export to. Format: projects/{project}/locations/{location}/repositories/{repository} If not specified, defaults to projects/{project}/locations/{location}/repositories/gae-standard in the same region as the app. The default repository will be created if it does not exist. */
302
+ destinationRepository?: string;
303
+ }
275
304
  interface FeatureSettings {
276
305
  /** Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed. */
277
306
  splitHealthChecks?: boolean;
@@ -288,7 +317,7 @@ declare namespace gapi.client {
288
317
  }
289
318
  interface FirewallRule {
290
319
  /** The action to take on matched requests. */
291
- action?: string;
320
+ action?: 'UNSPECIFIED_ACTION' | 'ALLOW' | 'DENY';
292
321
  /** An optional string description of this rule. This field has a maximum length of 400 characters. */
293
322
  description?: string;
294
323
  priority?: number;
@@ -345,7 +374,7 @@ declare namespace gapi.client {
345
374
  /** Output only. App Engine release this instance is running on. */
346
375
  appEngineRelease?: string;
347
376
  /** Output only. Availability of the instance. */
348
- availability?: string;
377
+ availability?: 'UNSPECIFIED' | 'RESIDENT' | 'DYNAMIC';
349
378
  /** Output only. Average latency (ms) over the last minute. */
350
379
  averageLatency?: number;
351
380
  /** Output only. Number of errors since this instance was started. */
@@ -369,7 +398,13 @@ declare namespace gapi.client {
369
398
  /** Output only. The IP address of this instance. Only applicable for instances in App Engine flexible environment. */
370
399
  vmIp?: string;
371
400
  /** Output only. The liveness health check of this instance. Only applicable for instances in App Engine flexible environment. */
372
- vmLiveness?: string;
401
+ vmLiveness?:
402
+ | 'LIVENESS_STATE_UNSPECIFIED'
403
+ | 'UNKNOWN'
404
+ | 'HEALTHY'
405
+ | 'UNHEALTHY'
406
+ | 'DRAINING'
407
+ | 'TIMEOUT';
373
408
  /** Output only. Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. */
374
409
  vmName?: string;
375
410
  /** Output only. Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment. */
@@ -485,7 +520,14 @@ declare namespace gapi.client {
485
520
  /** 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 */
486
521
  lastRenewalTime?: string;
487
522
  /** Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly */
488
- status?: string;
523
+ status?:
524
+ | 'MANAGEMENT_STATUS_UNSPECIFIED'
525
+ | 'OK'
526
+ | 'PENDING'
527
+ | 'FAILED_RETRYING_NOT_VISIBLE'
528
+ | 'FAILED_PERMANENT'
529
+ | 'FAILED_RETRYING_CAA_FORBIDDEN'
530
+ | 'FAILED_RETRYING_CAA_CHECKING';
489
531
  }
490
532
  interface ManualScaling {
491
533
  /** 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. */
@@ -495,7 +537,7 @@ declare namespace gapi.client {
495
537
  /** List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment. */
496
538
  forwardedPorts?: string[];
497
539
  /** The IP mode for instances. Only applicable in the App Engine flexible environment. */
498
- instanceIpMode?: string;
540
+ instanceIpMode?: 'INSTANCE_IP_MODE_UNSPECIFIED' | 'EXTERNAL' | 'INTERNAL';
499
541
  /** Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment. */
500
542
  instanceTag?: string;
501
543
  /** Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default. */
@@ -507,7 +549,11 @@ declare namespace gapi.client {
507
549
  }
508
550
  interface NetworkSettings {
509
551
  /** The ingress settings for version or service. */
510
- ingressTrafficAllowed?: string;
552
+ ingressTrafficAllowed?:
553
+ | 'INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED'
554
+ | 'INGRESS_TRAFFIC_ALLOWED_ALL'
555
+ | 'INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY'
556
+ | 'INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB';
511
557
  }
512
558
  interface NetworkUtilization {
513
559
  /** Target bytes received per second. */
@@ -586,7 +632,10 @@ declare namespace gapi.client {
586
632
  /** The unique ID for this project event. CLHs can use this value to dedup repeated calls. required */
587
633
  eventId?: string;
588
634
  /** 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 */
589
- phase?: string;
635
+ phase?:
636
+ | 'CONTAINER_EVENT_PHASE_UNSPECIFIED'
637
+ | 'BEFORE_RESOURCE_HANDLING'
638
+ | 'AFTER_RESOURCE_HANDLING';
590
639
  /** The projects metadata for this project. required */
591
640
  projectMetadata?: ProjectsMetadata;
592
641
  /** The state of the organization that led to this event. */
@@ -598,7 +647,7 @@ declare namespace gapi.client {
598
647
  /** The consumer project number. */
599
648
  consumerProjectNumber?: string;
600
649
  /** 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. */
601
- consumerProjectState?: string;
650
+ consumerProjectState?: 'UNKNOWN_STATE' | 'ON' | 'OFF' | 'DELETED';
602
651
  /** The GCE tags associated with the consumer project and those inherited due to their ancestry, if any. Not supported by CCFE. */
603
652
  gceTag?: GceTag[];
604
653
  /** 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. */
@@ -631,12 +680,37 @@ declare namespace gapi.client {
631
680
  timeout?: string;
632
681
  }
633
682
  interface Reasons {
634
- abuse?: string;
635
- billing?: string;
636
- dataGovernance?: string;
683
+ abuse?:
684
+ | 'ABUSE_UNKNOWN_REASON'
685
+ | 'ABUSE_CONTROL_PLANE_SYNC'
686
+ | 'SUSPEND'
687
+ | 'REINSTATE';
688
+ billing?:
689
+ | 'BILLING_UNKNOWN_REASON'
690
+ | 'BILLING_CONTROL_PLANE_SYNC'
691
+ | 'PROBATION'
692
+ | 'CLOSE'
693
+ | 'OPEN';
694
+ dataGovernance?:
695
+ | 'DATA_GOVERNANCE_UNKNOWN_REASON'
696
+ | 'DATA_GOVERNANCE_CONTROL_PLANE_SYNC'
697
+ | 'HIDE'
698
+ | 'UNHIDE'
699
+ | 'PURGE';
637
700
  /** 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. */
638
- serviceActivation?: string;
639
- serviceManagement?: string;
701
+ serviceActivation?:
702
+ | 'SERVICE_ACTIVATION_STATUS_UNSPECIFIED'
703
+ | 'SERVICE_ACTIVATION_ENABLED'
704
+ | 'SERVICE_ACTIVATION_DISABLED'
705
+ | 'SERVICE_ACTIVATION_DISABLED_FULL'
706
+ | 'SERVICE_ACTIVATION_UNKNOWN_REASON';
707
+ serviceManagement?:
708
+ | 'SERVICE_MANAGEMENT_UNKNOWN_REASON'
709
+ | 'SERVICE_MANAGEMENT_CONTROL_PLANE_SYNC'
710
+ | 'ACTIVATION'
711
+ | 'PREPARE_DEACTIVATION'
712
+ | 'ABORT_DEACTIVATION'
713
+ | 'COMMIT_DEACTIVATION';
640
714
  }
641
715
  interface RepairApplicationRequest {}
642
716
  interface RequestUtilization {
@@ -659,7 +733,7 @@ declare namespace gapi.client {
659
733
  /** Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1). */
660
734
  rrdata?: string;
661
735
  /** Resource record type. Example: AAAA. */
662
- type?: string;
736
+ type?: 'A' | 'AAAA' | 'CNAME';
663
737
  }
664
738
  interface Resources {
665
739
  /** Number of CPU cores needed. */
@@ -683,11 +757,19 @@ declare namespace gapi.client {
683
757
  /** Date when Runtime is end of support. */
684
758
  endOfSupportDate?: Date;
685
759
  /** The environment of the runtime. */
686
- environment?: string;
760
+ environment?: 'ENVIRONMENT_UNSPECIFIED' | 'STANDARD' | 'FLEXIBLE';
687
761
  /** The name of the runtime, e.g., 'go113', 'nodejs12', etc. */
688
762
  name?: string;
689
763
  /** The stage of life this runtime is in, e.g., BETA, GA, etc. */
690
- stage?: string;
764
+ stage?:
765
+ | 'RUNTIME_STAGE_UNSPECIFIED'
766
+ | 'DEVELOPMENT'
767
+ | 'ALPHA'
768
+ | 'BETA'
769
+ | 'GA'
770
+ | 'DEPRECATED'
771
+ | 'DECOMMISSIONED'
772
+ | 'END_OF_SUPPORT';
691
773
  /** Supported operating systems for the runtime, e.g., 'ubuntu22', etc. */
692
774
  supportedOperatingSystems?: string[];
693
775
  /** Warning messages, e.g., a deprecation warning. */
@@ -717,7 +799,7 @@ declare namespace gapi.client {
717
799
  /** 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 */
718
800
  pendingManagedCertificateId?: string;
719
801
  /** 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. */
720
- sslManagementType?: string;
802
+ sslManagementType?: 'AUTOMATIC' | 'MANUAL';
721
803
  }
722
804
  interface StandardSchedulerSettings {
723
805
  /** Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration. */
@@ -749,7 +831,7 @@ declare namespace gapi.client {
749
831
  /** The status code, which should be an enum value of google.rpc.Code. */
750
832
  code?: number;
751
833
  /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
752
- details?: Array<{[P in string]: any}>;
834
+ details?: {[P in string]: any}[];
753
835
  /** 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. */
754
836
  message?: string;
755
837
  }
@@ -757,7 +839,7 @@ declare namespace gapi.client {
757
839
  /** 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. */
758
840
  allocations?: {[P in string]: number};
759
841
  /** 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. */
760
- shardBy?: string;
842
+ shardBy?: 'UNSPECIFIED' | 'COOKIE' | 'IP' | 'RANDOM';
761
843
  }
762
844
  interface UrlDispatchRule {
763
845
  /** Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*". */
@@ -771,15 +853,32 @@ declare namespace gapi.client {
771
853
  /** Uses API Endpoints to handle requests. */
772
854
  apiEndpoint?: ApiEndpointHandler;
773
855
  /** Action to take when users access resources that require authentication. Defaults to redirect. */
774
- authFailAction?: string;
856
+ authFailAction?:
857
+ | 'AUTH_FAIL_ACTION_UNSPECIFIED'
858
+ | 'AUTH_FAIL_ACTION_REDIRECT'
859
+ | 'AUTH_FAIL_ACTION_UNAUTHORIZED';
775
860
  /** Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment. */
776
- login?: string;
861
+ login?:
862
+ | 'LOGIN_UNSPECIFIED'
863
+ | 'LOGIN_OPTIONAL'
864
+ | 'LOGIN_ADMIN'
865
+ | 'LOGIN_REQUIRED';
777
866
  /** 30x code to use when performing redirects for the secure field. Defaults to 302. */
778
- redirectHttpResponseCode?: string;
867
+ redirectHttpResponseCode?:
868
+ | 'REDIRECT_HTTP_RESPONSE_CODE_UNSPECIFIED'
869
+ | 'REDIRECT_HTTP_RESPONSE_CODE_301'
870
+ | 'REDIRECT_HTTP_RESPONSE_CODE_302'
871
+ | 'REDIRECT_HTTP_RESPONSE_CODE_303'
872
+ | 'REDIRECT_HTTP_RESPONSE_CODE_307';
779
873
  /** 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". */
780
874
  script?: ScriptHandler;
781
875
  /** Security (HTTPS) enforcement for this URL. */
782
- securityLevel?: string;
876
+ securityLevel?:
877
+ | 'SECURE_UNSPECIFIED'
878
+ | 'SECURE_DEFAULT'
879
+ | 'SECURE_NEVER'
880
+ | 'SECURE_OPTIONAL'
881
+ | 'SECURE_ALWAYS';
783
882
  /** Returns the contents of a file, such as an image, as the response. */
784
883
  staticFiles?: StaticFilesHandler;
785
884
  /** 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. */
@@ -791,7 +890,23 @@ declare namespace gapi.client {
791
890
  /** Allows App Engine second generation runtimes to access the legacy bundled services. */
792
891
  appEngineApis?: boolean;
793
892
  /** List of specific App Engine Bundled Services that are enabled for this Version. */
794
- appEngineBundledServices?: string[];
893
+ appEngineBundledServices?:
894
+ | 'BUNDLED_SERVICE_TYPE_UNSPECIFIED'
895
+ | 'BUNDLED_SERVICE_TYPE_APP_IDENTITY_SERVICE'
896
+ | 'BUNDLED_SERVICE_TYPE_BLOBSTORE'
897
+ | 'BUNDLED_SERVICE_TYPE_CAPABILITY_SERVICE'
898
+ | 'BUNDLED_SERVICE_TYPE_DATASTORE_V3'
899
+ | 'BUNDLED_SERVICE_TYPE_DEFERRED'
900
+ | 'BUNDLED_SERVICE_TYPE_IMAGES'
901
+ | 'BUNDLED_SERVICE_TYPE_MAIL'
902
+ | 'BUNDLED_SERVICE_TYPE_MEMCACHE'
903
+ | 'BUNDLED_SERVICE_TYPE_MODULES'
904
+ | 'BUNDLED_SERVICE_TYPE_NAMESPACES'
905
+ | 'BUNDLED_SERVICE_TYPE_NDB'
906
+ | 'BUNDLED_SERVICE_TYPE_SEARCH'
907
+ | 'BUNDLED_SERVICE_TYPE_TASKQUEUES'
908
+ | 'BUNDLED_SERVICE_TYPE_URLFETCH'
909
+ | 'BUNDLED_SERVICE_TYPE_USERS'[];
795
910
  /** Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic. */
796
911
  automaticScaling?: AutomaticScaling;
797
912
  /** A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity. */
@@ -831,7 +946,16 @@ declare namespace gapi.client {
831
946
  /** 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-". */
832
947
  id?: string;
833
948
  /** Before an application can receive email or XMPP messages, the application must be configured to enable the service. */
834
- inboundServices?: string[];
949
+ inboundServices?:
950
+ | 'INBOUND_SERVICE_UNSPECIFIED'
951
+ | 'INBOUND_SERVICE_MAIL'
952
+ | 'INBOUND_SERVICE_MAIL_BOUNCE'
953
+ | 'INBOUND_SERVICE_XMPP_ERROR'
954
+ | 'INBOUND_SERVICE_XMPP_MESSAGE'
955
+ | 'INBOUND_SERVICE_XMPP_SUBSCRIBE'
956
+ | 'INBOUND_SERVICE_XMPP_PRESENCE'
957
+ | 'INBOUND_SERVICE_CHANNEL_PRESENCE'
958
+ | 'INBOUND_SERVICE_WARMUP'[];
835
959
  /** 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. */
836
960
  instanceClass?: string;
837
961
  /** Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set. */
@@ -861,7 +985,7 @@ declare namespace gapi.client {
861
985
  /** 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. */
862
986
  serviceAccount?: string;
863
987
  /** 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. */
864
- servingStatus?: string;
988
+ servingStatus?: 'SERVING_STATUS_UNSPECIFIED' | 'SERVING' | 'STOPPED';
865
989
  /** Whether multiple requests can be dispatched to this version at once. */
866
990
  threadsafe?: boolean;
867
991
  /** Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly */
@@ -887,11 +1011,17 @@ declare namespace gapi.client {
887
1011
  /** The Direct VPC configuration. Currently only single network interface is supported. */
888
1012
  networkInterfaces?: VpcNetworkInterface[];
889
1013
  /** The traffic egress setting for the VPC network interface, controlling what traffic is diverted through it. */
890
- vpcEgress?: string;
1014
+ vpcEgress?:
1015
+ | 'VPC_EGRESS_UNSPECIFIED'
1016
+ | 'ALL_TRAFFIC'
1017
+ | 'PRIVATE_IP_RANGES';
891
1018
  }
892
1019
  interface VpcAccessConnector {
893
1020
  /** The egress setting for the connector, controlling what traffic is diverted through it. */
894
- egressSetting?: string;
1021
+ egressSetting?:
1022
+ | 'EGRESS_SETTING_UNSPECIFIED'
1023
+ | 'ALL_TRAFFIC'
1024
+ | 'PRIVATE_IP_RANGES';
895
1025
  /** Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. */
896
1026
  name?: string;
897
1027
  }
@@ -913,11 +1043,11 @@ declare namespace gapi.client {
913
1043
  /** Uploads the specified SSL certificate. */
914
1044
  create(request: {
915
1045
  /** V1 error format. */
916
- '$.xgafv'?: string;
1046
+ '$.xgafv'?: '1' | '2';
917
1047
  /** OAuth access token. */
918
1048
  access_token?: string;
919
1049
  /** Data format for response. */
920
- alt?: string;
1050
+ alt?: 'json' | 'media' | 'proto';
921
1051
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
922
1052
  appsId: string;
923
1053
  /** JSONP */
@@ -942,11 +1072,11 @@ declare namespace gapi.client {
942
1072
  create(
943
1073
  request: {
944
1074
  /** V1 error format. */
945
- '$.xgafv'?: string;
1075
+ '$.xgafv'?: '1' | '2';
946
1076
  /** OAuth access token. */
947
1077
  access_token?: string;
948
1078
  /** Data format for response. */
949
- alt?: string;
1079
+ alt?: 'json' | 'media' | 'proto';
950
1080
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
951
1081
  appsId: string;
952
1082
  /** JSONP */
@@ -971,11 +1101,11 @@ declare namespace gapi.client {
971
1101
  /** Deletes the specified SSL certificate. */
972
1102
  delete(request?: {
973
1103
  /** V1 error format. */
974
- '$.xgafv'?: string;
1104
+ '$.xgafv'?: '1' | '2';
975
1105
  /** OAuth access token. */
976
1106
  access_token?: string;
977
1107
  /** Data format for response. */
978
- alt?: string;
1108
+ alt?: 'json' | 'media' | 'proto';
979
1109
  /** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
980
1110
  appsId: string;
981
1111
  /** Part of `name`. See documentation of `appsId`. */
@@ -1000,11 +1130,11 @@ declare namespace gapi.client {
1000
1130
  /** Gets the specified SSL certificate. */
1001
1131
  get(request?: {
1002
1132
  /** V1 error format. */
1003
- '$.xgafv'?: string;
1133
+ '$.xgafv'?: '1' | '2';
1004
1134
  /** OAuth access token. */
1005
1135
  access_token?: string;
1006
1136
  /** Data format for response. */
1007
- alt?: string;
1137
+ alt?: 'json' | 'media' | 'proto';
1008
1138
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
1009
1139
  appsId: string;
1010
1140
  /** Part of `name`. See documentation of `appsId`. */
@@ -1026,16 +1156,16 @@ declare namespace gapi.client {
1026
1156
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1027
1157
  uploadType?: string;
1028
1158
  /** Controls the set of fields returned in the GET response. */
1029
- view?: string;
1159
+ view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
1030
1160
  }): Request<AuthorizedCertificate>;
1031
1161
  /** Lists all SSL certificates the user is authorized to administer. */
1032
1162
  list(request?: {
1033
1163
  /** V1 error format. */
1034
- '$.xgafv'?: string;
1164
+ '$.xgafv'?: '1' | '2';
1035
1165
  /** OAuth access token. */
1036
1166
  access_token?: string;
1037
1167
  /** Data format for response. */
1038
- alt?: string;
1168
+ alt?: 'json' | 'media' | 'proto';
1039
1169
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1040
1170
  appsId: string;
1041
1171
  /** JSONP */
@@ -1059,16 +1189,16 @@ declare namespace gapi.client {
1059
1189
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1060
1190
  uploadType?: string;
1061
1191
  /** Controls the set of fields returned in the LIST response. */
1062
- view?: string;
1192
+ view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
1063
1193
  }): Request<ListAuthorizedCertificatesResponse>;
1064
1194
  /** 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. */
1065
1195
  patch(request: {
1066
1196
  /** V1 error format. */
1067
- '$.xgafv'?: string;
1197
+ '$.xgafv'?: '1' | '2';
1068
1198
  /** OAuth access token. */
1069
1199
  access_token?: string;
1070
1200
  /** Data format for response. */
1071
- alt?: string;
1201
+ alt?: 'json' | 'media' | 'proto';
1072
1202
  /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
1073
1203
  appsId: string;
1074
1204
  /** Part of `name`. See documentation of `appsId`. */
@@ -1097,11 +1227,11 @@ declare namespace gapi.client {
1097
1227
  patch(
1098
1228
  request: {
1099
1229
  /** V1 error format. */
1100
- '$.xgafv'?: string;
1230
+ '$.xgafv'?: '1' | '2';
1101
1231
  /** OAuth access token. */
1102
1232
  access_token?: string;
1103
1233
  /** Data format for response. */
1104
- alt?: string;
1234
+ alt?: 'json' | 'media' | 'proto';
1105
1235
  /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
1106
1236
  appsId: string;
1107
1237
  /** Part of `name`. See documentation of `appsId`. */
@@ -1132,11 +1262,11 @@ declare namespace gapi.client {
1132
1262
  /** Lists all domains the user is authorized to administer. */
1133
1263
  list(request?: {
1134
1264
  /** V1 error format. */
1135
- '$.xgafv'?: string;
1265
+ '$.xgafv'?: '1' | '2';
1136
1266
  /** OAuth access token. */
1137
1267
  access_token?: string;
1138
1268
  /** Data format for response. */
1139
- alt?: string;
1269
+ alt?: 'json' | 'media' | 'proto';
1140
1270
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1141
1271
  appsId: string;
1142
1272
  /** JSONP */
@@ -1165,11 +1295,11 @@ declare namespace gapi.client {
1165
1295
  /** 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. */
1166
1296
  create(request: {
1167
1297
  /** V1 error format. */
1168
- '$.xgafv'?: string;
1298
+ '$.xgafv'?: '1' | '2';
1169
1299
  /** OAuth access token. */
1170
1300
  access_token?: string;
1171
1301
  /** Data format for response. */
1172
- alt?: string;
1302
+ alt?: 'json' | 'media' | 'proto';
1173
1303
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1174
1304
  appsId: string;
1175
1305
  /** JSONP */
@@ -1181,7 +1311,10 @@ declare namespace gapi.client {
1181
1311
  /** OAuth 2.0 token for the current user. */
1182
1312
  oauth_token?: string;
1183
1313
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
1184
- overrideStrategy?: string;
1314
+ overrideStrategy?:
1315
+ | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
1316
+ | 'STRICT'
1317
+ | 'OVERRIDE';
1185
1318
  /** Returns response with indentations and line breaks. */
1186
1319
  prettyPrint?: boolean;
1187
1320
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
@@ -1196,11 +1329,11 @@ declare namespace gapi.client {
1196
1329
  create(
1197
1330
  request: {
1198
1331
  /** V1 error format. */
1199
- '$.xgafv'?: string;
1332
+ '$.xgafv'?: '1' | '2';
1200
1333
  /** OAuth access token. */
1201
1334
  access_token?: string;
1202
1335
  /** Data format for response. */
1203
- alt?: string;
1336
+ alt?: 'json' | 'media' | 'proto';
1204
1337
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1205
1338
  appsId: string;
1206
1339
  /** JSONP */
@@ -1212,7 +1345,10 @@ declare namespace gapi.client {
1212
1345
  /** OAuth 2.0 token for the current user. */
1213
1346
  oauth_token?: string;
1214
1347
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
1215
- overrideStrategy?: string;
1348
+ overrideStrategy?:
1349
+ | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
1350
+ | 'STRICT'
1351
+ | 'OVERRIDE';
1216
1352
  /** Returns response with indentations and line breaks. */
1217
1353
  prettyPrint?: boolean;
1218
1354
  /** 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. */
@@ -1227,11 +1363,11 @@ declare namespace gapi.client {
1227
1363
  /** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
1228
1364
  delete(request?: {
1229
1365
  /** V1 error format. */
1230
- '$.xgafv'?: string;
1366
+ '$.xgafv'?: '1' | '2';
1231
1367
  /** OAuth access token. */
1232
1368
  access_token?: string;
1233
1369
  /** Data format for response. */
1234
- alt?: string;
1370
+ alt?: 'json' | 'media' | 'proto';
1235
1371
  /** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
1236
1372
  appsId: string;
1237
1373
  /** JSONP */
@@ -1256,11 +1392,11 @@ declare namespace gapi.client {
1256
1392
  /** Gets the specified domain mapping. */
1257
1393
  get(request?: {
1258
1394
  /** V1 error format. */
1259
- '$.xgafv'?: string;
1395
+ '$.xgafv'?: '1' | '2';
1260
1396
  /** OAuth access token. */
1261
1397
  access_token?: string;
1262
1398
  /** Data format for response. */
1263
- alt?: string;
1399
+ alt?: 'json' | 'media' | 'proto';
1264
1400
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
1265
1401
  appsId: string;
1266
1402
  /** JSONP */
@@ -1285,11 +1421,11 @@ declare namespace gapi.client {
1285
1421
  /** Lists the domain mappings on an application. */
1286
1422
  list(request?: {
1287
1423
  /** V1 error format. */
1288
- '$.xgafv'?: string;
1424
+ '$.xgafv'?: '1' | '2';
1289
1425
  /** OAuth access token. */
1290
1426
  access_token?: string;
1291
1427
  /** Data format for response. */
1292
- alt?: string;
1428
+ alt?: 'json' | 'media' | 'proto';
1293
1429
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1294
1430
  appsId: string;
1295
1431
  /** JSONP */
@@ -1316,11 +1452,11 @@ declare namespace gapi.client {
1316
1452
  /** 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. */
1317
1453
  patch(request: {
1318
1454
  /** V1 error format. */
1319
- '$.xgafv'?: string;
1455
+ '$.xgafv'?: '1' | '2';
1320
1456
  /** OAuth access token. */
1321
1457
  access_token?: string;
1322
1458
  /** Data format for response. */
1323
- alt?: string;
1459
+ alt?: 'json' | 'media' | 'proto';
1324
1460
  /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
1325
1461
  appsId: string;
1326
1462
  /** JSONP */
@@ -1349,11 +1485,11 @@ declare namespace gapi.client {
1349
1485
  patch(
1350
1486
  request: {
1351
1487
  /** V1 error format. */
1352
- '$.xgafv'?: string;
1488
+ '$.xgafv'?: '1' | '2';
1353
1489
  /** OAuth access token. */
1354
1490
  access_token?: string;
1355
1491
  /** Data format for response. */
1356
- alt?: string;
1492
+ alt?: 'json' | 'media' | 'proto';
1357
1493
  /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
1358
1494
  appsId: string;
1359
1495
  /** JSONP */
@@ -1384,11 +1520,11 @@ declare namespace gapi.client {
1384
1520
  /** 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. */
1385
1521
  batchUpdate(request: {
1386
1522
  /** V1 error format. */
1387
- '$.xgafv'?: string;
1523
+ '$.xgafv'?: '1' | '2';
1388
1524
  /** OAuth access token. */
1389
1525
  access_token?: string;
1390
1526
  /** Data format for response. */
1391
- alt?: string;
1527
+ alt?: 'json' | 'media' | 'proto';
1392
1528
  /** Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */
1393
1529
  appsId: string;
1394
1530
  /** JSONP */
@@ -1413,11 +1549,11 @@ declare namespace gapi.client {
1413
1549
  batchUpdate(
1414
1550
  request: {
1415
1551
  /** V1 error format. */
1416
- '$.xgafv'?: string;
1552
+ '$.xgafv'?: '1' | '2';
1417
1553
  /** OAuth access token. */
1418
1554
  access_token?: string;
1419
1555
  /** Data format for response. */
1420
- alt?: string;
1556
+ alt?: 'json' | 'media' | 'proto';
1421
1557
  /** Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */
1422
1558
  appsId: string;
1423
1559
  /** JSONP */
@@ -1442,11 +1578,11 @@ declare namespace gapi.client {
1442
1578
  /** Creates a firewall rule for the application. */
1443
1579
  create(request: {
1444
1580
  /** V1 error format. */
1445
- '$.xgafv'?: string;
1581
+ '$.xgafv'?: '1' | '2';
1446
1582
  /** OAuth access token. */
1447
1583
  access_token?: string;
1448
1584
  /** Data format for response. */
1449
- alt?: string;
1585
+ alt?: 'json' | 'media' | 'proto';
1450
1586
  /** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
1451
1587
  appsId: string;
1452
1588
  /** JSONP */
@@ -1471,11 +1607,11 @@ declare namespace gapi.client {
1471
1607
  create(
1472
1608
  request: {
1473
1609
  /** V1 error format. */
1474
- '$.xgafv'?: string;
1610
+ '$.xgafv'?: '1' | '2';
1475
1611
  /** OAuth access token. */
1476
1612
  access_token?: string;
1477
1613
  /** Data format for response. */
1478
- alt?: string;
1614
+ alt?: 'json' | 'media' | 'proto';
1479
1615
  /** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
1480
1616
  appsId: string;
1481
1617
  /** JSONP */
@@ -1500,11 +1636,11 @@ declare namespace gapi.client {
1500
1636
  /** Deletes the specified firewall rule. */
1501
1637
  delete(request?: {
1502
1638
  /** V1 error format. */
1503
- '$.xgafv'?: string;
1639
+ '$.xgafv'?: '1' | '2';
1504
1640
  /** OAuth access token. */
1505
1641
  access_token?: string;
1506
1642
  /** Data format for response. */
1507
- alt?: string;
1643
+ alt?: 'json' | 'media' | 'proto';
1508
1644
  /** Part of `name`. Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100. */
1509
1645
  appsId: string;
1510
1646
  /** JSONP */
@@ -1529,11 +1665,11 @@ declare namespace gapi.client {
1529
1665
  /** Gets the specified firewall rule. */
1530
1666
  get(request?: {
1531
1667
  /** V1 error format. */
1532
- '$.xgafv'?: string;
1668
+ '$.xgafv'?: '1' | '2';
1533
1669
  /** OAuth access token. */
1534
1670
  access_token?: string;
1535
1671
  /** Data format for response. */
1536
- alt?: string;
1672
+ alt?: 'json' | 'media' | 'proto';
1537
1673
  /** Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100. */
1538
1674
  appsId: string;
1539
1675
  /** JSONP */
@@ -1558,11 +1694,11 @@ declare namespace gapi.client {
1558
1694
  /** Lists the firewall rules of an application. */
1559
1695
  list(request?: {
1560
1696
  /** V1 error format. */
1561
- '$.xgafv'?: string;
1697
+ '$.xgafv'?: '1' | '2';
1562
1698
  /** OAuth access token. */
1563
1699
  access_token?: string;
1564
1700
  /** Data format for response. */
1565
- alt?: string;
1701
+ alt?: 'json' | 'media' | 'proto';
1566
1702
  /** Part of `parent`. Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules. */
1567
1703
  appsId: string;
1568
1704
  /** JSONP */
@@ -1591,11 +1727,11 @@ declare namespace gapi.client {
1591
1727
  /** Updates the specified firewall rule. */
1592
1728
  patch(request: {
1593
1729
  /** V1 error format. */
1594
- '$.xgafv'?: string;
1730
+ '$.xgafv'?: '1' | '2';
1595
1731
  /** OAuth access token. */
1596
1732
  access_token?: string;
1597
1733
  /** Data format for response. */
1598
- alt?: string;
1734
+ alt?: 'json' | 'media' | 'proto';
1599
1735
  /** Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */
1600
1736
  appsId: string;
1601
1737
  /** JSONP */
@@ -1624,11 +1760,11 @@ declare namespace gapi.client {
1624
1760
  patch(
1625
1761
  request: {
1626
1762
  /** V1 error format. */
1627
- '$.xgafv'?: string;
1763
+ '$.xgafv'?: '1' | '2';
1628
1764
  /** OAuth access token. */
1629
1765
  access_token?: string;
1630
1766
  /** Data format for response. */
1631
- alt?: string;
1767
+ alt?: 'json' | 'media' | 'proto';
1632
1768
  /** Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */
1633
1769
  appsId: string;
1634
1770
  /** JSONP */
@@ -1662,11 +1798,11 @@ declare namespace gapi.client {
1662
1798
  /** Gets information about a location. */
1663
1799
  get(request?: {
1664
1800
  /** V1 error format. */
1665
- '$.xgafv'?: string;
1801
+ '$.xgafv'?: '1' | '2';
1666
1802
  /** OAuth access token. */
1667
1803
  access_token?: string;
1668
1804
  /** Data format for response. */
1669
- alt?: string;
1805
+ alt?: 'json' | 'media' | 'proto';
1670
1806
  /** Part of `name`. Resource name for the location. */
1671
1807
  appsId: string;
1672
1808
  /** JSONP */
@@ -1688,19 +1824,19 @@ declare namespace gapi.client {
1688
1824
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1689
1825
  uploadType?: string;
1690
1826
  }): Request<Location>;
1691
- /** Lists information about the supported locations for this service. This method can be called in two ways: List all public locations: Use the path GET /v1/locations. List project-visible locations: Use the path GET /v1/projects/{project_id}/locations. This may include public locations as well as private or other locations specifically visible to the project. */
1827
+ /** 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. */
1692
1828
  list(request?: {
1693
1829
  /** V1 error format. */
1694
- '$.xgafv'?: string;
1830
+ '$.xgafv'?: '1' | '2';
1695
1831
  /** OAuth access token. */
1696
1832
  access_token?: string;
1697
1833
  /** Data format for response. */
1698
- alt?: string;
1834
+ alt?: 'json' | 'media' | 'proto';
1699
1835
  /** Part of `name`. The resource that owns the locations collection, if applicable. */
1700
1836
  appsId: string;
1701
1837
  /** JSONP */
1702
1838
  callback?: string;
1703
- /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
1839
+ /** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. */
1704
1840
  extraLocationTypes?: string | string[];
1705
1841
  /** Selector specifying which fields to include in a partial response. */
1706
1842
  fields?: string;
@@ -1728,11 +1864,11 @@ declare namespace gapi.client {
1728
1864
  /** 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. */
1729
1865
  get(request?: {
1730
1866
  /** V1 error format. */
1731
- '$.xgafv'?: string;
1867
+ '$.xgafv'?: '1' | '2';
1732
1868
  /** OAuth access token. */
1733
1869
  access_token?: string;
1734
1870
  /** Data format for response. */
1735
- alt?: string;
1871
+ alt?: 'json' | 'media' | 'proto';
1736
1872
  /** Part of `name`. The name of the operation resource. */
1737
1873
  appsId: string;
1738
1874
  /** JSONP */
@@ -1757,11 +1893,11 @@ declare namespace gapi.client {
1757
1893
  /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
1758
1894
  list(request?: {
1759
1895
  /** V1 error format. */
1760
- '$.xgafv'?: string;
1896
+ '$.xgafv'?: '1' | '2';
1761
1897
  /** OAuth access token. */
1762
1898
  access_token?: string;
1763
1899
  /** Data format for response. */
1764
- alt?: string;
1900
+ alt?: 'json' | 'media' | 'proto';
1765
1901
  /** Part of `name`. The name of the operation's parent resource. */
1766
1902
  appsId: string;
1767
1903
  /** JSONP */
@@ -1794,11 +1930,11 @@ declare namespace gapi.client {
1794
1930
  /** 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. */
1795
1931
  debug(request: {
1796
1932
  /** V1 error format. */
1797
- '$.xgafv'?: string;
1933
+ '$.xgafv'?: '1' | '2';
1798
1934
  /** OAuth access token. */
1799
1935
  access_token?: string;
1800
1936
  /** Data format for response. */
1801
- alt?: string;
1937
+ alt?: 'json' | 'media' | 'proto';
1802
1938
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1803
1939
  appsId: string;
1804
1940
  /** JSONP */
@@ -1829,11 +1965,11 @@ declare namespace gapi.client {
1829
1965
  debug(
1830
1966
  request: {
1831
1967
  /** V1 error format. */
1832
- '$.xgafv'?: string;
1968
+ '$.xgafv'?: '1' | '2';
1833
1969
  /** OAuth access token. */
1834
1970
  access_token?: string;
1835
1971
  /** Data format for response. */
1836
- alt?: string;
1972
+ alt?: 'json' | 'media' | 'proto';
1837
1973
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1838
1974
  appsId: string;
1839
1975
  /** JSONP */
@@ -1864,11 +2000,11 @@ declare namespace gapi.client {
1864
2000
  /** 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. */
1865
2001
  delete(request?: {
1866
2002
  /** V1 error format. */
1867
- '$.xgafv'?: string;
2003
+ '$.xgafv'?: '1' | '2';
1868
2004
  /** OAuth access token. */
1869
2005
  access_token?: string;
1870
2006
  /** Data format for response. */
1871
- alt?: string;
2007
+ alt?: 'json' | 'media' | 'proto';
1872
2008
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1873
2009
  appsId: string;
1874
2010
  /** JSONP */
@@ -1897,11 +2033,11 @@ declare namespace gapi.client {
1897
2033
  /** Gets instance information. */
1898
2034
  get(request?: {
1899
2035
  /** V1 error format. */
1900
- '$.xgafv'?: string;
2036
+ '$.xgafv'?: '1' | '2';
1901
2037
  /** OAuth access token. */
1902
2038
  access_token?: string;
1903
2039
  /** Data format for response. */
1904
- alt?: string;
2040
+ alt?: 'json' | 'media' | 'proto';
1905
2041
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1906
2042
  appsId: string;
1907
2043
  /** JSONP */
@@ -1930,11 +2066,11 @@ declare namespace gapi.client {
1930
2066
  /** 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). */
1931
2067
  list(request?: {
1932
2068
  /** V1 error format. */
1933
- '$.xgafv'?: string;
2069
+ '$.xgafv'?: '1' | '2';
1934
2070
  /** OAuth access token. */
1935
2071
  access_token?: string;
1936
2072
  /** Data format for response. */
1937
- alt?: string;
2073
+ alt?: 'json' | 'media' | 'proto';
1938
2074
  /** Part of `parent`. Required. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */
1939
2075
  appsId: string;
1940
2076
  /** JSONP */
@@ -1967,11 +2103,11 @@ declare namespace gapi.client {
1967
2103
  /** Deploys code and resource files to a new version. */
1968
2104
  create(request: {
1969
2105
  /** V1 error format. */
1970
- '$.xgafv'?: string;
2106
+ '$.xgafv'?: '1' | '2';
1971
2107
  /** OAuth access token. */
1972
2108
  access_token?: string;
1973
2109
  /** Data format for response. */
1974
- alt?: string;
2110
+ alt?: 'json' | 'media' | 'proto';
1975
2111
  /** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
1976
2112
  appsId: string;
1977
2113
  /** JSONP */
@@ -1998,11 +2134,11 @@ declare namespace gapi.client {
1998
2134
  create(
1999
2135
  request: {
2000
2136
  /** V1 error format. */
2001
- '$.xgafv'?: string;
2137
+ '$.xgafv'?: '1' | '2';
2002
2138
  /** OAuth access token. */
2003
2139
  access_token?: string;
2004
2140
  /** Data format for response. */
2005
- alt?: string;
2141
+ alt?: 'json' | 'media' | 'proto';
2006
2142
  /** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
2007
2143
  appsId: string;
2008
2144
  /** JSONP */
@@ -2029,11 +2165,11 @@ declare namespace gapi.client {
2029
2165
  /** Deletes an existing Version resource. */
2030
2166
  delete(request?: {
2031
2167
  /** V1 error format. */
2032
- '$.xgafv'?: string;
2168
+ '$.xgafv'?: '1' | '2';
2033
2169
  /** OAuth access token. */
2034
2170
  access_token?: string;
2035
2171
  /** Data format for response. */
2036
- alt?: string;
2172
+ alt?: 'json' | 'media' | 'proto';
2037
2173
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2038
2174
  appsId: string;
2039
2175
  /** JSONP */
@@ -2057,14 +2193,80 @@ declare namespace gapi.client {
2057
2193
  /** Part of `name`. See documentation of `appsId`. */
2058
2194
  versionsId: string;
2059
2195
  }): Request<Operation>;
2196
+ /** Exports a user image to Artifact Registry. */
2197
+ exportAppImage(request: {
2198
+ /** V1 error format. */
2199
+ '$.xgafv'?: '1' | '2';
2200
+ /** OAuth access token. */
2201
+ access_token?: string;
2202
+ /** Data format for response. */
2203
+ alt?: 'json' | 'media' | 'proto';
2204
+ /** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
2205
+ appsId: string;
2206
+ /** JSONP */
2207
+ callback?: string;
2208
+ /** Selector specifying which fields to include in a partial response. */
2209
+ fields?: string;
2210
+ /** 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. */
2211
+ key?: string;
2212
+ /** OAuth 2.0 token for the current user. */
2213
+ oauth_token?: string;
2214
+ /** Returns response with indentations and line breaks. */
2215
+ prettyPrint?: boolean;
2216
+ /** 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. */
2217
+ quotaUser?: string;
2218
+ /** Part of `name`. See documentation of `appsId`. */
2219
+ servicesId: string;
2220
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2221
+ upload_protocol?: string;
2222
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2223
+ uploadType?: string;
2224
+ /** Part of `name`. See documentation of `appsId`. */
2225
+ versionsId: string;
2226
+ /** Request body */
2227
+ resource: ExportAppImageRequest;
2228
+ }): Request<Operation>;
2229
+ exportAppImage(
2230
+ request: {
2231
+ /** V1 error format. */
2232
+ '$.xgafv'?: '1' | '2';
2233
+ /** OAuth access token. */
2234
+ access_token?: string;
2235
+ /** Data format for response. */
2236
+ alt?: 'json' | 'media' | 'proto';
2237
+ /** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
2238
+ appsId: string;
2239
+ /** JSONP */
2240
+ callback?: string;
2241
+ /** Selector specifying which fields to include in a partial response. */
2242
+ fields?: string;
2243
+ /** 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. */
2244
+ key?: string;
2245
+ /** OAuth 2.0 token for the current user. */
2246
+ oauth_token?: string;
2247
+ /** Returns response with indentations and line breaks. */
2248
+ prettyPrint?: boolean;
2249
+ /** 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. */
2250
+ quotaUser?: string;
2251
+ /** Part of `name`. See documentation of `appsId`. */
2252
+ servicesId: string;
2253
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
2254
+ upload_protocol?: string;
2255
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2256
+ uploadType?: string;
2257
+ /** Part of `name`. See documentation of `appsId`. */
2258
+ versionsId: string;
2259
+ },
2260
+ body: ExportAppImageRequest,
2261
+ ): Request<Operation>;
2060
2262
  /** Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource. */
2061
2263
  get(request?: {
2062
2264
  /** V1 error format. */
2063
- '$.xgafv'?: string;
2265
+ '$.xgafv'?: '1' | '2';
2064
2266
  /** OAuth access token. */
2065
2267
  access_token?: string;
2066
2268
  /** Data format for response. */
2067
- alt?: string;
2269
+ alt?: 'json' | 'media' | 'proto';
2068
2270
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2069
2271
  appsId: string;
2070
2272
  /** JSONP */
@@ -2072,7 +2274,10 @@ declare namespace gapi.client {
2072
2274
  /** Selector specifying which fields to include in a partial response. */
2073
2275
  fields?: string;
2074
2276
  /** Optional. Options to include extra data */
2075
- includeExtraData?: string;
2277
+ includeExtraData?:
2278
+ | 'INCLUDE_EXTRA_DATA_UNSPECIFIED'
2279
+ | 'INCLUDE_EXTRA_DATA_NONE'
2280
+ | 'INCLUDE_GOOGLE_GENERATED_METADATA';
2076
2281
  /** 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. */
2077
2282
  key?: string;
2078
2283
  /** OAuth 2.0 token for the current user. */
@@ -2090,16 +2295,16 @@ declare namespace gapi.client {
2090
2295
  /** Part of `name`. See documentation of `appsId`. */
2091
2296
  versionsId: string;
2092
2297
  /** Controls the set of fields returned in the Get response. */
2093
- view?: string;
2298
+ view?: 'BASIC' | 'FULL';
2094
2299
  }): Request<Version>;
2095
2300
  /** Lists the versions of a service. */
2096
2301
  list(request?: {
2097
2302
  /** V1 error format. */
2098
- '$.xgafv'?: string;
2303
+ '$.xgafv'?: '1' | '2';
2099
2304
  /** OAuth access token. */
2100
2305
  access_token?: string;
2101
2306
  /** Data format for response. */
2102
- alt?: string;
2307
+ alt?: 'json' | 'media' | 'proto';
2103
2308
  /** Part of `parent`. Required. Name of the parent Service resource. Example: apps/myapp/services/default. */
2104
2309
  appsId: string;
2105
2310
  /** JSONP */
@@ -2125,16 +2330,16 @@ declare namespace gapi.client {
2125
2330
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2126
2331
  uploadType?: string;
2127
2332
  /** Controls the set of fields returned in the List response. */
2128
- view?: string;
2333
+ view?: 'BASIC' | 'FULL';
2129
2334
  }): Request<ListVersionsResponse>;
2130
2335
  /** 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/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#manualscaling) */
2131
2336
  patch(request: {
2132
2337
  /** V1 error format. */
2133
- '$.xgafv'?: string;
2338
+ '$.xgafv'?: '1' | '2';
2134
2339
  /** OAuth access token. */
2135
2340
  access_token?: string;
2136
2341
  /** Data format for response. */
2137
- alt?: string;
2342
+ alt?: 'json' | 'media' | 'proto';
2138
2343
  /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
2139
2344
  appsId: string;
2140
2345
  /** JSONP */
@@ -2165,11 +2370,11 @@ declare namespace gapi.client {
2165
2370
  patch(
2166
2371
  request: {
2167
2372
  /** V1 error format. */
2168
- '$.xgafv'?: string;
2373
+ '$.xgafv'?: '1' | '2';
2169
2374
  /** OAuth access token. */
2170
2375
  access_token?: string;
2171
2376
  /** Data format for response. */
2172
- alt?: string;
2377
+ alt?: 'json' | 'media' | 'proto';
2173
2378
  /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
2174
2379
  appsId: string;
2175
2380
  /** JSONP */
@@ -2203,11 +2408,11 @@ declare namespace gapi.client {
2203
2408
  /** Deletes the specified service and all enclosed versions. */
2204
2409
  delete(request?: {
2205
2410
  /** V1 error format. */
2206
- '$.xgafv'?: string;
2411
+ '$.xgafv'?: '1' | '2';
2207
2412
  /** OAuth access token. */
2208
2413
  access_token?: string;
2209
2414
  /** Data format for response. */
2210
- alt?: string;
2415
+ alt?: 'json' | 'media' | 'proto';
2211
2416
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
2212
2417
  appsId: string;
2213
2418
  /** JSONP */
@@ -2232,11 +2437,11 @@ declare namespace gapi.client {
2232
2437
  /** Gets the current configuration of the specified service. */
2233
2438
  get(request?: {
2234
2439
  /** V1 error format. */
2235
- '$.xgafv'?: string;
2440
+ '$.xgafv'?: '1' | '2';
2236
2441
  /** OAuth access token. */
2237
2442
  access_token?: string;
2238
2443
  /** Data format for response. */
2239
- alt?: string;
2444
+ alt?: 'json' | 'media' | 'proto';
2240
2445
  /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
2241
2446
  appsId: string;
2242
2447
  /** JSONP */
@@ -2244,7 +2449,10 @@ declare namespace gapi.client {
2244
2449
  /** Selector specifying which fields to include in a partial response. */
2245
2450
  fields?: string;
2246
2451
  /** Optional. Options to include extra data */
2247
- includeExtraData?: string;
2452
+ includeExtraData?:
2453
+ | 'INCLUDE_EXTRA_DATA_UNSPECIFIED'
2454
+ | 'INCLUDE_EXTRA_DATA_NONE'
2455
+ | 'INCLUDE_GOOGLE_GENERATED_METADATA';
2248
2456
  /** 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. */
2249
2457
  key?: string;
2250
2458
  /** OAuth 2.0 token for the current user. */
@@ -2263,11 +2471,11 @@ declare namespace gapi.client {
2263
2471
  /** Lists all the services in the application. */
2264
2472
  list(request?: {
2265
2473
  /** V1 error format. */
2266
- '$.xgafv'?: string;
2474
+ '$.xgafv'?: '1' | '2';
2267
2475
  /** OAuth access token. */
2268
2476
  access_token?: string;
2269
2477
  /** Data format for response. */
2270
- alt?: string;
2478
+ alt?: 'json' | 'media' | 'proto';
2271
2479
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2272
2480
  appsId: string;
2273
2481
  /** JSONP */
@@ -2294,11 +2502,11 @@ declare namespace gapi.client {
2294
2502
  /** Updates the configuration of the specified service. */
2295
2503
  patch(request: {
2296
2504
  /** V1 error format. */
2297
- '$.xgafv'?: string;
2505
+ '$.xgafv'?: '1' | '2';
2298
2506
  /** OAuth access token. */
2299
2507
  access_token?: string;
2300
2508
  /** Data format for response. */
2301
- alt?: string;
2509
+ alt?: 'json' | 'media' | 'proto';
2302
2510
  /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
2303
2511
  appsId: string;
2304
2512
  /** JSONP */
@@ -2329,11 +2537,11 @@ declare namespace gapi.client {
2329
2537
  patch(
2330
2538
  request: {
2331
2539
  /** V1 error format. */
2332
- '$.xgafv'?: string;
2540
+ '$.xgafv'?: '1' | '2';
2333
2541
  /** OAuth access token. */
2334
2542
  access_token?: string;
2335
2543
  /** Data format for response. */
2336
- alt?: string;
2544
+ alt?: 'json' | 'media' | 'proto';
2337
2545
  /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
2338
2546
  appsId: string;
2339
2547
  /** JSONP */
@@ -2367,11 +2575,11 @@ declare namespace gapi.client {
2367
2575
  /** 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/). */
2368
2576
  create(request: {
2369
2577
  /** V1 error format. */
2370
- '$.xgafv'?: string;
2578
+ '$.xgafv'?: '1' | '2';
2371
2579
  /** OAuth access token. */
2372
2580
  access_token?: string;
2373
2581
  /** Data format for response. */
2374
- alt?: string;
2582
+ alt?: 'json' | 'media' | 'proto';
2375
2583
  /** JSONP */
2376
2584
  callback?: string;
2377
2585
  /** Selector specifying which fields to include in a partial response. */
@@ -2394,11 +2602,11 @@ declare namespace gapi.client {
2394
2602
  create(
2395
2603
  request: {
2396
2604
  /** V1 error format. */
2397
- '$.xgafv'?: string;
2605
+ '$.xgafv'?: '1' | '2';
2398
2606
  /** OAuth access token. */
2399
2607
  access_token?: string;
2400
2608
  /** Data format for response. */
2401
- alt?: string;
2609
+ alt?: 'json' | 'media' | 'proto';
2402
2610
  /** JSONP */
2403
2611
  callback?: string;
2404
2612
  /** Selector specifying which fields to include in a partial response. */
@@ -2421,11 +2629,11 @@ declare namespace gapi.client {
2421
2629
  /** Gets information about an application. */
2422
2630
  get(request?: {
2423
2631
  /** V1 error format. */
2424
- '$.xgafv'?: string;
2632
+ '$.xgafv'?: '1' | '2';
2425
2633
  /** OAuth access token. */
2426
2634
  access_token?: string;
2427
2635
  /** Data format for response. */
2428
- alt?: string;
2636
+ alt?: 'json' | 'media' | 'proto';
2429
2637
  /** Part of `name`. Required. Name of the Application resource to get. Example: apps/myapp. */
2430
2638
  appsId: string;
2431
2639
  /** JSONP */
@@ -2433,7 +2641,10 @@ declare namespace gapi.client {
2433
2641
  /** Selector specifying which fields to include in a partial response. */
2434
2642
  fields?: string;
2435
2643
  /** Optional. Options to include extra data */
2436
- includeExtraData?: string;
2644
+ includeExtraData?:
2645
+ | 'INCLUDE_EXTRA_DATA_UNSPECIFIED'
2646
+ | 'INCLUDE_EXTRA_DATA_NONE'
2647
+ | 'INCLUDE_GOOGLE_GENERATED_METADATA';
2437
2648
  /** 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. */
2438
2649
  key?: string;
2439
2650
  /** OAuth 2.0 token for the current user. */
@@ -2450,17 +2661,17 @@ declare namespace gapi.client {
2450
2661
  /** Lists all the available runtimes for the application. */
2451
2662
  listRuntimes(request?: {
2452
2663
  /** V1 error format. */
2453
- '$.xgafv'?: string;
2664
+ '$.xgafv'?: '1' | '2';
2454
2665
  /** OAuth access token. */
2455
2666
  access_token?: string;
2456
2667
  /** Data format for response. */
2457
- alt?: string;
2668
+ alt?: 'json' | 'media' | 'proto';
2458
2669
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2459
2670
  appsId: string;
2460
2671
  /** JSONP */
2461
2672
  callback?: string;
2462
2673
  /** Optional. The environment of the Application. */
2463
- environment?: string;
2674
+ environment?: 'ENVIRONMENT_UNSPECIFIED' | 'STANDARD' | 'FLEXIBLE';
2464
2675
  /** Selector specifying which fields to include in a partial response. */
2465
2676
  fields?: string;
2466
2677
  /** 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. */
@@ -2479,11 +2690,11 @@ declare namespace gapi.client {
2479
2690
  /** 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. */
2480
2691
  patch(request: {
2481
2692
  /** V1 error format. */
2482
- '$.xgafv'?: string;
2693
+ '$.xgafv'?: '1' | '2';
2483
2694
  /** OAuth access token. */
2484
2695
  access_token?: string;
2485
2696
  /** Data format for response. */
2486
- alt?: string;
2697
+ alt?: 'json' | 'media' | 'proto';
2487
2698
  /** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
2488
2699
  appsId: string;
2489
2700
  /** JSONP */
@@ -2510,11 +2721,11 @@ declare namespace gapi.client {
2510
2721
  patch(
2511
2722
  request: {
2512
2723
  /** V1 error format. */
2513
- '$.xgafv'?: string;
2724
+ '$.xgafv'?: '1' | '2';
2514
2725
  /** OAuth access token. */
2515
2726
  access_token?: string;
2516
2727
  /** Data format for response. */
2517
- alt?: string;
2728
+ alt?: 'json' | 'media' | 'proto';
2518
2729
  /** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
2519
2730
  appsId: string;
2520
2731
  /** JSONP */
@@ -2541,11 +2752,11 @@ declare namespace gapi.client {
2541
2752
  /** 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. */
2542
2753
  repair(request: {
2543
2754
  /** V1 error format. */
2544
- '$.xgafv'?: string;
2755
+ '$.xgafv'?: '1' | '2';
2545
2756
  /** OAuth access token. */
2546
2757
  access_token?: string;
2547
2758
  /** Data format for response. */
2548
- alt?: string;
2759
+ alt?: 'json' | 'media' | 'proto';
2549
2760
  /** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
2550
2761
  appsId: string;
2551
2762
  /** JSONP */
@@ -2570,11 +2781,11 @@ declare namespace gapi.client {
2570
2781
  repair(
2571
2782
  request: {
2572
2783
  /** V1 error format. */
2573
- '$.xgafv'?: string;
2784
+ '$.xgafv'?: '1' | '2';
2574
2785
  /** OAuth access token. */
2575
2786
  access_token?: string;
2576
2787
  /** Data format for response. */
2577
- alt?: string;
2788
+ alt?: 'json' | 'media' | 'proto';
2578
2789
  /** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
2579
2790
  appsId: string;
2580
2791
  /** JSONP */
@@ -2608,11 +2819,11 @@ declare namespace gapi.client {
2608
2819
  /** Uploads the specified SSL certificate. */
2609
2820
  create(request: {
2610
2821
  /** V1 error format. */
2611
- '$.xgafv'?: string;
2822
+ '$.xgafv'?: '1' | '2';
2612
2823
  /** OAuth access token. */
2613
2824
  access_token?: string;
2614
2825
  /** Data format for response. */
2615
- alt?: string;
2826
+ alt?: 'json' | 'media' | 'proto';
2616
2827
  /** Part of `parent`. See documentation of `projectsId`. */
2617
2828
  applicationsId: string;
2618
2829
  /** JSONP */
@@ -2641,11 +2852,11 @@ declare namespace gapi.client {
2641
2852
  create(
2642
2853
  request: {
2643
2854
  /** V1 error format. */
2644
- '$.xgafv'?: string;
2855
+ '$.xgafv'?: '1' | '2';
2645
2856
  /** OAuth access token. */
2646
2857
  access_token?: string;
2647
2858
  /** Data format for response. */
2648
- alt?: string;
2859
+ alt?: 'json' | 'media' | 'proto';
2649
2860
  /** Part of `parent`. See documentation of `projectsId`. */
2650
2861
  applicationsId: string;
2651
2862
  /** JSONP */
@@ -2674,11 +2885,11 @@ declare namespace gapi.client {
2674
2885
  /** Deletes the specified SSL certificate. */
2675
2886
  delete(request?: {
2676
2887
  /** V1 error format. */
2677
- '$.xgafv'?: string;
2888
+ '$.xgafv'?: '1' | '2';
2678
2889
  /** OAuth access token. */
2679
2890
  access_token?: string;
2680
2891
  /** Data format for response. */
2681
- alt?: string;
2892
+ alt?: 'json' | 'media' | 'proto';
2682
2893
  /** Part of `name`. See documentation of `projectsId`. */
2683
2894
  applicationsId: string;
2684
2895
  /** Part of `name`. See documentation of `projectsId`. */
@@ -2707,11 +2918,11 @@ declare namespace gapi.client {
2707
2918
  /** Gets the specified SSL certificate. */
2708
2919
  get(request?: {
2709
2920
  /** V1 error format. */
2710
- '$.xgafv'?: string;
2921
+ '$.xgafv'?: '1' | '2';
2711
2922
  /** OAuth access token. */
2712
2923
  access_token?: string;
2713
2924
  /** Data format for response. */
2714
- alt?: string;
2925
+ alt?: 'json' | 'media' | 'proto';
2715
2926
  /** Part of `name`. See documentation of `projectsId`. */
2716
2927
  applicationsId: string;
2717
2928
  /** Part of `name`. See documentation of `projectsId`. */
@@ -2737,16 +2948,16 @@ declare namespace gapi.client {
2737
2948
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2738
2949
  uploadType?: string;
2739
2950
  /** Controls the set of fields returned in the GET response. */
2740
- view?: string;
2951
+ view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
2741
2952
  }): Request<AuthorizedCertificate>;
2742
2953
  /** Lists all SSL certificates the user is authorized to administer. */
2743
2954
  list(request?: {
2744
2955
  /** V1 error format. */
2745
- '$.xgafv'?: string;
2956
+ '$.xgafv'?: '1' | '2';
2746
2957
  /** OAuth access token. */
2747
2958
  access_token?: string;
2748
2959
  /** Data format for response. */
2749
- alt?: string;
2960
+ alt?: 'json' | 'media' | 'proto';
2750
2961
  /** Part of `parent`. See documentation of `projectsId`. */
2751
2962
  applicationsId: string;
2752
2963
  /** JSONP */
@@ -2774,16 +2985,16 @@ declare namespace gapi.client {
2774
2985
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2775
2986
  uploadType?: string;
2776
2987
  /** Controls the set of fields returned in the LIST response. */
2777
- view?: string;
2988
+ view?: 'BASIC_CERTIFICATE' | 'FULL_CERTIFICATE';
2778
2989
  }): Request<ListAuthorizedCertificatesResponse>;
2779
2990
  /** 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. */
2780
2991
  patch(request: {
2781
2992
  /** V1 error format. */
2782
- '$.xgafv'?: string;
2993
+ '$.xgafv'?: '1' | '2';
2783
2994
  /** OAuth access token. */
2784
2995
  access_token?: string;
2785
2996
  /** Data format for response. */
2786
- alt?: string;
2997
+ alt?: 'json' | 'media' | 'proto';
2787
2998
  /** Part of `name`. See documentation of `projectsId`. */
2788
2999
  applicationsId: string;
2789
3000
  /** Part of `name`. See documentation of `projectsId`. */
@@ -2816,11 +3027,11 @@ declare namespace gapi.client {
2816
3027
  patch(
2817
3028
  request: {
2818
3029
  /** V1 error format. */
2819
- '$.xgafv'?: string;
3030
+ '$.xgafv'?: '1' | '2';
2820
3031
  /** OAuth access token. */
2821
3032
  access_token?: string;
2822
3033
  /** Data format for response. */
2823
- alt?: string;
3034
+ alt?: 'json' | 'media' | 'proto';
2824
3035
  /** Part of `name`. See documentation of `projectsId`. */
2825
3036
  applicationsId: string;
2826
3037
  /** Part of `name`. See documentation of `projectsId`. */
@@ -2855,11 +3066,11 @@ declare namespace gapi.client {
2855
3066
  /** Lists all domains the user is authorized to administer. */
2856
3067
  list(request?: {
2857
3068
  /** V1 error format. */
2858
- '$.xgafv'?: string;
3069
+ '$.xgafv'?: '1' | '2';
2859
3070
  /** OAuth access token. */
2860
3071
  access_token?: string;
2861
3072
  /** Data format for response. */
2862
- alt?: string;
3073
+ alt?: 'json' | 'media' | 'proto';
2863
3074
  /** Part of `parent`. See documentation of `projectsId`. */
2864
3075
  applicationsId: string;
2865
3076
  /** JSONP */
@@ -2892,11 +3103,11 @@ declare namespace gapi.client {
2892
3103
  /** 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. */
2893
3104
  create(request: {
2894
3105
  /** V1 error format. */
2895
- '$.xgafv'?: string;
3106
+ '$.xgafv'?: '1' | '2';
2896
3107
  /** OAuth access token. */
2897
3108
  access_token?: string;
2898
3109
  /** Data format for response. */
2899
- alt?: string;
3110
+ alt?: 'json' | 'media' | 'proto';
2900
3111
  /** Part of `parent`. See documentation of `projectsId`. */
2901
3112
  applicationsId: string;
2902
3113
  /** JSONP */
@@ -2910,7 +3121,10 @@ declare namespace gapi.client {
2910
3121
  /** OAuth 2.0 token for the current user. */
2911
3122
  oauth_token?: string;
2912
3123
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
2913
- overrideStrategy?: string;
3124
+ overrideStrategy?:
3125
+ | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
3126
+ | 'STRICT'
3127
+ | 'OVERRIDE';
2914
3128
  /** Returns response with indentations and line breaks. */
2915
3129
  prettyPrint?: boolean;
2916
3130
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
@@ -2927,11 +3141,11 @@ declare namespace gapi.client {
2927
3141
  create(
2928
3142
  request: {
2929
3143
  /** V1 error format. */
2930
- '$.xgafv'?: string;
3144
+ '$.xgafv'?: '1' | '2';
2931
3145
  /** OAuth access token. */
2932
3146
  access_token?: string;
2933
3147
  /** Data format for response. */
2934
- alt?: string;
3148
+ alt?: 'json' | 'media' | 'proto';
2935
3149
  /** Part of `parent`. See documentation of `projectsId`. */
2936
3150
  applicationsId: string;
2937
3151
  /** JSONP */
@@ -2945,7 +3159,10 @@ declare namespace gapi.client {
2945
3159
  /** OAuth 2.0 token for the current user. */
2946
3160
  oauth_token?: string;
2947
3161
  /** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
2948
- overrideStrategy?: string;
3162
+ overrideStrategy?:
3163
+ | 'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY'
3164
+ | 'STRICT'
3165
+ | 'OVERRIDE';
2949
3166
  /** Returns response with indentations and line breaks. */
2950
3167
  prettyPrint?: boolean;
2951
3168
  /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
@@ -2962,11 +3179,11 @@ declare namespace gapi.client {
2962
3179
  /** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
2963
3180
  delete(request?: {
2964
3181
  /** V1 error format. */
2965
- '$.xgafv'?: string;
3182
+ '$.xgafv'?: '1' | '2';
2966
3183
  /** OAuth access token. */
2967
3184
  access_token?: string;
2968
3185
  /** Data format for response. */
2969
- alt?: string;
3186
+ alt?: 'json' | 'media' | 'proto';
2970
3187
  /** Part of `name`. See documentation of `projectsId`. */
2971
3188
  applicationsId: string;
2972
3189
  /** JSONP */
@@ -2995,11 +3212,11 @@ declare namespace gapi.client {
2995
3212
  /** Gets the specified domain mapping. */
2996
3213
  get(request?: {
2997
3214
  /** V1 error format. */
2998
- '$.xgafv'?: string;
3215
+ '$.xgafv'?: '1' | '2';
2999
3216
  /** OAuth access token. */
3000
3217
  access_token?: string;
3001
3218
  /** Data format for response. */
3002
- alt?: string;
3219
+ alt?: 'json' | 'media' | 'proto';
3003
3220
  /** Part of `name`. See documentation of `projectsId`. */
3004
3221
  applicationsId: string;
3005
3222
  /** JSONP */
@@ -3028,11 +3245,11 @@ declare namespace gapi.client {
3028
3245
  /** Lists the domain mappings on an application. */
3029
3246
  list(request?: {
3030
3247
  /** V1 error format. */
3031
- '$.xgafv'?: string;
3248
+ '$.xgafv'?: '1' | '2';
3032
3249
  /** OAuth access token. */
3033
3250
  access_token?: string;
3034
3251
  /** Data format for response. */
3035
- alt?: string;
3252
+ alt?: 'json' | 'media' | 'proto';
3036
3253
  /** Part of `parent`. See documentation of `projectsId`. */
3037
3254
  applicationsId: string;
3038
3255
  /** JSONP */
@@ -3063,11 +3280,11 @@ declare namespace gapi.client {
3063
3280
  /** 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. */
3064
3281
  patch(request: {
3065
3282
  /** V1 error format. */
3066
- '$.xgafv'?: string;
3283
+ '$.xgafv'?: '1' | '2';
3067
3284
  /** OAuth access token. */
3068
3285
  access_token?: string;
3069
3286
  /** Data format for response. */
3070
- alt?: string;
3287
+ alt?: 'json' | 'media' | 'proto';
3071
3288
  /** Part of `name`. See documentation of `projectsId`. */
3072
3289
  applicationsId: string;
3073
3290
  /** JSONP */
@@ -3100,11 +3317,11 @@ declare namespace gapi.client {
3100
3317
  patch(
3101
3318
  request: {
3102
3319
  /** V1 error format. */
3103
- '$.xgafv'?: string;
3320
+ '$.xgafv'?: '1' | '2';
3104
3321
  /** OAuth access token. */
3105
3322
  access_token?: string;
3106
3323
  /** Data format for response. */
3107
- alt?: string;
3324
+ alt?: 'json' | 'media' | 'proto';
3108
3325
  /** Part of `name`. See documentation of `projectsId`. */
3109
3326
  applicationsId: string;
3110
3327
  /** JSONP */
@@ -3139,11 +3356,11 @@ declare namespace gapi.client {
3139
3356
  /** 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. */
3140
3357
  debug(request: {
3141
3358
  /** V1 error format. */
3142
- '$.xgafv'?: string;
3359
+ '$.xgafv'?: '1' | '2';
3143
3360
  /** OAuth access token. */
3144
3361
  access_token?: string;
3145
3362
  /** Data format for response. */
3146
- alt?: string;
3363
+ alt?: 'json' | 'media' | 'proto';
3147
3364
  /** Part of `name`. See documentation of `projectsId`. */
3148
3365
  applicationsId: string;
3149
3366
  /** JSONP */
@@ -3178,11 +3395,11 @@ declare namespace gapi.client {
3178
3395
  debug(
3179
3396
  request: {
3180
3397
  /** V1 error format. */
3181
- '$.xgafv'?: string;
3398
+ '$.xgafv'?: '1' | '2';
3182
3399
  /** OAuth access token. */
3183
3400
  access_token?: string;
3184
3401
  /** Data format for response. */
3185
- alt?: string;
3402
+ alt?: 'json' | 'media' | 'proto';
3186
3403
  /** Part of `name`. See documentation of `projectsId`. */
3187
3404
  applicationsId: string;
3188
3405
  /** JSONP */
@@ -3217,11 +3434,11 @@ declare namespace gapi.client {
3217
3434
  /** 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. */
3218
3435
  delete(request?: {
3219
3436
  /** V1 error format. */
3220
- '$.xgafv'?: string;
3437
+ '$.xgafv'?: '1' | '2';
3221
3438
  /** OAuth access token. */
3222
3439
  access_token?: string;
3223
3440
  /** Data format for response. */
3224
- alt?: string;
3441
+ alt?: 'json' | 'media' | 'proto';
3225
3442
  /** Part of `name`. See documentation of `projectsId`. */
3226
3443
  applicationsId: string;
3227
3444
  /** JSONP */
@@ -3256,11 +3473,11 @@ declare namespace gapi.client {
3256
3473
  /** Deletes an existing Version resource. */
3257
3474
  delete(request?: {
3258
3475
  /** V1 error format. */
3259
- '$.xgafv'?: string;
3476
+ '$.xgafv'?: '1' | '2';
3260
3477
  /** OAuth access token. */
3261
3478
  access_token?: string;
3262
3479
  /** Data format for response. */
3263
- alt?: string;
3480
+ alt?: 'json' | 'media' | 'proto';
3264
3481
  /** Part of `name`. See documentation of `projectsId`. */
3265
3482
  applicationsId: string;
3266
3483
  /** JSONP */
@@ -3288,14 +3505,88 @@ declare namespace gapi.client {
3288
3505
  /** Part of `name`. See documentation of `projectsId`. */
3289
3506
  versionsId: string;
3290
3507
  }): Request<Operation>;
3508
+ /** Exports a user image to Artifact Registry. */
3509
+ exportAppImage(request: {
3510
+ /** V1 error format. */
3511
+ '$.xgafv'?: '1' | '2';
3512
+ /** OAuth access token. */
3513
+ access_token?: string;
3514
+ /** Data format for response. */
3515
+ alt?: 'json' | 'media' | 'proto';
3516
+ /** Part of `name`. See documentation of `projectsId`. */
3517
+ applicationsId: string;
3518
+ /** JSONP */
3519
+ callback?: string;
3520
+ /** Selector specifying which fields to include in a partial response. */
3521
+ fields?: string;
3522
+ /** 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. */
3523
+ key?: string;
3524
+ /** Part of `name`. See documentation of `projectsId`. */
3525
+ locationsId: string;
3526
+ /** OAuth 2.0 token for the current user. */
3527
+ oauth_token?: string;
3528
+ /** Returns response with indentations and line breaks. */
3529
+ prettyPrint?: boolean;
3530
+ /** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
3531
+ projectsId: string;
3532
+ /** 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. */
3533
+ quotaUser?: string;
3534
+ /** Part of `name`. See documentation of `projectsId`. */
3535
+ servicesId: string;
3536
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3537
+ upload_protocol?: string;
3538
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3539
+ uploadType?: string;
3540
+ /** Part of `name`. See documentation of `projectsId`. */
3541
+ versionsId: string;
3542
+ /** Request body */
3543
+ resource: ExportAppImageRequest;
3544
+ }): Request<Operation>;
3545
+ exportAppImage(
3546
+ request: {
3547
+ /** V1 error format. */
3548
+ '$.xgafv'?: '1' | '2';
3549
+ /** OAuth access token. */
3550
+ access_token?: string;
3551
+ /** Data format for response. */
3552
+ alt?: 'json' | 'media' | 'proto';
3553
+ /** Part of `name`. See documentation of `projectsId`. */
3554
+ applicationsId: string;
3555
+ /** JSONP */
3556
+ callback?: string;
3557
+ /** Selector specifying which fields to include in a partial response. */
3558
+ fields?: string;
3559
+ /** 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. */
3560
+ key?: string;
3561
+ /** Part of `name`. See documentation of `projectsId`. */
3562
+ locationsId: string;
3563
+ /** OAuth 2.0 token for the current user. */
3564
+ oauth_token?: string;
3565
+ /** Returns response with indentations and line breaks. */
3566
+ prettyPrint?: boolean;
3567
+ /** Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version} */
3568
+ projectsId: string;
3569
+ /** 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. */
3570
+ quotaUser?: string;
3571
+ /** Part of `name`. See documentation of `projectsId`. */
3572
+ servicesId: string;
3573
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3574
+ upload_protocol?: string;
3575
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3576
+ uploadType?: string;
3577
+ /** Part of `name`. See documentation of `projectsId`. */
3578
+ versionsId: string;
3579
+ },
3580
+ body: ExportAppImageRequest,
3581
+ ): Request<Operation>;
3291
3582
  /** 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/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#manualscaling) */
3292
3583
  patch(request: {
3293
3584
  /** V1 error format. */
3294
- '$.xgafv'?: string;
3585
+ '$.xgafv'?: '1' | '2';
3295
3586
  /** OAuth access token. */
3296
3587
  access_token?: string;
3297
3588
  /** Data format for response. */
3298
- alt?: string;
3589
+ alt?: 'json' | 'media' | 'proto';
3299
3590
  /** Part of `name`. See documentation of `projectsId`. */
3300
3591
  applicationsId: string;
3301
3592
  /** JSONP */
@@ -3330,11 +3621,11 @@ declare namespace gapi.client {
3330
3621
  patch(
3331
3622
  request: {
3332
3623
  /** V1 error format. */
3333
- '$.xgafv'?: string;
3624
+ '$.xgafv'?: '1' | '2';
3334
3625
  /** OAuth access token. */
3335
3626
  access_token?: string;
3336
3627
  /** Data format for response. */
3337
- alt?: string;
3628
+ alt?: 'json' | 'media' | 'proto';
3338
3629
  /** Part of `name`. See documentation of `projectsId`. */
3339
3630
  applicationsId: string;
3340
3631
  /** JSONP */
@@ -3372,11 +3663,11 @@ declare namespace gapi.client {
3372
3663
  /** Deletes the specified service and all enclosed versions. */
3373
3664
  delete(request?: {
3374
3665
  /** V1 error format. */
3375
- '$.xgafv'?: string;
3666
+ '$.xgafv'?: '1' | '2';
3376
3667
  /** OAuth access token. */
3377
3668
  access_token?: string;
3378
3669
  /** Data format for response. */
3379
- alt?: string;
3670
+ alt?: 'json' | 'media' | 'proto';
3380
3671
  /** Part of `name`. See documentation of `projectsId`. */
3381
3672
  applicationsId: string;
3382
3673
  /** JSONP */
@@ -3405,11 +3696,11 @@ declare namespace gapi.client {
3405
3696
  /** Updates the configuration of the specified service. */
3406
3697
  patch(request: {
3407
3698
  /** V1 error format. */
3408
- '$.xgafv'?: string;
3699
+ '$.xgafv'?: '1' | '2';
3409
3700
  /** OAuth access token. */
3410
3701
  access_token?: string;
3411
3702
  /** Data format for response. */
3412
- alt?: string;
3703
+ alt?: 'json' | 'media' | 'proto';
3413
3704
  /** Part of `name`. See documentation of `projectsId`. */
3414
3705
  applicationsId: string;
3415
3706
  /** JSONP */
@@ -3444,11 +3735,11 @@ declare namespace gapi.client {
3444
3735
  patch(
3445
3736
  request: {
3446
3737
  /** V1 error format. */
3447
- '$.xgafv'?: string;
3738
+ '$.xgafv'?: '1' | '2';
3448
3739
  /** OAuth access token. */
3449
3740
  access_token?: string;
3450
3741
  /** Data format for response. */
3451
- alt?: string;
3742
+ alt?: 'json' | 'media' | 'proto';
3452
3743
  /** Part of `name`. See documentation of `projectsId`. */
3453
3744
  applicationsId: string;
3454
3745
  /** JSONP */
@@ -3486,11 +3777,11 @@ declare namespace gapi.client {
3486
3777
  /** 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. */
3487
3778
  patch(request: {
3488
3779
  /** V1 error format. */
3489
- '$.xgafv'?: string;
3780
+ '$.xgafv'?: '1' | '2';
3490
3781
  /** OAuth access token. */
3491
3782
  access_token?: string;
3492
3783
  /** Data format for response. */
3493
- alt?: string;
3784
+ alt?: 'json' | 'media' | 'proto';
3494
3785
  /** Part of `name`. See documentation of `projectsId`. */
3495
3786
  applicationsId: string;
3496
3787
  /** JSONP */
@@ -3521,11 +3812,11 @@ declare namespace gapi.client {
3521
3812
  patch(
3522
3813
  request: {
3523
3814
  /** V1 error format. */
3524
- '$.xgafv'?: string;
3815
+ '$.xgafv'?: '1' | '2';
3525
3816
  /** OAuth access token. */
3526
3817
  access_token?: string;
3527
3818
  /** Data format for response. */
3528
- alt?: string;
3819
+ alt?: 'json' | 'media' | 'proto';
3529
3820
  /** Part of `name`. See documentation of `projectsId`. */
3530
3821
  applicationsId: string;
3531
3822
  /** JSONP */
@@ -3562,11 +3853,11 @@ declare namespace gapi.client {
3562
3853
  /** 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. */
3563
3854
  get(request?: {
3564
3855
  /** V1 error format. */
3565
- '$.xgafv'?: string;
3856
+ '$.xgafv'?: '1' | '2';
3566
3857
  /** OAuth access token. */
3567
3858
  access_token?: string;
3568
3859
  /** Data format for response. */
3569
- alt?: string;
3860
+ alt?: 'json' | 'media' | 'proto';
3570
3861
  /** JSONP */
3571
3862
  callback?: string;
3572
3863
  /** Selector specifying which fields to include in a partial response. */
@@ -3593,11 +3884,11 @@ declare namespace gapi.client {
3593
3884
  /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
3594
3885
  list(request?: {
3595
3886
  /** V1 error format. */
3596
- '$.xgafv'?: string;
3887
+ '$.xgafv'?: '1' | '2';
3597
3888
  /** OAuth access token. */
3598
3889
  access_token?: string;
3599
3890
  /** Data format for response. */
3600
- alt?: string;
3891
+ alt?: 'json' | 'media' | 'proto';
3601
3892
  /** JSONP */
3602
3893
  callback?: string;
3603
3894
  /** Selector specifying which fields to include in a partial response. */
@@ -3632,11 +3923,11 @@ declare namespace gapi.client {
3632
3923
  /** Gets information about a location. */
3633
3924
  get(request?: {
3634
3925
  /** V1 error format. */
3635
- '$.xgafv'?: string;
3926
+ '$.xgafv'?: '1' | '2';
3636
3927
  /** OAuth access token. */
3637
3928
  access_token?: string;
3638
3929
  /** Data format for response. */
3639
- alt?: string;
3930
+ alt?: 'json' | 'media' | 'proto';
3640
3931
  /** JSONP */
3641
3932
  callback?: string;
3642
3933
  /** Selector specifying which fields to include in a partial response. */
@@ -3658,17 +3949,17 @@ declare namespace gapi.client {
3658
3949
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3659
3950
  uploadType?: string;
3660
3951
  }): Request<Location>;
3661
- /** Lists information about the supported locations for this service. This method can be called in two ways: List all public locations: Use the path GET /v1/locations. List project-visible locations: Use the path GET /v1/projects/{project_id}/locations. This may include public locations as well as private or other locations specifically visible to the project. */
3952
+ /** 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. */
3662
3953
  list(request?: {
3663
3954
  /** V1 error format. */
3664
- '$.xgafv'?: string;
3955
+ '$.xgafv'?: '1' | '2';
3665
3956
  /** OAuth access token. */
3666
3957
  access_token?: string;
3667
3958
  /** Data format for response. */
3668
- alt?: string;
3959
+ alt?: 'json' | 'media' | 'proto';
3669
3960
  /** JSONP */
3670
3961
  callback?: string;
3671
- /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
3962
+ /** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. */
3672
3963
  extraLocationTypes?: string | string[];
3673
3964
  /** Selector specifying which fields to include in a partial response. */
3674
3965
  fields?: string;