App Engine Admin API (appengine:v1)

2023-03-24

1 new method | 1 updated method

Additions

    Methods
  • appengine.projects.locations.applications.create

      Parameters :

        locationsId

          Type : string

          Required : Yes

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

          Location : path

        projectsId

          Type : string

          Location : path

          Required : Yes

          Description : Part of `parent`. The project and location in which the application should be created, specified in the format projects/*/locations/*

      Scopes : https://www.googleapis.com/auth/cloud-platform

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

      Description : Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).

      HTTP Method : POST

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

      Parameter Order :

    • projectsId
    • locationsId

Updates

    Methods
  • appengine.apps.create

      Parameters :

        parent

          Location : query

          Type : string

          Description : The project and location in which the application should be created, specified in the format projects/*/locations/*