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.
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)
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.
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
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.
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
Type | Description |
String |
DefaultCookieExpiration
public Duration DefaultCookieExpiration { get; set; }
Cookie expiration policy for this application.
Type | Description |
Duration |
DefaultHostname
public string DefaultHostname { get; set; }
Hostname used to reach this application, as resolved by App Engine.
@OutputOnly
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.
Type | Description |
RepeatedField<UrlDispatchRule> |
FeatureSettings
public Application.Types.FeatureSettings FeatureSettings { get; set; }
The feature specific settings to be used in the application.
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.
Type | Description |
String |
Iap
public Application.Types.IdentityAwareProxy Iap { get; set; }
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
.
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.
Type | Description |
String |
Name
public string Name { get; set; }
Full path to the Application resource in the API.
Example: apps/myapp
.
@OutputOnly
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.
Type | Description |
String |
ServingStatus
public Application.Types.ServingStatus ServingStatus { get; set; }
Serving status of this application.
Type | Description |
Application.Types.ServingStatus |