App Engine v1 API - Class Application (2.3.0)

public sealed class Application : IMessage<Application>, IEquatable<Application>, IDeepCloneable<Application>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class Application.

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

Inheritance

object > Application

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

Application()

public Application()

Application(Application)

public Application(Application other)
Parameter
NameDescription
otherApplication

Properties

AuthDomain

public string AuthDomain { get; set; }

Google Apps authentication domain that controls which users can access this application.

Defaults to open access for any Google Account.

Property Value
TypeDescription
string

CodeBucket

public string CodeBucket { get; set; }

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

Property Value
TypeDescription
string

DatabaseType

public Application.Types.DatabaseType DatabaseType { get; set; }

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

Property Value
TypeDescription
ApplicationTypesDatabaseType

DefaultBucket

public string DefaultBucket { get; set; }

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

@OutputOnly

Property Value
TypeDescription
string

DefaultCookieExpiration

public Duration DefaultCookieExpiration { get; set; }

Cookie expiration policy for this application.

Property Value
TypeDescription
Duration

DefaultHostname

public string DefaultHostname { get; set; }

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

@OutputOnly

Property Value
TypeDescription
string

DispatchRules

public RepeatedField<UrlDispatchRule> DispatchRules { get; }

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.

Property Value
TypeDescription
RepeatedFieldUrlDispatchRule

FeatureSettings

public Application.Types.FeatureSettings FeatureSettings { get; set; }

The feature specific settings to be used in the application.

Property Value
TypeDescription
ApplicationTypesFeatureSettings

GcrDomain

public string GcrDomain { get; set; }

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

Property Value
TypeDescription
string

Iap

public Application.Types.IdentityAwareProxy Iap { get; set; }
Property Value
TypeDescription
ApplicationTypesIdentityAwareProxy

Id

public string Id { get; set; }

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.

Property Value
TypeDescription
string

LocationId

public string LocationId { get; set; }

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.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

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

@OutputOnly

Property Value
TypeDescription
string

ServiceAccount

public string ServiceAccount { get; set; }

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.

Property Value
TypeDescription
string

ServingStatus

public Application.Types.ServingStatus ServingStatus { get; set; }

Serving status of this application.

Property Value
TypeDescription
ApplicationTypesServingStatus