- 2.49.0 (latest)
- 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
public interface ApplicationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthDomain()
public abstract String getAuthDomain()
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()
public abstract ByteString getAuthDomainBytes()
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()
public abstract String getCodeBucket()
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()
public abstract ByteString getCodeBucketBytes()
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()
public abstract Application.DatabaseType getDatabaseType()
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()
public abstract int getDatabaseTypeValue()
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()
public abstract String getDefaultBucket()
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()
public abstract ByteString getDefaultBucketBytes()
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()
public abstract Duration getDefaultCookieExpiration()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
Returns | |
---|---|
Type | Description |
Duration | The defaultCookieExpiration. |
getDefaultCookieExpirationOrBuilder()
public abstract DurationOrBuilder getDefaultCookieExpirationOrBuilder()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getDefaultHostname()
public abstract String getDefaultHostname()
Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
Returns | |
---|---|
Type | Description |
String | The defaultHostname. |
getDefaultHostnameBytes()
public abstract ByteString getDefaultHostnameBytes()
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)
public abstract UrlDispatchRule getDispatchRules(int index)
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()
public abstract int getDispatchRulesCount()
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()
public abstract List<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)
public abstract UrlDispatchRuleOrBuilder getDispatchRulesOrBuilder(int index)
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()
public abstract List<? extends UrlDispatchRuleOrBuilder> 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()
public abstract Application.FeatureSettings getFeatureSettings()
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()
public abstract Application.FeatureSettingsOrBuilder getFeatureSettingsOrBuilder()
The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
Returns | |
---|---|
Type | Description |
Application.FeatureSettingsOrBuilder |
getGcrDomain()
public abstract String getGcrDomain()
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()
public abstract ByteString getGcrDomainBytes()
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()
public abstract Application.IdentityAwareProxy getIap()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
Returns | |
---|---|
Type | Description |
Application.IdentityAwareProxy | The iap. |
getIapOrBuilder()
public abstract Application.IdentityAwareProxyOrBuilder getIapOrBuilder()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
Returns | |
---|---|
Type | Description |
Application.IdentityAwareProxyOrBuilder |
getId()
public abstract String getId()
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()
public abstract ByteString getIdBytes()
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()
public abstract String getLocationId()
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()
public abstract ByteString getLocationIdBytes()
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()
public abstract String getName()
Full path to the Application resource in the API.
Example: apps/myapp
.
@OutputOnly
string name = 1;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
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()
public abstract String getServiceAccount()
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()
public abstract ByteString getServiceAccountBytes()
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()
public abstract Application.ServingStatus getServingStatus()
Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
Returns | |
---|---|
Type | Description |
Application.ServingStatus | The servingStatus. |
getServingStatusValue()
public abstract int getServingStatusValue()
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()
public abstract boolean hasDefaultCookieExpiration()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
Returns | |
---|---|
Type | Description |
boolean | Whether the defaultCookieExpiration field is set. |
hasFeatureSettings()
public abstract boolean hasFeatureSettings()
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()
public abstract boolean hasIap()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
Returns | |
---|---|
Type | Description |
boolean | Whether the iap field is set. |