@maxim_mazurok/gapi.client.appengine-v1alpha 0.1.20250824 → 0.1.20250930
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 +120 -3
- 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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250930
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -133,6 +133,8 @@ declare namespace gapi.client {
|
|
|
133
133
|
nextPageToken?: string;
|
|
134
134
|
/** A list of operations that matches the specified filter in the request. */
|
|
135
135
|
operations?: Operation[];
|
|
136
|
+
/** Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations. */
|
|
137
|
+
unreachable?: string[];
|
|
136
138
|
}
|
|
137
139
|
interface Location {
|
|
138
140
|
/** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
|
|
@@ -812,7 +814,7 @@ declare namespace gapi.client {
|
|
|
812
814
|
appsId: string;
|
|
813
815
|
/** JSONP */
|
|
814
816
|
callback?: string;
|
|
815
|
-
/** Optional.
|
|
817
|
+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
|
|
816
818
|
extraLocationTypes?: string | string[];
|
|
817
819
|
/** Selector specifying which fields to include in a partial response. */
|
|
818
820
|
fields?: string;
|
|
@@ -894,6 +896,8 @@ declare namespace gapi.client {
|
|
|
894
896
|
prettyPrint?: boolean;
|
|
895
897
|
/** 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. */
|
|
896
898
|
quotaUser?: string;
|
|
899
|
+
/** When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
900
|
+
returnPartialSuccess?: boolean;
|
|
897
901
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
898
902
|
upload_protocol?: string;
|
|
899
903
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1266,6 +1270,39 @@ declare namespace gapi.client {
|
|
|
1266
1270
|
},
|
|
1267
1271
|
body: DomainMapping,
|
|
1268
1272
|
): Request<Operation>;
|
|
1273
|
+
/** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
|
|
1274
|
+
delete(request?: {
|
|
1275
|
+
/** V1 error format. */
|
|
1276
|
+
'$.xgafv'?: string;
|
|
1277
|
+
/** OAuth access token. */
|
|
1278
|
+
access_token?: string;
|
|
1279
|
+
/** Data format for response. */
|
|
1280
|
+
alt?: string;
|
|
1281
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1282
|
+
applicationsId: string;
|
|
1283
|
+
/** JSONP */
|
|
1284
|
+
callback?: string;
|
|
1285
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1286
|
+
domainMappingsId: string;
|
|
1287
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1288
|
+
fields?: string;
|
|
1289
|
+
/** 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. */
|
|
1290
|
+
key?: string;
|
|
1291
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1292
|
+
locationsId: string;
|
|
1293
|
+
/** OAuth 2.0 token for the current user. */
|
|
1294
|
+
oauth_token?: string;
|
|
1295
|
+
/** Returns response with indentations and line breaks. */
|
|
1296
|
+
prettyPrint?: boolean;
|
|
1297
|
+
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
|
|
1298
|
+
projectsId: string;
|
|
1299
|
+
/** 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. */
|
|
1300
|
+
quotaUser?: string;
|
|
1301
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1302
|
+
upload_protocol?: string;
|
|
1303
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1304
|
+
uploadType?: string;
|
|
1305
|
+
}): Request<Operation>;
|
|
1269
1306
|
/** Gets the specified domain mapping. */
|
|
1270
1307
|
get(request?: {
|
|
1271
1308
|
/** V1 error format. */
|
|
@@ -1299,6 +1336,84 @@ declare namespace gapi.client {
|
|
|
1299
1336
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1300
1337
|
uploadType?: string;
|
|
1301
1338
|
}): Request<DomainMapping>;
|
|
1339
|
+
/** 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. */
|
|
1340
|
+
patch(request: {
|
|
1341
|
+
/** V1 error format. */
|
|
1342
|
+
'$.xgafv'?: string;
|
|
1343
|
+
/** OAuth access token. */
|
|
1344
|
+
access_token?: string;
|
|
1345
|
+
/** Data format for response. */
|
|
1346
|
+
alt?: string;
|
|
1347
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1348
|
+
applicationsId: string;
|
|
1349
|
+
/** JSONP */
|
|
1350
|
+
callback?: string;
|
|
1351
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1352
|
+
domainMappingsId: string;
|
|
1353
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1354
|
+
fields?: string;
|
|
1355
|
+
/** 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. */
|
|
1356
|
+
key?: string;
|
|
1357
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1358
|
+
locationsId: string;
|
|
1359
|
+
/** Whether a managed certificate should be provided by App Engine. If true, a certificate ID must be manually set in the DomainMapping resource to configure SSL for this domain. If false, a managed certificate will be provisioned and a certificate ID will be automatically populated. Only applicable if ssl_settings.certificate_id is specified in the update mask. */
|
|
1360
|
+
noManagedCertificate?: boolean;
|
|
1361
|
+
/** OAuth 2.0 token for the current user. */
|
|
1362
|
+
oauth_token?: string;
|
|
1363
|
+
/** Returns response with indentations and line breaks. */
|
|
1364
|
+
prettyPrint?: boolean;
|
|
1365
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1366
|
+
projectsId: string;
|
|
1367
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1368
|
+
quotaUser?: string;
|
|
1369
|
+
/** Required. Standard field mask for the set of fields to be updated. */
|
|
1370
|
+
updateMask?: string;
|
|
1371
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1372
|
+
upload_protocol?: string;
|
|
1373
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1374
|
+
uploadType?: string;
|
|
1375
|
+
/** Request body */
|
|
1376
|
+
resource: DomainMapping;
|
|
1377
|
+
}): Request<Operation>;
|
|
1378
|
+
patch(
|
|
1379
|
+
request: {
|
|
1380
|
+
/** V1 error format. */
|
|
1381
|
+
'$.xgafv'?: string;
|
|
1382
|
+
/** OAuth access token. */
|
|
1383
|
+
access_token?: string;
|
|
1384
|
+
/** Data format for response. */
|
|
1385
|
+
alt?: string;
|
|
1386
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1387
|
+
applicationsId: string;
|
|
1388
|
+
/** JSONP */
|
|
1389
|
+
callback?: string;
|
|
1390
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1391
|
+
domainMappingsId: string;
|
|
1392
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1393
|
+
fields?: string;
|
|
1394
|
+
/** 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. */
|
|
1395
|
+
key?: string;
|
|
1396
|
+
/** Part of `name`. See documentation of `projectsId`. */
|
|
1397
|
+
locationsId: string;
|
|
1398
|
+
/** Whether a managed certificate should be provided by App Engine. If true, a certificate ID must be manually set in the DomainMapping resource to configure SSL for this domain. If false, a managed certificate will be provisioned and a certificate ID will be automatically populated. Only applicable if ssl_settings.certificate_id is specified in the update mask. */
|
|
1399
|
+
noManagedCertificate?: boolean;
|
|
1400
|
+
/** OAuth 2.0 token for the current user. */
|
|
1401
|
+
oauth_token?: string;
|
|
1402
|
+
/** Returns response with indentations and line breaks. */
|
|
1403
|
+
prettyPrint?: boolean;
|
|
1404
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1405
|
+
projectsId: string;
|
|
1406
|
+
/** 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. */
|
|
1407
|
+
quotaUser?: string;
|
|
1408
|
+
/** Required. Standard field mask for the set of fields to be updated. */
|
|
1409
|
+
updateMask?: string;
|
|
1410
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1411
|
+
upload_protocol?: string;
|
|
1412
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1413
|
+
uploadType?: string;
|
|
1414
|
+
},
|
|
1415
|
+
body: DomainMapping,
|
|
1416
|
+
): Request<Operation>;
|
|
1302
1417
|
}
|
|
1303
1418
|
interface ApplicationsResource {
|
|
1304
1419
|
authorizedCertificates: AuthorizedCertificatesResource;
|
|
@@ -1367,6 +1482,8 @@ declare namespace gapi.client {
|
|
|
1367
1482
|
projectsId: string;
|
|
1368
1483
|
/** 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. */
|
|
1369
1484
|
quotaUser?: string;
|
|
1485
|
+
/** When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
1486
|
+
returnPartialSuccess?: boolean;
|
|
1370
1487
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1371
1488
|
upload_protocol?: string;
|
|
1372
1489
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -1413,7 +1530,7 @@ declare namespace gapi.client {
|
|
|
1413
1530
|
alt?: string;
|
|
1414
1531
|
/** JSONP */
|
|
1415
1532
|
callback?: string;
|
|
1416
|
-
/** Optional.
|
|
1533
|
+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
|
|
1417
1534
|
extraLocationTypes?: string | string[];
|
|
1418
1535
|
/** Selector specifying which fields to include in a partial response. */
|
|
1419
1536
|
fields?: string;
|