2025-10-03
▼ ▲ appengine.projects.locations.applications.domainMappings.patch
Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}
HTTP Method : PATCH
Parameters :
projectsId
Description : Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.
Location : path
Required : Yes
Type : string
locationsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
applicationsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
domainMappingsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
updateMask
Description : Required. Standard field mask for the set of fields to be updated.
Location : query
Type : string
Format : google-fieldmask
Parameter Order :
Scopes : https://www.googleapis.com/auth/cloud-platform
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.
▼ ▲ appengine.projects.locations.applications.domainMappings.delete
Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}
HTTP Method : DELETE
Parameters :
projectsId
Description : Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com.
Location : path
Required : Yes
Type : string
locationsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
applicationsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
domainMappingsId
Description : Part of `name`. See documentation of `projectsId`.
Location : path
Required : Yes
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.
▼ ▲ appengine.apps.operations.list
Parameters :
returnPartialSuccess
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.
Location : query
Type : boolean