App Engine Admin API (appengine:v1alpha)

2025-11-07

1 new method

Additions

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

      Description : Lists the domain mappings on an application.

      Parameter Order :

    • projectsId
    • locationsId
    • applicationsId
    • Parameters :

        pageToken

          Location : query

          Type : string

          Description : Continuation token for fetching the next page of results.

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : Maximum results to return per page.

        applicationsId

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

          Location : path

          Required : Yes

          Type : string

        locationsId

          Location : path

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

          Required : Yes

          Type : string

        projectsId

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

          Required : Yes

          Location : path

          Type : string

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

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

      Scopes :

    • https://www.googleapis.com/auth/appengine.admin
    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • HTTP Method : GET