Class Application (1.0.2)

Application(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An Application resource contains the top-level configuration of an App Engine application.

Attributes

NameDescription
name str
Full path to the Application resource in the API. Example: apps/myapp. @OutputOnly
id str
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.
dispatch_rules Sequence[google.cloud.appengine_admin_v1.types.UrlDispatchRule]
HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
auth_domain str
Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
location_id str
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
code_bucket str
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
default_cookie_expiration google.protobuf.duration_pb2.Duration
Cookie expiration policy for this application.
serving_status google.cloud.appengine_admin_v1.types.Application.ServingStatus
Serving status of this application.
default_hostname str
Hostname used to reach this application, as resolved by App Engine. @OutputOnly
default_bucket str
Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
gcr_domain str
The Google Container Registry domain used for storing managed build docker images for this application.
database_type google.cloud.appengine_admin_v1.types.Application.DatabaseType
The type of the Cloud Firestore or Cloud Datastore database associated with this application.
feature_settings google.cloud.appengine_admin_v1.types.Application.FeatureSettings
The feature specific settings to be used in the application.

Classes

DatabaseType

DatabaseType(value)

API documentation for appengine_admin_v1.types.Application.DatabaseType class.

FeatureSettings

FeatureSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The feature specific settings to be used in the application. These define behaviors that are user configurable.

IdentityAwareProxy

IdentityAwareProxy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identity-Aware Proxy .. attribute:: enabled

Whether the serving infrastructure will authenticate and authorize all incoming requests.

If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.

:type: bool

ServingStatus

ServingStatus(value)

API documentation for appengine_admin_v1.types.Application.ServingStatus class.