App Engine Admin API (appengine:v1beta)

2025-06-18

1 new method

Additions

    Methods
  • appengine.projects.locations.applications.domainMappings.create

      Path : v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings

      HTTP Method : POST

      Parameters :

        projectsId

          Description : Part of `parent`. Name of the parent Application resource. Example: apps/myapp.

          Location : path

          Required : Yes

          Type : string

        locationsId

          Description : Part of `parent`. See documentation of `projectsId`.

          Location : path

          Required : Yes

          Type : string

        applicationsId

          Description : Part of `parent`. See documentation of `projectsId`.

          Location : path

          Required : Yes

          Type : string

        overrideStrategy

          Description : Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.

          Location : query

          Type : string

          Enum Descriptions :

        • Strategy unspecified. Defaults to STRICT.
        • Overrides not allowed. If a mapping already exists for the specified domain, the request will return an ALREADY_EXISTS (409).
        • Overrides allowed. If a mapping already exists for the specified domain, the request will overwrite it. Note that this might stop another Google product from serving. For example, if the domain is mapped to another App Engine application, that app will no longer serve from that domain.
        • Enum :

        • UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY
        • STRICT
        • OVERRIDE

      Parameter Order :

    • projectsId
    • locationsId
    • applicationsId
    • Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : 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.