Package com.google.appengine.v1
Interface ApplicationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Application,Application.Builder
public interface ApplicationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthDomain()Google Apps authentication domain that controls which users can access this application.com.google.protobuf.ByteStringgetAuthDomainBytes()Google Apps authentication domain that controls which users can access this application.StringgetCodeBucket()Google Cloud Storage bucket that can be used for storing files associated with this application.com.google.protobuf.ByteStringgetCodeBucketBytes()Google Cloud Storage bucket that can be used for storing files associated with this application.Application.DatabaseTypegetDatabaseType()The type of the Cloud Firestore or Cloud Datastore database associated with this application.intgetDatabaseTypeValue()The type of the Cloud Firestore or Cloud Datastore database associated with this application.StringgetDefaultBucket()Google Cloud Storage bucket that can be used by this application to store content.com.google.protobuf.ByteStringgetDefaultBucketBytes()Google Cloud Storage bucket that can be used by this application to store content.com.google.protobuf.DurationgetDefaultCookieExpiration()Cookie expiration policy for this application.com.google.protobuf.DurationOrBuildergetDefaultCookieExpirationOrBuilder()Cookie expiration policy for this application.StringgetDefaultHostname()Hostname used to reach this application, as resolved by App Engine.com.google.protobuf.ByteStringgetDefaultHostnameBytes()Hostname used to reach this application, as resolved by App Engine.UrlDispatchRulegetDispatchRules(int index)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.intgetDispatchRulesCount()HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.List<UrlDispatchRule>getDispatchRulesList()HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.UrlDispatchRuleOrBuildergetDispatchRulesOrBuilder(int index)HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.List<? extends UrlDispatchRuleOrBuilder>getDispatchRulesOrBuilderList()HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.Application.FeatureSettingsgetFeatureSettings()The feature specific settings to be used in the application.Application.FeatureSettingsOrBuildergetFeatureSettingsOrBuilder()The feature specific settings to be used in the application.StringgetGcrDomain()The Google Container Registry domain used for storing managed build docker images for this application.com.google.protobuf.ByteStringgetGcrDomainBytes()The Google Container Registry domain used for storing managed build docker images for this application.Application.IdentityAwareProxygetIap().google.appengine.v1.Application.IdentityAwareProxy iap = 14;Application.IdentityAwareProxyOrBuildergetIapOrBuilder().google.appengine.v1.Application.IdentityAwareProxy iap = 14;StringgetId()Identifier of the Application resource.com.google.protobuf.ByteStringgetIdBytes()Identifier of the Application resource.StringgetLocationId()Location from which this application runs.com.google.protobuf.ByteStringgetLocationIdBytes()Location from which this application runs.StringgetName()Full path to the Application resource in the API.com.google.protobuf.ByteStringgetNameBytes()Full path to the Application resource in the API.StringgetServiceAccount()The service account associated with the application.com.google.protobuf.ByteStringgetServiceAccountBytes()The service account associated with the application.Application.ServingStatusgetServingStatus()Serving status of this application.intgetServingStatusValue()Serving status of this application.booleanhasDefaultCookieExpiration()Cookie expiration policy for this application.booleanhasFeatureSettings()The feature specific settings to be used in the application.booleanhasIap().google.appengine.v1.Application.IdentityAwareProxy iap = 14;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Full path to the Application resource in the API. Example: `apps/myapp`. @OutputOnly
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Full path to the Application resource in the API. Example: `apps/myapp`. @OutputOnly
string name = 1;- Returns:
- The bytes for name.
-
getId
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:
- The id.
-
getIdBytes
com.google.protobuf.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:
- The bytes for id.
-
getDispatchRulesList
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;
-
getDispatchRules
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;
-
getDispatchRulesCount
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;
-
getDispatchRulesOrBuilderList
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;
-
getDispatchRulesOrBuilder
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;
-
getAuthDomain
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:
- The authDomain.
-
getAuthDomainBytes
com.google.protobuf.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:
- The bytes for authDomain.
-
getLocationId
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](https://cloud.google.com/appengine/docs/locations).
string location_id = 7;- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.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](https://cloud.google.com/appengine/docs/locations).
string location_id = 7;- Returns:
- The bytes for locationId.
-
getCodeBucket
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:
- The codeBucket.
-
getCodeBucketBytes
com.google.protobuf.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:
- The bytes for codeBucket.
-
hasDefaultCookieExpiration
boolean hasDefaultCookieExpiration()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;- Returns:
- Whether the defaultCookieExpiration field is set.
-
getDefaultCookieExpiration
com.google.protobuf.Duration getDefaultCookieExpiration()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;- Returns:
- The defaultCookieExpiration.
-
getDefaultCookieExpirationOrBuilder
com.google.protobuf.DurationOrBuilder getDefaultCookieExpirationOrBuilder()
Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
-
getServingStatusValue
int getServingStatusValue()
Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;- Returns:
- The enum numeric value on the wire for servingStatus.
-
getServingStatus
Application.ServingStatus getServingStatus()
Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;- Returns:
- The servingStatus.
-
getDefaultHostname
String getDefaultHostname()
Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;- Returns:
- The defaultHostname.
-
getDefaultHostnameBytes
com.google.protobuf.ByteString getDefaultHostnameBytes()
Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;- Returns:
- The bytes for defaultHostname.
-
getDefaultBucket
String getDefaultBucket()
Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;- Returns:
- The defaultBucket.
-
getDefaultBucketBytes
com.google.protobuf.ByteString getDefaultBucketBytes()
Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;- Returns:
- The bytes for defaultBucket.
-
getServiceAccount
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:
- The serviceAccount.
-
getServiceAccountBytes
com.google.protobuf.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:
- The bytes for serviceAccount.
-
hasIap
boolean hasIap()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;- Returns:
- Whether the iap field is set.
-
getIap
Application.IdentityAwareProxy getIap()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;- Returns:
- The iap.
-
getIapOrBuilder
Application.IdentityAwareProxyOrBuilder getIapOrBuilder()
.google.appengine.v1.Application.IdentityAwareProxy iap = 14;
-
getGcrDomain
String getGcrDomain()
The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;- Returns:
- The gcrDomain.
-
getGcrDomainBytes
com.google.protobuf.ByteString getGcrDomainBytes()
The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;- Returns:
- The bytes for gcrDomain.
-
getDatabaseTypeValue
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:
- The enum numeric value on the wire for databaseType.
-
getDatabaseType
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:
- The databaseType.
-
hasFeatureSettings
boolean hasFeatureSettings()
The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;- Returns:
- Whether the featureSettings field is set.
-
getFeatureSettings
Application.FeatureSettings getFeatureSettings()
The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;- Returns:
- The featureSettings.
-
getFeatureSettingsOrBuilder
Application.FeatureSettingsOrBuilder getFeatureSettingsOrBuilder()
The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
-
-