Interface ApplicationOrBuilder (2.1.10)

public interface ApplicationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for defaultBucket.

getDefaultCookieExpiration()

public abstract Duration getDefaultCookieExpiration()

Cookie expiration policy for this application.

.google.protobuf.Duration default_cookie_expiration = 9;

Returns
TypeDescription
Duration

The defaultCookieExpiration.

getDefaultCookieExpirationOrBuilder()

public abstract DurationOrBuilder getDefaultCookieExpirationOrBuilder()

Cookie expiration policy for this application.

.google.protobuf.Duration default_cookie_expiration = 9;

Returns
TypeDescription
DurationOrBuilder

getDefaultHostname()

public abstract String getDefaultHostname()

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

string default_hostname = 11;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for gcrDomain.

getIap()

public abstract Application.IdentityAwareProxy getIap()

.google.appengine.v1.Application.IdentityAwareProxy iap = 14;

Returns
TypeDescription
Application.IdentityAwareProxy

The iap.

getIapOrBuilder()

public abstract Application.IdentityAwareProxyOrBuilder getIapOrBuilder()

.google.appengine.v1.Application.IdentityAwareProxy iap = 14;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getServingStatus()

public abstract Application.ServingStatus getServingStatus()

Serving status of this application.

.google.appengine.v1.Application.ServingStatus serving_status = 10;

Returns
TypeDescription
Application.ServingStatus

The servingStatus.

getServingStatusValue()

public abstract int getServingStatusValue()

Serving status of this application.

.google.appengine.v1.Application.ServingStatus serving_status = 10;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the featureSettings field is set.

hasIap()

public abstract boolean hasIap()

.google.appengine.v1.Application.IdentityAwareProxy iap = 14;

Returns
TypeDescription
boolean

Whether the iap field is set.