google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.Application View Source
An Application resource contains the top-level configuration of an App Engine application.
Attributes
- authDomain (String.t): Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account. Defaults to:
null
. - codeBucket (String.t): 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 Defaults to:
null
. - defaultBucket (String.t): Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly Defaults to:
null
. - defaultCookieExpiration (String.t): Cookie expiration policy for this application. Defaults to:
null
. - defaultHostname (String.t): Hostname used to reach this application, as resolved by App Engine.@OutputOnly Defaults to:
null
. - dispatchRules ([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. Defaults to:
null
. - featureSettings (FeatureSettings): The feature specific settings to be used in the application. Defaults to:
null
. - gcrDomain (String.t): The Google Container Registry domain used for storing managed build docker images for this application. Defaults to:
null
. - iap (IdentityAwareProxy): Defaults to:
null
. - id (String.t): 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. Defaults to:
null
. - locationId (String.t): 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). Defaults to:
null
. - name (String.t): Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly Defaults to:
null
. servingStatus (String.t): Serving status of this application. Defaults to:
null
.- Enum - one of [UNSPECIFIED, SERVING, USER_DISABLED, SYSTEM_DISABLED]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AppEngine.V1.Model.Application{
authDomain: any(),
codeBucket: any(),
defaultBucket: any(),
defaultCookieExpiration: any(),
defaultHostname: any(),
dispatchRules: [GoogleApi.AppEngine.V1.Model.UrlDispatchRule.t()],
featureSettings: GoogleApi.AppEngine.V1.Model.FeatureSettings.t(),
gcrDomain: any(),
iap: GoogleApi.AppEngine.V1.Model.IdentityAwareProxy.t(),
id: any(),
locationId: any(),
name: any(),
servingStatus: any()
}
t() :: %GoogleApi.AppEngine.V1.Model.Application{ authDomain: any(), codeBucket: any(), defaultBucket: any(), defaultCookieExpiration: any(), defaultHostname: any(), dispatchRules: [GoogleApi.AppEngine.V1.Model.UrlDispatchRule.t()], featureSettings: GoogleApi.AppEngine.V1.Model.FeatureSettings.t(), gcrDomain: any(), iap: GoogleApi.AppEngine.V1.Model.IdentityAwareProxy.t(), id: any(), locationId: any(), name: any(), servingStatus: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.