App Engine Admin API (appengine:v1)

2023-01-12

1 new method

Additions

    Methods
  • appengine.projects.locations.applications.get

      Path : v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}

      Description : Gets information about an application.

      Scopes :

    • https://www.googleapis.com/auth/appengine.admin
    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Parameter Order :

    • projectsId
    • locationsId
    • applicationsId
    • HTTP Method : GET

      Parameters :

        projectsId

          Description : Part of `name`. Name of the Application resource to get. Example: apps/myapp.

          Required : Yes

          Type : string

          Location : path

        applicationsId

          Type : string

          Location : path

          Required : Yes

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

        locationsId

          Location : path

          Type : string

          Required : Yes

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

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