Interface ApplicationOrBuilder (2.46.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
publicinterface ApplicationOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getAuthDomain()
publicabstractStringgetAuthDomain()Google Apps authentication domain that controls which users can access this application.
Defaults to open access for any Google Account.
string auth_domain = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The authDomain. |
getAuthDomainBytes()
publicabstractByteStringgetAuthDomainBytes()Google Apps authentication domain that controls which users can access this application.
Defaults to open access for any Google Account.
string auth_domain = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for authDomain. |
getCodeBucket()
publicabstractStringgetCodeBucket()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
string code_bucket = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The codeBucket. |
getCodeBucketBytes()
publicabstractByteStringgetCodeBucketBytes()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
string code_bucket = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for codeBucket. |
getDatabaseType()
publicabstractApplication.DatabaseTypegetDatabaseType()The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
| Returns | |
|---|---|
| Type | Description |
Application.DatabaseType |
The databaseType. |
getDatabaseTypeValue()
publicabstractintgetDatabaseTypeValue()The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for databaseType. |
getDefaultBucket()
publicabstractStringgetDefaultBucket()Google Cloud Storage bucket that can be used by this application to store content.
@OutputOnly
string default_bucket = 12;
| Returns | |
|---|---|
| Type | Description |
String |
The defaultBucket. |
getDefaultBucketBytes()
publicabstractByteStringgetDefaultBucketBytes()Google Cloud Storage bucket that can be used by this application to store content.
@OutputOnly
string default_bucket = 12;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for defaultBucket. |
getDefaultCookieExpiration()
publicabstractDurationgetDefaultCookieExpiration()Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
| Returns | |
|---|---|
| Type | Description |
Duration |
The defaultCookieExpiration. |
getDefaultCookieExpirationOrBuilder()
publicabstractDurationOrBuildergetDefaultCookieExpirationOrBuilder()Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getDefaultHostname()
publicabstractStringgetDefaultHostname()Hostname used to reach this application, as resolved by App Engine.
@OutputOnly
string default_hostname = 11;
| Returns | |
|---|---|
| Type | Description |
String |
The defaultHostname. |
getDefaultHostnameBytes()
publicabstractByteStringgetDefaultHostnameBytes()Hostname used to reach this application, as resolved by App Engine.
@OutputOnly
string default_hostname = 11;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for defaultHostname. |
getDispatchRules(int index)
publicabstractUrlDispatchRulegetDispatchRules(intindex)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.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRule |
|
getDispatchRulesCount()
publicabstractintgetDispatchRulesCount()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.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDispatchRulesList()
publicabstractList<UrlDispatchRule>getDispatchRulesList()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.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
| Returns | |
|---|---|
| Type | Description |
List<UrlDispatchRule> |
|
getDispatchRulesOrBuilder(int index)
publicabstractUrlDispatchRuleOrBuildergetDispatchRulesOrBuilder(intindex)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.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UrlDispatchRuleOrBuilder |
|
getDispatchRulesOrBuilderList()
publicabstractList<?extendsUrlDispatchRuleOrBuilder>getDispatchRulesOrBuilderList()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.
repeated .google.appengine.v1.UrlDispatchRule dispatch_rules = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.appengine.v1.UrlDispatchRuleOrBuilder> |
|
getFeatureSettings()
publicabstractApplication.FeatureSettingsgetFeatureSettings()The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
| Returns | |
|---|---|
| Type | Description |
Application.FeatureSettings |
The featureSettings. |
getFeatureSettingsOrBuilder()
publicabstractApplication.FeatureSettingsOrBuildergetFeatureSettingsOrBuilder()The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
| Returns | |
|---|---|
| Type | Description |
Application.FeatureSettingsOrBuilder |
|
getGcrDomain()
publicabstractStringgetGcrDomain()The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
| Returns | |
|---|---|
| Type | Description |
String |
The gcrDomain. |
getGcrDomainBytes()
publicabstractByteStringgetGcrDomainBytes()The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcrDomain. |
getIap()
publicabstractApplication.IdentityAwareProxygetIap().google.appengine.v1.Application.IdentityAwareProxy iap = 14;
| Returns | |
|---|---|
| Type | Description |
Application.IdentityAwareProxy |
The iap. |
getIapOrBuilder()
publicabstractApplication.IdentityAwareProxyOrBuildergetIapOrBuilder().google.appengine.v1.Application.IdentityAwareProxy iap = 14;
| Returns | |
|---|---|
| Type | Description |
Application.IdentityAwareProxyOrBuilder |
|
getId()
publicabstractStringgetId() 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.
string id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
publicabstractByteStringgetIdBytes() 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.
string id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getLocationId()
publicabstractStringgetLocationId()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.
string location_id = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The locationId. |
getLocationIdBytes()
publicabstractByteStringgetLocationIdBytes()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.
string location_id = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for locationId. |
getName()
publicabstractStringgetName() Full path to the Application resource in the API.
Example: apps/myapp.
@OutputOnly
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
publicabstractByteStringgetNameBytes() Full path to the Application resource in the API.
Example: apps/myapp.
@OutputOnly
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getServiceAccount()
publicabstractStringgetServiceAccount()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.
string service_account = 13;
| Returns | |
|---|---|
| Type | Description |
String |
The serviceAccount. |
getServiceAccountBytes()
publicabstractByteStringgetServiceAccountBytes()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.
string service_account = 13;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceAccount. |
getServingStatus()
publicabstractApplication.ServingStatusgetServingStatus()Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
| Returns | |
|---|---|
| Type | Description |
Application.ServingStatus |
The servingStatus. |
getServingStatusValue()
publicabstractintgetServingStatusValue()Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for servingStatus. |
hasDefaultCookieExpiration()
publicabstractbooleanhasDefaultCookieExpiration()Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the defaultCookieExpiration field is set. |
hasFeatureSettings()
publicabstractbooleanhasFeatureSettings()The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the featureSettings field is set. |
hasIap()
publicabstractbooleanhasIap().google.appengine.v1.Application.IdentityAwareProxy iap = 14;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the iap field is set. |