Class Version.Builder (2.8.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 Version.BuilderextendsGeneratedMessageV3.Builder<Version.Builder>implementsVersionOrBuilderA Version resource is a specific set of source code and configuration files that are deployed into a service.
Protobuf type google.appengine.v1.Version
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Version.BuilderImplements
VersionOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()Methods
addAllErrorHandlers(Iterable<? extends ErrorHandler> values)
publicVersion.BuilderaddAllErrorHandlers(Iterable<?extendsErrorHandler>values) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
addAllHandlers(Iterable<? extends UrlMap> values)
publicVersion.BuilderaddAllHandlers(Iterable<?extendsUrlMap>values) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
addAllInboundServices(Iterable<? extends InboundServiceType> values)
publicVersion.BuilderaddAllInboundServices(Iterable<?extendsInboundServiceType>values)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
This builder for chaining.
addAllInboundServicesValue(Iterable<Integer> values)
publicVersion.BuilderaddAllInboundServicesValue(Iterable<Integer>values)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
This builder for chaining.
addAllLibraries(Iterable<? extends Library> values)
publicVersion.BuilderaddAllLibraries(Iterable<?extendsLibrary>values) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
addAllZones(Iterable<String> values)
publicVersion.BuilderaddAllZones(Iterable<String>values)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
This builder for chaining.
addErrorHandlers(ErrorHandler value)
publicVersion.BuilderaddErrorHandlers(ErrorHandlervalue) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
addErrorHandlers(ErrorHandler.Builder builderForValue)
publicVersion.BuilderaddErrorHandlers(ErrorHandler.BuilderbuilderForValue) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
addErrorHandlers(int index, ErrorHandler value)
publicVersion.BuilderaddErrorHandlers(intindex,ErrorHandlervalue) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
addErrorHandlers(int index, ErrorHandler.Builder builderForValue)
publicVersion.BuilderaddErrorHandlers(intindex,ErrorHandler.BuilderbuilderForValue) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
addErrorHandlersBuilder()
publicErrorHandler.BuilderaddErrorHandlersBuilder() Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
addErrorHandlersBuilder(int index)
publicErrorHandler.BuilderaddErrorHandlersBuilder(intindex) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
addHandlers(UrlMap value)
publicVersion.BuilderaddHandlers(UrlMapvalue) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
addHandlers(UrlMap.Builder builderForValue)
publicVersion.BuilderaddHandlers(UrlMap.BuilderbuilderForValue) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
addHandlers(int index, UrlMap value)
publicVersion.BuilderaddHandlers(intindex,UrlMapvalue) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
addHandlers(int index, UrlMap.Builder builderForValue)
publicVersion.BuilderaddHandlers(intindex,UrlMap.BuilderbuilderForValue) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
addHandlersBuilder()
publicUrlMap.BuilderaddHandlersBuilder() An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
addHandlersBuilder(int index)
publicUrlMap.BuilderaddHandlersBuilder(intindex) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
addInboundServices(InboundServiceType value)
publicVersion.BuilderaddInboundServices(InboundServiceTypevalue)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
This builder for chaining.
addInboundServicesValue(int value)
publicVersion.BuilderaddInboundServicesValue(intvalue)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
This builder for chaining.
addLibraries(Library value)
publicVersion.BuilderaddLibraries(Libraryvalue) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
addLibraries(Library.Builder builderForValue)
publicVersion.BuilderaddLibraries(Library.BuilderbuilderForValue) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
addLibraries(int index, Library value)
publicVersion.BuilderaddLibraries(intindex,Libraryvalue) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
addLibraries(int index, Library.Builder builderForValue)
publicVersion.BuilderaddLibraries(intindex,Library.BuilderbuilderForValue) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
addLibrariesBuilder()
publicLibrary.BuilderaddLibrariesBuilder() Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
addLibrariesBuilder(int index)
publicLibrary.BuilderaddLibrariesBuilder(intindex) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicVersion.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)addZones(String value)
publicVersion.BuilderaddZones(Stringvalue)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
This builder for chaining.
addZonesBytes(ByteString value)
publicVersion.BuilderaddZonesBytes(ByteStringvalue)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
This builder for chaining.
build()
publicVersionbuild()buildPartial()
publicVersionbuildPartial()clear()
publicVersion.Builderclear()clearApiConfig()
publicVersion.BuilderclearApiConfig() Serving configuration for
Google Cloud Endpoints.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
clearAppEngineApis()
publicVersion.BuilderclearAppEngineApis()Allows App Engine second generation runtimes to access the legacy bundled services.
bool app_engine_apis = 128;
This builder for chaining.
clearAutomaticScaling()
publicVersion.BuilderclearAutomaticScaling()Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
clearBasicScaling()
publicVersion.BuilderclearBasicScaling()A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
.google.appengine.v1.BasicScaling basic_scaling = 4;
clearBetaSettings()
publicVersion.BuilderclearBetaSettings()clearBuildEnvVariables()
publicVersion.BuilderclearBuildEnvVariables()clearCreateTime()
publicVersion.BuilderclearCreateTime()Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
clearCreatedBy()
publicVersion.BuilderclearCreatedBy()Email address of the user who created this version. @OutputOnly
string created_by = 16;
This builder for chaining.
clearDefaultExpiration()
publicVersion.BuilderclearDefaultExpiration() Duration that static files should be cached by web proxies and browsers.
Only applicable if the corresponding
StaticFilesHandler
does not specify its own expiration time.
Only returned in GET requests if view=FULL is set.
.google.protobuf.Duration default_expiration = 105;
clearDeployment()
publicVersion.BuilderclearDeployment() Code and application artifacts that make up this version.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.Deployment deployment = 108;
clearDiskUsageBytes()
publicVersion.BuilderclearDiskUsageBytes()Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk. @OutputOnly
int64 disk_usage_bytes = 18;
This builder for chaining.
clearEndpointsApiService()
publicVersion.BuilderclearEndpointsApiService()Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
clearEntrypoint()
publicVersion.BuilderclearEntrypoint()The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
clearEnv()
publicVersion.BuilderclearEnv() App Engine execution environment for this version.
Defaults to standard.
string env = 14;
This builder for chaining.
clearEnvVariables()
publicVersion.BuilderclearEnvVariables()clearErrorHandlers()
publicVersion.BuilderclearErrorHandlers() Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
clearField(Descriptors.FieldDescriptor field)
publicVersion.BuilderclearField(Descriptors.FieldDescriptorfield)clearHandlers()
publicVersion.BuilderclearHandlers() An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
clearHealthCheck()
publicVersion.BuilderclearHealthCheck() Configures health checking for instances. Unhealthy instances are
stopped and replaced with new instances.
Only applicable in the App Engine flexible environment.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.HealthCheck health_check = 106;
clearId()
publicVersion.BuilderclearId() Relative name of the version within the service. Example: v1.
Version names can contain only lowercase letters, numbers, or hyphens.
Reserved names: "default", "latest", and any name with the prefix "ah-".
string id = 2;
This builder for chaining.
clearInboundServices()
publicVersion.BuilderclearInboundServices()Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
This builder for chaining.
clearInstanceClass()
publicVersion.BuilderclearInstanceClass()Instance class that is used to run this version. Valid values are:
- AutomaticScaling:
F1,F2,F4,F4_1G - ManualScaling or BasicScaling:
B1,B2,B4,B8,B4_1GDefaults toF1for AutomaticScaling andB1for ManualScaling or BasicScaling.
string instance_class = 7;
This builder for chaining.
clearLibraries()
publicVersion.BuilderclearLibraries() Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
clearLivenessCheck()
publicVersion.BuilderclearLivenessCheck() Configures liveness health checking for instances.
Unhealthy instances are stopped and replaced with new instances
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
clearManualScaling()
publicVersion.BuilderclearManualScaling()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
clearName()
publicVersion.BuilderclearName() Full path to the Version resource in the API. Example:
apps/myapp/services/default/versions/v1.
@OutputOnly
string name = 1;
This builder for chaining.
clearNetwork()
publicVersion.BuilderclearNetwork()Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
clearNobuildFilesRegex()
publicVersion.BuilderclearNobuildFilesRegex() Files that match this pattern will not be built into this version.
Only applicable for Go runtimes.
Only returned in GET requests if view=FULL is set.
string nobuild_files_regex = 107;
This builder for chaining.
clearOneof(Descriptors.OneofDescriptor oneof)
publicVersion.BuilderclearOneof(Descriptors.OneofDescriptoroneof)clearReadinessCheck()
publicVersion.BuilderclearReadinessCheck() Configures readiness health checking for instances.
Unhealthy instances are not put into the backend traffic rotation.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
clearResources()
publicVersion.BuilderclearResources()Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
clearRuntime()
publicVersion.BuilderclearRuntime() Desired runtime. Example: python27.
string runtime = 10;
This builder for chaining.
clearRuntimeApiVersion()
publicVersion.BuilderclearRuntimeApiVersion()The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard/<language>/config/appref
string runtime_api_version = 21;
This builder for chaining.
clearRuntimeChannel()
publicVersion.BuilderclearRuntimeChannel() The channel of the runtime to use. Only available for some
runtimes. Defaults to the default channel.
string runtime_channel = 117;
This builder for chaining.
clearRuntimeMainExecutablePath()
publicVersion.BuilderclearRuntimeMainExecutablePath()The path or name of the app's main executable.
string runtime_main_executable_path = 22;
This builder for chaining.
clearScaling()
publicVersion.BuilderclearScaling()clearServiceAccount()
publicVersion.BuilderclearServiceAccount()The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
string service_account = 127;
This builder for chaining.
clearServingStatus()
publicVersion.BuilderclearServingStatus() Current serving status of this version. Only the versions with a
SERVING status create instances and can be billed.
SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
.google.appengine.v1.ServingStatus serving_status = 15;
This builder for chaining.
clearThreadsafe()
publicVersion.BuilderclearThreadsafe()Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;
This builder for chaining.
clearVersionUrl()
publicVersion.BuilderclearVersionUrl()Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;
This builder for chaining.
clearVm()
publicVersion.BuilderclearVm()Whether to deploy this version in a container on a virtual machine.
bool vm = 12;
This builder for chaining.
clearVpcAccessConnector()
publicVersion.BuilderclearVpcAccessConnector()Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
clearZones()
publicVersion.BuilderclearZones()The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
This builder for chaining.
clone()
publicVersion.Builderclone()containsBetaSettings(String key)
publicbooleancontainsBetaSettings(Stringkey)Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
containsBuildEnvVariables(String key)
publicbooleancontainsBuildEnvVariables(Stringkey) Environment variables available to the build environment.
Only returned in GET requests if view=FULL is set.
map<string, string> build_env_variables = 125;
containsEnvVariables(String key)
publicbooleancontainsEnvVariables(Stringkey) Environment variables available to the application.
Only returned in GET requests if view=FULL is set.
map<string, string> env_variables = 104;
getApiConfig()
publicApiConfigHandlergetApiConfig() Serving configuration for
Google Cloud Endpoints.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
The apiConfig.
getApiConfigBuilder()
publicApiConfigHandler.BuildergetApiConfigBuilder() Serving configuration for
Google Cloud Endpoints.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
getApiConfigOrBuilder()
publicApiConfigHandlerOrBuildergetApiConfigOrBuilder() Serving configuration for
Google Cloud Endpoints.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
getAppEngineApis()
publicbooleangetAppEngineApis()Allows App Engine second generation runtimes to access the legacy bundled services.
bool app_engine_apis = 128;
The appEngineApis.
getAutomaticScaling()
publicAutomaticScalinggetAutomaticScaling()Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
The automaticScaling.
getAutomaticScalingBuilder()
publicAutomaticScaling.BuildergetAutomaticScalingBuilder()Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
getAutomaticScalingOrBuilder()
publicAutomaticScalingOrBuildergetAutomaticScalingOrBuilder()Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
getBasicScaling()
publicBasicScalinggetBasicScaling()A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
.google.appengine.v1.BasicScaling basic_scaling = 4;
The basicScaling.
getBasicScalingBuilder()
publicBasicScaling.BuildergetBasicScalingBuilder()A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
.google.appengine.v1.BasicScaling basic_scaling = 4;
getBasicScalingOrBuilder()
publicBasicScalingOrBuildergetBasicScalingOrBuilder()A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
.google.appengine.v1.BasicScaling basic_scaling = 4;
getBetaSettings()
publicMap<String,String>getBetaSettings()Use #getBetaSettingsMap() instead.
getBetaSettingsCount()
publicintgetBetaSettingsCount()Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
getBetaSettingsMap()
publicMap<String,String>getBetaSettingsMap()Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
getBetaSettingsOrDefault(String key, String defaultValue)
publicStringgetBetaSettingsOrDefault(Stringkey,StringdefaultValue)Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
getBetaSettingsOrThrow(String key)
publicStringgetBetaSettingsOrThrow(Stringkey)Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
getBuildEnvVariables()
publicMap<String,String>getBuildEnvVariables()Use #getBuildEnvVariablesMap() instead.
getBuildEnvVariablesCount()
publicintgetBuildEnvVariablesCount() Environment variables available to the build environment.
Only returned in GET requests if view=FULL is set.
map<string, string> build_env_variables = 125;
getBuildEnvVariablesMap()
publicMap<String,String>getBuildEnvVariablesMap() Environment variables available to the build environment.
Only returned in GET requests if view=FULL is set.
map<string, string> build_env_variables = 125;
getBuildEnvVariablesOrDefault(String key, String defaultValue)
publicStringgetBuildEnvVariablesOrDefault(Stringkey,StringdefaultValue) Environment variables available to the build environment.
Only returned in GET requests if view=FULL is set.
map<string, string> build_env_variables = 125;
getBuildEnvVariablesOrThrow(String key)
publicStringgetBuildEnvVariablesOrThrow(Stringkey) Environment variables available to the build environment.
Only returned in GET requests if view=FULL is set.
map<string, string> build_env_variables = 125;
getCreateTime()
publicTimestampgetCreateTime()Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
The createTime.
getCreateTimeBuilder()
publicTimestamp.BuildergetCreateTimeBuilder()Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
getCreateTimeOrBuilder()
publicTimestampOrBuildergetCreateTimeOrBuilder()Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
getCreatedBy()
publicStringgetCreatedBy()Email address of the user who created this version. @OutputOnly
string created_by = 16;
The createdBy.
getCreatedByBytes()
publicByteStringgetCreatedByBytes()Email address of the user who created this version. @OutputOnly
string created_by = 16;
The bytes for createdBy.
getDefaultExpiration()
publicDurationgetDefaultExpiration() Duration that static files should be cached by web proxies and browsers.
Only applicable if the corresponding
StaticFilesHandler
does not specify its own expiration time.
Only returned in GET requests if view=FULL is set.
.google.protobuf.Duration default_expiration = 105;
The defaultExpiration.
getDefaultExpirationBuilder()
publicDuration.BuildergetDefaultExpirationBuilder() Duration that static files should be cached by web proxies and browsers.
Only applicable if the corresponding
StaticFilesHandler
does not specify its own expiration time.
Only returned in GET requests if view=FULL is set.
.google.protobuf.Duration default_expiration = 105;
getDefaultExpirationOrBuilder()
publicDurationOrBuildergetDefaultExpirationOrBuilder() Duration that static files should be cached by web proxies and browsers.
Only applicable if the corresponding
StaticFilesHandler
does not specify its own expiration time.
Only returned in GET requests if view=FULL is set.
.google.protobuf.Duration default_expiration = 105;
getDefaultInstanceForType()
publicVersiongetDefaultInstanceForType()getDeployment()
publicDeploymentgetDeployment() Code and application artifacts that make up this version.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.Deployment deployment = 108;
The deployment.
getDeploymentBuilder()
publicDeployment.BuildergetDeploymentBuilder() Code and application artifacts that make up this version.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.Deployment deployment = 108;
getDeploymentOrBuilder()
publicDeploymentOrBuildergetDeploymentOrBuilder() Code and application artifacts that make up this version.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.Deployment deployment = 108;
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()getDiskUsageBytes()
publiclonggetDiskUsageBytes()Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk. @OutputOnly
int64 disk_usage_bytes = 18;
The diskUsageBytes.
getEndpointsApiService()
publicEndpointsApiServicegetEndpointsApiService()Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
The endpointsApiService.
getEndpointsApiServiceBuilder()
publicEndpointsApiService.BuildergetEndpointsApiServiceBuilder()Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
getEndpointsApiServiceOrBuilder()
publicEndpointsApiServiceOrBuildergetEndpointsApiServiceOrBuilder()Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
getEntrypoint()
publicEntrypointgetEntrypoint()The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
The entrypoint.
getEntrypointBuilder()
publicEntrypoint.BuildergetEntrypointBuilder()The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
getEntrypointOrBuilder()
publicEntrypointOrBuildergetEntrypointOrBuilder()The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
getEnv()
publicStringgetEnv() App Engine execution environment for this version.
Defaults to standard.
string env = 14;
The env.
getEnvBytes()
publicByteStringgetEnvBytes() App Engine execution environment for this version.
Defaults to standard.
string env = 14;
The bytes for env.
getEnvVariables()
publicMap<String,String>getEnvVariables()Use #getEnvVariablesMap() instead.
getEnvVariablesCount()
publicintgetEnvVariablesCount() Environment variables available to the application.
Only returned in GET requests if view=FULL is set.
map<string, string> env_variables = 104;
getEnvVariablesMap()
publicMap<String,String>getEnvVariablesMap() Environment variables available to the application.
Only returned in GET requests if view=FULL is set.
map<string, string> env_variables = 104;
getEnvVariablesOrDefault(String key, String defaultValue)
publicStringgetEnvVariablesOrDefault(Stringkey,StringdefaultValue) Environment variables available to the application.
Only returned in GET requests if view=FULL is set.
map<string, string> env_variables = 104;
getEnvVariablesOrThrow(String key)
publicStringgetEnvVariablesOrThrow(Stringkey) Environment variables available to the application.
Only returned in GET requests if view=FULL is set.
map<string, string> env_variables = 104;
getErrorHandlers(int index)
publicErrorHandlergetErrorHandlers(intindex) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
getErrorHandlersBuilder(int index)
publicErrorHandler.BuildergetErrorHandlersBuilder(intindex) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
getErrorHandlersBuilderList()
publicList<ErrorHandler.Builder>getErrorHandlersBuilderList() Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
getErrorHandlersCount()
publicintgetErrorHandlersCount() Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
getErrorHandlersList()
publicList<ErrorHandler>getErrorHandlersList() Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
getErrorHandlersOrBuilder(int index)
publicErrorHandlerOrBuildergetErrorHandlersOrBuilder(intindex) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
getErrorHandlersOrBuilderList()
publicList<?extendsErrorHandlerOrBuilder>getErrorHandlersOrBuilderList() Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
getHandlers(int index)
publicUrlMapgetHandlers(intindex) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
getHandlersBuilder(int index)
publicUrlMap.BuildergetHandlersBuilder(intindex) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
getHandlersBuilderList()
publicList<UrlMap.Builder>getHandlersBuilderList() An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
getHandlersCount()
publicintgetHandlersCount() An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
getHandlersList()
publicList<UrlMap>getHandlersList() An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
getHandlersOrBuilder(int index)
publicUrlMapOrBuildergetHandlersOrBuilder(intindex) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
getHandlersOrBuilderList()
publicList<?extendsUrlMapOrBuilder>getHandlersOrBuilderList() An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
getHealthCheck()
publicHealthCheckgetHealthCheck() Configures health checking for instances. Unhealthy instances are
stopped and replaced with new instances.
Only applicable in the App Engine flexible environment.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.HealthCheck health_check = 106;
The healthCheck.
getHealthCheckBuilder()
publicHealthCheck.BuildergetHealthCheckBuilder() Configures health checking for instances. Unhealthy instances are
stopped and replaced with new instances.
Only applicable in the App Engine flexible environment.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.HealthCheck health_check = 106;
getHealthCheckOrBuilder()
publicHealthCheckOrBuildergetHealthCheckOrBuilder() Configures health checking for instances. Unhealthy instances are
stopped and replaced with new instances.
Only applicable in the App Engine flexible environment.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.HealthCheck health_check = 106;
getId()
publicStringgetId() Relative name of the version within the service. Example: v1.
Version names can contain only lowercase letters, numbers, or hyphens.
Reserved names: "default", "latest", and any name with the prefix "ah-".
string id = 2;
The id.
getIdBytes()
publicByteStringgetIdBytes() Relative name of the version within the service. Example: v1.
Version names can contain only lowercase letters, numbers, or hyphens.
Reserved names: "default", "latest", and any name with the prefix "ah-".
string id = 2;
The bytes for id.
getInboundServices(int index)
publicInboundServiceTypegetInboundServices(intindex)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
The inboundServices at the given index.
getInboundServicesCount()
publicintgetInboundServicesCount()Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
The count of inboundServices.
getInboundServicesList()
publicList<InboundServiceType>getInboundServicesList()Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
getInboundServicesValue(int index)
publicintgetInboundServicesValue(intindex)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
The enum numeric value on the wire of inboundServices at the given index.
getInboundServicesValueList()
publicList<Integer>getInboundServicesValueList()Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
getInstanceClass()
publicStringgetInstanceClass()Instance class that is used to run this version. Valid values are:
- AutomaticScaling:
F1,F2,F4,F4_1G - ManualScaling or BasicScaling:
B1,B2,B4,B8,B4_1GDefaults toF1for AutomaticScaling andB1for ManualScaling or BasicScaling.
string instance_class = 7;
The instanceClass.
getInstanceClassBytes()
publicByteStringgetInstanceClassBytes()Instance class that is used to run this version. Valid values are:
- AutomaticScaling:
F1,F2,F4,F4_1G - ManualScaling or BasicScaling:
B1,B2,B4,B8,B4_1GDefaults toF1for AutomaticScaling andB1for ManualScaling or BasicScaling.
string instance_class = 7;
The bytes for instanceClass.
getLibraries(int index)
publicLibrarygetLibraries(intindex) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
getLibrariesBuilder(int index)
publicLibrary.BuildergetLibrariesBuilder(intindex) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
getLibrariesBuilderList()
publicList<Library.Builder>getLibrariesBuilderList() Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
getLibrariesCount()
publicintgetLibrariesCount() Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
getLibrariesList()
publicList<Library>getLibrariesList() Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
getLibrariesOrBuilder(int index)
publicLibraryOrBuildergetLibrariesOrBuilder(intindex) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
getLibrariesOrBuilderList()
publicList<?extendsLibraryOrBuilder>getLibrariesOrBuilderList() Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
getLivenessCheck()
publicLivenessCheckgetLivenessCheck() Configures liveness health checking for instances.
Unhealthy instances are stopped and replaced with new instances
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
The livenessCheck.
getLivenessCheckBuilder()
publicLivenessCheck.BuildergetLivenessCheckBuilder() Configures liveness health checking for instances.
Unhealthy instances are stopped and replaced with new instances
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
getLivenessCheckOrBuilder()
publicLivenessCheckOrBuildergetLivenessCheckOrBuilder() Configures liveness health checking for instances.
Unhealthy instances are stopped and replaced with new instances
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
getManualScaling()
publicManualScalinggetManualScaling()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
The manualScaling.
getManualScalingBuilder()
publicManualScaling.BuildergetManualScalingBuilder()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
getManualScalingOrBuilder()
publicManualScalingOrBuildergetManualScalingOrBuilder()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
getMutableBetaSettings()
publicMap<String,String>getMutableBetaSettings()Use alternate mutation accessors instead.
getMutableBuildEnvVariables()
publicMap<String,String>getMutableBuildEnvVariables()Use alternate mutation accessors instead.
getMutableEnvVariables()
publicMap<String,String>getMutableEnvVariables()Use alternate mutation accessors instead.
getName()
publicStringgetName() Full path to the Version resource in the API. Example:
apps/myapp/services/default/versions/v1.
@OutputOnly
string name = 1;
The name.
getNameBytes()
publicByteStringgetNameBytes() Full path to the Version resource in the API. Example:
apps/myapp/services/default/versions/v1.
@OutputOnly
string name = 1;
The bytes for name.
getNetwork()
publicNetworkgetNetwork()Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
The network.
getNetworkBuilder()
publicNetwork.BuildergetNetworkBuilder()Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
getNetworkOrBuilder()
publicNetworkOrBuildergetNetworkOrBuilder()Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
getNobuildFilesRegex()
publicStringgetNobuildFilesRegex() Files that match this pattern will not be built into this version.
Only applicable for Go runtimes.
Only returned in GET requests if view=FULL is set.
string nobuild_files_regex = 107;
The nobuildFilesRegex.
getNobuildFilesRegexBytes()
publicByteStringgetNobuildFilesRegexBytes() Files that match this pattern will not be built into this version.
Only applicable for Go runtimes.
Only returned in GET requests if view=FULL is set.
string nobuild_files_regex = 107;
The bytes for nobuildFilesRegex.
getReadinessCheck()
publicReadinessCheckgetReadinessCheck() Configures readiness health checking for instances.
Unhealthy instances are not put into the backend traffic rotation.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
The readinessCheck.
getReadinessCheckBuilder()
publicReadinessCheck.BuildergetReadinessCheckBuilder() Configures readiness health checking for instances.
Unhealthy instances are not put into the backend traffic rotation.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
getReadinessCheckOrBuilder()
publicReadinessCheckOrBuildergetReadinessCheckOrBuilder() Configures readiness health checking for instances.
Unhealthy instances are not put into the backend traffic rotation.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
getResources()
publicResourcesgetResources()Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
The resources.
getResourcesBuilder()
publicResources.BuildergetResourcesBuilder()Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
getResourcesOrBuilder()
publicResourcesOrBuildergetResourcesOrBuilder()Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
getRuntime()
publicStringgetRuntime() Desired runtime. Example: python27.
string runtime = 10;
The runtime.
getRuntimeApiVersion()
publicStringgetRuntimeApiVersion()The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard/<language>/config/appref
string runtime_api_version = 21;
The runtimeApiVersion.
getRuntimeApiVersionBytes()
publicByteStringgetRuntimeApiVersionBytes()The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard/<language>/config/appref
string runtime_api_version = 21;
The bytes for runtimeApiVersion.
getRuntimeBytes()
publicByteStringgetRuntimeBytes() Desired runtime. Example: python27.
string runtime = 10;
The bytes for runtime.
getRuntimeChannel()
publicStringgetRuntimeChannel() The channel of the runtime to use. Only available for some
runtimes. Defaults to the default channel.
string runtime_channel = 117;
The runtimeChannel.
getRuntimeChannelBytes()
publicByteStringgetRuntimeChannelBytes() The channel of the runtime to use. Only available for some
runtimes. Defaults to the default channel.
string runtime_channel = 117;
The bytes for runtimeChannel.
getRuntimeMainExecutablePath()
publicStringgetRuntimeMainExecutablePath()The path or name of the app's main executable.
string runtime_main_executable_path = 22;
The runtimeMainExecutablePath.
getRuntimeMainExecutablePathBytes()
publicByteStringgetRuntimeMainExecutablePathBytes()The path or name of the app's main executable.
string runtime_main_executable_path = 22;
The bytes for runtimeMainExecutablePath.
getScalingCase()
publicVersion.ScalingCasegetScalingCase()getServiceAccount()
publicStringgetServiceAccount()The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
string service_account = 127;
The serviceAccount.
getServiceAccountBytes()
publicByteStringgetServiceAccountBytes()The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
string service_account = 127;
The bytes for serviceAccount.
getServingStatus()
publicServingStatusgetServingStatus() Current serving status of this version. Only the versions with a
SERVING status create instances and can be billed.
SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
.google.appengine.v1.ServingStatus serving_status = 15;
The servingStatus.
getServingStatusValue()
publicintgetServingStatusValue() Current serving status of this version. Only the versions with a
SERVING status create instances and can be billed.
SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
.google.appengine.v1.ServingStatus serving_status = 15;
The enum numeric value on the wire for servingStatus.
getThreadsafe()
publicbooleangetThreadsafe()Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;
The threadsafe.
getVersionUrl()
publicStringgetVersionUrl()Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;
The versionUrl.
getVersionUrlBytes()
publicByteStringgetVersionUrlBytes()Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;
The bytes for versionUrl.
getVm()
publicbooleangetVm()Whether to deploy this version in a container on a virtual machine.
bool vm = 12;
The vm.
getVpcAccessConnector()
publicVpcAccessConnectorgetVpcAccessConnector()Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
The vpcAccessConnector.
getVpcAccessConnectorBuilder()
publicVpcAccessConnector.BuildergetVpcAccessConnectorBuilder()Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
getVpcAccessConnectorOrBuilder()
publicVpcAccessConnectorOrBuildergetVpcAccessConnectorOrBuilder()Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
getZones(int index)
publicStringgetZones(intindex)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
The zones at the given index.
getZonesBytes(int index)
publicByteStringgetZonesBytes(intindex)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
The bytes of the zones at the given index.
getZonesCount()
publicintgetZonesCount()The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
The count of zones.
getZonesList()
publicProtocolStringListgetZonesList()The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
A list containing the zones.
hasApiConfig()
publicbooleanhasApiConfig() Serving configuration for
Google Cloud Endpoints.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
Whether the apiConfig field is set.
hasAutomaticScaling()
publicbooleanhasAutomaticScaling()Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
Whether the automaticScaling field is set.
hasBasicScaling()
publicbooleanhasBasicScaling()A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
.google.appengine.v1.BasicScaling basic_scaling = 4;
Whether the basicScaling field is set.
hasCreateTime()
publicbooleanhasCreateTime()Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
Whether the createTime field is set.
hasDefaultExpiration()
publicbooleanhasDefaultExpiration() Duration that static files should be cached by web proxies and browsers.
Only applicable if the corresponding
StaticFilesHandler
does not specify its own expiration time.
Only returned in GET requests if view=FULL is set.
.google.protobuf.Duration default_expiration = 105;
Whether the defaultExpiration field is set.
hasDeployment()
publicbooleanhasDeployment() Code and application artifacts that make up this version.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.Deployment deployment = 108;
Whether the deployment field is set.
hasEndpointsApiService()
publicbooleanhasEndpointsApiService()Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
Whether the endpointsApiService field is set.
hasEntrypoint()
publicbooleanhasEntrypoint()The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
Whether the entrypoint field is set.
hasHealthCheck()
publicbooleanhasHealthCheck() Configures health checking for instances. Unhealthy instances are
stopped and replaced with new instances.
Only applicable in the App Engine flexible environment.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.HealthCheck health_check = 106;
Whether the healthCheck field is set.
hasLivenessCheck()
publicbooleanhasLivenessCheck() Configures liveness health checking for instances.
Unhealthy instances are stopped and replaced with new instances
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
Whether the livenessCheck field is set.
hasManualScaling()
publicbooleanhasManualScaling()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
Whether the manualScaling field is set.
hasNetwork()
publicbooleanhasNetwork()Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
Whether the network field is set.
hasReadinessCheck()
publicbooleanhasReadinessCheck() Configures readiness health checking for instances.
Unhealthy instances are not put into the backend traffic rotation.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
Whether the readinessCheck field is set.
hasResources()
publicbooleanhasResources()Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
Whether the resources field is set.
hasVpcAccessConnector()
publicbooleanhasVpcAccessConnector()Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
Whether the vpcAccessConnector field is set.
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)internalGetMutableMapField(int number)
protectedMapFieldinternalGetMutableMapField(intnumber)isInitialized()
publicfinalbooleanisInitialized()mergeApiConfig(ApiConfigHandler value)
publicVersion.BuildermergeApiConfig(ApiConfigHandlervalue) Serving configuration for
Google Cloud Endpoints.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
mergeAutomaticScaling(AutomaticScaling value)
publicVersion.BuildermergeAutomaticScaling(AutomaticScalingvalue)Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
mergeBasicScaling(BasicScaling value)
publicVersion.BuildermergeBasicScaling(BasicScalingvalue)A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
.google.appengine.v1.BasicScaling basic_scaling = 4;
mergeCreateTime(Timestamp value)
publicVersion.BuildermergeCreateTime(Timestampvalue)Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
mergeDefaultExpiration(Duration value)
publicVersion.BuildermergeDefaultExpiration(Durationvalue) Duration that static files should be cached by web proxies and browsers.
Only applicable if the corresponding
StaticFilesHandler
does not specify its own expiration time.
Only returned in GET requests if view=FULL is set.
.google.protobuf.Duration default_expiration = 105;
mergeDeployment(Deployment value)
publicVersion.BuildermergeDeployment(Deploymentvalue) Code and application artifacts that make up this version.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.Deployment deployment = 108;
mergeEndpointsApiService(EndpointsApiService value)
publicVersion.BuildermergeEndpointsApiService(EndpointsApiServicevalue)Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
mergeEntrypoint(Entrypoint value)
publicVersion.BuildermergeEntrypoint(Entrypointvalue)The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
mergeFrom(Version other)
publicVersion.BuildermergeFrom(Versionother)mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicVersion.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)mergeFrom(Message other)
publicVersion.BuildermergeFrom(Messageother)mergeHealthCheck(HealthCheck value)
publicVersion.BuildermergeHealthCheck(HealthCheckvalue) Configures health checking for instances. Unhealthy instances are
stopped and replaced with new instances.
Only applicable in the App Engine flexible environment.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.HealthCheck health_check = 106;
mergeLivenessCheck(LivenessCheck value)
publicVersion.BuildermergeLivenessCheck(LivenessCheckvalue) Configures liveness health checking for instances.
Unhealthy instances are stopped and replaced with new instances
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
mergeManualScaling(ManualScaling value)
publicVersion.BuildermergeManualScaling(ManualScalingvalue)A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
mergeNetwork(Network value)
publicVersion.BuildermergeNetwork(Networkvalue)Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
mergeReadinessCheck(ReadinessCheck value)
publicVersion.BuildermergeReadinessCheck(ReadinessCheckvalue) Configures readiness health checking for instances.
Unhealthy instances are not put into the backend traffic rotation.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
mergeResources(Resources value)
publicVersion.BuildermergeResources(Resourcesvalue)Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalVersion.BuildermergeUnknownFields(UnknownFieldSetunknownFields)mergeVpcAccessConnector(VpcAccessConnector value)
publicVersion.BuildermergeVpcAccessConnector(VpcAccessConnectorvalue)Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
putAllBetaSettings(Map<String,String> values)
publicVersion.BuilderputAllBetaSettings(Map<String,String>values)Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
putAllBuildEnvVariables(Map<String,String> values)
publicVersion.BuilderputAllBuildEnvVariables(Map<String,String>values) Environment variables available to the build environment.
Only returned in GET requests if view=FULL is set.
map<string, string> build_env_variables = 125;
putAllEnvVariables(Map<String,String> values)
publicVersion.BuilderputAllEnvVariables(Map<String,String>values) Environment variables available to the application.
Only returned in GET requests if view=FULL is set.
map<string, string> env_variables = 104;
putBetaSettings(String key, String value)
publicVersion.BuilderputBetaSettings(Stringkey,Stringvalue)Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
putBuildEnvVariables(String key, String value)
publicVersion.BuilderputBuildEnvVariables(Stringkey,Stringvalue) Environment variables available to the build environment.
Only returned in GET requests if view=FULL is set.
map<string, string> build_env_variables = 125;
putEnvVariables(String key, String value)
publicVersion.BuilderputEnvVariables(Stringkey,Stringvalue) Environment variables available to the application.
Only returned in GET requests if view=FULL is set.
map<string, string> env_variables = 104;
removeBetaSettings(String key)
publicVersion.BuilderremoveBetaSettings(Stringkey)Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
removeBuildEnvVariables(String key)
publicVersion.BuilderremoveBuildEnvVariables(Stringkey) Environment variables available to the build environment.
Only returned in GET requests if view=FULL is set.
map<string, string> build_env_variables = 125;
removeEnvVariables(String key)
publicVersion.BuilderremoveEnvVariables(Stringkey) Environment variables available to the application.
Only returned in GET requests if view=FULL is set.
map<string, string> env_variables = 104;
removeErrorHandlers(int index)
publicVersion.BuilderremoveErrorHandlers(intindex) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
removeHandlers(int index)
publicVersion.BuilderremoveHandlers(intindex) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
removeLibraries(int index)
publicVersion.BuilderremoveLibraries(intindex) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
setApiConfig(ApiConfigHandler value)
publicVersion.BuildersetApiConfig(ApiConfigHandlervalue) Serving configuration for
Google Cloud Endpoints.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
setApiConfig(ApiConfigHandler.Builder builderForValue)
publicVersion.BuildersetApiConfig(ApiConfigHandler.BuilderbuilderForValue) Serving configuration for
Google Cloud Endpoints.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
setAppEngineApis(boolean value)
publicVersion.BuildersetAppEngineApis(booleanvalue)Allows App Engine second generation runtimes to access the legacy bundled services.
bool app_engine_apis = 128;
This builder for chaining.
setAutomaticScaling(AutomaticScaling value)
publicVersion.BuildersetAutomaticScaling(AutomaticScalingvalue)Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
setAutomaticScaling(AutomaticScaling.Builder builderForValue)
publicVersion.BuildersetAutomaticScaling(AutomaticScaling.BuilderbuilderForValue)Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
setBasicScaling(BasicScaling value)
publicVersion.BuildersetBasicScaling(BasicScalingvalue)A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
.google.appengine.v1.BasicScaling basic_scaling = 4;
setBasicScaling(BasicScaling.Builder builderForValue)
publicVersion.BuildersetBasicScaling(BasicScaling.BuilderbuilderForValue)A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
.google.appengine.v1.BasicScaling basic_scaling = 4;
setCreateTime(Timestamp value)
publicVersion.BuildersetCreateTime(Timestampvalue)Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
setCreateTime(Timestamp.Builder builderForValue)
publicVersion.BuildersetCreateTime(Timestamp.BuilderbuilderForValue)Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
setCreatedBy(String value)
publicVersion.BuildersetCreatedBy(Stringvalue)Email address of the user who created this version. @OutputOnly
string created_by = 16;
This builder for chaining.
setCreatedByBytes(ByteString value)
publicVersion.BuildersetCreatedByBytes(ByteStringvalue)Email address of the user who created this version. @OutputOnly
string created_by = 16;
This builder for chaining.
setDefaultExpiration(Duration value)
publicVersion.BuildersetDefaultExpiration(Durationvalue) Duration that static files should be cached by web proxies and browsers.
Only applicable if the corresponding
StaticFilesHandler
does not specify its own expiration time.
Only returned in GET requests if view=FULL is set.
.google.protobuf.Duration default_expiration = 105;
setDefaultExpiration(Duration.Builder builderForValue)
publicVersion.BuildersetDefaultExpiration(Duration.BuilderbuilderForValue) Duration that static files should be cached by web proxies and browsers.
Only applicable if the corresponding
StaticFilesHandler
does not specify its own expiration time.
Only returned in GET requests if view=FULL is set.
.google.protobuf.Duration default_expiration = 105;
setDeployment(Deployment value)
publicVersion.BuildersetDeployment(Deploymentvalue) Code and application artifacts that make up this version.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.Deployment deployment = 108;
setDeployment(Deployment.Builder builderForValue)
publicVersion.BuildersetDeployment(Deployment.BuilderbuilderForValue) Code and application artifacts that make up this version.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.Deployment deployment = 108;
setDiskUsageBytes(long value)
publicVersion.BuildersetDiskUsageBytes(longvalue)Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk. @OutputOnly
int64 disk_usage_bytes = 18;
This builder for chaining.
setEndpointsApiService(EndpointsApiService value)
publicVersion.BuildersetEndpointsApiService(EndpointsApiServicevalue)Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
setEndpointsApiService(EndpointsApiService.Builder builderForValue)
publicVersion.BuildersetEndpointsApiService(EndpointsApiService.BuilderbuilderForValue)Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
setEntrypoint(Entrypoint value)
publicVersion.BuildersetEntrypoint(Entrypointvalue)The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
setEntrypoint(Entrypoint.Builder builderForValue)
publicVersion.BuildersetEntrypoint(Entrypoint.BuilderbuilderForValue)The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
setEnv(String value)
publicVersion.BuildersetEnv(Stringvalue) App Engine execution environment for this version.
Defaults to standard.
string env = 14;
This builder for chaining.
setEnvBytes(ByteString value)
publicVersion.BuildersetEnvBytes(ByteStringvalue) App Engine execution environment for this version.
Defaults to standard.
string env = 14;
This builder for chaining.
setErrorHandlers(int index, ErrorHandler value)
publicVersion.BuildersetErrorHandlers(intindex,ErrorHandlervalue) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
setErrorHandlers(int index, ErrorHandler.Builder builderForValue)
publicVersion.BuildersetErrorHandlers(intindex,ErrorHandler.BuilderbuilderForValue) Custom static error pages. Limited to 10KB per page.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.ErrorHandler error_handlers = 101;
setField(Descriptors.FieldDescriptor field, Object value)
publicVersion.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)setHandlers(int index, UrlMap value)
publicVersion.BuildersetHandlers(intindex,UrlMapvalue) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
setHandlers(int index, UrlMap.Builder builderForValue)
publicVersion.BuildersetHandlers(intindex,UrlMap.BuilderbuilderForValue) An ordered list of URL-matching patterns that should be applied to incoming
requests. The first matching URL handles the request and other request
handlers are not attempted.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.UrlMap handlers = 100;
setHealthCheck(HealthCheck value)
publicVersion.BuildersetHealthCheck(HealthCheckvalue) Configures health checking for instances. Unhealthy instances are
stopped and replaced with new instances.
Only applicable in the App Engine flexible environment.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.HealthCheck health_check = 106;
setHealthCheck(HealthCheck.Builder builderForValue)
publicVersion.BuildersetHealthCheck(HealthCheck.BuilderbuilderForValue) Configures health checking for instances. Unhealthy instances are
stopped and replaced with new instances.
Only applicable in the App Engine flexible environment.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.HealthCheck health_check = 106;
setId(String value)
publicVersion.BuildersetId(Stringvalue) Relative name of the version within the service. Example: v1.
Version names can contain only lowercase letters, numbers, or hyphens.
Reserved names: "default", "latest", and any name with the prefix "ah-".
string id = 2;
This builder for chaining.
setIdBytes(ByteString value)
publicVersion.BuildersetIdBytes(ByteStringvalue) Relative name of the version within the service. Example: v1.
Version names can contain only lowercase letters, numbers, or hyphens.
Reserved names: "default", "latest", and any name with the prefix "ah-".
string id = 2;
This builder for chaining.
setInboundServices(int index, InboundServiceType value)
publicVersion.BuildersetInboundServices(intindex,InboundServiceTypevalue)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
This builder for chaining.
setInboundServicesValue(int index, int value)
publicVersion.BuildersetInboundServicesValue(intindex,intvalue)Before an application can receive email or XMPP messages, the application must be configured to enable the service.
repeated .google.appengine.v1.InboundServiceType inbound_services = 6;
This builder for chaining.
setInstanceClass(String value)
publicVersion.BuildersetInstanceClass(Stringvalue)Instance class that is used to run this version. Valid values are:
- AutomaticScaling:
F1,F2,F4,F4_1G - ManualScaling or BasicScaling:
B1,B2,B4,B8,B4_1GDefaults toF1for AutomaticScaling andB1for ManualScaling or BasicScaling.
string instance_class = 7;
This builder for chaining.
setInstanceClassBytes(ByteString value)
publicVersion.BuildersetInstanceClassBytes(ByteStringvalue)Instance class that is used to run this version. Valid values are:
- AutomaticScaling:
F1,F2,F4,F4_1G - ManualScaling or BasicScaling:
B1,B2,B4,B8,B4_1GDefaults toF1for AutomaticScaling andB1for ManualScaling or BasicScaling.
string instance_class = 7;
This builder for chaining.
setLibraries(int index, Library value)
publicVersion.BuildersetLibraries(intindex,Libraryvalue) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
setLibraries(int index, Library.Builder builderForValue)
publicVersion.BuildersetLibraries(intindex,Library.BuilderbuilderForValue) Configuration for third-party Python runtime libraries that are required
by the application.
Only returned in GET requests if view=FULL is set.
repeated .google.appengine.v1.Library libraries = 102;
setLivenessCheck(LivenessCheck value)
publicVersion.BuildersetLivenessCheck(LivenessCheckvalue) Configures liveness health checking for instances.
Unhealthy instances are stopped and replaced with new instances
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
setLivenessCheck(LivenessCheck.Builder builderForValue)
publicVersion.BuildersetLivenessCheck(LivenessCheck.BuilderbuilderForValue) Configures liveness health checking for instances.
Unhealthy instances are stopped and replaced with new instances
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
setManualScaling(ManualScaling value)
publicVersion.BuildersetManualScaling(ManualScalingvalue)A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
setManualScaling(ManualScaling.Builder builderForValue)
publicVersion.BuildersetManualScaling(ManualScaling.BuilderbuilderForValue)A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
setName(String value)
publicVersion.BuildersetName(Stringvalue) Full path to the Version resource in the API. Example:
apps/myapp/services/default/versions/v1.
@OutputOnly
string name = 1;
This builder for chaining.
setNameBytes(ByteString value)
publicVersion.BuildersetNameBytes(ByteStringvalue) Full path to the Version resource in the API. Example:
apps/myapp/services/default/versions/v1.
@OutputOnly
string name = 1;
This builder for chaining.
setNetwork(Network value)
publicVersion.BuildersetNetwork(Networkvalue)Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
setNetwork(Network.Builder builderForValue)
publicVersion.BuildersetNetwork(Network.BuilderbuilderForValue)Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
setNobuildFilesRegex(String value)
publicVersion.BuildersetNobuildFilesRegex(Stringvalue) Files that match this pattern will not be built into this version.
Only applicable for Go runtimes.
Only returned in GET requests if view=FULL is set.
string nobuild_files_regex = 107;
This builder for chaining.
setNobuildFilesRegexBytes(ByteString value)
publicVersion.BuildersetNobuildFilesRegexBytes(ByteStringvalue) Files that match this pattern will not be built into this version.
Only applicable for Go runtimes.
Only returned in GET requests if view=FULL is set.
string nobuild_files_regex = 107;
This builder for chaining.
setReadinessCheck(ReadinessCheck value)
publicVersion.BuildersetReadinessCheck(ReadinessCheckvalue) Configures readiness health checking for instances.
Unhealthy instances are not put into the backend traffic rotation.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
setReadinessCheck(ReadinessCheck.Builder builderForValue)
publicVersion.BuildersetReadinessCheck(ReadinessCheck.BuilderbuilderForValue) Configures readiness health checking for instances.
Unhealthy instances are not put into the backend traffic rotation.
Only returned in GET requests if view=FULL is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicVersion.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)setResources(Resources value)
publicVersion.BuildersetResources(Resourcesvalue)Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
setResources(Resources.Builder builderForValue)
publicVersion.BuildersetResources(Resources.BuilderbuilderForValue)Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
setRuntime(String value)
publicVersion.BuildersetRuntime(Stringvalue) Desired runtime. Example: python27.
string runtime = 10;
This builder for chaining.
setRuntimeApiVersion(String value)
publicVersion.BuildersetRuntimeApiVersion(Stringvalue)The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard/<language>/config/appref
string runtime_api_version = 21;
This builder for chaining.
setRuntimeApiVersionBytes(ByteString value)
publicVersion.BuildersetRuntimeApiVersionBytes(ByteStringvalue)The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard/<language>/config/appref
string runtime_api_version = 21;
This builder for chaining.
setRuntimeBytes(ByteString value)
publicVersion.BuildersetRuntimeBytes(ByteStringvalue) Desired runtime. Example: python27.
string runtime = 10;
This builder for chaining.
setRuntimeChannel(String value)
publicVersion.BuildersetRuntimeChannel(Stringvalue) The channel of the runtime to use. Only available for some
runtimes. Defaults to the default channel.
string runtime_channel = 117;
This builder for chaining.
setRuntimeChannelBytes(ByteString value)
publicVersion.BuildersetRuntimeChannelBytes(ByteStringvalue) The channel of the runtime to use. Only available for some
runtimes. Defaults to the default channel.
string runtime_channel = 117;
This builder for chaining.
setRuntimeMainExecutablePath(String value)
publicVersion.BuildersetRuntimeMainExecutablePath(Stringvalue)The path or name of the app's main executable.
string runtime_main_executable_path = 22;
This builder for chaining.
setRuntimeMainExecutablePathBytes(ByteString value)
publicVersion.BuildersetRuntimeMainExecutablePathBytes(ByteStringvalue)The path or name of the app's main executable.
string runtime_main_executable_path = 22;
This builder for chaining.
setServiceAccount(String value)
publicVersion.BuildersetServiceAccount(Stringvalue)The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
string service_account = 127;
This builder for chaining.
setServiceAccountBytes(ByteString value)
publicVersion.BuildersetServiceAccountBytes(ByteStringvalue)The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
string service_account = 127;
This builder for chaining.
setServingStatus(ServingStatus value)
publicVersion.BuildersetServingStatus(ServingStatusvalue) Current serving status of this version. Only the versions with a
SERVING status create instances and can be billed.
SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
.google.appengine.v1.ServingStatus serving_status = 15;
This builder for chaining.
setServingStatusValue(int value)
publicVersion.BuildersetServingStatusValue(intvalue) Current serving status of this version. Only the versions with a
SERVING status create instances and can be billed.
SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
.google.appengine.v1.ServingStatus serving_status = 15;
This builder for chaining.
setThreadsafe(boolean value)
publicVersion.BuildersetThreadsafe(booleanvalue)Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;
This builder for chaining.
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalVersion.BuildersetUnknownFields(UnknownFieldSetunknownFields)setVersionUrl(String value)
publicVersion.BuildersetVersionUrl(Stringvalue)Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;
This builder for chaining.
setVersionUrlBytes(ByteString value)
publicVersion.BuildersetVersionUrlBytes(ByteStringvalue)Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;
This builder for chaining.
setVm(boolean value)
publicVersion.BuildersetVm(booleanvalue)Whether to deploy this version in a container on a virtual machine.
bool vm = 12;
This builder for chaining.
setVpcAccessConnector(VpcAccessConnector value)
publicVersion.BuildersetVpcAccessConnector(VpcAccessConnectorvalue)Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
setVpcAccessConnector(VpcAccessConnector.Builder builderForValue)
publicVersion.BuildersetVpcAccessConnector(VpcAccessConnector.BuilderbuilderForValue)Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
setZones(int index, String value)
publicVersion.BuildersetZones(intindex,Stringvalue)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
This builder for chaining.