Deploys code and resource files to a new version.
Path parameters
Part of parent. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default.
Part of parent. See documentation of appsId.
Request body
Desired runtime. Example: python27.
Environment variables available to the application.Only returned in GET requests if view=FULL is set.
Metadata settings that are supplied to this version to enable beta runtime features.
Whether to deploy this version in a container on a virtual machine.
Output only. Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly
Output only. Email address of the user who created this version.@OutputOnly
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.
Output only. Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.@OutputOnly
Output only. Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly
The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
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.
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-".
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.
The path or name of the app's main executable.
Environment variables available to the build environment.Only returned in GET requests if view=FULL is set.
Whether multiple requests can be dispatched to this version at once.
Allows App Engine second generation runtimes to access the legacy bundled services.
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//config/appref
Time that this version was created.@OutputOnly
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.
Before an application can receive email or XMPP messages, the application must be configured to enable the service.
The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.
App Engine execution environment for this version.Defaults to standard.
Response
Successful response