|  | 
| 599 | 599 |                   "type": "string" | 
| 600 | 600 |                 }, | 
| 601 | 601 |                 "extraLocationTypes": { | 
| 602 |  | -                  "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", | 
|  | 602 | +                  "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", | 
| 603 | 603 |                   "location": "query", | 
| 604 | 604 |                   "repeated": true, | 
| 605 | 605 |                   "type": "string" | 
|  | 
| 698 | 698 |                   "description": "The standard list page token.", | 
| 699 | 699 |                   "location": "query", | 
| 700 | 700 |                   "type": "string" | 
|  | 701 | +                }, | 
|  | 702 | +                "returnPartialSuccess": { | 
|  | 703 | +                  "description": "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.", | 
|  | 704 | +                  "location": "query", | 
|  | 705 | +                  "type": "boolean" | 
| 701 | 706 |                 } | 
| 702 | 707 |               }, | 
| 703 | 708 |               "path": "v1alpha/apps/{appsId}/operations", | 
|  | 
| 761 | 766 |               ], | 
| 762 | 767 |               "parameters": { | 
| 763 | 768 |                 "extraLocationTypes": { | 
| 764 |  | -                  "description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.", | 
|  | 769 | +                  "description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.", | 
| 765 | 770 |                   "location": "query", | 
| 766 | 771 |                   "repeated": true, | 
| 767 | 772 |                   "type": "string" | 
|  | 
| 1189 | 1194 |                         "https://www.googleapis.com/auth/cloud-platform" | 
| 1190 | 1195 |                       ] | 
| 1191 | 1196 |                     }, | 
|  | 1197 | +                    "delete": { | 
|  | 1198 | +                      "description": "Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.", | 
|  | 1199 | +                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}", | 
|  | 1200 | +                      "httpMethod": "DELETE", | 
|  | 1201 | +                      "id": "appengine.projects.locations.applications.domainMappings.delete", | 
|  | 1202 | +                      "parameterOrder": [ | 
|  | 1203 | +                        "projectsId", | 
|  | 1204 | +                        "locationsId", | 
|  | 1205 | +                        "applicationsId", | 
|  | 1206 | +                        "domainMappingsId" | 
|  | 1207 | +                      ], | 
|  | 1208 | +                      "parameters": { | 
|  | 1209 | +                        "applicationsId": { | 
|  | 1210 | +                          "description": "Part of `name`. See documentation of `projectsId`.", | 
|  | 1211 | +                          "location": "path", | 
|  | 1212 | +                          "required": true, | 
|  | 1213 | +                          "type": "string" | 
|  | 1214 | +                        }, | 
|  | 1215 | +                        "domainMappingsId": { | 
|  | 1216 | +                          "description": "Part of `name`. See documentation of `projectsId`.", | 
|  | 1217 | +                          "location": "path", | 
|  | 1218 | +                          "required": true, | 
|  | 1219 | +                          "type": "string" | 
|  | 1220 | +                        }, | 
|  | 1221 | +                        "locationsId": { | 
|  | 1222 | +                          "description": "Part of `name`. See documentation of `projectsId`.", | 
|  | 1223 | +                          "location": "path", | 
|  | 1224 | +                          "required": true, | 
|  | 1225 | +                          "type": "string" | 
|  | 1226 | +                        }, | 
|  | 1227 | +                        "projectsId": { | 
|  | 1228 | +                          "description": "Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com.", | 
|  | 1229 | +                          "location": "path", | 
|  | 1230 | +                          "required": true, | 
|  | 1231 | +                          "type": "string" | 
|  | 1232 | +                        } | 
|  | 1233 | +                      }, | 
|  | 1234 | +                      "path": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}", | 
|  | 1235 | +                      "response": { | 
|  | 1236 | +                        "$ref": "Operation" | 
|  | 1237 | +                      }, | 
|  | 1238 | +                      "scopes": [ | 
|  | 1239 | +                        "https://www.googleapis.com/auth/cloud-platform" | 
|  | 1240 | +                      ] | 
|  | 1241 | +                    }, | 
| 1192 | 1242 |                     "get": { | 
| 1193 | 1243 |                       "description": "Gets the specified domain mapping.", | 
| 1194 | 1244 |                       "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}", | 
|  | 
| 1235 | 1285 |                         "https://www.googleapis.com/auth/cloud-platform", | 
| 1236 | 1286 |                         "https://www.googleapis.com/auth/cloud-platform.read-only" | 
| 1237 | 1287 |                       ] | 
|  | 1288 | +                    }, | 
|  | 1289 | +                    "patch": { | 
|  | 1290 | +                      "description": "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.", | 
|  | 1291 | +                      "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}", | 
|  | 1292 | +                      "httpMethod": "PATCH", | 
|  | 1293 | +                      "id": "appengine.projects.locations.applications.domainMappings.patch", | 
|  | 1294 | +                      "parameterOrder": [ | 
|  | 1295 | +                        "projectsId", | 
|  | 1296 | +                        "locationsId", | 
|  | 1297 | +                        "applicationsId", | 
|  | 1298 | +                        "domainMappingsId" | 
|  | 1299 | +                      ], | 
|  | 1300 | +                      "parameters": { | 
|  | 1301 | +                        "applicationsId": { | 
|  | 1302 | +                          "description": "Part of `name`. See documentation of `projectsId`.", | 
|  | 1303 | +                          "location": "path", | 
|  | 1304 | +                          "required": true, | 
|  | 1305 | +                          "type": "string" | 
|  | 1306 | +                        }, | 
|  | 1307 | +                        "domainMappingsId": { | 
|  | 1308 | +                          "description": "Part of `name`. See documentation of `projectsId`.", | 
|  | 1309 | +                          "location": "path", | 
|  | 1310 | +                          "required": true, | 
|  | 1311 | +                          "type": "string" | 
|  | 1312 | +                        }, | 
|  | 1313 | +                        "locationsId": { | 
|  | 1314 | +                          "description": "Part of `name`. See documentation of `projectsId`.", | 
|  | 1315 | +                          "location": "path", | 
|  | 1316 | +                          "required": true, | 
|  | 1317 | +                          "type": "string" | 
|  | 1318 | +                        }, | 
|  | 1319 | +                        "noManagedCertificate": { | 
|  | 1320 | +                          "description": "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.", | 
|  | 1321 | +                          "location": "query", | 
|  | 1322 | +                          "type": "boolean" | 
|  | 1323 | +                        }, | 
|  | 1324 | +                        "projectsId": { | 
|  | 1325 | +                          "description": "Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.", | 
|  | 1326 | +                          "location": "path", | 
|  | 1327 | +                          "required": true, | 
|  | 1328 | +                          "type": "string" | 
|  | 1329 | +                        }, | 
|  | 1330 | +                        "updateMask": { | 
|  | 1331 | +                          "description": "Required. Standard field mask for the set of fields to be updated.", | 
|  | 1332 | +                          "format": "google-fieldmask", | 
|  | 1333 | +                          "location": "query", | 
|  | 1334 | +                          "type": "string" | 
|  | 1335 | +                        } | 
|  | 1336 | +                      }, | 
|  | 1337 | +                      "path": "v1alpha/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}", | 
|  | 1338 | +                      "request": { | 
|  | 1339 | +                        "$ref": "DomainMapping" | 
|  | 1340 | +                      }, | 
|  | 1341 | +                      "response": { | 
|  | 1342 | +                        "$ref": "Operation" | 
|  | 1343 | +                      }, | 
|  | 1344 | +                      "scopes": [ | 
|  | 1345 | +                        "https://www.googleapis.com/auth/cloud-platform" | 
|  | 1346 | +                      ] | 
| 1238 | 1347 |                     } | 
| 1239 | 1348 |                   } | 
| 1240 | 1349 |                 } | 
|  | 
| 1319 | 1428 |                       "location": "path", | 
| 1320 | 1429 |                       "required": true, | 
| 1321 | 1430 |                       "type": "string" | 
|  | 1431 | +                    }, | 
|  | 1432 | +                    "returnPartialSuccess": { | 
|  | 1433 | +                      "description": "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.", | 
|  | 1434 | +                      "location": "query", | 
|  | 1435 | +                      "type": "boolean" | 
| 1322 | 1436 |                     } | 
| 1323 | 1437 |                   }, | 
| 1324 | 1438 |                   "path": "v1alpha/projects/{projectsId}/locations/{locationsId}/operations", | 
|  | 
| 1338 | 1452 |       } | 
| 1339 | 1453 |     } | 
| 1340 | 1454 |   }, | 
| 1341 |  | -  "revision": "20250816", | 
|  | 1455 | +  "revision": "20250930", | 
| 1342 | 1456 |   "rootUrl": "https://appengine.googleapis.com/", | 
| 1343 | 1457 |   "schemas": { | 
| 1344 | 1458 |     "AuthorizedCertificate": { | 
|  | 
| 1641 | 1755 |             "$ref": "Operation" | 
| 1642 | 1756 |           }, | 
| 1643 | 1757 |           "type": "array" | 
|  | 1758 | +        }, | 
|  | 1759 | +        "unreachable": { | 
|  | 1760 | +          "description": "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.", | 
|  | 1761 | +          "items": { | 
|  | 1762 | +            "type": "string" | 
|  | 1763 | +          }, | 
|  | 1764 | +          "type": "array" | 
| 1644 | 1765 |         } | 
| 1645 | 1766 |       }, | 
| 1646 | 1767 |       "type": "object" | 
|  | 
0 commit comments