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| Modifier and Type | Method and Description |
|---|---|
Version.Builder |
addAllErrorHandlers(java.lang.Iterable<? extends ErrorHandler> values)
Custom static error pages.
|
Version.Builder |
addAllHandlers(java.lang.Iterable<? extends UrlMap> values)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
addAllInboundServices(java.lang.Iterable<? extends InboundServiceType> values)
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
Version.Builder |
addAllInboundServicesValue(java.lang.Iterable<java.lang.Integer> values)
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
Version.Builder |
addAllLibraries(java.lang.Iterable<? extends Library> values)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Version.Builder |
addErrorHandlers(ErrorHandler.Builder builderForValue)
Custom static error pages.
|
Version.Builder |
addErrorHandlers(ErrorHandler value)
Custom static error pages.
|
Version.Builder |
addErrorHandlers(int index,
ErrorHandler.Builder builderForValue)
Custom static error pages.
|
Version.Builder |
addErrorHandlers(int index,
ErrorHandler value)
Custom static error pages.
|
ErrorHandler.Builder |
addErrorHandlersBuilder()
Custom static error pages.
|
ErrorHandler.Builder |
addErrorHandlersBuilder(int index)
Custom static error pages.
|
Version.Builder |
addHandlers(int index,
UrlMap.Builder builderForValue)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
addHandlers(int index,
UrlMap value)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
addHandlers(UrlMap.Builder builderForValue)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
addHandlers(UrlMap value)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
UrlMap.Builder |
addHandlersBuilder()
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
UrlMap.Builder |
addHandlersBuilder(int index)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
addInboundServices(InboundServiceType value)
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
Version.Builder |
addInboundServicesValue(int value)
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
Version.Builder |
addLibraries(int index,
Library.Builder builderForValue)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Version.Builder |
addLibraries(int index,
Library value)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Version.Builder |
addLibraries(Library.Builder builderForValue)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Version.Builder |
addLibraries(Library value)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Library.Builder |
addLibrariesBuilder()
Configuration for third-party Python runtime libraries that are required
by the application.
|
Library.Builder |
addLibrariesBuilder(int index)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Version.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Version |
build() |
Version |
buildPartial() |
Version.Builder |
clear() |
Version.Builder |
clearApiConfig()
Serving configuration for
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
|
Version.Builder |
clearAutomaticScaling()
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
Version.Builder |
clearBasicScaling()
A service with basic scaling will create an instance when the application
receives a request.
|
Version.Builder |
clearBetaSettings() |
Version.Builder |
clearCreatedBy()
Email address of the user who created this version.
|
Version.Builder |
clearCreateTime()
Time that this version was created.
|
Version.Builder |
clearDefaultExpiration()
Duration that static files should be cached by web proxies and browsers.
|
Version.Builder |
clearDeployment()
Code and application artifacts that make up this version.
|
Version.Builder |
clearDiskUsageBytes()
Total size in bytes of all the files that are included in this version
and curerntly hosted on the App Engine disk.
|
Version.Builder |
clearEnv()
App Engine execution environment for this version.
|
Version.Builder |
clearEnvVariables() |
Version.Builder |
clearErrorHandlers()
Custom static error pages.
|
Version.Builder |
clearField(Descriptors.FieldDescriptor field) |
Version.Builder |
clearHandlers()
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
clearHealthCheck()
Configures health checking for VM instances.
|
Version.Builder |
clearId()
Relative name of the version within the service.
|
Version.Builder |
clearInboundServices()
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
Version.Builder |
clearInstanceClass()
Instance class that is used to run this version.
|
Version.Builder |
clearLibraries()
Configuration for third-party Python runtime libraries that are required
by the application.
|
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.
|
Version.Builder |
clearName()
Full path to the Version resource in the API.
|
Version.Builder |
clearNetwork()
Extra network settings.
|
Version.Builder |
clearNobuildFilesRegex()
Files that match this pattern will not be built into this version.
|
Version.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Version.Builder |
clearResources()
Machine resources for this version.
|
Version.Builder |
clearRuntime()
Desired runtime.
|
Version.Builder |
clearScaling() |
Version.Builder |
clearServingStatus()
Current serving status of this version.
|
Version.Builder |
clearThreadsafe()
Whether multiple requests can be dispatched to this version at once.
|
Version.Builder |
clearVersionUrl()
Serving URL for this version.
|
Version.Builder |
clearVm()
Whether to deploy this version in a container on a virtual machine.
|
Version.Builder |
clone() |
boolean |
containsBetaSettings(java.lang.String key)
Metadata settings that are supplied to this version to enable
beta runtime features.
|
boolean |
containsEnvVariables(java.lang.String key)
Environment variables available to the application.
|
ApiConfigHandler |
getApiConfig()
Serving configuration for
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
|
ApiConfigHandler.Builder |
getApiConfigBuilder()
Serving configuration for
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
|
ApiConfigHandlerOrBuilder |
getApiConfigOrBuilder()
Serving configuration for
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
|
AutomaticScaling |
getAutomaticScaling()
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
AutomaticScaling.Builder |
getAutomaticScalingBuilder()
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
AutomaticScalingOrBuilder |
getAutomaticScalingOrBuilder()
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
BasicScaling |
getBasicScaling()
A service with basic scaling will create an instance when the application
receives a request.
|
BasicScaling.Builder |
getBasicScalingBuilder()
A service with basic scaling will create an instance when the application
receives a request.
|
BasicScalingOrBuilder |
getBasicScalingOrBuilder()
A service with basic scaling will create an instance when the application
receives a request.
|
java.util.Map<java.lang.String,java.lang.String> |
getBetaSettings()
Deprecated.
|
int |
getBetaSettingsCount()
Metadata settings that are supplied to this version to enable
beta runtime features.
|
java.util.Map<java.lang.String,java.lang.String> |
getBetaSettingsMap()
Metadata settings that are supplied to this version to enable
beta runtime features.
|
java.lang.String |
getBetaSettingsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Metadata settings that are supplied to this version to enable
beta runtime features.
|
java.lang.String |
getBetaSettingsOrThrow(java.lang.String key)
Metadata settings that are supplied to this version to enable
beta runtime features.
|
java.lang.String |
getCreatedBy()
Email address of the user who created this version.
|
ByteString |
getCreatedByBytes()
Email address of the user who created this version.
|
Timestamp |
getCreateTime()
Time that this version was created.
|
Timestamp.Builder |
getCreateTimeBuilder()
Time that this version was created.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Time that this version was created.
|
Duration |
getDefaultExpiration()
Duration that static files should be cached by web proxies and browsers.
|
Duration.Builder |
getDefaultExpirationBuilder()
Duration that static files should be cached by web proxies and browsers.
|
DurationOrBuilder |
getDefaultExpirationOrBuilder()
Duration that static files should be cached by web proxies and browsers.
|
Version |
getDefaultInstanceForType() |
Deployment |
getDeployment()
Code and application artifacts that make up this version.
|
Deployment.Builder |
getDeploymentBuilder()
Code and application artifacts that make up this version.
|
DeploymentOrBuilder |
getDeploymentOrBuilder()
Code and application artifacts that make up this version.
|
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
long |
getDiskUsageBytes()
Total size in bytes of all the files that are included in this version
and curerntly hosted on the App Engine disk.
|
java.lang.String |
getEnv()
App Engine execution environment for this version.
|
ByteString |
getEnvBytes()
App Engine execution environment for this version.
|
java.util.Map<java.lang.String,java.lang.String> |
getEnvVariables()
Deprecated.
|
int |
getEnvVariablesCount()
Environment variables available to the application.
|
java.util.Map<java.lang.String,java.lang.String> |
getEnvVariablesMap()
Environment variables available to the application.
|
java.lang.String |
getEnvVariablesOrDefault(java.lang.String key,
java.lang.String defaultValue)
Environment variables available to the application.
|
java.lang.String |
getEnvVariablesOrThrow(java.lang.String key)
Environment variables available to the application.
|
ErrorHandler |
getErrorHandlers(int index)
Custom static error pages.
|
ErrorHandler.Builder |
getErrorHandlersBuilder(int index)
Custom static error pages.
|
java.util.List<ErrorHandler.Builder> |
getErrorHandlersBuilderList()
Custom static error pages.
|
int |
getErrorHandlersCount()
Custom static error pages.
|
java.util.List<ErrorHandler> |
getErrorHandlersList()
Custom static error pages.
|
ErrorHandlerOrBuilder |
getErrorHandlersOrBuilder(int index)
Custom static error pages.
|
java.util.List<? extends ErrorHandlerOrBuilder> |
getErrorHandlersOrBuilderList()
Custom static error pages.
|
UrlMap |
getHandlers(int index)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
UrlMap.Builder |
getHandlersBuilder(int index)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
java.util.List<UrlMap.Builder> |
getHandlersBuilderList()
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
int |
getHandlersCount()
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
java.util.List<UrlMap> |
getHandlersList()
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
UrlMapOrBuilder |
getHandlersOrBuilder(int index)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
java.util.List<? extends UrlMapOrBuilder> |
getHandlersOrBuilderList()
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
HealthCheck |
getHealthCheck()
Configures health checking for VM instances.
|
HealthCheck.Builder |
getHealthCheckBuilder()
Configures health checking for VM instances.
|
HealthCheckOrBuilder |
getHealthCheckOrBuilder()
Configures health checking for VM instances.
|
java.lang.String |
getId()
Relative name of the version within the service.
|
ByteString |
getIdBytes()
Relative name of the version within the service.
|
InboundServiceType |
getInboundServices(int index)
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
int |
getInboundServicesCount()
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
java.util.List<InboundServiceType> |
getInboundServicesList()
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
int |
getInboundServicesValue(int index)
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
java.util.List<java.lang.Integer> |
getInboundServicesValueList()
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
java.lang.String |
getInstanceClass()
Instance class that is used to run this version.
|
ByteString |
getInstanceClassBytes()
Instance class that is used to run this version.
|
Library |
getLibraries(int index)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Library.Builder |
getLibrariesBuilder(int index)
Configuration for third-party Python runtime libraries that are required
by the application.
|
java.util.List<Library.Builder> |
getLibrariesBuilderList()
Configuration for third-party Python runtime libraries that are required
by the application.
|
int |
getLibrariesCount()
Configuration for third-party Python runtime libraries that are required
by the application.
|
java.util.List<Library> |
getLibrariesList()
Configuration for third-party Python runtime libraries that are required
by the application.
|
LibraryOrBuilder |
getLibrariesOrBuilder(int index)
Configuration for third-party Python runtime libraries that are required
by the application.
|
java.util.List<? extends LibraryOrBuilder> |
getLibrariesOrBuilderList()
Configuration for third-party Python runtime libraries that are required
by the application.
|
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.
|
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.
|
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.
|
java.util.Map<java.lang.String,java.lang.String> |
getMutableBetaSettings()
Deprecated.
|
java.util.Map<java.lang.String,java.lang.String> |
getMutableEnvVariables()
Deprecated.
|
java.lang.String |
getName()
Full path to the Version resource in the API.
|
ByteString |
getNameBytes()
Full path to the Version resource in the API.
|
Network |
getNetwork()
Extra network settings.
|
Network.Builder |
getNetworkBuilder()
Extra network settings.
|
NetworkOrBuilder |
getNetworkOrBuilder()
Extra network settings.
|
java.lang.String |
getNobuildFilesRegex()
Files that match this pattern will not be built into this version.
|
ByteString |
getNobuildFilesRegexBytes()
Files that match this pattern will not be built into this version.
|
Resources |
getResources()
Machine resources for this version.
|
Resources.Builder |
getResourcesBuilder()
Machine resources for this version.
|
ResourcesOrBuilder |
getResourcesOrBuilder()
Machine resources for this version.
|
java.lang.String |
getRuntime()
Desired runtime.
|
ByteString |
getRuntimeBytes()
Desired runtime.
|
Version.ScalingCase |
getScalingCase() |
ServingStatus |
getServingStatus()
Current serving status of this version.
|
int |
getServingStatusValue()
Current serving status of this version.
|
boolean |
getThreadsafe()
Whether multiple requests can be dispatched to this version at once.
|
java.lang.String |
getVersionUrl()
Serving URL for this version.
|
ByteString |
getVersionUrlBytes()
Serving URL for this version.
|
boolean |
getVm()
Whether to deploy this version in a container on a virtual machine.
|
boolean |
hasApiConfig()
Serving configuration for
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
|
boolean |
hasAutomaticScaling()
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
boolean |
hasBasicScaling()
A service with basic scaling will create an instance when the application
receives a request.
|
boolean |
hasCreateTime()
Time that this version was created.
|
boolean |
hasDefaultExpiration()
Duration that static files should be cached by web proxies and browsers.
|
boolean |
hasDeployment()
Code and application artifacts that make up this version.
|
boolean |
hasHealthCheck()
Configures health checking for VM instances.
|
boolean |
hasManualScaling()
A service with manual scaling runs continuously, allowing you to perform
complex initialization and rely on the state of its memory over time.
|
boolean |
hasNetwork()
Extra network settings.
|
boolean |
hasResources()
Machine resources for this version.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
protected MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Version.Builder |
mergeApiConfig(ApiConfigHandler value)
Serving configuration for
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
|
Version.Builder |
mergeAutomaticScaling(AutomaticScaling value)
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
Version.Builder |
mergeBasicScaling(BasicScaling value)
A service with basic scaling will create an instance when the application
receives a request.
|
Version.Builder |
mergeCreateTime(Timestamp value)
Time that this version was created.
|
Version.Builder |
mergeDefaultExpiration(Duration value)
Duration that static files should be cached by web proxies and browsers.
|
Version.Builder |
mergeDeployment(Deployment value)
Code and application artifacts that make up this version.
|
Version.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Version.Builder |
mergeFrom(Message other) |
Version.Builder |
mergeFrom(Version other) |
Version.Builder |
mergeHealthCheck(HealthCheck value)
Configures health checking for VM instances.
|
Version.Builder |
mergeManualScaling(ManualScaling value)
A service with manual scaling runs continuously, allowing you to perform
complex initialization and rely on the state of its memory over time.
|
Version.Builder |
mergeNetwork(Network value)
Extra network settings.
|
Version.Builder |
mergeResources(Resources value)
Machine resources for this version.
|
Version.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Version.Builder |
putAllBetaSettings(java.util.Map<java.lang.String,java.lang.String> values)
Metadata settings that are supplied to this version to enable
beta runtime features.
|
Version.Builder |
putAllEnvVariables(java.util.Map<java.lang.String,java.lang.String> values)
Environment variables available to the application.
|
Version.Builder |
putBetaSettings(java.lang.String key,
java.lang.String value)
Metadata settings that are supplied to this version to enable
beta runtime features.
|
Version.Builder |
putEnvVariables(java.lang.String key,
java.lang.String value)
Environment variables available to the application.
|
Version.Builder |
removeBetaSettings(java.lang.String key)
Metadata settings that are supplied to this version to enable
beta runtime features.
|
Version.Builder |
removeEnvVariables(java.lang.String key)
Environment variables available to the application.
|
Version.Builder |
removeErrorHandlers(int index)
Custom static error pages.
|
Version.Builder |
removeHandlers(int index)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
removeLibraries(int index)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Version.Builder |
setApiConfig(ApiConfigHandler.Builder builderForValue)
Serving configuration for
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
|
Version.Builder |
setApiConfig(ApiConfigHandler value)
Serving configuration for
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).
|
Version.Builder |
setAutomaticScaling(AutomaticScaling.Builder builderForValue)
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
Version.Builder |
setAutomaticScaling(AutomaticScaling value)
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
Version.Builder |
setBasicScaling(BasicScaling.Builder builderForValue)
A service with basic scaling will create an instance when the application
receives a request.
|
Version.Builder |
setBasicScaling(BasicScaling value)
A service with basic scaling will create an instance when the application
receives a request.
|
Version.Builder |
setCreatedBy(java.lang.String value)
Email address of the user who created this version.
|
Version.Builder |
setCreatedByBytes(ByteString value)
Email address of the user who created this version.
|
Version.Builder |
setCreateTime(Timestamp.Builder builderForValue)
Time that this version was created.
|
Version.Builder |
setCreateTime(Timestamp value)
Time that this version was created.
|
Version.Builder |
setDefaultExpiration(Duration.Builder builderForValue)
Duration that static files should be cached by web proxies and browsers.
|
Version.Builder |
setDefaultExpiration(Duration value)
Duration that static files should be cached by web proxies and browsers.
|
Version.Builder |
setDeployment(Deployment.Builder builderForValue)
Code and application artifacts that make up this version.
|
Version.Builder |
setDeployment(Deployment value)
Code and application artifacts that make up this version.
|
Version.Builder |
setDiskUsageBytes(long value)
Total size in bytes of all the files that are included in this version
and curerntly hosted on the App Engine disk.
|
Version.Builder |
setEnv(java.lang.String value)
App Engine execution environment for this version.
|
Version.Builder |
setEnvBytes(ByteString value)
App Engine execution environment for this version.
|
Version.Builder |
setErrorHandlers(int index,
ErrorHandler.Builder builderForValue)
Custom static error pages.
|
Version.Builder |
setErrorHandlers(int index,
ErrorHandler value)
Custom static error pages.
|
Version.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Version.Builder |
setHandlers(int index,
UrlMap.Builder builderForValue)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
setHandlers(int index,
UrlMap value)
An ordered list of URL-matching patterns that should be applied to incoming
requests.
|
Version.Builder |
setHealthCheck(HealthCheck.Builder builderForValue)
Configures health checking for VM instances.
|
Version.Builder |
setHealthCheck(HealthCheck value)
Configures health checking for VM instances.
|
Version.Builder |
setId(java.lang.String value)
Relative name of the version within the service.
|
Version.Builder |
setIdBytes(ByteString value)
Relative name of the version within the service.
|
Version.Builder |
setInboundServices(int index,
InboundServiceType value)
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
Version.Builder |
setInboundServicesValue(int index,
int value)
Before an application can receive email or XMPP messages, the application
must be configured to enable the service.
|
Version.Builder |
setInstanceClass(java.lang.String value)
Instance class that is used to run this version.
|
Version.Builder |
setInstanceClassBytes(ByteString value)
Instance class that is used to run this version.
|
Version.Builder |
setLibraries(int index,
Library.Builder builderForValue)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Version.Builder |
setLibraries(int index,
Library value)
Configuration for third-party Python runtime libraries that are required
by the application.
|
Version.Builder |
setManualScaling(ManualScaling.Builder builderForValue)
A service with manual scaling runs continuously, allowing you to perform
complex initialization and rely on the state of its memory over time.
|
Version.Builder |
setManualScaling(ManualScaling value)
A service with manual scaling runs continuously, allowing you to perform
complex initialization and rely on the state of its memory over time.
|
Version.Builder |
setName(java.lang.String value)
Full path to the Version resource in the API.
|
Version.Builder |
setNameBytes(ByteString value)
Full path to the Version resource in the API.
|
Version.Builder |
setNetwork(Network.Builder builderForValue)
Extra network settings.
|
Version.Builder |
setNetwork(Network value)
Extra network settings.
|
Version.Builder |
setNobuildFilesRegex(java.lang.String value)
Files that match this pattern will not be built into this version.
|
Version.Builder |
setNobuildFilesRegexBytes(ByteString value)
Files that match this pattern will not be built into this version.
|
Version.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Version.Builder |
setResources(Resources.Builder builderForValue)
Machine resources for this version.
|
Version.Builder |
setResources(Resources value)
Machine resources for this version.
|
Version.Builder |
setRuntime(java.lang.String value)
Desired runtime.
|
Version.Builder |
setRuntimeBytes(ByteString value)
Desired runtime.
|
Version.Builder |
setServingStatus(ServingStatus value)
Current serving status of this version.
|
Version.Builder |
setServingStatusValue(int value)
Current serving status of this version.
|
Version.Builder |
setThreadsafe(boolean value)
Whether multiple requests can be dispatched to this version at once.
|
Version.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
Version.Builder |
setVersionUrl(java.lang.String value)
Serving URL for this version.
|
Version.Builder |
setVersionUrlBytes(ByteString value)
Serving URL for this version.
|
Version.Builder |
setVm(boolean value)
Whether to deploy this version in a container on a virtual machine.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField in class GeneratedMessageV3.Builder<Version.Builder>protected MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class GeneratedMessageV3.Builder<Version.Builder>protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<Version.Builder>public Version.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Version.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Version.Builder>public Version getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Version build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Version buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Version.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Version.Builder>public Version.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Version.Builder>public Version.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Version.Builder>public Version.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Version.Builder>public Version.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Version.Builder>public Version.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Version.Builder>public Version.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Version.Builder>public Version.Builder mergeFrom(Version other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Version.Builder>public Version.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Version.Builder>java.io.IOExceptionpublic Version.ScalingCase getScalingCase()
getScalingCase in interface VersionOrBuilderpublic Version.Builder clearScaling()
public java.lang.String getName()
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;getName in interface VersionOrBuilderpublic ByteString getNameBytes()
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;getNameBytes in interface VersionOrBuilderpublic Version.Builder setName(java.lang.String value)
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;public Version.Builder clearName()
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;public Version.Builder setNameBytes(ByteString value)
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;public java.lang.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;getId in interface VersionOrBuilderpublic 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;getIdBytes in interface VersionOrBuilderpublic Version.Builder setId(java.lang.String value)
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;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;public Version.Builder setIdBytes(ByteString value)
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;public boolean hasAutomaticScaling()
Automatic scaling is based on request rate, response latencies, and other application metrics.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;hasAutomaticScaling in interface VersionOrBuilderpublic AutomaticScaling getAutomaticScaling()
Automatic scaling is based on request rate, response latencies, and other application metrics.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;getAutomaticScaling in interface VersionOrBuilderpublic Version.Builder setAutomaticScaling(AutomaticScaling value)
Automatic scaling is based on request rate, response latencies, and other application metrics.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;public Version.Builder setAutomaticScaling(AutomaticScaling.Builder builderForValue)
Automatic scaling is based on request rate, response latencies, and other application metrics.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;public Version.Builder mergeAutomaticScaling(AutomaticScaling value)
Automatic scaling is based on request rate, response latencies, and other application metrics.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;public Version.Builder clearAutomaticScaling()
Automatic scaling is based on request rate, response latencies, and other application metrics.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;public AutomaticScaling.Builder getAutomaticScalingBuilder()
Automatic scaling is based on request rate, response latencies, and other application metrics.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;public AutomaticScalingOrBuilder getAutomaticScalingOrBuilder()
Automatic scaling is based on request rate, response latencies, and other application metrics.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;getAutomaticScalingOrBuilder in interface VersionOrBuilderpublic boolean hasBasicScaling()
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;hasBasicScaling in interface VersionOrBuilderpublic 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;getBasicScaling in interface VersionOrBuilderpublic Version.Builder setBasicScaling(BasicScaling value)
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;public Version.Builder setBasicScaling(BasicScaling.Builder builderForValue)
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;public Version.Builder mergeBasicScaling(BasicScaling value)
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;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;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;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;getBasicScalingOrBuilder in interface VersionOrBuilderpublic boolean hasManualScaling()
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
.google.appengine.v1.ManualScaling manual_scaling = 5;hasManualScaling in interface VersionOrBuilderpublic 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.
.google.appengine.v1.ManualScaling manual_scaling = 5;getManualScaling in interface VersionOrBuilderpublic Version.Builder setManualScaling(ManualScaling value)
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
.google.appengine.v1.ManualScaling manual_scaling = 5;public Version.Builder setManualScaling(ManualScaling.Builder builderForValue)
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
.google.appengine.v1.ManualScaling manual_scaling = 5;public Version.Builder mergeManualScaling(ManualScaling value)
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
.google.appengine.v1.ManualScaling manual_scaling = 5;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.
.google.appengine.v1.ManualScaling manual_scaling = 5;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.
.google.appengine.v1.ManualScaling manual_scaling = 5;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.
.google.appengine.v1.ManualScaling manual_scaling = 5;getManualScalingOrBuilder in interface VersionOrBuilderpublic java.util.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;getInboundServicesList in interface VersionOrBuilderpublic 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;getInboundServicesCount in interface VersionOrBuilderpublic 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;getInboundServices in interface VersionOrBuilderpublic Version.Builder setInboundServices(int index, 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;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;public Version.Builder addAllInboundServices(java.lang.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;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;public java.util.List<java.lang.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;getInboundServicesValueList in interface VersionOrBuilderpublic 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;getInboundServicesValue in interface VersionOrBuilderpublic Version.Builder setInboundServicesValue(int index, 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;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;public Version.Builder addAllInboundServicesValue(java.lang.Iterable<java.lang.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;public java.lang.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 to `F1` for AutomaticScaling and `B1` for ManualScaling or BasicScaling.
string instance_class = 7;getInstanceClass in interface VersionOrBuilderpublic 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 to `F1` for AutomaticScaling and `B1` for ManualScaling or BasicScaling.
string instance_class = 7;getInstanceClassBytes in interface VersionOrBuilderpublic Version.Builder setInstanceClass(java.lang.String value)
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 to `F1` for AutomaticScaling and `B1` for ManualScaling or BasicScaling.
string instance_class = 7;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 to `F1` for AutomaticScaling and `B1` for ManualScaling or BasicScaling.
string instance_class = 7;public Version.Builder setInstanceClassBytes(ByteString value)
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 to `F1` for AutomaticScaling and `B1` for ManualScaling or BasicScaling.
string instance_class = 7;public boolean hasNetwork()
Extra network settings. Only applicable for VM runtimes.
.google.appengine.v1.Network network = 8;hasNetwork in interface VersionOrBuilderpublic Network getNetwork()
Extra network settings. Only applicable for VM runtimes.
.google.appengine.v1.Network network = 8;getNetwork in interface VersionOrBuilderpublic Version.Builder setNetwork(Network value)
Extra network settings. Only applicable for VM runtimes.
.google.appengine.v1.Network network = 8;public Version.Builder setNetwork(Network.Builder builderForValue)
Extra network settings. Only applicable for VM runtimes.
.google.appengine.v1.Network network = 8;public Version.Builder mergeNetwork(Network value)
Extra network settings. Only applicable for VM runtimes.
.google.appengine.v1.Network network = 8;public Version.Builder clearNetwork()
Extra network settings. Only applicable for VM runtimes.
.google.appengine.v1.Network network = 8;public Network.Builder getNetworkBuilder()
Extra network settings. Only applicable for VM runtimes.
.google.appengine.v1.Network network = 8;public NetworkOrBuilder getNetworkOrBuilder()
Extra network settings. Only applicable for VM runtimes.
.google.appengine.v1.Network network = 8;getNetworkOrBuilder in interface VersionOrBuilderpublic boolean hasResources()
Machine resources for this version. Only applicable for VM runtimes.
.google.appengine.v1.Resources resources = 9;hasResources in interface VersionOrBuilderpublic Resources getResources()
Machine resources for this version. Only applicable for VM runtimes.
.google.appengine.v1.Resources resources = 9;getResources in interface VersionOrBuilderpublic Version.Builder setResources(Resources value)
Machine resources for this version. Only applicable for VM runtimes.
.google.appengine.v1.Resources resources = 9;public Version.Builder setResources(Resources.Builder builderForValue)
Machine resources for this version. Only applicable for VM runtimes.
.google.appengine.v1.Resources resources = 9;public Version.Builder mergeResources(Resources value)
Machine resources for this version. Only applicable for VM runtimes.
.google.appengine.v1.Resources resources = 9;public Version.Builder clearResources()
Machine resources for this version. Only applicable for VM runtimes.
.google.appengine.v1.Resources resources = 9;public Resources.Builder getResourcesBuilder()
Machine resources for this version. Only applicable for VM runtimes.
.google.appengine.v1.Resources resources = 9;public ResourcesOrBuilder getResourcesOrBuilder()
Machine resources for this version. Only applicable for VM runtimes.
.google.appengine.v1.Resources resources = 9;getResourcesOrBuilder in interface VersionOrBuilderpublic java.lang.String getRuntime()
Desired runtime. Example: `python27`.
string runtime = 10;getRuntime in interface VersionOrBuilderpublic ByteString getRuntimeBytes()
Desired runtime. Example: `python27`.
string runtime = 10;getRuntimeBytes in interface VersionOrBuilderpublic Version.Builder setRuntime(java.lang.String value)
Desired runtime. Example: `python27`.
string runtime = 10;public Version.Builder clearRuntime()
Desired runtime. Example: `python27`.
string runtime = 10;public Version.Builder setRuntimeBytes(ByteString value)
Desired runtime. Example: `python27`.
string runtime = 10;public boolean getThreadsafe()
Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;getThreadsafe in interface VersionOrBuilderpublic Version.Builder setThreadsafe(boolean value)
Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;public Version.Builder clearThreadsafe()
Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;public boolean getVm()
Whether to deploy this version in a container on a virtual machine.
bool vm = 12;getVm in interface VersionOrBuilderpublic Version.Builder setVm(boolean value)
Whether to deploy this version in a container on a virtual machine.
bool vm = 12;public Version.Builder clearVm()
Whether to deploy this version in a container on a virtual machine.
bool vm = 12;public int getBetaSettingsCount()
VersionOrBuilderMetadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;getBetaSettingsCount in interface VersionOrBuilderpublic boolean containsBetaSettings(java.lang.String key)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;containsBetaSettings in interface VersionOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getBetaSettings()
getBetaSettingsMap() instead.getBetaSettings in interface VersionOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getBetaSettingsMap()
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;getBetaSettingsMap in interface VersionOrBuilderpublic java.lang.String getBetaSettingsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;getBetaSettingsOrDefault in interface VersionOrBuilderpublic java.lang.String getBetaSettingsOrThrow(java.lang.String key)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;getBetaSettingsOrThrow in interface VersionOrBuilderpublic Version.Builder clearBetaSettings()
public Version.Builder removeBetaSettings(java.lang.String key)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableBetaSettings()
public Version.Builder putBetaSettings(java.lang.String key, java.lang.String value)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;public Version.Builder putAllBetaSettings(java.util.Map<java.lang.String,java.lang.String> values)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;public java.lang.String getEnv()
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;getEnv in interface VersionOrBuilderpublic ByteString getEnvBytes()
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;getEnvBytes in interface VersionOrBuilderpublic Version.Builder setEnv(java.lang.String value)
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;public Version.Builder clearEnv()
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;public Version.Builder setEnvBytes(ByteString value)
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;public int getServingStatusValue()
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;getServingStatusValue in interface VersionOrBuilderpublic Version.Builder setServingStatusValue(int value)
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;public ServingStatus getServingStatus()
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;getServingStatus in interface VersionOrBuilderpublic Version.Builder setServingStatus(ServingStatus value)
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;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;public java.lang.String getCreatedBy()
Email address of the user who created this version. @OutputOnly
string created_by = 16;getCreatedBy in interface VersionOrBuilderpublic ByteString getCreatedByBytes()
Email address of the user who created this version. @OutputOnly
string created_by = 16;getCreatedByBytes in interface VersionOrBuilderpublic Version.Builder setCreatedBy(java.lang.String value)
Email address of the user who created this version. @OutputOnly
string created_by = 16;public Version.Builder clearCreatedBy()
Email address of the user who created this version. @OutputOnly
string created_by = 16;public Version.Builder setCreatedByBytes(ByteString value)
Email address of the user who created this version. @OutputOnly
string created_by = 16;public boolean hasCreateTime()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;hasCreateTime in interface VersionOrBuilderpublic Timestamp getCreateTime()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;getCreateTime in interface VersionOrBuilderpublic Version.Builder setCreateTime(Timestamp value)
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;public Version.Builder setCreateTime(Timestamp.Builder builderForValue)
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;public Version.Builder mergeCreateTime(Timestamp value)
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;public Version.Builder clearCreateTime()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;public Timestamp.Builder getCreateTimeBuilder()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;public TimestampOrBuilder getCreateTimeOrBuilder()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;getCreateTimeOrBuilder in interface VersionOrBuilderpublic long getDiskUsageBytes()
Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk. @OutputOnly
int64 disk_usage_bytes = 18;getDiskUsageBytes in interface VersionOrBuilderpublic Version.Builder setDiskUsageBytes(long value)
Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk. @OutputOnly
int64 disk_usage_bytes = 18;public Version.Builder clearDiskUsageBytes()
Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk. @OutputOnly
int64 disk_usage_bytes = 18;public java.util.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;getHandlersList in interface VersionOrBuilderpublic 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;getHandlersCount in interface VersionOrBuilderpublic 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;getHandlers in interface VersionOrBuilderpublic Version.Builder setHandlers(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;public Version.Builder setHandlers(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;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;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;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;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;public Version.Builder addAllHandlers(java.lang.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;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;public Version.Builder removeHandlers(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;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;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;getHandlersOrBuilder in interface VersionOrBuilderpublic java.util.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;getHandlersOrBuilderList in interface VersionOrBuilderpublic 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;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;public java.util.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;public java.util.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;getErrorHandlersList in interface VersionOrBuilderpublic 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;getErrorHandlersCount in interface VersionOrBuilderpublic 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;getErrorHandlers in interface VersionOrBuilderpublic Version.Builder setErrorHandlers(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;public Version.Builder setErrorHandlers(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;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;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;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;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;public Version.Builder addAllErrorHandlers(java.lang.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;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;public Version.Builder removeErrorHandlers(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;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;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;getErrorHandlersOrBuilder in interface VersionOrBuilderpublic java.util.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;getErrorHandlersOrBuilderList in interface VersionOrBuilderpublic 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;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;public java.util.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;public java.util.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;getLibrariesList in interface VersionOrBuilderpublic 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;getLibrariesCount in interface VersionOrBuilderpublic 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;getLibraries in interface VersionOrBuilderpublic Version.Builder setLibraries(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;public Version.Builder setLibraries(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;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;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;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;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;public Version.Builder addAllLibraries(java.lang.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;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;public Version.Builder removeLibraries(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;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;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;getLibrariesOrBuilder in interface VersionOrBuilderpublic java.util.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;getLibrariesOrBuilderList in interface VersionOrBuilderpublic 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;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;public java.util.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;public boolean hasApiConfig()
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;hasApiConfig in interface VersionOrBuilderpublic ApiConfigHandler getApiConfig()
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;getApiConfig in interface VersionOrBuilderpublic Version.Builder setApiConfig(ApiConfigHandler value)
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;public Version.Builder setApiConfig(ApiConfigHandler.Builder builderForValue)
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;public Version.Builder mergeApiConfig(ApiConfigHandler value)
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;public Version.Builder clearApiConfig()
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;public ApiConfigHandler.Builder getApiConfigBuilder()
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;public ApiConfigHandlerOrBuilder getApiConfigOrBuilder()
Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/). Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ApiConfigHandler api_config = 103;getApiConfigOrBuilder in interface VersionOrBuilderpublic int getEnvVariablesCount()
VersionOrBuilderEnvironment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;getEnvVariablesCount in interface VersionOrBuilderpublic boolean containsEnvVariables(java.lang.String key)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;containsEnvVariables in interface VersionOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getEnvVariables()
getEnvVariablesMap() instead.getEnvVariables in interface VersionOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getEnvVariablesMap()
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;getEnvVariablesMap in interface VersionOrBuilderpublic java.lang.String getEnvVariablesOrDefault(java.lang.String key,
java.lang.String defaultValue)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;getEnvVariablesOrDefault in interface VersionOrBuilderpublic java.lang.String getEnvVariablesOrThrow(java.lang.String key)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;getEnvVariablesOrThrow in interface VersionOrBuilderpublic Version.Builder clearEnvVariables()
public Version.Builder removeEnvVariables(java.lang.String key)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableEnvVariables()
public Version.Builder putEnvVariables(java.lang.String key, java.lang.String value)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;public Version.Builder putAllEnvVariables(java.util.Map<java.lang.String,java.lang.String> values)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;public boolean hasDefaultExpiration()
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHandler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#staticfileshandler) does not specify its own expiration time. Only returned in `GET` requests if `view=FULL` is set.
.google.protobuf.Duration default_expiration = 105;hasDefaultExpiration in interface VersionOrBuilderpublic Duration getDefaultExpiration()
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHandler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#staticfileshandler) does not specify its own expiration time. Only returned in `GET` requests if `view=FULL` is set.
.google.protobuf.Duration default_expiration = 105;getDefaultExpiration in interface VersionOrBuilderpublic Version.Builder setDefaultExpiration(Duration value)
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHandler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#staticfileshandler) does not specify its own expiration time. Only returned in `GET` requests if `view=FULL` is set.
.google.protobuf.Duration default_expiration = 105;public Version.Builder setDefaultExpiration(Duration.Builder builderForValue)
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHandler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#staticfileshandler) does not specify its own expiration time. Only returned in `GET` requests if `view=FULL` is set.
.google.protobuf.Duration default_expiration = 105;public Version.Builder mergeDefaultExpiration(Duration value)
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHandler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#staticfileshandler) does not specify its own expiration time. Only returned in `GET` requests if `view=FULL` is set.
.google.protobuf.Duration default_expiration = 105;public Version.Builder clearDefaultExpiration()
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHandler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#staticfileshandler) does not specify its own expiration time. Only returned in `GET` requests if `view=FULL` is set.
.google.protobuf.Duration default_expiration = 105;public Duration.Builder getDefaultExpirationBuilder()
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHandler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#staticfileshandler) does not specify its own expiration time. Only returned in `GET` requests if `view=FULL` is set.
.google.protobuf.Duration default_expiration = 105;public DurationOrBuilder getDefaultExpirationOrBuilder()
Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding [StaticFilesHandler](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#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 in interface VersionOrBuilderpublic boolean hasHealthCheck()
Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;hasHealthCheck in interface VersionOrBuilderpublic HealthCheck getHealthCheck()
Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;getHealthCheck in interface VersionOrBuilderpublic Version.Builder setHealthCheck(HealthCheck value)
Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;public Version.Builder setHealthCheck(HealthCheck.Builder builderForValue)
Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;public Version.Builder mergeHealthCheck(HealthCheck value)
Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;public Version.Builder clearHealthCheck()
Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;public HealthCheck.Builder getHealthCheckBuilder()
Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;public HealthCheckOrBuilder getHealthCheckOrBuilder()
Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;getHealthCheckOrBuilder in interface VersionOrBuilderpublic java.lang.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;getNobuildFilesRegex in interface VersionOrBuilderpublic 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;getNobuildFilesRegexBytes in interface VersionOrBuilderpublic Version.Builder setNobuildFilesRegex(java.lang.String value)
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;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;public Version.Builder setNobuildFilesRegexBytes(ByteString value)
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;public boolean hasDeployment()
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;hasDeployment in interface VersionOrBuilderpublic 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;getDeployment in interface VersionOrBuilderpublic Version.Builder setDeployment(Deployment value)
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;public Version.Builder setDeployment(Deployment.Builder builderForValue)
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;public Version.Builder mergeDeployment(Deployment value)
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;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;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;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;getDeploymentOrBuilder in interface VersionOrBuilderpublic java.lang.String getVersionUrl()
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;getVersionUrl in interface VersionOrBuilderpublic ByteString getVersionUrlBytes()
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;getVersionUrlBytes in interface VersionOrBuilderpublic Version.Builder setVersionUrl(java.lang.String value)
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;public Version.Builder clearVersionUrl()
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;public Version.Builder setVersionUrlBytes(ByteString value)
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;public final Version.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Version.Builder>public final Version.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Version.Builder>