App Engine Admin API (appengine:v1)

2025-10-03

2 new methods | 1 updated method

Additions

    Methods
  • 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 :

    • projectsId
    • locationsId
    • applicationsId
    • domainMappingsId
    • 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 :

    • projectsId
    • locationsId
    • applicationsId
    • domainMappingsId
    • 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.

Updates

    Methods
  • 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