- Resource: Version
- AutomaticScaling
- CpuUtilization
- RequestUtilization
- DiskUtilization
- NetworkUtilization
- StandardSchedulerSettings
- BasicScaling
- ManualScaling
- InboundServiceType
- Network
- Resources
- Volume
- FlexibleRuntimeSettings
- ServingStatus
- UrlMap
- StaticFilesHandler
- ScriptHandler
- ApiEndpointHandler
- SecurityLevel
- LoginRequirement
- AuthFailAction
- RedirectHttpResponseCode
- ErrorHandler
- ErrorCode
- Library
- ApiConfigHandler
- HealthCheck
- ReadinessCheck
- LivenessCheck
- Deployment
- FileInfo
- ContainerInfo
- ZipInfo
- CloudBuildOptions
- EndpointsApiService
- RolloutStrategy
- Entrypoint
- VpcAccessConnector
- EgressSetting
- Methods
Resource: Version
A Version resource is a specific set of source code and configuration files that are deployed into a service.
| JSON representation |
|---|
{ "name": string, "id": string, "inboundServices": [ enum ( |
| Fields | |
|---|---|
name |
Full path to the Version resource in the API. Example: Note: This field is used in responses only. Any value specified here in a request is ignored. |
id |
Relative name of the version within the service. Example: |
inboundServices[] |
Before an application can receive email or XMPP messages, the application must be configured to enable the service. |
instanceClass |
Instance class that is used to run this version. Valid values are:
Defaults to |
network |
Extra network settings. Only applicable in the App Engine flexible environment. |
zones[] |
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated. |
resources |
Machine resources for this version. Only applicable in the App Engine flexible environment. |
runtime |
Desired runtime. Example: |
runtimeChannel |
The channel of the runtime to use. Only available for some runtimes. Defaults to the |
threadsafe |
Whether multiple requests can be dispatched to this version at once. |
vm |
Whether to deploy this version in a container on a virtual machine. |
flexibleRuntimeSettings |
Settings for App Engine flexible runtimes. |
appEngineApis |
Allows App Engine second generation runtimes to access the legacy bundled services. |
betaSettings |
Metadata settings that are supplied to this version to enable beta runtime features. An object containing a list of |
env |
App Engine execution environment for this version. Defaults to |
servingStatus |
Current serving status of this version. Only the versions with a
|
createdBy |
Email address of the user who created this version. Note: This field is used in responses only. Any value specified here in a request is ignored. |
createTime |
Time that this version was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: Note: This field is used in responses only. Any value specified here in a request is ignored. |
diskUsageBytes |
Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk. Note: This field is used in responses only. Any value specified here in a request is ignored. |
runtimeApiVersion |
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/ |
runtimeMainExecutablePath |
The path or name of the app's main executable. |
serviceAccount |
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. |
handlers[] |
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 |
errorHandlers[] |
|