@maxim_mazurok/gapi.client.appengine-v1 0.2.20260625 → 0.3.20260629
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +8 -23
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://appengine.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260629
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -87,10 +87,7 @@ declare namespace gapi.client {
|
|
|
87
87
|
serviceAccount?: string;
|
|
88
88
|
/** Serving status of this application. */
|
|
89
89
|
servingStatus?:
|
|
90
|
-
| '
|
|
91
|
-
| 'SERVING'
|
|
92
|
-
| 'USER_DISABLED'
|
|
93
|
-
| 'SYSTEM_DISABLED';
|
|
90
|
+
'UNSPECIFIED' | 'SERVING' | 'USER_DISABLED' | 'SYSTEM_DISABLED';
|
|
94
91
|
/** 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 */
|
|
95
92
|
sslPolicy?: 'SSL_POLICY_UNSPECIFIED' | 'DEFAULT' | 'MODERN';
|
|
96
93
|
}
|
|
@@ -776,9 +773,7 @@ declare namespace gapi.client {
|
|
|
776
773
|
pendingManagedCertificateId?: string;
|
|
777
774
|
/** 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. */
|
|
778
775
|
sslManagementType?:
|
|
779
|
-
| '
|
|
780
|
-
| 'AUTOMATIC'
|
|
781
|
-
| 'MANUAL';
|
|
776
|
+
'SSL_MANAGEMENT_TYPE_UNSPECIFIED' | 'AUTOMATIC' | 'MANUAL';
|
|
782
777
|
}
|
|
783
778
|
interface StandardSchedulerSettings {
|
|
784
779
|
/** Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration. */
|
|
@@ -969,9 +964,7 @@ declare namespace gapi.client {
|
|
|
969
964
|
interface VpcAccessConnector {
|
|
970
965
|
/** The egress setting for the connector, controlling what traffic is diverted through it. */
|
|
971
966
|
egressSetting?:
|
|
972
|
-
| '
|
|
973
|
-
| 'ALL_TRAFFIC'
|
|
974
|
-
| 'PRIVATE_IP_RANGES';
|
|
967
|
+
'EGRESS_SETTING_UNSPECIFIED' | 'ALL_TRAFFIC' | 'PRIVATE_IP_RANGES';
|
|
975
968
|
/** Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. */
|
|
976
969
|
name?: string;
|
|
977
970
|
}
|
|
@@ -1254,9 +1247,7 @@ declare namespace gapi.client {
|
|
|
1254
1247
|
oauth_token?: string;
|
|
1255
1248
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1256
1249
|
overrideStrategy?:
|
|
1257
|
-
| '
|
|
1258
|
-
| 'STRICT'
|
|
1259
|
-
| 'OVERRIDE';
|
|
1250
|
+
'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
|
|
1260
1251
|
/** Returns response with indentations and line breaks. */
|
|
1261
1252
|
prettyPrint?: boolean;
|
|
1262
1253
|
/** 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. */
|
|
@@ -1288,9 +1279,7 @@ declare namespace gapi.client {
|
|
|
1288
1279
|
oauth_token?: string;
|
|
1289
1280
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1290
1281
|
overrideStrategy?:
|
|
1291
|
-
| '
|
|
1292
|
-
| 'STRICT'
|
|
1293
|
-
| 'OVERRIDE';
|
|
1282
|
+
'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
|
|
1294
1283
|
/** Returns response with indentations and line breaks. */
|
|
1295
1284
|
prettyPrint?: boolean;
|
|
1296
1285
|
/** 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. */
|
|
@@ -3054,9 +3043,7 @@ declare namespace gapi.client {
|
|
|
3054
3043
|
oauth_token?: string;
|
|
3055
3044
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
3056
3045
|
overrideStrategy?:
|
|
3057
|
-
| '
|
|
3058
|
-
| 'STRICT'
|
|
3059
|
-
| 'OVERRIDE';
|
|
3046
|
+
'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
|
|
3060
3047
|
/** Returns response with indentations and line breaks. */
|
|
3061
3048
|
prettyPrint?: boolean;
|
|
3062
3049
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
@@ -3092,9 +3079,7 @@ declare namespace gapi.client {
|
|
|
3092
3079
|
oauth_token?: string;
|
|
3093
3080
|
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
3094
3081
|
overrideStrategy?:
|
|
3095
|
-
| '
|
|
3096
|
-
| 'STRICT'
|
|
3097
|
-
| 'OVERRIDE';
|
|
3082
|
+
'UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY' | 'STRICT' | 'OVERRIDE';
|
|
3098
3083
|
/** Returns response with indentations and line breaks. */
|
|
3099
3084
|
prettyPrint?: boolean;
|
|
3100
3085
|
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|