Application(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An Application resource contains the top-level configuration of an App Engine application.
Attributes |
|
---|---|
Name | Description |
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 |
MutableSequence[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 |
service_account |
str
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. |
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)
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
ServingStatus
ServingStatus(value)