v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-135982176.0 KB
apps

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/).

post/v1/apps

Request body

namestring
gcrDomainstring

Output only. The Google Container Registry domain used for storing managed build docker images for this application.

codeBucketstring

Output only. Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly

defaultCookieExpirationstring google-duration

Cookie expiration policy for this application.

servingStatus'UNSPECIFIED' | 'SERVING' | 'USER_DISABLED' | 'SYSTEM_DISABLED'

Serving status of this application.

idstring

Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.

locationIdstring

Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).

generatedCustomerMetadataobject

Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest

serviceAccountstring

The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.

sslPolicy'SSL_POLICY_UNSPECIFIED' | 'DEFAULT' | 'MODERN'

The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS < 1.2 and allow only Modern Ciphers suite

authDomainstring

Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.

defaultBucketstring

Output only. Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly

databaseType'DATABASE_TYPE_UNSPECIFIED' | 'CLOUD_DATASTORE' | 'CLOUD_FIRESTORE' | 'CLOUD_DATASTORE_COMPATIBILITY'

The type of the Cloud Firestore or Cloud Datastore database associated with this application.

defaultHostnamestring

Output only. Hostname used to reach this application, as resolved by App Engine.@OutputOnly

Response

Successful response