public sealed class Application : IMessage<Application>, IEquatable<Application>, IDeepCloneable<Application>, IBufferMessage, IMessage
An Application resource contains the top-level configuration of an App Engine application.
Implements
IMessage<Application>, IEquatable<Application>, IDeepCloneable<Application>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
Application()
public Application()
Application(Application)
public Application(Application other)
Parameter | |
---|---|
Name | Description |
other | Application |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Application.Types.DatabaseType |
DefaultBucket
public string DefaultBucket { get; set; }
Google Cloud Storage bucket that can be used by this application to store content.
@OutputOnly
Property Value | |
---|---|
Type | Description |
String |
DefaultCookieExpiration
public Duration DefaultCookieExpiration { get; set; }
Cookie expiration policy for this application.
Property Value | |
---|---|
Type | Description |
Duration |
DefaultHostname
public string DefaultHostname { get; set; }
Hostname used to reach this application, as resolved by App Engine.
@OutputOnly
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<UrlDispatchRule> |
FeatureSettings
public Application.Types.FeatureSettings FeatureSettings { get; set; }
The feature specific settings to be used in the application.
Property Value | |
---|---|
Type | Description |
Application.Types.FeatureSettings |
GcrDomain
public string GcrDomain { get; set; }
The Google Container Registry domain used for storing managed build docker images for this application.
Property Value | |
---|---|
Type | Description |
String |
Iap
public Application.Types.IdentityAwareProxy Iap { get; set; }
Property Value | |
---|---|
Type | Description |
Application.Types.IdentityAwareProxy |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
Full path to the Application resource in the API.
Example: apps/myapp
.
@OutputOnly
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ServingStatus
public Application.Types.ServingStatus ServingStatus { get; set; }
Serving status of this application.
Property Value | |
---|---|
Type | Description |
Application.Types.ServingStatus |