@maxim_mazurok/gapi.client.appengine-v1alpha 0.0.20250611 → 0.0.20250616
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 +75 -1
- 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: 20250616
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1192,6 +1192,80 @@ declare namespace gapi.client {
|
|
|
1192
1192
|
}): Request<ListAuthorizedDomainsResponse>;
|
|
1193
1193
|
}
|
|
1194
1194
|
interface DomainMappingsResource {
|
|
1195
|
+
/** 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. */
|
|
1196
|
+
create(request: {
|
|
1197
|
+
/** V1 error format. */
|
|
1198
|
+
'$.xgafv'?: string;
|
|
1199
|
+
/** OAuth access token. */
|
|
1200
|
+
access_token?: string;
|
|
1201
|
+
/** Data format for response. */
|
|
1202
|
+
alt?: string;
|
|
1203
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
1204
|
+
applicationsId: string;
|
|
1205
|
+
/** JSONP */
|
|
1206
|
+
callback?: string;
|
|
1207
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1208
|
+
fields?: string;
|
|
1209
|
+
/** 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. */
|
|
1210
|
+
key?: string;
|
|
1211
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
1212
|
+
locationsId: string;
|
|
1213
|
+
/** Whether a managed certificate should be provided by App Engine. If true, a certificate ID must be manaually 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. */
|
|
1214
|
+
noManagedCertificate?: boolean;
|
|
1215
|
+
/** OAuth 2.0 token for the current user. */
|
|
1216
|
+
oauth_token?: string;
|
|
1217
|
+
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1218
|
+
overrideStrategy?: string;
|
|
1219
|
+
/** Returns response with indentations and line breaks. */
|
|
1220
|
+
prettyPrint?: boolean;
|
|
1221
|
+
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1222
|
+
projectsId: string;
|
|
1223
|
+
/** 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. */
|
|
1224
|
+
quotaUser?: string;
|
|
1225
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1226
|
+
upload_protocol?: string;
|
|
1227
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1228
|
+
uploadType?: string;
|
|
1229
|
+
/** Request body */
|
|
1230
|
+
resource: DomainMapping;
|
|
1231
|
+
}): Request<Operation>;
|
|
1232
|
+
create(
|
|
1233
|
+
request: {
|
|
1234
|
+
/** V1 error format. */
|
|
1235
|
+
'$.xgafv'?: string;
|
|
1236
|
+
/** OAuth access token. */
|
|
1237
|
+
access_token?: string;
|
|
1238
|
+
/** Data format for response. */
|
|
1239
|
+
alt?: string;
|
|
1240
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
1241
|
+
applicationsId: string;
|
|
1242
|
+
/** JSONP */
|
|
1243
|
+
callback?: string;
|
|
1244
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1245
|
+
fields?: string;
|
|
1246
|
+
/** 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. */
|
|
1247
|
+
key?: string;
|
|
1248
|
+
/** Part of `parent`. See documentation of `projectsId`. */
|
|
1249
|
+
locationsId: string;
|
|
1250
|
+
/** Whether a managed certificate should be provided by App Engine. If true, a certificate ID must be manaually 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. */
|
|
1251
|
+
noManagedCertificate?: boolean;
|
|
1252
|
+
/** OAuth 2.0 token for the current user. */
|
|
1253
|
+
oauth_token?: string;
|
|
1254
|
+
/** Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected. */
|
|
1255
|
+
overrideStrategy?: string;
|
|
1256
|
+
/** Returns response with indentations and line breaks. */
|
|
1257
|
+
prettyPrint?: boolean;
|
|
1258
|
+
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1259
|
+
projectsId: string;
|
|
1260
|
+
/** 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. */
|
|
1261
|
+
quotaUser?: string;
|
|
1262
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1263
|
+
upload_protocol?: string;
|
|
1264
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1265
|
+
uploadType?: string;
|
|
1266
|
+
},
|
|
1267
|
+
body: DomainMapping,
|
|
1268
|
+
): Request<Operation>;
|
|
1195
1269
|
/** Gets the specified domain mapping. */
|
|
1196
1270
|
get(request?: {
|
|
1197
1271
|
/** V1 error format. */
|