public static final class Version.Builder extends GeneratedMessageV3.Builder<Version.Builder> implements VersionOrBuilder
A 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
VersionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllErrorHandlers(Iterable<? extends ErrorHandler> values)
public Version.Builder addAllErrorHandlers(Iterable<? extends ErrorHandler> 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;
Name | Description |
values | Iterable<? extends com.google.appengine.v1.ErrorHandler> |
Type | Description |
Version.Builder |
addAllHandlers(Iterable<? extends UrlMap> values)
public Version.Builder addAllHandlers(Iterable<? extends UrlMap> 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;
Name | Description |
values | Iterable<? extends com.google.appengine.v1.UrlMap> |
Type | Description |
Version.Builder |
addAllInboundServices(Iterable<? extends InboundServiceType> values)
public Version.Builder addAllInboundServices(Iterable<? extends InboundServiceType> 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;
Name | Description |
values | Iterable<? extends com.google.appengine.v1.InboundServiceType> The inboundServices to add. |
Type | Description |
Version.Builder | This builder for chaining. |
addAllInboundServicesValue(Iterable<Integer> values)
public Version.Builder addAllInboundServicesValue(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;
Name | Description |
values | Iterable<Integer> The enum numeric values on the wire for inboundServices to add. |
Type | Description |
Version.Builder | This builder for chaining. |
addAllLibraries(Iterable<? extends Library> values)
public Version.Builder addAllLibraries(Iterable<? extends Library> 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;
Name | Description |
values | Iterable<? extends com.google.appengine.v1.Library> |
Type | Description |
Version.Builder |
addAllZones(Iterable<String> values)
public Version.Builder addAllZones(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;
Name | Description |
values | Iterable<String> The zones to add. |
Type | Description |
Version.Builder | This builder for chaining. |
addErrorHandlers(ErrorHandler value)
public Version.Builder addErrorHandlers(ErrorHandler value)
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;
Name | Description |
value | ErrorHandler |
Type | Description |
Version.Builder |
addErrorHandlers(ErrorHandler.Builder builderForValue)
public Version.Builder addErrorHandlers(ErrorHandler.Builder builderForValue)
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;
Name | Description |
builderForValue | ErrorHandler.Builder |
Type | Description |
Version.Builder |
addErrorHandlers(int index, ErrorHandler value)
public Version.Builder addErrorHandlers(int index, ErrorHandler value)
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;
Name | Description |
index | int |
value | ErrorHandler |
Type | Description |
Version.Builder |
addErrorHandlers(int index, ErrorHandler.Builder builderForValue)
public Version.Builder addErrorHandlers(int index, ErrorHandler.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | ErrorHandler.Builder |
Type | Description |
Version.Builder |
addErrorHandlersBuilder()
public ErrorHandler.Builder addErrorHandlersBuilder()
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;
Type | Description |
ErrorHandler.Builder |
addErrorHandlersBuilder(int index)
public ErrorHandler.Builder addErrorHandlersBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
ErrorHandler.Builder |
addHandlers(UrlMap value)
public Version.Builder addHandlers(UrlMap value)
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;
Name | Description |
value | UrlMap |
Type | Description |
Version.Builder |
addHandlers(UrlMap.Builder builderForValue)
public Version.Builder addHandlers(UrlMap.Builder builderForValue)
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;
Name | Description |
builderForValue | UrlMap.Builder |
Type | Description |
Version.Builder |
addHandlers(int index, UrlMap value)
public Version.Builder addHandlers(int index, UrlMap value)
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;
Name | Description |
index | int |
value | UrlMap |
Type | Description |
Version.Builder |
addHandlers(int index, UrlMap.Builder builderForValue)
public Version.Builder addHandlers(int index, UrlMap.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | UrlMap.Builder |
Type | Description |
Version.Builder |
addHandlersBuilder()
public UrlMap.Builder addHandlersBuilder()
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;
Type | Description |
UrlMap.Builder |
addHandlersBuilder(int index)
public UrlMap.Builder addHandlersBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
UrlMap.Builder |
addInboundServices(InboundServiceType value)
public Version.Builder addInboundServices(InboundServiceType value)
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;
Name | Description |
value | InboundServiceType The inboundServices to add. |
Type | Description |
Version.Builder | This builder for chaining. |
addInboundServicesValue(int value)
public Version.Builder addInboundServicesValue(int value)
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;
Name | Description |
value | int The enum numeric value on the wire for inboundServices to add. |
Type | Description |
Version.Builder | This builder for chaining. |
addLibraries(Library value)
public Version.Builder addLibraries(Library value)
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;
Name | Description |
value | Library |
Type | Description |
Version.Builder |
addLibraries(Library.Builder builderForValue)
public Version.Builder addLibraries(Library.Builder builderForValue)
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;
Name | Description |
builderForValue | Library.Builder |
Type | Description |
Version.Builder |
addLibraries(int index, Library value)
public Version.Builder addLibraries(int index, Library value)
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;
Name | Description |
index | int |
value | Library |
Type | Description |
Version.Builder |
addLibraries(int index, Library.Builder builderForValue)
public Version.Builder addLibraries(int index, Library.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | Library.Builder |
Type | Description |
Version.Builder |
addLibrariesBuilder()
public Library.Builder addLibrariesBuilder()
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;
Type | Description |
Library.Builder |
addLibrariesBuilder(int index)
public Library.Builder addLibrariesBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
Library.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Version.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Version.Builder |
addZones(String value)
public Version.Builder addZones(String value)
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
Name | Description |
value | String The zones to add. |
Type | Description |
Version.Builder | This builder for chaining. |
addZonesBytes(ByteString value)
public Version.Builder addZonesBytes(ByteString value)
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
Name | Description |
value | ByteString The bytes of the zones to add. |
Type | Description |
Version.Builder | This builder for chaining. |
build()
public Version build()
Type | Description |
Version |
buildPartial()
public Version buildPartial()
Type | Description |
Version |
clear()
public Version.Builder clear()
Type | Description |
Version.Builder |
clearApiConfig()
public Version.Builder clearApiConfig()
Serving configuration for
Google Cloud Endpoints.
Only returned in GET
requests if view=FULL
is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
Type | Description |
Version.Builder |
clearAppEngineApis()
public Version.Builder clearAppEngineApis()
Allows App Engine second generation runtimes to access the legacy bundled services.
bool app_engine_apis = 128;
Type | Description |
Version.Builder | This builder for chaining. |
clearAutomaticScaling()
public Version.Builder clearAutomaticScaling()
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;
Type | Description |
Version.Builder |
clearBasicScaling()
public Version.Builder clearBasicScaling()
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;
Type | Description |
Version.Builder |
clearBetaSettings()
public Version.Builder clearBetaSettings()
Type | Description |
Version.Builder |
clearBuildEnvVariables()
public Version.Builder clearBuildEnvVariables()
Type | Description |
Version.Builder |
clearCreateTime()
public Version.Builder clearCreateTime()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
Type | Description |
Version.Builder |
clearCreatedBy()
public Version.Builder clearCreatedBy()
Email address of the user who created this version. @OutputOnly
string created_by = 16;
Type | Description |
Version.Builder | This builder for chaining. |
clearDefaultExpiration()
public Version.Builder clearDefaultExpiration()
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;
Type | Description |
Version.Builder |
clearDeployment()
public Version.Builder clearDeployment()
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;
Type | Description |
Version.Builder |
clearDiskUsageBytes()
public Version.Builder clearDiskUsageBytes()
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;
Type | Description |
Version.Builder | This builder for chaining. |
clearEndpointsApiService()
public Version.Builder clearEndpointsApiService()
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;
Type | Description |
Version.Builder |
clearEntrypoint()
public Version.Builder clearEntrypoint()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
Type | Description |
Version.Builder |
clearEnv()
public Version.Builder clearEnv()
App Engine execution environment for this version.
Defaults to standard
.
string env = 14;
Type | Description |
Version.Builder | This builder for chaining. |
clearEnvVariables()
public Version.Builder clearEnvVariables()
Type | Description |
Version.Builder |
clearErrorHandlers()
public Version.Builder clearErrorHandlers()
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;
Type | Description |
Version.Builder |
clearField(Descriptors.FieldDescriptor field)
public Version.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Version.Builder |
clearHandlers()
public Version.Builder clearHandlers()
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;
Type | Description |
Version.Builder |
clearHealthCheck()
public Version.Builder clearHealthCheck()
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;
Type | Description |
Version.Builder |
clearId()
public Version.Builder clearId()
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;
Type | Description |
Version.Builder | This builder for chaining. |
clearInboundServices()
public Version.Builder clearInboundServices()
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;
Type | Description |
Version.Builder | This builder for chaining. |
clearInstanceClass()
public Version.Builder clearInstanceClass()
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_1G
Defaults toF1
for AutomaticScaling andB1
for ManualScaling or BasicScaling.
string instance_class = 7;
Type | Description |
Version.Builder | This builder for chaining. |
clearLibraries()
public Version.Builder clearLibraries()
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;
Type | Description |
Version.Builder |
clearLivenessCheck()
public Version.Builder clearLivenessCheck()
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;
Type | Description |
Version.Builder |
clearManualScaling()
public Version.Builder clearManualScaling()
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;
Type | Description |
Version.Builder |
clearName()
public Version.Builder clearName()
Full path to the Version resource in the API. Example:
apps/myapp/services/default/versions/v1
.
@OutputOnly
string name = 1;
Type | Description |
Version.Builder | This builder for chaining. |
clearNetwork()
public Version.Builder clearNetwork()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
Type | Description |
Version.Builder |
clearNobuildFilesRegex()
public Version.Builder clearNobuildFilesRegex()
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;
Type | Description |
Version.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Version.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Version.Builder |
clearReadinessCheck()
public Version.Builder clearReadinessCheck()
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;
Type | Description |
Version.Builder |
clearResources()
public Version.Builder clearResources()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
Type | Description |
Version.Builder |
clearRuntime()
public Version.Builder clearRuntime()
Desired runtime. Example: python27
.
string runtime = 10;
Type | Description |
Version.Builder | This builder for chaining. |
clearRuntimeApiVersion()
public Version.Builder clearRuntimeApiVersion()
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;
Type | Description |
Version.Builder | This builder for chaining. |
clearRuntimeChannel()
public Version.Builder clearRuntimeChannel()
The channel of the runtime to use. Only available for some
runtimes. Defaults to the default
channel.
string runtime_channel = 117;
Type | Description |
Version.Builder | This builder for chaining. |
clearRuntimeMainExecutablePath()
public Version.Builder clearRuntimeMainExecutablePath()
The path or name of the app's main executable.
string runtime_main_executable_path = 22;
Type | Description |
Version.Builder | This builder for chaining. |
clearScaling()
public Version.Builder clearScaling()
Type | Description |
Version.Builder |
clearServiceAccount()
public Version.Builder clearServiceAccount()
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;
Type | Description |
Version.Builder | This builder for chaining. |
clearServingStatus()
public Version.Builder clearServingStatus()
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;
Type | Description |
Version.Builder | This builder for chaining. |
clearThreadsafe()
public Version.Builder clearThreadsafe()
Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;
Type | Description |
Version.Builder | This builder for chaining. |
clearVersionUrl()
public Version.Builder clearVersionUrl()
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;
Type | Description |
Version.Builder | This builder for chaining. |
clearVm()
public Version.Builder clearVm()
Whether to deploy this version in a container on a virtual machine.
bool vm = 12;
Type | Description |
Version.Builder | This builder for chaining. |
clearVpcAccessConnector()
public Version.Builder clearVpcAccessConnector()
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
Type | Description |
Version.Builder |
clearZones()
public Version.Builder clearZones()
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;
Type | Description |
Version.Builder | This builder for chaining. |
clone()
public Version.Builder clone()
Type | Description |
Version.Builder |
containsBetaSettings(String key)
public boolean containsBetaSettings(String key)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
Name | Description |
key | String |
Type | Description |
boolean |
containsBuildEnvVariables(String key)
public boolean containsBuildEnvVariables(String key)
Environment variables available to the build environment.
Only returned in GET
requests if view=FULL
is set.
map<string, string> build_env_variables = 125;
Name | Description |
key | String |
Type | Description |
boolean |
containsEnvVariables(String key)
public boolean containsEnvVariables(String key)
Environment variables available to the application.
Only returned in GET
requests if view=FULL
is set.
map<string, string> env_variables = 104;
Name | Description |
key | String |
Type | Description |
boolean |
getApiConfig()
public ApiConfigHandler getApiConfig()
Serving configuration for
Google Cloud Endpoints.
Only returned in GET
requests if view=FULL
is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
Type | Description |
ApiConfigHandler | The apiConfig. |
getApiConfigBuilder()
public ApiConfigHandler.Builder getApiConfigBuilder()
Serving configuration for
Google Cloud Endpoints.
Only returned in GET
requests if view=FULL
is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
Type | Description |
ApiConfigHandler.Builder |
getApiConfigOrBuilder()
public ApiConfigHandlerOrBuilder getApiConfigOrBuilder()
Serving configuration for
Google Cloud Endpoints.
Only returned in GET
requests if view=FULL
is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;
Type | Description |
ApiConfigHandlerOrBuilder |
getAppEngineApis()
public boolean getAppEngineApis()
Allows App Engine second generation runtimes to access the legacy bundled services.
bool app_engine_apis = 128;
Type | Description |
boolean | The appEngineApis. |
getAutomaticScaling()
public AutomaticScaling getAutomaticScaling()
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;
Type | Description |
AutomaticScaling | The automaticScaling. |
getAutomaticScalingBuilder()
public AutomaticScaling.Builder getAutomaticScalingBuilder()
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;
Type | Description |
AutomaticScaling.Builder |
getAutomaticScalingOrBuilder()
public AutomaticScalingOrBuilder getAutomaticScalingOrBuilder()
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;
Type | Description |
AutomaticScalingOrBuilder |
getBasicScaling()
public BasicScaling getBasicScaling()
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;
Type | Description |
BasicScaling | The basicScaling. |
getBasicScalingBuilder()
public BasicScaling.Builder getBasicScalingBuilder()
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;
Type | Description |
BasicScaling.Builder |
getBasicScalingOrBuilder()
public BasicScalingOrBuilder getBasicScalingOrBuilder()
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;
Type | Description |
BasicScalingOrBuilder |
getBetaSettings()
public Map<String,String> getBetaSettings()
Use #getBetaSettingsMap() instead.
Type | Description |
Map<String,String> |
getBetaSettingsCount()
public int getBetaSettingsCount()
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
Type | Description |
int |
getBetaSettingsMap()
public Map<String,String> getBetaSettingsMap()
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
Type | Description |
Map<String,String> |
getBetaSettingsOrDefault(String key, String defaultValue)
public String getBetaSettingsOrDefault(String key, String defaultValue)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getBetaSettingsOrThrow(String key)
public String getBetaSettingsOrThrow(String key)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
Name | Description |
key | String |
Type | Description |
String |
getBuildEnvVariables()
public Map<String,String> getBuildEnvVariables()
Use #getBuildEnvVariablesMap() instead.
Type | Description |
Map<String,String> |
getBuildEnvVariablesCount()
public int getBuildEnvVariablesCount()
Environment variables available to the build environment.
Only returned in GET
requests if view=FULL
is set.
map<string, string> build_env_variables = 125;
Type | Description |
int |
getBuildEnvVariablesMap()
public Map<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;
Type | Description |
Map<String,String> |
getBuildEnvVariablesOrDefault(String key, String defaultValue)
public String getBuildEnvVariablesOrDefault(String key, String defaultValue)
Environment variables available to the build environment.
Only returned in GET
requests if view=FULL
is set.
map<string, string> build_env_variables = 125;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getBuildEnvVariablesOrThrow(String key)
public String getBuildEnvVariablesOrThrow(String key)
Environment variables available to the build environment.
Only returned in GET
requests if view=FULL
is set.
map<string, string> build_env_variables = 125;
Name | Description |
key | String |
Type | Description |
String |
getCreateTime()
public Timestamp getCreateTime()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
Type | Description |
TimestampOrBuilder |
getCreatedBy()
public String getCreatedBy()
Email address of the user who created this version. @OutputOnly
string created_by = 16;
Type | Description |
String | The createdBy. |
getCreatedByBytes()
public ByteString getCreatedByBytes()
Email address of the user who created this version. @OutputOnly
string created_by = 16;
Type | Description |
ByteString | The bytes for createdBy. |
getDefaultExpiration()
public Duration getDefaultExpiration()
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;
Type | Description |
Duration | The defaultExpiration. |
getDefaultExpirationBuilder()
public Duration.Builder getDefaultExpirationBuilder()
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;
Type | Description |
Builder |
getDefaultExpirationOrBuilder()
public DurationOrBuilder getDefaultExpirationOrBuilder()
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;
Type | Description |
DurationOrBuilder |
getDefaultInstanceForType()
public Version getDefaultInstanceForType()
Type | Description |
Version |
getDeployment()
public Deployment getDeployment()
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;
Type | Description |
Deployment | The deployment. |
getDeploymentBuilder()
public Deployment.Builder getDeploymentBuilder()
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;
Type | Description |
Deployment.Builder |
getDeploymentOrBuilder()
public DeploymentOrBuilder getDeploymentOrBuilder()
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;
Type | Description |
DeploymentOrBuilder |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDiskUsageBytes()
public long getDiskUsageBytes()
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;
Type | Description |
long | The diskUsageBytes. |
getEndpointsApiService()
public EndpointsApiService getEndpointsApiService()
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;
Type | Description |
EndpointsApiService | The endpointsApiService. |
getEndpointsApiServiceBuilder()
public EndpointsApiService.Builder getEndpointsApiServiceBuilder()
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;
Type | Description |
EndpointsApiService.Builder |
getEndpointsApiServiceOrBuilder()
public EndpointsApiServiceOrBuilder getEndpointsApiServiceOrBuilder()
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;
Type | Description |
EndpointsApiServiceOrBuilder |
getEntrypoint()
public Entrypoint getEntrypoint()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
Type | Description |
Entrypoint | The entrypoint. |
getEntrypointBuilder()
public Entrypoint.Builder getEntrypointBuilder()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
Type | Description |
Entrypoint.Builder |
getEntrypointOrBuilder()
public EntrypointOrBuilder getEntrypointOrBuilder()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
Type | Description |
EntrypointOrBuilder |
getEnv()
public String getEnv()
App Engine execution environment for this version.
Defaults to standard
.
string env = 14;
Type | Description |
String | The env. |
getEnvBytes()
public ByteString getEnvBytes()
App Engine execution environment for this version.
Defaults to standard
.
string env = 14;
Type | Description |
ByteString | The bytes for env. |
getEnvVariables()
public Map<String,String> getEnvVariables()
Use #getEnvVariablesMap() instead.
Type | Description |
Map<String,String> |
getEnvVariablesCount()
public int getEnvVariablesCount()
Environment variables available to the application.
Only returned in GET
requests if view=FULL
is set.
map<string, string> env_variables = 104;
Type | Description |
int |
getEnvVariablesMap()
public Map<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;
Type | Description |
Map<String,String> |
getEnvVariablesOrDefault(String key, String defaultValue)
public String getEnvVariablesOrDefault(String key, String defaultValue)
Environment variables available to the application.
Only returned in GET
requests if view=FULL
is set.
map<string, string> env_variables = 104;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getEnvVariablesOrThrow(String key)
public String getEnvVariablesOrThrow(String key)
Environment variables available to the application.
Only returned in GET
requests if view=FULL
is set.
map<string, string> env_variables = 104;
Name | Description |
key | String |
Type | Description |
String |
getErrorHandlers(int index)
public ErrorHandler getErrorHandlers(int index)
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;
Name | Description |
index | int |
Type | Description |
ErrorHandler |
getErrorHandlersBuilder(int index)
public ErrorHandler.Builder getErrorHandlersBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
ErrorHandler.Builder |
getErrorHandlersBuilderList()
public List<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;
Type | Description |
List<Builder> |
getErrorHandlersCount()
public int getErrorHandlersCount()
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;
Type | Description |
int |
getErrorHandlersList()
public List<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;
Type | Description |
List<ErrorHandler> |
getErrorHandlersOrBuilder(int index)
public ErrorHandlerOrBuilder getErrorHandlersOrBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
ErrorHandlerOrBuilder |
getErrorHandlersOrBuilderList()
public List<? extends ErrorHandlerOrBuilder> 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;
Type | Description |
List<? extends com.google.appengine.v1.ErrorHandlerOrBuilder> |
getHandlers(int index)
public UrlMap getHandlers(int index)
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;
Name | Description |
index | int |
Type | Description |
UrlMap |
getHandlersBuilder(int index)
public UrlMap.Builder getHandlersBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
UrlMap.Builder |
getHandlersBuilderList()
public List<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;
Type | Description |
List<Builder> |
getHandlersCount()
public int getHandlersCount()
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;
Type | Description |
int |
getHandlersList()
public List<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;
Type | Description |
List<UrlMap> |
getHandlersOrBuilder(int index)
public UrlMapOrBuilder getHandlersOrBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
UrlMapOrBuilder |
getHandlersOrBuilderList()
public List<? extends UrlMapOrBuilder> 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;
Type | Description |
List<? extends com.google.appengine.v1.UrlMapOrBuilder> |
getHealthCheck()
public HealthCheck getHealthCheck()
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;
Type | Description |
HealthCheck | The healthCheck. |
getHealthCheckBuilder()
public HealthCheck.Builder getHealthCheckBuilder()
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;
Type | Description |
HealthCheck.Builder |
getHealthCheckOrBuilder()
public HealthCheckOrBuilder getHealthCheckOrBuilder()
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;
Type | Description |
HealthCheckOrBuilder |
getId()
public String getId()
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;
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
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;
Type | Description |
ByteString | The bytes for id. |
getInboundServices(int index)
public InboundServiceType getInboundServices(int index)
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;
Name | Description |
index | int The index of the element to return. |
Type | Description |
InboundServiceType | The inboundServices at the given index. |
getInboundServicesCount()
public int getInboundServicesCount()
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;
Type | Description |
int | The count of inboundServices. |
getInboundServicesList()
public List<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;
Type | Description |
List<InboundServiceType> | A list containing the inboundServices. |
getInboundServicesValue(int index)
public int getInboundServicesValue(int index)
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;
Name | Description |
index | int The index of the value to return. |
Type | Description |
int | The enum numeric value on the wire of inboundServices at the given index. |
getInboundServicesValueList()
public List<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;
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for inboundServices. |
getInstanceClass()
public String getInstanceClass()
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_1G
Defaults toF1
for AutomaticScaling andB1
for ManualScaling or BasicScaling.
string instance_class = 7;
Type | Description |
String | The instanceClass. |
getInstanceClassBytes()
public ByteString getInstanceClassBytes()
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_1G
Defaults toF1
for AutomaticScaling andB1
for ManualScaling or BasicScaling.
string instance_class = 7;
Type | Description |
ByteString | The bytes for instanceClass. |
getLibraries(int index)
public Library getLibraries(int index)
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;
Name | Description |
index | int |
Type | Description |
Library |
getLibrariesBuilder(int index)
public Library.Builder getLibrariesBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
Library.Builder |
getLibrariesBuilderList()
public List<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;
Type | Description |
List<Builder> |
getLibrariesCount()
public int getLibrariesCount()
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;
Type | Description |
int |
getLibrariesList()
public List<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;
Type | Description |
List<Library> |
getLibrariesOrBuilder(int index)
public LibraryOrBuilder getLibrariesOrBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
LibraryOrBuilder |
getLibrariesOrBuilderList()
public List<? extends LibraryOrBuilder> 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;
Type | Description |
List<? extends com.google.appengine.v1.LibraryOrBuilder> |
getLivenessCheck()
public LivenessCheck getLivenessCheck()
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;
Type | Description |
LivenessCheck | The livenessCheck. |
getLivenessCheckBuilder()
public LivenessCheck.Builder getLivenessCheckBuilder()
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;
Type | Description |
LivenessCheck.Builder |
getLivenessCheckOrBuilder()
public LivenessCheckOrBuilder getLivenessCheckOrBuilder()
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;
Type | Description |
LivenessCheckOrBuilder |
getManualScaling()
public ManualScaling getManualScaling()
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;
Type | Description |
ManualScaling | The manualScaling. |
getManualScalingBuilder()
public ManualScaling.Builder getManualScalingBuilder()
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;
Type | Description |
ManualScaling.Builder |
getManualScalingOrBuilder()
public ManualScalingOrBuilder getManualScalingOrBuilder()
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;
Type | Description |
ManualScalingOrBuilder |
getMutableBetaSettings()
public Map<String,String> getMutableBetaSettings()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getMutableBuildEnvVariables()
public Map<String,String> getMutableBuildEnvVariables()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getMutableEnvVariables()
public Map<String,String> getMutableEnvVariables()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getName()
public String getName()
Full path to the Version resource in the API. Example:
apps/myapp/services/default/versions/v1
.
@OutputOnly
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Full path to the Version resource in the API. Example:
apps/myapp/services/default/versions/v1
.
@OutputOnly
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getNetwork()
public Network getNetwork()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
Type | Description |
Network | The network. |
getNetworkBuilder()
public Network.Builder getNetworkBuilder()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
Type | Description |
Network.Builder |
getNetworkOrBuilder()
public NetworkOrBuilder getNetworkOrBuilder()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
Type | Description |
NetworkOrBuilder |
getNobuildFilesRegex()
public String getNobuildFilesRegex()
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;
Type | Description |
String | The nobuildFilesRegex. |
getNobuildFilesRegexBytes()
public ByteString getNobuildFilesRegexBytes()
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;
Type | Description |
ByteString | The bytes for nobuildFilesRegex. |
getReadinessCheck()
public ReadinessCheck getReadinessCheck()
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;
Type | Description |
ReadinessCheck | The readinessCheck. |
getReadinessCheckBuilder()
public ReadinessCheck.Builder getReadinessCheckBuilder()
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;
Type | Description |
ReadinessCheck.Builder |
getReadinessCheckOrBuilder()
public ReadinessCheckOrBuilder getReadinessCheckOrBuilder()
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;
Type | Description |
ReadinessCheckOrBuilder |
getResources()
public Resources getResources()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
Type | Description |
Resources | The resources. |
getResourcesBuilder()
public Resources.Builder getResourcesBuilder()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
Type | Description |
Resources.Builder |
getResourcesOrBuilder()
public ResourcesOrBuilder getResourcesOrBuilder()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
Type | Description |
ResourcesOrBuilder |
getRuntime()
public String getRuntime()
Desired runtime. Example: python27
.
string runtime = 10;
Type | Description |
String | The runtime. |
getRuntimeApiVersion()
public String getRuntimeApiVersion()
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;
Type | Description |
String | The runtimeApiVersion. |
getRuntimeApiVersionBytes()
public ByteString getRuntimeApiVersionBytes()
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;
Type | Description |
ByteString | The bytes for runtimeApiVersion. |
getRuntimeBytes()
public ByteString getRuntimeBytes()
Desired runtime. Example: python27
.
string runtime = 10;
Type | Description |
ByteString | The bytes for runtime. |
getRuntimeChannel()
public String getRuntimeChannel()
The channel of the runtime to use. Only available for some
runtimes. Defaults to the default
channel.
string runtime_channel = 117;
Type | Description |
String | The runtimeChannel. |
getRuntimeChannelBytes()
public ByteString getRuntimeChannelBytes()
The channel of the runtime to use. Only available for some
runtimes. Defaults to the default
channel.
string runtime_channel = 117;
Type | Description |
ByteString | The bytes for runtimeChannel. |
getRuntimeMainExecutablePath()
public String getRuntimeMainExecutablePath()
The path or name of the app's main executable.
string runtime_main_executable_path = 22;
Type | Description |
String | The runtimeMainExecutablePath. |
getRuntimeMainExecutablePathBytes()
public ByteString getRuntimeMainExecutablePathBytes()
The path or name of the app's main executable.
string runtime_main_executable_path = 22;
Type | Description |
ByteString | The bytes for runtimeMainExecutablePath. |
getScalingCase()
public Version.ScalingCase getScalingCase()
Type | Description |
Version.ScalingCase |
getServiceAccount()
public String getServiceAccount()
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;
Type | Description |
String | The serviceAccount. |
getServiceAccountBytes()
public ByteString getServiceAccountBytes()
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;
Type | Description |
ByteString | The bytes for serviceAccount. |
getServingStatus()
public ServingStatus getServingStatus()
Current serving status of this version. Only the versions with a
SE