GetAppResult

data class GetAppResult(val authDomain: String, val codeBucket: String, val databaseType: String, val defaultBucket: String, val defaultCookieExpiration: String, val defaultHostname: String, val dispatchRules: List<UrlDispatchRuleResponse>, val featureSettings: FeatureSettingsResponse, val gcrDomain: String, val iap: IdentityAwareProxyResponse, val location: String, val name: String, val serviceAccount: String, val servingStatus: String)

Constructors

Link copied to clipboard
fun GetAppResult(authDomain: String, codeBucket: String, databaseType: String, defaultBucket: String, defaultCookieExpiration: String, defaultHostname: String, dispatchRules: List<UrlDispatchRuleResponse>, featureSettings: FeatureSettingsResponse, gcrDomain: String, iap: IdentityAwareProxyResponse, location: String, name: String, serviceAccount: String, servingStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

Google Cloud Storage bucket that can be used by this application to store content.

Link copied to clipboard

Cookie expiration policy for this application.

Link copied to clipboard

Hostname used to reach this application, as resolved by App Engine.

Link copied to clipboard

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.

Link copied to clipboard

The feature specific settings to be used in the application.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Full path to the Application resource in the API. Example: apps/myapp.

Link copied to clipboard

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.

Link copied to clipboard

Serving status of this application.