Package com.google.appengine.v1
Class Version.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
- com.google.appengine.v1.Version.Builder
-
- All Implemented Interfaces:
VersionOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Version
public static final class Version.Builder extends com.google.protobuf.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 typegoogle.appengine.v1.Version
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Version.BuilderaddAllErrorHandlers(Iterable<? extends ErrorHandler> values)Custom static error pages.Version.BuilderaddAllHandlers(Iterable<? extends UrlMap> values)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuilderaddAllInboundServices(Iterable<? extends InboundServiceType> values)Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.BuilderaddAllInboundServicesValue(Iterable<Integer> values)Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.BuilderaddAllLibraries(Iterable<? extends Library> values)Configuration for third-party Python runtime libraries that are required by the application.Version.BuilderaddAllZones(Iterable<String> values)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.Version.BuilderaddErrorHandlers(int index, ErrorHandler value)Custom static error pages.Version.BuilderaddErrorHandlers(int index, ErrorHandler.Builder builderForValue)Custom static error pages.Version.BuilderaddErrorHandlers(ErrorHandler value)Custom static error pages.Version.BuilderaddErrorHandlers(ErrorHandler.Builder builderForValue)Custom static error pages.ErrorHandler.BuilderaddErrorHandlersBuilder()Custom static error pages.ErrorHandler.BuilderaddErrorHandlersBuilder(int index)Custom static error pages.Version.BuilderaddHandlers(int index, UrlMap value)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuilderaddHandlers(int index, UrlMap.Builder builderForValue)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuilderaddHandlers(UrlMap value)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuilderaddHandlers(UrlMap.Builder builderForValue)An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMap.BuilderaddHandlersBuilder()An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMap.BuilderaddHandlersBuilder(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuilderaddInboundServices(InboundServiceType value)Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.BuilderaddInboundServicesValue(int value)Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.BuilderaddLibraries(int index, Library value)Configuration for third-party Python runtime libraries that are required by the application.Version.BuilderaddLibraries(int index, Library.Builder builderForValue)Configuration for third-party Python runtime libraries that are required by the application.Version.BuilderaddLibraries(Library value)Configuration for third-party Python runtime libraries that are required by the application.Version.BuilderaddLibraries(Library.Builder builderForValue)Configuration for third-party Python runtime libraries that are required by the application.Library.BuilderaddLibrariesBuilder()Configuration for third-party Python runtime libraries that are required by the application.Library.BuilderaddLibrariesBuilder(int index)Configuration for third-party Python runtime libraries that are required by the application.Version.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Version.BuilderaddZones(String value)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.Version.BuilderaddZonesBytes(com.google.protobuf.ByteString value)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.Versionbuild()VersionbuildPartial()Version.Builderclear()Version.BuilderclearApiConfig()Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).Version.BuilderclearAppEngineApis()Allows App Engine second generation runtimes to access the legacy bundled services.Version.BuilderclearAutomaticScaling()Automatic scaling is based on request rate, response latencies, and other application metrics.Version.BuilderclearBasicScaling()A service with basic scaling will create an instance when the application receives a request.Version.BuilderclearBetaSettings()Version.BuilderclearBuildEnvVariables()Version.BuilderclearCreatedBy()Email address of the user who created this version.Version.BuilderclearCreateTime()Time that this version was created.Version.BuilderclearDefaultExpiration()Duration that static files should be cached by web proxies and browsers.Version.BuilderclearDeployment()Code and application artifacts that make up this version.Version.BuilderclearDiskUsageBytes()Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.Version.BuilderclearEndpointsApiService()Cloud Endpoints configuration.Version.BuilderclearEntrypoint()The entrypoint for the application.Version.BuilderclearEnv()App Engine execution environment for this version.Version.BuilderclearEnvVariables()Version.BuilderclearErrorHandlers()Custom static error pages.Version.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Version.BuilderclearHandlers()An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuilderclearHealthCheck()Configures health checking for instances.Version.BuilderclearId()Relative name of the version within the service.Version.BuilderclearInboundServices()Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.BuilderclearInstanceClass()Instance class that is used to run this version.Version.BuilderclearLibraries()Configuration for third-party Python runtime libraries that are required by the application.Version.BuilderclearLivenessCheck()Configures liveness health checking for instances.Version.BuilderclearManualScaling()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.Version.BuilderclearName()Full path to the Version resource in the API.Version.BuilderclearNetwork()Extra network settings.Version.BuilderclearNobuildFilesRegex()Files that match this pattern will not be built into this version.Version.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Version.BuilderclearReadinessCheck()Configures readiness health checking for instances.Version.BuilderclearResources()Machine resources for this version.Version.BuilderclearRuntime()Desired runtime.Version.BuilderclearRuntimeApiVersion()The version of the API in the given runtime environment.Version.BuilderclearRuntimeChannel()The channel of the runtime to use.Version.BuilderclearRuntimeMainExecutablePath()The path or name of the app's main executable.Version.BuilderclearScaling()Version.BuilderclearServiceAccount()The identity that the deployed version will run as.Version.BuilderclearServingStatus()Current serving status of this version.Version.BuilderclearThreadsafe()Whether multiple requests can be dispatched to this version at once.Version.BuilderclearVersionUrl()Serving URL for this version.Version.BuilderclearVm()Whether to deploy this version in a container on a virtual machine.Version.BuilderclearVpcAccessConnector()Enables VPC connectivity for standard apps.Version.BuilderclearZones()The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.Version.Builderclone()booleancontainsBetaSettings(String key)Metadata settings that are supplied to this version to enable beta runtime features.booleancontainsBuildEnvVariables(String key)Environment variables available to the build environment.booleancontainsEnvVariables(String key)Environment variables available to the application.ApiConfigHandlergetApiConfig()Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).ApiConfigHandler.BuildergetApiConfigBuilder()Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).ApiConfigHandlerOrBuildergetApiConfigOrBuilder()Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).booleangetAppEngineApis()Allows App Engine second generation runtimes to access the legacy bundled services.AutomaticScalinggetAutomaticScaling()Automatic scaling is based on request rate, response latencies, and other application metrics.AutomaticScaling.BuildergetAutomaticScalingBuilder()Automatic scaling is based on request rate, response latencies, and other application metrics.AutomaticScalingOrBuildergetAutomaticScalingOrBuilder()Automatic scaling is based on request rate, response latencies, and other application metrics.BasicScalinggetBasicScaling()A service with basic scaling will create an instance when the application receives a request.BasicScaling.BuildergetBasicScalingBuilder()A service with basic scaling will create an instance when the application receives a request.BasicScalingOrBuildergetBasicScalingOrBuilder()A service with basic scaling will create an instance when the application receives a request.Map<String,String>getBetaSettings()Deprecated.intgetBetaSettingsCount()Metadata settings that are supplied to this version to enable beta runtime features.Map<String,String>getBetaSettingsMap()Metadata settings that are supplied to this version to enable beta runtime features.StringgetBetaSettingsOrDefault(String key, String defaultValue)Metadata settings that are supplied to this version to enable beta runtime features.StringgetBetaSettingsOrThrow(String key)Metadata settings that are supplied to this version to enable beta runtime features.Map<String,String>getBuildEnvVariables()Deprecated.intgetBuildEnvVariablesCount()Environment variables available to the build environment.Map<String,String>getBuildEnvVariablesMap()Environment variables available to the build environment.StringgetBuildEnvVariablesOrDefault(String key, String defaultValue)Environment variables available to the build environment.StringgetBuildEnvVariablesOrThrow(String key)Environment variables available to the build environment.StringgetCreatedBy()Email address of the user who created this version.com.google.protobuf.ByteStringgetCreatedByBytes()Email address of the user who created this version.com.google.protobuf.TimestampgetCreateTime()Time that this version was created.com.google.protobuf.Timestamp.BuildergetCreateTimeBuilder()Time that this version was created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Time that this version was created.com.google.protobuf.DurationgetDefaultExpiration()Duration that static files should be cached by web proxies and browsers.com.google.protobuf.Duration.BuildergetDefaultExpirationBuilder()Duration that static files should be cached by web proxies and browsers.com.google.protobuf.DurationOrBuildergetDefaultExpirationOrBuilder()Duration that static files should be cached by web proxies and browsers.VersiongetDefaultInstanceForType()DeploymentgetDeployment()Code and application artifacts that make up this version.Deployment.BuildergetDeploymentBuilder()Code and application artifacts that make up this version.DeploymentOrBuildergetDeploymentOrBuilder()Code and application artifacts that make up this version.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetDiskUsageBytes()Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.EndpointsApiServicegetEndpointsApiService()Cloud Endpoints configuration.EndpointsApiService.BuildergetEndpointsApiServiceBuilder()Cloud Endpoints configuration.EndpointsApiServiceOrBuildergetEndpointsApiServiceOrBuilder()Cloud Endpoints configuration.EntrypointgetEntrypoint()The entrypoint for the application.Entrypoint.BuildergetEntrypointBuilder()The entrypoint for the application.EntrypointOrBuildergetEntrypointOrBuilder()The entrypoint for the application.StringgetEnv()App Engine execution environment for this version.com.google.protobuf.ByteStringgetEnvBytes()App Engine execution environment for this version.Map<String,String>getEnvVariables()Deprecated.intgetEnvVariablesCount()Environment variables available to the application.Map<String,String>getEnvVariablesMap()Environment variables available to the application.StringgetEnvVariablesOrDefault(String key, String defaultValue)Environment variables available to the application.StringgetEnvVariablesOrThrow(String key)Environment variables available to the application.ErrorHandlergetErrorHandlers(int index)Custom static error pages.ErrorHandler.BuildergetErrorHandlersBuilder(int index)Custom static error pages.List<ErrorHandler.Builder>getErrorHandlersBuilderList()Custom static error pages.intgetErrorHandlersCount()Custom static error pages.List<ErrorHandler>getErrorHandlersList()Custom static error pages.ErrorHandlerOrBuildergetErrorHandlersOrBuilder(int index)Custom static error pages.List<? extends ErrorHandlerOrBuilder>getErrorHandlersOrBuilderList()Custom static error pages.UrlMapgetHandlers(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMap.BuildergetHandlersBuilder(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.List<UrlMap.Builder>getHandlersBuilderList()An ordered list of URL-matching patterns that should be applied to incoming requests.intgetHandlersCount()An ordered list of URL-matching patterns that should be applied to incoming requests.List<UrlMap>getHandlersList()An ordered list of URL-matching patterns that should be applied to incoming requests.UrlMapOrBuildergetHandlersOrBuilder(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.List<? extends UrlMapOrBuilder>getHandlersOrBuilderList()An ordered list of URL-matching patterns that should be applied to incoming requests.HealthCheckgetHealthCheck()Configures health checking for instances.HealthCheck.BuildergetHealthCheckBuilder()Configures health checking for instances.HealthCheckOrBuildergetHealthCheckOrBuilder()Configures health checking for instances.StringgetId()Relative name of the version within the service.com.google.protobuf.ByteStringgetIdBytes()Relative name of the version within the service.InboundServiceTypegetInboundServices(int index)Before an application can receive email or XMPP messages, the application must be configured to enable the service.intgetInboundServicesCount()Before an application can receive email or XMPP messages, the application must be configured to enable the service.List<InboundServiceType>getInboundServicesList()Before an application can receive email or XMPP messages, the application must be configured to enable the service.intgetInboundServicesValue(int index)Before an application can receive email or XMPP messages, the application must be configured to enable the service.List<Integer>getInboundServicesValueList()Before an application can receive email or XMPP messages, the application must be configured to enable the service.StringgetInstanceClass()Instance class that is used to run this version.com.google.protobuf.ByteStringgetInstanceClassBytes()Instance class that is used to run this version.LibrarygetLibraries(int index)Configuration for third-party Python runtime libraries that are required by the application.Library.BuildergetLibrariesBuilder(int index)Configuration for third-party Python runtime libraries that are required by the application.List<Library.Builder>getLibrariesBuilderList()Configuration for third-party Python runtime libraries that are required by the application.intgetLibrariesCount()Configuration for third-party Python runtime libraries that are required by the application.List<Library>getLibrariesList()Configuration for third-party Python runtime libraries that are required by the application.LibraryOrBuildergetLibrariesOrBuilder(int index)Configuration for third-party Python runtime libraries that are required by the application.List<? extends LibraryOrBuilder>getLibrariesOrBuilderList()Configuration for third-party Python runtime libraries that are required by the application.LivenessCheckgetLivenessCheck()Configures liveness health checking for instances.LivenessCheck.BuildergetLivenessCheckBuilder()Configures liveness health checking for instances.LivenessCheckOrBuildergetLivenessCheckOrBuilder()Configures liveness health checking for instances.ManualScalinggetManualScaling()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.ManualScaling.BuildergetManualScalingBuilder()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.ManualScalingOrBuildergetManualScalingOrBuilder()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.Map<String,String>getMutableBetaSettings()Deprecated.Map<String,String>getMutableBuildEnvVariables()Deprecated.Map<String,String>getMutableEnvVariables()Deprecated.StringgetName()Full path to the Version resource in the API.com.google.protobuf.ByteStringgetNameBytes()Full path to the Version resource in the API.NetworkgetNetwork()Extra network settings.Network.BuildergetNetworkBuilder()Extra network settings.NetworkOrBuildergetNetworkOrBuilder()Extra network settings.StringgetNobuildFilesRegex()Files that match this pattern will not be built into this version.com.google.protobuf.ByteStringgetNobuildFilesRegexBytes()Files that match this pattern will not be built into this version.ReadinessCheckgetReadinessCheck()Configures readiness health checking for instances.ReadinessCheck.BuildergetReadinessCheckBuilder()Configures readiness health checking for instances.ReadinessCheckOrBuildergetReadinessCheckOrBuilder()Configures readiness health checking for instances.ResourcesgetResources()Machine resources for this version.Resources.BuildergetResourcesBuilder()Machine resources for this version.ResourcesOrBuildergetResourcesOrBuilder()Machine resources for this version.StringgetRuntime()Desired runtime.StringgetRuntimeApiVersion()The version of the API in the given runtime environment.com.google.protobuf.ByteStringgetRuntimeApiVersionBytes()The version of the API in the given runtime environment.com.google.protobuf.ByteStringgetRuntimeBytes()Desired runtime.StringgetRuntimeChannel()The channel of the runtime to use.com.google.protobuf.ByteStringgetRuntimeChannelBytes()The channel of the runtime to use.StringgetRuntimeMainExecutablePath()The path or name of the app's main executable.com.google.protobuf.ByteStringgetRuntimeMainExecutablePathBytes()The path or name of the app's main executable.Version.ScalingCasegetScalingCase()StringgetServiceAccount()The identity that the deployed version will run as.com.google.protobuf.ByteStringgetServiceAccountBytes()The identity that the deployed version will run as.ServingStatusgetServingStatus()Current serving status of this version.intgetServingStatusValue()Current serving status of this version.booleangetThreadsafe()Whether multiple requests can be dispatched to this version at once.StringgetVersionUrl()Serving URL for this version.com.google.protobuf.ByteStringgetVersionUrlBytes()Serving URL for this version.booleangetVm()Whether to deploy this version in a container on a virtual machine.VpcAccessConnectorgetVpcAccessConnector()Enables VPC connectivity for standard apps.VpcAccessConnector.BuildergetVpcAccessConnectorBuilder()Enables VPC connectivity for standard apps.VpcAccessConnectorOrBuildergetVpcAccessConnectorOrBuilder()Enables VPC connectivity for standard apps.StringgetZones(int index)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.com.google.protobuf.ByteStringgetZonesBytes(int index)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.intgetZonesCount()The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.com.google.protobuf.ProtocolStringListgetZonesList()The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.booleanhasApiConfig()Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).booleanhasAutomaticScaling()Automatic scaling is based on request rate, response latencies, and other application metrics.booleanhasBasicScaling()A service with basic scaling will create an instance when the application receives a request.booleanhasCreateTime()Time that this version was created.booleanhasDefaultExpiration()Duration that static files should be cached by web proxies and browsers.booleanhasDeployment()Code and application artifacts that make up this version.booleanhasEndpointsApiService()Cloud Endpoints configuration.booleanhasEntrypoint()The entrypoint for the application.booleanhasHealthCheck()Configures health checking for instances.booleanhasLivenessCheck()Configures liveness health checking for instances.booleanhasManualScaling()A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.booleanhasNetwork()Extra network settings.booleanhasReadinessCheck()Configures readiness health checking for instances.booleanhasResources()Machine resources for this version.booleanhasVpcAccessConnector()Enables VPC connectivity for standard apps.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()Version.BuildermergeApiConfig(ApiConfigHandler value)Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).Version.BuildermergeAutomaticScaling(AutomaticScaling value)Automatic scaling is based on request rate, response latencies, and other application metrics.Version.BuildermergeBasicScaling(BasicScaling value)A service with basic scaling will create an instance when the application receives a request.Version.BuildermergeCreateTime(com.google.protobuf.Timestamp value)Time that this version was created.Version.BuildermergeDefaultExpiration(com.google.protobuf.Duration value)Duration that static files should be cached by web proxies and browsers.Version.BuildermergeDeployment(Deployment value)Code and application artifacts that make up this version.Version.BuildermergeEndpointsApiService(EndpointsApiService value)Cloud Endpoints configuration.Version.BuildermergeEntrypoint(Entrypoint value)The entrypoint for the application.Version.BuildermergeFrom(Version other)Version.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Version.BuildermergeFrom(com.google.protobuf.Message other)Version.BuildermergeHealthCheck(HealthCheck value)Configures health checking for instances.Version.BuildermergeLivenessCheck(LivenessCheck value)Configures liveness health checking for instances.Version.BuildermergeManualScaling(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.BuildermergeNetwork(Network value)Extra network settings.Version.BuildermergeReadinessCheck(ReadinessCheck value)Configures readiness health checking for instances.Version.BuildermergeResources(Resources value)Machine resources for this version.Version.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Version.BuildermergeVpcAccessConnector(VpcAccessConnector value)Enables VPC connectivity for standard apps.Version.BuilderputAllBetaSettings(Map<String,String> values)Metadata settings that are supplied to this version to enable beta runtime features.Version.BuilderputAllBuildEnvVariables(Map<String,String> values)Environment variables available to the build environment.Version.BuilderputAllEnvVariables(Map<String,String> values)Environment variables available to the application.Version.BuilderputBetaSettings(String key, String value)Metadata settings that are supplied to this version to enable beta runtime features.Version.BuilderputBuildEnvVariables(String key, String value)Environment variables available to the build environment.Version.BuilderputEnvVariables(String key, String value)Environment variables available to the application.Version.BuilderremoveBetaSettings(String key)Metadata settings that are supplied to this version to enable beta runtime features.Version.BuilderremoveBuildEnvVariables(String key)Environment variables available to the build environment.Version.BuilderremoveEnvVariables(String key)Environment variables available to the application.Version.BuilderremoveErrorHandlers(int index)Custom static error pages.Version.BuilderremoveHandlers(int index)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuilderremoveLibraries(int index)Configuration for third-party Python runtime libraries that are required by the application.Version.BuildersetApiConfig(ApiConfigHandler value)Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).Version.BuildersetApiConfig(ApiConfigHandler.Builder builderForValue)Serving configuration for [Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/).Version.BuildersetAppEngineApis(boolean value)Allows App Engine second generation runtimes to access the legacy bundled services.Version.BuildersetAutomaticScaling(AutomaticScaling value)Automatic scaling is based on request rate, response latencies, and other application metrics.Version.BuildersetAutomaticScaling(AutomaticScaling.Builder builderForValue)Automatic scaling is based on request rate, response latencies, and other application metrics.Version.BuildersetBasicScaling(BasicScaling value)A service with basic scaling will create an instance when the application receives a request.Version.BuildersetBasicScaling(BasicScaling.Builder builderForValue)A service with basic scaling will create an instance when the application receives a request.Version.BuildersetCreatedBy(String value)Email address of the user who created this version.Version.BuildersetCreatedByBytes(com.google.protobuf.ByteString value)Email address of the user who created this version.Version.BuildersetCreateTime(com.google.protobuf.Timestamp value)Time that this version was created.Version.BuildersetCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)Time that this version was created.Version.BuildersetDefaultExpiration(com.google.protobuf.Duration value)Duration that static files should be cached by web proxies and browsers.Version.BuildersetDefaultExpiration(com.google.protobuf.Duration.Builder builderForValue)Duration that static files should be cached by web proxies and browsers.Version.BuildersetDeployment(Deployment value)Code and application artifacts that make up this version.Version.BuildersetDeployment(Deployment.Builder builderForValue)Code and application artifacts that make up this version.Version.BuildersetDiskUsageBytes(long value)Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.Version.BuildersetEndpointsApiService(EndpointsApiService value)Cloud Endpoints configuration.Version.BuildersetEndpointsApiService(EndpointsApiService.Builder builderForValue)Cloud Endpoints configuration.Version.BuildersetEntrypoint(Entrypoint value)The entrypoint for the application.Version.BuildersetEntrypoint(Entrypoint.Builder builderForValue)The entrypoint for the application.Version.BuildersetEnv(String value)App Engine execution environment for this version.Version.BuildersetEnvBytes(com.google.protobuf.ByteString value)App Engine execution environment for this version.Version.BuildersetErrorHandlers(int index, ErrorHandler value)Custom static error pages.Version.BuildersetErrorHandlers(int index, ErrorHandler.Builder builderForValue)Custom static error pages.Version.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Version.BuildersetHandlers(int index, UrlMap value)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuildersetHandlers(int index, UrlMap.Builder builderForValue)An ordered list of URL-matching patterns that should be applied to incoming requests.Version.BuildersetHealthCheck(HealthCheck value)Configures health checking for instances.Version.BuildersetHealthCheck(HealthCheck.Builder builderForValue)Configures health checking for instances.Version.BuildersetId(String value)Relative name of the version within the service.Version.BuildersetIdBytes(com.google.protobuf.ByteString value)Relative name of the version within the service.Version.BuildersetInboundServices(int index, InboundServiceType value)Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.BuildersetInboundServicesValue(int index, int value)Before an application can receive email or XMPP messages, the application must be configured to enable the service.Version.BuildersetInstanceClass(String value)Instance class that is used to run this version.Version.BuildersetInstanceClassBytes(com.google.protobuf.ByteString value)Instance class that is used to run this version.Version.BuildersetLibraries(int index, Library value)Configuration for third-party Python runtime libraries that are required by the application.Version.BuildersetLibraries(int index, Library.Builder builderForValue)Configuration for third-party Python runtime libraries that are required by the application.Version.BuildersetLivenessCheck(LivenessCheck value)Configures liveness health checking for instances.Version.BuildersetLivenessCheck(LivenessCheck.Builder builderForValue)Configures liveness health checking for instances.Version.BuildersetManualScaling(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.BuildersetManualScaling(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.BuildersetName(String value)Full path to the Version resource in the API.Version.BuildersetNameBytes(com.google.protobuf.ByteString value)Full path to the Version resource in the API.Version.BuildersetNetwork(Network value)Extra network settings.Version.BuildersetNetwork(Network.Builder builderForValue)Extra network settings.Version.BuildersetNobuildFilesRegex(String value)Files that match this pattern will not be built into this version.Version.BuildersetNobuildFilesRegexBytes(com.google.protobuf.ByteString value)Files that match this pattern will not be built into this version.Version.BuildersetReadinessCheck(ReadinessCheck value)Configures readiness health checking for instances.Version.BuildersetReadinessCheck(ReadinessCheck.Builder builderForValue)Configures readiness health checking for instances.Version.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Version.BuildersetResources(Resources value)Machine resources for this version.Version.BuildersetResources(Resources.Builder builderForValue)Machine resources for this version.Version.BuildersetRuntime(String value)Desired runtime.Version.BuildersetRuntimeApiVersion(String value)The version of the API in the given runtime environment.Version.BuildersetRuntimeApiVersionBytes(com.google.protobuf.ByteString value)The version of the API in the given runtime environment.Version.BuildersetRuntimeBytes(com.google.protobuf.ByteString value)Desired runtime.Version.BuildersetRuntimeChannel(String value)The channel of the runtime to use.Version.BuildersetRuntimeChannelBytes(com.google.protobuf.ByteString value)The channel of the runtime to use.Version.BuildersetRuntimeMainExecutablePath(String value)The path or name of the app's main executable.Version.BuildersetRuntimeMainExecutablePathBytes(com.google.protobuf.ByteString value)The path or name of the app's main executable.Version.BuildersetServiceAccount(String value)The identity that the deployed version will run as.Version.BuildersetServiceAccountBytes(com.google.protobuf.ByteString value)The identity that the deployed version will run as.Version.BuildersetServingStatus(ServingStatus value)Current serving status of this version.Version.BuildersetServingStatusValue(int value)Current serving status of this version.Version.BuildersetThreadsafe(boolean value)Whether multiple requests can be dispatched to this version at once.Version.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Version.BuildersetVersionUrl(String value)Serving URL for this version.Version.BuildersetVersionUrlBytes(com.google.protobuf.ByteString value)Serving URL for this version.Version.BuildersetVm(boolean value)Whether to deploy this version in a container on a virtual machine.Version.BuildersetVpcAccessConnector(VpcAccessConnector value)Enables VPC connectivity for standard apps.Version.BuildersetVpcAccessConnector(VpcAccessConnector.Builder builderForValue)Enables VPC connectivity for standard apps.Version.BuildersetZones(int index, String value)The Google Compute Engine zones that are supported by this version in the App Engine flexible environment.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
clear
public Version.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
getDefaultInstanceForType
public Version getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Version build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Version buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Version.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
setField
public Version.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
clearField
public Version.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
clearOneof
public Version.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
setRepeatedField
public Version.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
addRepeatedField
public Version.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
mergeFrom
public Version.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Version.Builder>
-
mergeFrom
public Version.Builder mergeFrom(Version other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
mergeFrom
public Version.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Version.Builder>- Throws:
IOException
-
getScalingCase
public Version.ScalingCase getScalingCase()
- Specified by:
getScalingCasein interfaceVersionOrBuilder
-
clearScaling
public Version.Builder clearScaling()
-
getName
public String getName()
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;- Specified by:
getNamein interfaceVersionOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;- Specified by:
getNameBytesin interfaceVersionOrBuilder- Returns:
- The bytes for name.
-
setName
public Version.Builder setName(String value)
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
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;- Returns:
- This builder for chaining.
-
setNameBytes
public Version.Builder setNameBytes(com.google.protobuf.ByteString value)
Full path to the Version resource in the API. Example: `apps/myapp/services/default/versions/v1`. @OutputOnly
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getIdin interfaceVersionOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.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;- Specified by:
getIdBytesin interfaceVersionOrBuilder- Returns:
- The bytes for id.
-
setId
public Version.Builder setId(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;- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
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;- Returns:
- This builder for chaining.
-
setIdBytes
public Version.Builder setIdBytes(com.google.protobuf.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;- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
hasAutomaticScaling
public boolean hasAutomaticScaling()
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;- Specified by:
hasAutomaticScalingin interfaceVersionOrBuilder- Returns:
- Whether the automaticScaling field is set.
-
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;- Specified by:
getAutomaticScalingin interfaceVersionOrBuilder- Returns:
- The automaticScaling.
-
setAutomaticScaling
public Version.Builder setAutomaticScaling(AutomaticScaling value)
Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
.google.appengine.v1.AutomaticScaling automatic_scaling = 3;
-
setAutomaticScaling
public Version.Builder setAutomaticScaling(AutomaticScaling.Builder builderForValue)
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;
-
mergeAutomaticScaling
public Version.Builder mergeAutomaticScaling(AutomaticScaling value)
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;
-
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;
-
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;
-
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;- Specified by:
getAutomaticScalingOrBuilderin interfaceVersionOrBuilder
-
hasBasicScaling
public 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;- Specified by:
hasBasicScalingin interfaceVersionOrBuilder- Returns:
- Whether the basicScaling field is set.
-
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;- Specified by:
getBasicScalingin interfaceVersionOrBuilder- Returns:
- The basicScaling.
-
setBasicScaling
public 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;
-
setBasicScaling
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;
-
mergeBasicScaling
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;
-
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;
-
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;
-
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;- Specified by:
getBasicScalingOrBuilderin interfaceVersionOrBuilder
-
hasManualScaling
public 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. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;- Specified by:
hasManualScalingin interfaceVersionOrBuilder- Returns:
- Whether the manualScaling field is set.
-
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;- Specified by:
getManualScalingin interfaceVersionOrBuilder- Returns:
- The manualScaling.
-
setManualScaling
public 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. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
-
setManualScaling
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. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
-
mergeManualScaling
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. Manually scaled versions are sometimes referred to as "backends".
.google.appengine.v1.ManualScaling manual_scaling = 5;
-
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;
-
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;
-
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;- Specified by:
getManualScalingOrBuilderin interfaceVersionOrBuilder
-
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;- Specified by:
getInboundServicesListin interfaceVersionOrBuilder- Returns:
- A list containing the inboundServices.
-
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;- Specified by:
getInboundServicesCountin interfaceVersionOrBuilder- Returns:
- The count of inboundServices.
-
getInboundServices
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;- Specified by:
getInboundServicesin interfaceVersionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The inboundServices at the given index.
-
setInboundServices
public 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;- Parameters:
index- The index to set the value at.value- The inboundServices to set.- Returns:
- This builder for chaining.
-
addInboundServices
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;- Parameters:
value- The inboundServices to add.- Returns:
- This builder for chaining.
-
addAllInboundServices
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;- Parameters:
values- The inboundServices to add.- Returns:
- 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;- Returns:
- This builder for chaining.
-
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;- Specified by:
getInboundServicesValueListin interfaceVersionOrBuilder- Returns:
- A list containing the enum numeric values on the wire for inboundServices.
-
getInboundServicesValue
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;- Specified by:
getInboundServicesValuein interfaceVersionOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of inboundServices at the given index.
-
setInboundServicesValue
public 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;- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for inboundServices to set.- Returns:
- This builder for chaining.
-
addInboundServicesValue
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;- Parameters:
value- The enum numeric value on the wire for inboundServices to add.- Returns:
- This builder for chaining.
-
addAllInboundServicesValue
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;- Parameters:
values- The enum numeric values on the wire for inboundServices to add.- Returns:
- This builder for chaining.
-
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 to `F1` for AutomaticScaling and `B1` for ManualScaling or BasicScaling.
string instance_class = 7;- Specified by:
getInstanceClassin interfaceVersionOrBuilder- Returns:
- The instanceClass.
-
getInstanceClassBytes
public com.google.protobuf.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;- Specified by:
getInstanceClassBytesin interfaceVersionOrBuilder- Returns:
- The bytes for instanceClass.
-
setInstanceClass
public Version.Builder setInstanceClass(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;- Parameters:
value- The instanceClass to set.- Returns:
- 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 to `F1` for AutomaticScaling and `B1` for ManualScaling or BasicScaling.
string instance_class = 7;- Returns:
- This builder for chaining.
-
setInstanceClassBytes
public Version.Builder setInstanceClassBytes(com.google.protobuf.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;- Parameters:
value- The bytes for instanceClass to set.- Returns:
- This builder for chaining.
-
hasNetwork
public boolean hasNetwork()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;- Specified by:
hasNetworkin interfaceVersionOrBuilder- Returns:
- Whether the network field is set.
-
getNetwork
public Network getNetwork()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;- Specified by:
getNetworkin interfaceVersionOrBuilder- Returns:
- The network.
-
setNetwork
public Version.Builder setNetwork(Network value)
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
-
setNetwork
public Version.Builder setNetwork(Network.Builder builderForValue)
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
-
mergeNetwork
public Version.Builder mergeNetwork(Network value)
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
-
clearNetwork
public Version.Builder clearNetwork()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
-
getNetworkBuilder
public Network.Builder getNetworkBuilder()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;
-
getNetworkOrBuilder
public NetworkOrBuilder getNetworkOrBuilder()
Extra network settings. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Network network = 8;- Specified by:
getNetworkOrBuilderin interfaceVersionOrBuilder
-
getZonesList
public com.google.protobuf.ProtocolStringList getZonesList()
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;- Specified by:
getZonesListin interfaceVersionOrBuilder- Returns:
- A list containing the zones.
-
getZonesCount
public int getZonesCount()
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;- Specified by:
getZonesCountin interfaceVersionOrBuilder- Returns:
- The count of zones.
-
getZones
public String getZones(int index)
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;- Specified by:
getZonesin interfaceVersionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The zones at the given index.
-
getZonesBytes
public com.google.protobuf.ByteString getZonesBytes(int index)
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;- Specified by:
getZonesBytesin interfaceVersionOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the zones at the given index.
-
setZones
public Version.Builder setZones(int index, String value)
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;- Parameters:
index- The index to set the value at.value- The zones to set.- Returns:
- This builder for chaining.
-
addZones
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;- Parameters:
value- The zones to add.- Returns:
- This builder for chaining.
-
addAllZones
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;- Parameters:
values- The zones to add.- Returns:
- This builder for chaining.
-
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;- Returns:
- This builder for chaining.
-
addZonesBytes
public Version.Builder addZonesBytes(com.google.protobuf.ByteString value)
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
repeated string zones = 118;- Parameters:
value- The bytes of the zones to add.- Returns:
- This builder for chaining.
-
hasResources
public boolean hasResources()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;- Specified by:
hasResourcesin interfaceVersionOrBuilder- Returns:
- Whether the resources field is set.
-
getResources
public Resources getResources()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;- Specified by:
getResourcesin interfaceVersionOrBuilder- Returns:
- The resources.
-
setResources
public Version.Builder setResources(Resources value)
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
-
setResources
public Version.Builder setResources(Resources.Builder builderForValue)
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
-
mergeResources
public Version.Builder mergeResources(Resources value)
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
-
clearResources
public Version.Builder clearResources()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
-
getResourcesBuilder
public Resources.Builder getResourcesBuilder()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;
-
getResourcesOrBuilder
public ResourcesOrBuilder getResourcesOrBuilder()
Machine resources for this version. Only applicable in the App Engine flexible environment.
.google.appengine.v1.Resources resources = 9;- Specified by:
getResourcesOrBuilderin interfaceVersionOrBuilder
-
getRuntime
public String getRuntime()
Desired runtime. Example: `python27`.
string runtime = 10;- Specified by:
getRuntimein interfaceVersionOrBuilder- Returns:
- The runtime.
-
getRuntimeBytes
public com.google.protobuf.ByteString getRuntimeBytes()
Desired runtime. Example: `python27`.
string runtime = 10;- Specified by:
getRuntimeBytesin interfaceVersionOrBuilder- Returns:
- The bytes for runtime.
-
setRuntime
public Version.Builder setRuntime(String value)
Desired runtime. Example: `python27`.
string runtime = 10;- Parameters:
value- The runtime to set.- Returns:
- This builder for chaining.
-
clearRuntime
public Version.Builder clearRuntime()
Desired runtime. Example: `python27`.
string runtime = 10;- Returns:
- This builder for chaining.
-
setRuntimeBytes
public Version.Builder setRuntimeBytes(com.google.protobuf.ByteString value)
Desired runtime. Example: `python27`.
string runtime = 10;- Parameters:
value- The bytes for runtime to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getRuntimeChannelin interfaceVersionOrBuilder- Returns:
- The runtimeChannel.
-
getRuntimeChannelBytes
public com.google.protobuf.ByteString getRuntimeChannelBytes()
The channel of the runtime to use. Only available for some runtimes. Defaults to the `default` channel.
string runtime_channel = 117;- Specified by:
getRuntimeChannelBytesin interfaceVersionOrBuilder- Returns:
- The bytes for runtimeChannel.
-
setRuntimeChannel
public Version.Builder setRuntimeChannel(String value)
The channel of the runtime to use. Only available for some runtimes. Defaults to the `default` channel.
string runtime_channel = 117;- Parameters:
value- The runtimeChannel to set.- Returns:
- 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;- Returns:
- This builder for chaining.
-
setRuntimeChannelBytes
public Version.Builder setRuntimeChannelBytes(com.google.protobuf.ByteString value)
The channel of the runtime to use. Only available for some runtimes. Defaults to the `default` channel.
string runtime_channel = 117;- Parameters:
value- The bytes for runtimeChannel to set.- Returns:
- This builder for chaining.
-
getThreadsafe
public boolean getThreadsafe()
Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;- Specified by:
getThreadsafein interfaceVersionOrBuilder- Returns:
- The threadsafe.
-
setThreadsafe
public Version.Builder setThreadsafe(boolean value)
Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;- Parameters:
value- The threadsafe to set.- Returns:
- This builder for chaining.
-
clearThreadsafe
public Version.Builder clearThreadsafe()
Whether multiple requests can be dispatched to this version at once.
bool threadsafe = 11;- Returns:
- This builder for chaining.
-
getVm
public boolean getVm()
Whether to deploy this version in a container on a virtual machine.
bool vm = 12;- Specified by:
getVmin interfaceVersionOrBuilder- Returns:
- The vm.
-
setVm
public Version.Builder setVm(boolean value)
Whether to deploy this version in a container on a virtual machine.
bool vm = 12;- Parameters:
value- The vm to set.- Returns:
- This builder for chaining.
-
clearVm
public Version.Builder clearVm()
Whether to deploy this version in a container on a virtual machine.
bool vm = 12;- Returns:
- This builder for chaining.
-
getAppEngineApis
public boolean getAppEngineApis()
Allows App Engine second generation runtimes to access the legacy bundled services.
bool app_engine_apis = 128;- Specified by:
getAppEngineApisin interfaceVersionOrBuilder- Returns:
- The appEngineApis.
-
setAppEngineApis
public Version.Builder setAppEngineApis(boolean value)
Allows App Engine second generation runtimes to access the legacy bundled services.
bool app_engine_apis = 128;- Parameters:
value- The appEngineApis to set.- Returns:
- This builder for chaining.
-
clearAppEngineApis
public Version.Builder clearAppEngineApis()
Allows App Engine second generation runtimes to access the legacy bundled services.
bool app_engine_apis = 128;- Returns:
- This builder for chaining.
-
getBetaSettingsCount
public int getBetaSettingsCount()
Description copied from interface:VersionOrBuilderMetadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;- Specified by:
getBetaSettingsCountin interfaceVersionOrBuilder
-
containsBetaSettings
public boolean containsBetaSettings(String key)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;- Specified by:
containsBetaSettingsin interfaceVersionOrBuilder
-
getBetaSettings
@Deprecated public Map<String,String> getBetaSettings()
Deprecated.UsegetBetaSettingsMap()instead.- Specified by:
getBetaSettingsin interfaceVersionOrBuilder
-
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;- Specified by:
getBetaSettingsMapin interfaceVersionOrBuilder
-
getBetaSettingsOrDefault
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;- Specified by:
getBetaSettingsOrDefaultin interfaceVersionOrBuilder
-
getBetaSettingsOrThrow
public String getBetaSettingsOrThrow(String key)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;- Specified by:
getBetaSettingsOrThrowin interfaceVersionOrBuilder
-
clearBetaSettings
public Version.Builder clearBetaSettings()
-
removeBetaSettings
public Version.Builder removeBetaSettings(String key)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
-
getMutableBetaSettings
@Deprecated public Map<String,String> getMutableBetaSettings()
Deprecated.Use alternate mutation accessors instead.
-
putBetaSettings
public Version.Builder putBetaSettings(String key, String value)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
-
putAllBetaSettings
public Version.Builder putAllBetaSettings(Map<String,String> values)
Metadata settings that are supplied to this version to enable beta runtime features.
map<string, string> beta_settings = 13;
-
getEnv
public String getEnv()
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;- Specified by:
getEnvin interfaceVersionOrBuilder- Returns:
- The env.
-
getEnvBytes
public com.google.protobuf.ByteString getEnvBytes()
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;- Specified by:
getEnvBytesin interfaceVersionOrBuilder- Returns:
- The bytes for env.
-
setEnv
public Version.Builder setEnv(String value)
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;- Parameters:
value- The env to set.- Returns:
- This builder for chaining.
-
clearEnv
public Version.Builder clearEnv()
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;- Returns:
- This builder for chaining.
-
setEnvBytes
public Version.Builder setEnvBytes(com.google.protobuf.ByteString value)
App Engine execution environment for this version. Defaults to `standard`.
string env = 14;- Parameters:
value- The bytes for env to set.- Returns:
- This builder for chaining.
-
getServingStatusValue
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;- Specified by:
getServingStatusValuein interfaceVersionOrBuilder- Returns:
- The enum numeric value on the wire for servingStatus.
-
setServingStatusValue
public 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;- Parameters:
value- The enum numeric value on the wire for servingStatus to set.- Returns:
- This builder for chaining.
-
getServingStatus
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;- Specified by:
getServingStatusin interfaceVersionOrBuilder- Returns:
- The servingStatus.
-
setServingStatus
public 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;- Parameters:
value- The servingStatus to set.- Returns:
- 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;- Returns:
- This builder for chaining.
-
getCreatedBy
public String getCreatedBy()
Email address of the user who created this version. @OutputOnly
string created_by = 16;- Specified by:
getCreatedByin interfaceVersionOrBuilder- Returns:
- The createdBy.
-
getCreatedByBytes
public com.google.protobuf.ByteString getCreatedByBytes()
Email address of the user who created this version. @OutputOnly
string created_by = 16;- Specified by:
getCreatedByBytesin interfaceVersionOrBuilder- Returns:
- The bytes for createdBy.
-
setCreatedBy
public Version.Builder setCreatedBy(String value)
Email address of the user who created this version. @OutputOnly
string created_by = 16;- Parameters:
value- The createdBy to set.- Returns:
- This builder for chaining.
-
clearCreatedBy
public Version.Builder clearCreatedBy()
Email address of the user who created this version. @OutputOnly
string created_by = 16;- Returns:
- This builder for chaining.
-
setCreatedByBytes
public Version.Builder setCreatedByBytes(com.google.protobuf.ByteString value)
Email address of the user who created this version. @OutputOnly
string created_by = 16;- Parameters:
value- The bytes for createdBy to set.- Returns:
- This builder for chaining.
-
hasCreateTime
public boolean hasCreateTime()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;- Specified by:
hasCreateTimein interfaceVersionOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;- Specified by:
getCreateTimein interfaceVersionOrBuilder- Returns:
- The createTime.
-
setCreateTime
public Version.Builder setCreateTime(com.google.protobuf.Timestamp value)
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
-
setCreateTime
public Version.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
-
mergeCreateTime
public Version.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
-
clearCreateTime
public Version.Builder clearCreateTime()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Time that this version was created. @OutputOnly
.google.protobuf.Timestamp create_time = 17;- Specified by:
getCreateTimeOrBuilderin interfaceVersionOrBuilder
-
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;- Specified by:
getDiskUsageBytesin interfaceVersionOrBuilder- Returns:
- The diskUsageBytes.
-
setDiskUsageBytes
public Version.Builder setDiskUsageBytes(long value)
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;- Parameters:
value- The diskUsageBytes to set.- Returns:
- This builder for chaining.
-
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;- Returns:
- This builder for chaining.
-
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;- Specified by:
getRuntimeApiVersionin interfaceVersionOrBuilder- Returns:
- The runtimeApiVersion.
-
getRuntimeApiVersionBytes
public com.google.protobuf.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;- Specified by:
getRuntimeApiVersionBytesin interfaceVersionOrBuilder- Returns:
- The bytes for runtimeApiVersion.
-
setRuntimeApiVersion
public Version.Builder setRuntimeApiVersion(String value)
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;- Parameters:
value- The runtimeApiVersion to set.- Returns:
- 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;- Returns:
- This builder for chaining.
-
setRuntimeApiVersionBytes
public Version.Builder setRuntimeApiVersionBytes(com.google.protobuf.ByteString value)
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;- Parameters:
value- The bytes for runtimeApiVersion to set.- Returns:
- This builder for chaining.
-
getRuntimeMainExecutablePath
public String getRuntimeMainExecutablePath()
The path or name of the app's main executable.
string runtime_main_executable_path = 22;- Specified by:
getRuntimeMainExecutablePathin interfaceVersionOrBuilder- Returns:
- The runtimeMainExecutablePath.
-
getRuntimeMainExecutablePathBytes
public com.google.protobuf.ByteString getRuntimeMainExecutablePathBytes()
The path or name of the app's main executable.
string runtime_main_executable_path = 22;- Specified by:
getRuntimeMainExecutablePathBytesin interfaceVersionOrBuilder- Returns:
- The bytes for runtimeMainExecutablePath.
-
setRuntimeMainExecutablePath
public Version.Builder setRuntimeMainExecutablePath(String value)
The path or name of the app's main executable.
string runtime_main_executable_path = 22;- Parameters:
value- The runtimeMainExecutablePath to set.- Returns:
- 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;- Returns:
- This builder for chaining.
-
setRuntimeMainExecutablePathBytes
public Version.Builder setRuntimeMainExecutablePathBytes(com.google.protobuf.ByteString value)
The path or name of the app's main executable.
string runtime_main_executable_path = 22;- Parameters:
value- The bytes for runtimeMainExecutablePath to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getServiceAccountin interfaceVersionOrBuilder- Returns:
- The serviceAccount.
-
getServiceAccountBytes
public com.google.protobuf.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;- Specified by:
getServiceAccountBytesin interfaceVersionOrBuilder- Returns:
- The bytes for serviceAccount.
-
setServiceAccount
public Version.Builder setServiceAccount(String value)
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;- Parameters:
value- The serviceAccount to set.- Returns:
- This builder for chaining.
-
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;- Returns:
- This builder for chaining.
-
setServiceAccountBytes
public Version.Builder setServiceAccountBytes(com.google.protobuf.ByteString value)
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;- Parameters:
value- The bytes for serviceAccount to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getHandlersListin interfaceVersionOrBuilder
-
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;- Specified by:
getHandlersCountin interfaceVersionOrBuilder
-
getHandlers
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;- Specified by:
getHandlersin interfaceVersionOrBuilder
-
setHandlers
public 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;
-
setHandlers
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;
-
addHandlers
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;
-
addHandlers
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;
-
addHandlers
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;
-
addHandlers
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;
-
addAllHandlers
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;
-
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;
-
removeHandlers
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;
-
getHandlersBuilder
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;
-
getHandlersOrBuilder
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;- Specified by:
getHandlersOrBuilderin interfaceVersionOrBuilder
-
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;- Specified by:
getHandlersOrBuilderListin interfaceVersionOrBuilder
-
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;
-
addHandlersBuilder
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;
-
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;
-
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;- Specified by:
getErrorHandlersListin interfaceVersionOrBuilder
-
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;- Specified by:
getErrorHandlersCountin interfaceVersionOrBuilder
-
getErrorHandlers
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;- Specified by:
getErrorHandlersin interfaceVersionOrBuilder
-
setErrorHandlers
public 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;
-
setErrorHandlers
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;
-
addErrorHandlers
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;
-
addErrorHandlers
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;
-
addErrorHandlers
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;
-
addErrorHandlers
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;
-
addAllErrorHandlers
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;
-
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;
-
removeErrorHandlers
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;
-
getErrorHandlersBuilder
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;
-
getErrorHandlersOrBuilder
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;- Specified by:
getErrorHandlersOrBuilderin interfaceVersionOrBuilder
-
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;- Specified by:
getErrorHandlersOrBuilderListin interfaceVersionOrBuilder
-
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;
-
addErrorHandlersBuilder
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;
-
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;
-
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;- Specified by:
getLibrariesListin interfaceVersionOrBuilder
-
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;- Specified by:
getLibrariesCountin interfaceVersionOrBuilder
-
getLibraries
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;- Specified by:
getLibrariesin interfaceVersionOrBuilder
-
setLibraries
public 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;
-
setLibraries
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;
-
addLibraries
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;
-
addLibraries
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;
-
addLibraries
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;
-
addLibraries
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;
-
addAllLibraries
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;
-
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;
-
removeLibraries
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;
-
getLibrariesBuilder
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;
-
getLibrariesOrBuilder
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;- Specified by:
getLibrariesOrBuilderin interfaceVersionOrBuilder
-
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;- Specified by:
getLibrariesOrBuilderListin interfaceVersionOrBuilder
-
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;
-
addLibrariesBuilder
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;
-
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;
-
hasApiConfig
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;- Specified by:
hasApiConfigin interfaceVersionOrBuilder- Returns:
- Whether the apiConfig field is set.
-
getApiConfig
public 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;- Specified by:
getApiConfigin interfaceVersionOrBuilder- Returns:
- The apiConfig.
-
setApiConfig
public 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;
-
setApiConfig
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;
-
mergeApiConfig
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;
-
clearApiConfig
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;
-
getApiConfigBuilder
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;
-
getApiConfigOrBuilder
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;- Specified by:
getApiConfigOrBuilderin interfaceVersionOrBuilder
-
getEnvVariablesCount
public int getEnvVariablesCount()
Description copied from interface:VersionOrBuilderEnvironment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;- Specified by:
getEnvVariablesCountin interfaceVersionOrBuilder
-
containsEnvVariables
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;- Specified by:
containsEnvVariablesin interfaceVersionOrBuilder
-
getEnvVariables
@Deprecated public Map<String,String> getEnvVariables()
Deprecated.UsegetEnvVariablesMap()instead.- Specified by:
getEnvVariablesin interfaceVersionOrBuilder
-
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;- Specified by:
getEnvVariablesMapin interfaceVersionOrBuilder
-
getEnvVariablesOrDefault
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;- Specified by:
getEnvVariablesOrDefaultin interfaceVersionOrBuilder
-
getEnvVariablesOrThrow
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;- Specified by:
getEnvVariablesOrThrowin interfaceVersionOrBuilder
-
clearEnvVariables
public Version.Builder clearEnvVariables()
-
removeEnvVariables
public Version.Builder removeEnvVariables(String key)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;
-
getMutableEnvVariables
@Deprecated public Map<String,String> getMutableEnvVariables()
Deprecated.Use alternate mutation accessors instead.
-
putEnvVariables
public Version.Builder putEnvVariables(String key, String value)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;
-
putAllEnvVariables
public Version.Builder putAllEnvVariables(Map<String,String> values)
Environment variables available to the application. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> env_variables = 104;
-
getBuildEnvVariablesCount
public int getBuildEnvVariablesCount()
Description copied from interface:VersionOrBuilderEnvironment variables available to the build environment. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> build_env_variables = 125;- Specified by:
getBuildEnvVariablesCountin interfaceVersionOrBuilder
-
containsBuildEnvVariables
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;- Specified by:
containsBuildEnvVariablesin interfaceVersionOrBuilder
-
getBuildEnvVariables
@Deprecated public Map<String,String> getBuildEnvVariables()
Deprecated.UsegetBuildEnvVariablesMap()instead.- Specified by:
getBuildEnvVariablesin interfaceVersionOrBuilder
-
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;- Specified by:
getBuildEnvVariablesMapin interfaceVersionOrBuilder
-
getBuildEnvVariablesOrDefault
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;- Specified by:
getBuildEnvVariablesOrDefaultin interfaceVersionOrBuilder
-
getBuildEnvVariablesOrThrow
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;- Specified by:
getBuildEnvVariablesOrThrowin interfaceVersionOrBuilder
-
clearBuildEnvVariables
public Version.Builder clearBuildEnvVariables()
-
removeBuildEnvVariables
public Version.Builder removeBuildEnvVariables(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;
-
getMutableBuildEnvVariables
@Deprecated public Map<String,String> getMutableBuildEnvVariables()
Deprecated.Use alternate mutation accessors instead.
-
putBuildEnvVariables
public Version.Builder putBuildEnvVariables(String key, String value)
Environment variables available to the build environment. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> build_env_variables = 125;
-
putAllBuildEnvVariables
public Version.Builder putAllBuildEnvVariables(Map<String,String> values)
Environment variables available to the build environment. Only returned in `GET` requests if `view=FULL` is set.
map<string, string> build_env_variables = 125;
-
hasDefaultExpiration
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;- Specified by:
hasDefaultExpirationin interfaceVersionOrBuilder- Returns:
- Whether the defaultExpiration field is set.
-
getDefaultExpiration
public com.google.protobuf.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;- Specified by:
getDefaultExpirationin interfaceVersionOrBuilder- Returns:
- The defaultExpiration.
-
setDefaultExpiration
public Version.Builder setDefaultExpiration(com.google.protobuf.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;
-
setDefaultExpiration
public Version.Builder setDefaultExpiration(com.google.protobuf.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;
-
mergeDefaultExpiration
public Version.Builder mergeDefaultExpiration(com.google.protobuf.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;
-
clearDefaultExpiration
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;
-
getDefaultExpirationBuilder
public com.google.protobuf.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;
-
getDefaultExpirationOrBuilder
public com.google.protobuf.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;- Specified by:
getDefaultExpirationOrBuilderin interfaceVersionOrBuilder
-
hasHealthCheck
public boolean hasHealthCheck()
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;- Specified by:
hasHealthCheckin interfaceVersionOrBuilder- Returns:
- Whether the healthCheck field is set.
-
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;- Specified by:
getHealthCheckin interfaceVersionOrBuilder- Returns:
- The healthCheck.
-
setHealthCheck
public Version.Builder setHealthCheck(HealthCheck value)
Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.HealthCheck health_check = 106;
-
setHealthCheck
public Version.Builder setHealthCheck(HealthCheck.Builder builderForValue)
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;
-
mergeHealthCheck
public Version.Builder mergeHealthCheck(HealthCheck value)
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;
-
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;
-
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;
-
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;- Specified by:
getHealthCheckOrBuilderin interfaceVersionOrBuilder
-
hasReadinessCheck
public boolean hasReadinessCheck()
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;- Specified by:
hasReadinessCheckin interfaceVersionOrBuilder- Returns:
- Whether the readinessCheck field is set.
-
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;- Specified by:
getReadinessCheckin interfaceVersionOrBuilder- Returns:
- The readinessCheck.
-
setReadinessCheck
public Version.Builder setReadinessCheck(ReadinessCheck value)
Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation. Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.ReadinessCheck readiness_check = 112;
-
setReadinessCheck
public Version.Builder setReadinessCheck(ReadinessCheck.Builder builderForValue)
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;
-
mergeReadinessCheck
public Version.Builder mergeReadinessCheck(ReadinessCheck value)
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;
-
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;
-
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;
-
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;- Specified by:
getReadinessCheckOrBuilderin interfaceVersionOrBuilder
-
hasLivenessCheck
public boolean hasLivenessCheck()
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;- Specified by:
hasLivenessCheckin interfaceVersionOrBuilder- Returns:
- Whether the livenessCheck field is set.
-
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;- Specified by:
getLivenessCheckin interfaceVersionOrBuilder- Returns:
- The livenessCheck.
-
setLivenessCheck
public Version.Builder setLivenessCheck(LivenessCheck value)
Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances Only returned in `GET` requests if `view=FULL` is set.
.google.appengine.v1.LivenessCheck liveness_check = 113;
-
setLivenessCheck
public Version.Builder setLivenessCheck(LivenessCheck.Builder builderForValue)
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;
-
mergeLivenessCheck
public Version.Builder mergeLivenessCheck(LivenessCheck value)
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;
-
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;
-
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;
-
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;- Specified by:
getLivenessCheckOrBuilderin interfaceVersionOrBuilder
-
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;- Specified by:
getNobuildFilesRegexin interfaceVersionOrBuilder- Returns:
- The nobuildFilesRegex.
-
getNobuildFilesRegexBytes
public com.google.protobuf.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;- Specified by:
getNobuildFilesRegexBytesin interfaceVersionOrBuilder- Returns:
- The bytes for nobuildFilesRegex.
-
setNobuildFilesRegex
public Version.Builder setNobuildFilesRegex(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;- Parameters:
value- The nobuildFilesRegex to set.- Returns:
- This builder for chaining.
-
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;- Returns:
- This builder for chaining.
-
setNobuildFilesRegexBytes
public Version.Builder setNobuildFilesRegexBytes(com.google.protobuf.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;- Parameters:
value- The bytes for nobuildFilesRegex to set.- Returns:
- This builder for chaining.
-
hasDeployment
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;- Specified by:
hasDeploymentin interfaceVersionOrBuilder- Returns:
- Whether the deployment field is set.
-
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;- Specified by:
getDeploymentin interfaceVersionOrBuilder- Returns:
- The deployment.
-
setDeployment
public 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;
-
setDeployment
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;
-
mergeDeployment
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;
-
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;
-
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;
-
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;- Specified by:
getDeploymentOrBuilderin interfaceVersionOrBuilder
-
getVersionUrl
public String getVersionUrl()
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;- Specified by:
getVersionUrlin interfaceVersionOrBuilder- Returns:
- The versionUrl.
-
getVersionUrlBytes
public com.google.protobuf.ByteString getVersionUrlBytes()
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;- Specified by:
getVersionUrlBytesin interfaceVersionOrBuilder- Returns:
- The bytes for versionUrl.
-
setVersionUrl
public Version.Builder setVersionUrl(String value)
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;- Parameters:
value- The versionUrl to set.- Returns:
- 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;- Returns:
- This builder for chaining.
-
setVersionUrlBytes
public Version.Builder setVersionUrlBytes(com.google.protobuf.ByteString value)
Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com" @OutputOnly
string version_url = 109;- Parameters:
value- The bytes for versionUrl to set.- Returns:
- This builder for chaining.
-
hasEndpointsApiService
public boolean hasEndpointsApiService()
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;- Specified by:
hasEndpointsApiServicein interfaceVersionOrBuilder- Returns:
- Whether the endpointsApiService field is set.
-
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;- Specified by:
getEndpointsApiServicein interfaceVersionOrBuilder- Returns:
- The endpointsApiService.
-
setEndpointsApiService
public Version.Builder setEndpointsApiService(EndpointsApiService value)
Cloud Endpoints configuration. If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
.google.appengine.v1.EndpointsApiService endpoints_api_service = 110;
-
setEndpointsApiService
public Version.Builder setEndpointsApiService(EndpointsApiService.Builder builderForValue)
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;
-
mergeEndpointsApiService
public Version.Builder mergeEndpointsApiService(EndpointsApiService value)
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;
-
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;
-
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;
-
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;- Specified by:
getEndpointsApiServiceOrBuilderin interfaceVersionOrBuilder
-
hasEntrypoint
public boolean hasEntrypoint()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;- Specified by:
hasEntrypointin interfaceVersionOrBuilder- Returns:
- Whether the entrypoint field is set.
-
getEntrypoint
public Entrypoint getEntrypoint()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;- Specified by:
getEntrypointin interfaceVersionOrBuilder- Returns:
- The entrypoint.
-
setEntrypoint
public Version.Builder setEntrypoint(Entrypoint value)
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
-
setEntrypoint
public Version.Builder setEntrypoint(Entrypoint.Builder builderForValue)
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
-
mergeEntrypoint
public Version.Builder mergeEntrypoint(Entrypoint value)
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
-
clearEntrypoint
public Version.Builder clearEntrypoint()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
-
getEntrypointBuilder
public Entrypoint.Builder getEntrypointBuilder()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;
-
getEntrypointOrBuilder
public EntrypointOrBuilder getEntrypointOrBuilder()
The entrypoint for the application.
.google.appengine.v1.Entrypoint entrypoint = 122;- Specified by:
getEntrypointOrBuilderin interfaceVersionOrBuilder
-
hasVpcAccessConnector
public boolean hasVpcAccessConnector()
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;- Specified by:
hasVpcAccessConnectorin interfaceVersionOrBuilder- Returns:
- Whether the vpcAccessConnector field is set.
-
getVpcAccessConnector
public VpcAccessConnector getVpcAccessConnector()
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;- Specified by:
getVpcAccessConnectorin interfaceVersionOrBuilder- Returns:
- The vpcAccessConnector.
-
setVpcAccessConnector
public Version.Builder setVpcAccessConnector(VpcAccessConnector value)
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
-
setVpcAccessConnector
public Version.Builder setVpcAccessConnector(VpcAccessConnector.Builder builderForValue)
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
-
mergeVpcAccessConnector
public Version.Builder mergeVpcAccessConnector(VpcAccessConnector value)
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
-
clearVpcAccessConnector
public Version.Builder clearVpcAccessConnector()
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
-
getVpcAccessConnectorBuilder
public VpcAccessConnector.Builder getVpcAccessConnectorBuilder()
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;
-
getVpcAccessConnectorOrBuilder
public VpcAccessConnectorOrBuilder getVpcAccessConnectorOrBuilder()
Enables VPC connectivity for standard apps.
.google.appengine.v1.VpcAccessConnector vpc_access_connector = 121;- Specified by:
getVpcAccessConnectorOrBuilderin interfaceVersionOrBuilder
-
setUnknownFields
public final Version.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
mergeUnknownFields
public final Version.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Version.Builder>
-
-