Class Application.Builder (2.2.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
publicstaticfinalclass Application.BuilderextendsGeneratedMessageV3.Builder<Application.Builder>implementsApplicationOrBuilderAn Application resource contains the top-level configuration of an App Engine application.
Protobuf type google.appengine.v1.Application
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Application.BuilderImplements
ApplicationOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()Methods
addAllDispatchRules(Iterable<? extends UrlDispatchRule> values)
publicApplication.BuilderaddAllDispatchRules(Iterable<?extendsUrlDispatchRule>values)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;
addDispatchRules(UrlDispatchRule value)
publicApplication.BuilderaddDispatchRules(UrlDispatchRulevalue)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;
addDispatchRules(UrlDispatchRule.Builder builderForValue)
publicApplication.BuilderaddDispatchRules(UrlDispatchRule.BuilderbuilderForValue)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;
addDispatchRules(int index, UrlDispatchRule value)
publicApplication.BuilderaddDispatchRules(intindex,UrlDispatchRulevalue)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;
addDispatchRules(int index, UrlDispatchRule.Builder builderForValue)
publicApplication.BuilderaddDispatchRules(intindex,UrlDispatchRule.BuilderbuilderForValue)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;
addDispatchRulesBuilder()
publicUrlDispatchRule.BuilderaddDispatchRulesBuilder()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;
addDispatchRulesBuilder(int index)
publicUrlDispatchRule.BuilderaddDispatchRulesBuilder(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;
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicApplication.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)build()
publicApplicationbuild()buildPartial()
publicApplicationbuildPartial()clear()
publicApplication.Builderclear()clearAuthDomain()
publicApplication.BuilderclearAuthDomain()Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
This builder for chaining.
clearCodeBucket()
publicApplication.BuilderclearCodeBucket()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;
This builder for chaining.
clearDatabaseType()
publicApplication.BuilderclearDatabaseType()The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
This builder for chaining.
clearDefaultBucket()
publicApplication.BuilderclearDefaultBucket()Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;
This builder for chaining.
clearDefaultCookieExpiration()
publicApplication.BuilderclearDefaultCookieExpiration()Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
clearDefaultHostname()
publicApplication.BuilderclearDefaultHostname()Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
This builder for chaining.
clearDispatchRules()
publicApplication.BuilderclearDispatchRules()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;
clearFeatureSettings()
publicApplication.BuilderclearFeatureSettings()The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
clearField(Descriptors.FieldDescriptor field)
publicApplication.BuilderclearField(Descriptors.FieldDescriptorfield)clearGcrDomain()
publicApplication.BuilderclearGcrDomain()The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
This builder for chaining.
clearIap()
publicApplication.BuilderclearIap().google.appengine.v1.Application.IdentityAwareProxy iap = 14;
clearId()
publicApplication.BuilderclearId() 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;
This builder for chaining.
clearLocationId()
publicApplication.BuilderclearLocationId() 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;
This builder for chaining.
clearName()
publicApplication.BuilderclearName() Full path to the Application resource in the API.
Example: apps/myapp.
@OutputOnly
string name = 1;
This builder for chaining.
clearOneof(Descriptors.OneofDescriptor oneof)
publicApplication.BuilderclearOneof(Descriptors.OneofDescriptoroneof)clearServiceAccount()
publicApplication.BuilderclearServiceAccount()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;
This builder for chaining.
clearServingStatus()
publicApplication.BuilderclearServingStatus()Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
This builder for chaining.
clone()
publicApplication.Builderclone()getAuthDomain()
publicStringgetAuthDomain()Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
The authDomain.
getAuthDomainBytes()
publicByteStringgetAuthDomainBytes()Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
The bytes for authDomain.
getCodeBucket()
publicStringgetCodeBucket()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;
The codeBucket.
getCodeBucketBytes()
publicByteStringgetCodeBucketBytes()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;
The bytes for codeBucket.
getDatabaseType()
publicApplication.DatabaseTypegetDatabaseType()The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
The databaseType.
getDatabaseTypeValue()
publicintgetDatabaseTypeValue()The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
The enum numeric value on the wire for databaseType.
getDefaultBucket()
publicStringgetDefaultBucket()Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;
The defaultBucket.
getDefaultBucketBytes()
publicByteStringgetDefaultBucketBytes()Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;
The bytes for defaultBucket.
getDefaultCookieExpiration()
publicDurationgetDefaultCookieExpiration()Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
The defaultCookieExpiration.
getDefaultCookieExpirationBuilder()
publicDuration.BuildergetDefaultCookieExpirationBuilder()Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
getDefaultCookieExpirationOrBuilder()
publicDurationOrBuildergetDefaultCookieExpirationOrBuilder()Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
getDefaultHostname()
publicStringgetDefaultHostname()Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
The defaultHostname.
getDefaultHostnameBytes()
publicByteStringgetDefaultHostnameBytes()Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
The bytes for defaultHostname.
getDefaultInstanceForType()
publicApplicationgetDefaultInstanceForType()getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()getDispatchRules(int index)
publicUrlDispatchRulegetDispatchRules(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;
getDispatchRulesBuilder(int index)
publicUrlDispatchRule.BuildergetDispatchRulesBuilder(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;
getDispatchRulesBuilderList()
publicList<UrlDispatchRule.Builder>getDispatchRulesBuilderList()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()
publicintgetDispatchRulesCount()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;
getDispatchRulesList()
publicList<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;
getDispatchRulesOrBuilder(int index)
publicUrlDispatchRuleOrBuildergetDispatchRulesOrBuilder(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;
getDispatchRulesOrBuilderList()
publicList<?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;
getFeatureSettings()
publicApplication.FeatureSettingsgetFeatureSettings()The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
The featureSettings.
getFeatureSettingsBuilder()
publicApplication.FeatureSettings.BuildergetFeatureSettingsBuilder()The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
getFeatureSettingsOrBuilder()
publicApplication.FeatureSettingsOrBuildergetFeatureSettingsOrBuilder()The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
getGcrDomain()
publicStringgetGcrDomain()The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
The gcrDomain.
getGcrDomainBytes()
publicByteStringgetGcrDomainBytes()The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
The bytes for gcrDomain.
getIap()
publicApplication.IdentityAwareProxygetIap().google.appengine.v1.Application.IdentityAwareProxy iap = 14;
The iap.
getIapBuilder()
publicApplication.IdentityAwareProxy.BuildergetIapBuilder().google.appengine.v1.Application.IdentityAwareProxy iap = 14;
getIapOrBuilder()
publicApplication.IdentityAwareProxyOrBuildergetIapOrBuilder().google.appengine.v1.Application.IdentityAwareProxy iap = 14;
getId()
publicStringgetId() 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;
The id.
getIdBytes()
publicByteStringgetIdBytes() 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;
The bytes for id.
getLocationId()
publicStringgetLocationId() 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;
The locationId.
getLocationIdBytes()
publicByteStringgetLocationIdBytes() 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;
The bytes for locationId.
getName()
publicStringgetName() Full path to the Application resource in the API.
Example: apps/myapp.
@OutputOnly
string name = 1;
The name.
getNameBytes()
publicByteStringgetNameBytes() Full path to the Application resource in the API.
Example: apps/myapp.
@OutputOnly
string name = 1;
The bytes for name.
getServiceAccount()
publicStringgetServiceAccount()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;
The serviceAccount.
getServiceAccountBytes()
publicByteStringgetServiceAccountBytes()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;
The bytes for serviceAccount.
getServingStatus()
publicApplication.ServingStatusgetServingStatus()Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
The servingStatus.
getServingStatusValue()
publicintgetServingStatusValue()Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
The enum numeric value on the wire for servingStatus.
hasDefaultCookieExpiration()
publicbooleanhasDefaultCookieExpiration()Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
Whether the defaultCookieExpiration field is set.
hasFeatureSettings()
publicbooleanhasFeatureSettings()The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
Whether the featureSettings field is set.
hasIap()
publicbooleanhasIap().google.appengine.v1.Application.IdentityAwareProxy iap = 14;
Whether the iap field is set.
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()mergeDefaultCookieExpiration(Duration value)
publicApplication.BuildermergeDefaultCookieExpiration(Durationvalue)Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
mergeFeatureSettings(Application.FeatureSettings value)
publicApplication.BuildermergeFeatureSettings(Application.FeatureSettingsvalue)The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
mergeFrom(Application other)
publicApplication.BuildermergeFrom(Applicationother)mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicApplication.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)mergeFrom(Message other)
publicApplication.BuildermergeFrom(Messageother)mergeIap(Application.IdentityAwareProxy value)
publicApplication.BuildermergeIap(Application.IdentityAwareProxyvalue).google.appengine.v1.Application.IdentityAwareProxy iap = 14;
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalApplication.BuildermergeUnknownFields(UnknownFieldSetunknownFields)removeDispatchRules(int index)
publicApplication.BuilderremoveDispatchRules(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;
setAuthDomain(String value)
publicApplication.BuildersetAuthDomain(Stringvalue)Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
This builder for chaining.
setAuthDomainBytes(ByteString value)
publicApplication.BuildersetAuthDomainBytes(ByteStringvalue)Google Apps authentication domain that controls which users can access this application. Defaults to open access for any Google Account.
string auth_domain = 6;
This builder for chaining.
setCodeBucket(String value)
publicApplication.BuildersetCodeBucket(Stringvalue)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;
This builder for chaining.
setCodeBucketBytes(ByteString value)
publicApplication.BuildersetCodeBucketBytes(ByteStringvalue)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;
This builder for chaining.
setDatabaseType(Application.DatabaseType value)
publicApplication.BuildersetDatabaseType(Application.DatabaseTypevalue)The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
This builder for chaining.
setDatabaseTypeValue(int value)
publicApplication.BuildersetDatabaseTypeValue(intvalue)The type of the Cloud Firestore or Cloud Datastore database associated with this application.
.google.appengine.v1.Application.DatabaseType database_type = 17;
This builder for chaining.
setDefaultBucket(String value)
publicApplication.BuildersetDefaultBucket(Stringvalue)Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;
This builder for chaining.
setDefaultBucketBytes(ByteString value)
publicApplication.BuildersetDefaultBucketBytes(ByteStringvalue)Google Cloud Storage bucket that can be used by this application to store content. @OutputOnly
string default_bucket = 12;
This builder for chaining.
setDefaultCookieExpiration(Duration value)
publicApplication.BuildersetDefaultCookieExpiration(Durationvalue)Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
setDefaultCookieExpiration(Duration.Builder builderForValue)
publicApplication.BuildersetDefaultCookieExpiration(Duration.BuilderbuilderForValue)Cookie expiration policy for this application.
.google.protobuf.Duration default_cookie_expiration = 9;
setDefaultHostname(String value)
publicApplication.BuildersetDefaultHostname(Stringvalue)Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
This builder for chaining.
setDefaultHostnameBytes(ByteString value)
publicApplication.BuildersetDefaultHostnameBytes(ByteStringvalue)Hostname used to reach this application, as resolved by App Engine. @OutputOnly
string default_hostname = 11;
This builder for chaining.
setDispatchRules(int index, UrlDispatchRule value)
publicApplication.BuildersetDispatchRules(intindex,UrlDispatchRulevalue)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;
setDispatchRules(int index, UrlDispatchRule.Builder builderForValue)
publicApplication.BuildersetDispatchRules(intindex,UrlDispatchRule.BuilderbuilderForValue)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;
setFeatureSettings(Application.FeatureSettings value)
publicApplication.BuildersetFeatureSettings(Application.FeatureSettingsvalue)The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
setFeatureSettings(Application.FeatureSettings.Builder builderForValue)
publicApplication.BuildersetFeatureSettings(Application.FeatureSettings.BuilderbuilderForValue)The feature specific settings to be used in the application.
.google.appengine.v1.Application.FeatureSettings feature_settings = 18;
setField(Descriptors.FieldDescriptor field, Object value)
publicApplication.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)setGcrDomain(String value)
publicApplication.BuildersetGcrDomain(Stringvalue)The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
This builder for chaining.
setGcrDomainBytes(ByteString value)
publicApplication.BuildersetGcrDomainBytes(ByteStringvalue)The Google Container Registry domain used for storing managed build docker images for this application.
string gcr_domain = 16;
This builder for chaining.
setIap(Application.IdentityAwareProxy value)
publicApplication.BuildersetIap(Application.IdentityAwareProxyvalue).google.appengine.v1.Application.IdentityAwareProxy iap = 14;
setIap(Application.IdentityAwareProxy.Builder builderForValue)
publicApplication.BuildersetIap(Application.IdentityAwareProxy.BuilderbuilderForValue).google.appengine.v1.Application.IdentityAwareProxy iap = 14;
setId(String value)
publicApplication.BuildersetId(Stringvalue) 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;
This builder for chaining.
setIdBytes(ByteString value)
publicApplication.BuildersetIdBytes(ByteStringvalue) 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;
This builder for chaining.
setLocationId(String value)
publicApplication.BuildersetLocationId(Stringvalue) 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;
This builder for chaining.
setLocationIdBytes(ByteString value)
publicApplication.BuildersetLocationIdBytes(ByteStringvalue) 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;
This builder for chaining.
setName(String value)
publicApplication.BuildersetName(Stringvalue) Full path to the Application resource in the API.
Example: apps/myapp.
@OutputOnly
string name = 1;
This builder for chaining.
setNameBytes(ByteString value)
publicApplication.BuildersetNameBytes(ByteStringvalue) Full path to the Application resource in the API.
Example: apps/myapp.
@OutputOnly
string name = 1;
This builder for chaining.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicApplication.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)setServiceAccount(String value)
publicApplication.BuildersetServiceAccount(Stringvalue)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;
This builder for chaining.
setServiceAccountBytes(ByteString value)
publicApplication.BuildersetServiceAccountBytes(ByteStringvalue)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;
This builder for chaining.
setServingStatus(Application.ServingStatus value)
publicApplication.BuildersetServingStatus(Application.ServingStatusvalue)Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
This builder for chaining.
setServingStatusValue(int value)
publicApplication.BuildersetServingStatusValue(intvalue)Serving status of this application.
.google.appengine.v1.Application.ServingStatus serving_status = 10;
This builder for chaining.
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalApplication.BuildersetUnknownFields(UnknownFieldSetunknownFields)