blob: be1bd3a5e3d144353cf83c96c6cd74c9d3aceb0e [file] [log] [blame]
Takashi Matsuo06694102015-09-11 13:55:40 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="appengine_v1beta4.html">Google App Engine Admin API</a> . <a href="appengine_v1beta4.apps.html">apps</a> . <a href="appengine_v1beta4.apps.modules.html">modules</a> . <a href="appengine_v1beta4.apps.modules.versions.html">versions</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Sai Cheemalapatidf613972016-10-21 13:59:49 -070078 <code><a href="appengine_v1beta4.apps.modules.versions.instances.html">instances()</a></code>
79</p>
80<p class="firstline">Returns the instances Resource.</p>
81
82<p class="toc_element">
Takashi Matsuo06694102015-09-11 13:55:40 -070083 <code><a href="#create">create(appsId, modulesId, body, x__xgafv=None)</a></code></p>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070084<p class="firstline">Deploys code and resource files to a new version.</p>
Takashi Matsuo06694102015-09-11 13:55:40 -070085<p class="toc_element">
86 <code><a href="#delete">delete(appsId, modulesId, versionsId, x__xgafv=None)</a></code></p>
87<p class="firstline">Deletes an existing version.</p>
88<p class="toc_element">
89 <code><a href="#get">get(appsId, modulesId, versionsId, x__xgafv=None, view=None)</a></code></p>
Jon Wayne Parrott692617a2017-01-06 09:58:29 -080090<p class="firstline">Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.</p>
Takashi Matsuo06694102015-09-11 13:55:40 -070091<p class="toc_element">
92 <code><a href="#list">list(appsId, modulesId, pageSize=None, pageToken=None, x__xgafv=None, view=None)</a></code></p>
93<p class="firstline">Lists the versions of a module.</p>
94<p class="toc_element">
95 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
96<p class="firstline">Retrieves the next page of results.</p>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070097<p class="toc_element">
98 <code><a href="#patch">patch(appsId, modulesId, versionsId, body, mask=None, x__xgafv=None)</a></code></p>
Jon Wayne Parrott692617a2017-01-06 09:58:29 -080099<p class="firstline">Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment. instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.instance_class): For Version resources that run in the App Engine standard environment. automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment. automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.</p>
Takashi Matsuo06694102015-09-11 13:55:40 -0700100<h3>Method Details</h3>
101<div class="method">
102 <code class="details" id="create">create(appsId, modulesId, body, x__xgafv=None)</code>
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700103 <pre>Deploys code and resource files to a new version.
Takashi Matsuo06694102015-09-11 13:55:40 -0700104
105Args:
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800106 appsId: string, Part of `name`. Name of the resource to update. Example: apps/myapp/modules/default. (required)
Takashi Matsuo06694102015-09-11 13:55:40 -0700107 modulesId: string, Part of `name`. See documentation of `appsId`. (required)
108 body: object, The request body. (required)
109 The object takes the form of:
110
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700111{ # A Version resource is a specific set of source code and configuration files that are deployed into a module.
Takashi Matsuo06694102015-09-11 13:55:40 -0700112 "basicScaling": { # A module 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. # A module 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.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700113 "idleTimeout": "A String", # Duration of time after the last request that an instance must wait before the instance is shut down.
114 "maxInstances": 42, # Maximum number of instances to create for this version.
Takashi Matsuo06694102015-09-11 13:55:40 -0700115 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700116 "betaSettings": { # Metadata settings that are supplied to this version to enable beta runtime features.
Takashi Matsuo06694102015-09-11 13:55:40 -0700117 "a_key": "A String",
118 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700119 "vm": True or False, # Whether to deploy this version in a container on a virtual machine.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800120 "instanceClass": "A String", # 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.
121 "errorHandlers": [ # Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700122 { # Custom static error page to be served when an error occurs.
123 "errorCode": "A String", # Error condition this handler applies to.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800124 "mimeType": "A String", # MIME type of file. Defaults to text/html.
Takashi Matsuo06694102015-09-11 13:55:40 -0700125 "staticFile": "A String", # Static file content to be served for this error.
126 },
127 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800128 "id": "A String", # Relative name of the version within the module. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
129 "apiConfig": { # Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. # Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.
Takashi Matsuo06694102015-09-11 13:55:40 -0700130 "url": "A String", # URL to serve the endpoint at.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700131 "securityLevel": "A String", # Security (HTTPS) enforcement for this URL.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800132 "authFailAction": "A String", # Action to take when users access resources that require authentication. Defaults to redirect.
133 "login": "A String", # Level of login required to access this resource. Defaults to optional.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700134 "script": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700135 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700136 "threadsafe": True or False, # Whether multiple requests can be dispatched to this version at once.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800137 "healthCheck": { # Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment. # Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700138 "restartThreshold": 42, # Number of consecutive failed health checks required before an instance is restarted.
139 "checkInterval": "A String", # Interval between health checks.
140 "unhealthyThreshold": 42, # Number of consecutive failed health checks required before removing traffic.
141 "healthyThreshold": 42, # Number of consecutive successful health checks required before receiving traffic.
142 "host": "A String", # Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
143 "timeout": "A String", # Time before the health check is considered failed.
Takashi Matsuo06694102015-09-11 13:55:40 -0700144 "disableHealthCheck": True or False, # Whether to explicitly disable health checks for this instance.
145 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800146 "defaultExpiration": "A String", # 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.
147 "libraries": [ # Configuration for third-party Python runtime libraries required by the application.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700148 { # Third-party Python runtime library that is required by the application.
149 "version": "A String", # Version of the library to select, or "latest".
150 "name": "A String", # Name of the library. Example: "django".
Takashi Matsuo06694102015-09-11 13:55:40 -0700151 },
152 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800153 "deployer": "A String", # Email address of the user who created this version.@OutputOnly
154 "env": "A String", # App Engine execution environment to use for this version.Defaults to 1.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700155 "automaticScaling": { # Automatic scaling is based on request rate, response latencies, and other application metrics. # Automatic scaling is based on request rate, response latencies, and other application metrics.
156 "minPendingLatency": "A String", # Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
157 "networkUtilization": { # Target scaling by network usage. Only applicable for VM runtimes. # Target scaling by network usage.
158 "targetReceivedBytesPerSec": 42, # Target bytes received per second.
159 "targetSentBytesPerSec": 42, # Target bytes sent per second.
160 "targetReceivedPacketsPerSec": 42, # Target packets received per second.
161 "targetSentPacketsPerSec": 42, # Target packets sent per second.
162 },
163 "diskUtilization": { # Target scaling by disk usage. Only applicable for VM runtimes. # Target scaling by disk usage.
164 "targetWriteOpsPerSec": 42, # Target ops written per second.
165 "targetReadBytesPerSec": 42, # Target bytes read per second.
166 "targetReadOpsPerSec": 42, # Target ops read per second.
167 "targetWriteBytesPerSec": 42, # Target bytes written per second.
168 },
169 "maxPendingLatency": "A String", # Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
170 "maxIdleInstances": 42, # Maximum number of idle instances that should be maintained for this version.
171 "minIdleInstances": 42, # Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a module.
172 "requestUtilization": { # Target scaling by request utilization. Only applicable for VM runtimes. # Target scaling by request utilization.
173 "targetConcurrentRequests": 42, # Target number of concurrent requests.
174 "targetRequestCountPerSec": 42, # Target requests per second.
175 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800176 "coolDownPeriod": "A String", # Amount of time that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines. Only applicable for VM runtimes.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700177 "maxTotalInstances": 42, # Maximum number of instances that should be started to handle requests.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800178 "maxConcurrentRequests": 42, # Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700179 "minTotalInstances": 42, # Minimum number of instances that should be maintained for this version.
Takashi Matsuo06694102015-09-11 13:55:40 -0700180 "cpuUtilization": { # Target scaling by CPU usage. # Target scaling by CPU usage.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700181 "targetUtilization": 3.14, # Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
182 "aggregationWindowLength": "A String", # Period of time over which CPU utilization is calculated.
Takashi Matsuo06694102015-09-11 13:55:40 -0700183 },
184 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800185 "envVariables": { # Environment variables made available to the application.Only returned in GET requests if view=FULL is set.
Takashi Matsuo06694102015-09-11 13:55:40 -0700186 "a_key": "A String",
187 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700188 "resources": { # Machine resources for a version. # Machine resources for this version. Only applicable for VM runtimes.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800189 "volumes": [ # User specified volumes.
190 { # Volumes mounted within the app container. Only applicable for VM runtimes.
191 "volumeType": "A String", # Underlying volume type, e.g. 'tmpfs'.
192 "name": "A String", # Unique name for the volume.
193 "sizeGb": 3.14, # Volume size in gigabytes.
194 },
195 ],
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700196 "diskGb": 3.14, # Disk size (GB) needed.
197 "cpu": 3.14, # Number of CPU cores needed.
198 "memoryGb": 3.14, # Memory (GB) needed.
Takashi Matsuo06694102015-09-11 13:55:40 -0700199 },
200 "manualScaling": { # A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. # A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800201 "instances": 42, # Number of instances to assign to the module at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
Takashi Matsuo06694102015-09-11 13:55:40 -0700202 },
203 "inboundServices": [ # Before an application can receive email or XMPP messages, the application must be configured to enable the service.
204 "A String",
205 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800206 "deployment": { # Code and application artifacts used to deploy a version to App Engine. # Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700207 "files": { # Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
208 "a_key": { # Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800209 "mimeType": "A String", # The MIME type of the file.Defaults to the value from Google Cloud Storage.
210 "sourceUrl": "A String", # URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700211 "sha1Sum": "A String", # The SHA1 hash of the file, in hex.
Takashi Matsuo06694102015-09-11 13:55:40 -0700212 },
213 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700214 "sourceReferences": [ # Origin of the source code for this deployment. There can be more than one source reference per version if source code is distributed among multiple repositories.
215 { # Reference to a particular snapshot of the source tree used to build and deploy the application.
216 "revisionId": "A String", # The canonical, persistent identifier of the deployed revision. Aliases that include tags or branch names are not allowed. Example (git): "2198322f89e0bb2e25021667c2ed489d1fd34e6b"
217 "repository": "A String", # URI string identifying the repository. Example: "https://source.developers.google.com/p/app-123/r/default"
Takashi Matsuo06694102015-09-11 13:55:40 -0700218 },
219 ],
Sai Cheemalapatie833b792017-03-24 15:06:46 -0700220 "container": { # Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment. # The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
221 "image": "A String", # URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
Takashi Matsuo06694102015-09-11 13:55:40 -0700222 },
223 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700224 "network": { # Extra network settings. Only applicable for VM runtimes. # Extra network settings. Only applicable for VM runtimes.
225 "instanceTag": "A String", # Tag to apply to the VM instance during creation.
226 "forwardedPorts": [ # List of ports, or port pairs, to forward from the virtual machine to the application container.
Takashi Matsuo06694102015-09-11 13:55:40 -0700227 "A String",
228 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800229 "name": "A String", # Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
Takashi Matsuo06694102015-09-11 13:55:40 -0700230 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800231 "nobuildFilesRegex": "A String", # 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.
232 "name": "A String", # Full path to the Version resource in the API. Example: apps/myapp/modules/default/versions/v1.@OutputOnly
233 "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 GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700234 { # URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code, or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800235 "staticDirectory": { # Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static directory handlers make it easy to serve the entire contents of a directory as static files. # Serves the entire contents of a directory as static files.This attribute is deprecated. You can mimic the behavior of static directories using static files.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700236 "mimeType": "A String", # MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are direved from each file's filename extension.
Takashi Matsuo06694102015-09-11 13:55:40 -0700237 "httpHeaders": { # HTTP headers to use for all responses from these URLs.
238 "a_key": "A String",
239 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700240 "expiration": "A String", # Time a static file served by this handler should be cached.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800241 "directory": "A String", # Path to the directory containing the static files from the application root directory. Everything after the end of the matched URL pattern is appended to static_dir to form the full path to the requested file.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700242 "requireMatchingFile": True or False, # Whether this handler should match the request if the file referenced by the handler does not exist.
243 "applicationReadable": True or False, # Whether files should also be uploaded as code data. By default, files declared in static directory handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
Takashi Matsuo06694102015-09-11 13:55:40 -0700244 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700245 "securityLevel": "A String", # Security (HTTPS) enforcement for this URL.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800246 "authFailAction": "A String", # Action to take when users access resources that require authentication. Defaults to redirect.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700247 "urlRegex": "A String", # A URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
248 "script": { # Executes a script to handle the request that matches the URL pattern. # Executes a script to handle the request that matches this URL pattern.
249 "scriptPath": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700250 },
251 "staticFiles": { # Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. # Returns the contents of a file, such as an image, as the response.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700252 "mimeType": "A String", # MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
253 "applicationReadable": True or False, # Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
254 "expiration": "A String", # Time a static file served by this handler should be cached.
255 "requireMatchingFile": True or False, # Whether this handler should match the request if the file referenced by the handler does not exist.
256 "uploadPathRegex": "A String", # Regular expression that matches the file paths for all files that should be referenced by this handler.
257 "path": "A String", # Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
Takashi Matsuo06694102015-09-11 13:55:40 -0700258 "httpHeaders": { # HTTP headers to use for all responses from these URLs.
259 "a_key": "A String",
260 },
261 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700262 "apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
263 "scriptPath": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700264 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700265 "login": "A String", # Level of login required to access this resource.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800266 "redirectHttpResponseCode": "A String", # 30x code to use when performing redirects for the secure field. Defaults to 302.
Takashi Matsuo06694102015-09-11 13:55:40 -0700267 },
268 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800269 "creationTime": "A String", # Time that this version was created.@OutputOnly
270 "servingStatus": "A String", # 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.
271 "runtime": "A String", # Desired runtime. Example: python27.
Takashi Matsuo06694102015-09-11 13:55:40 -0700272 }
273
274 x__xgafv: string, V1 error format.
275
276Returns:
277 An object of the form:
278
279 { # This resource represents a long-running operation that is the result of a network API call.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800280 "response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700281 "a_key": "", # Properties of the object. Contains field @type with type URL.
Takashi Matsuo06694102015-09-11 13:55:40 -0700282 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800283 "error": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). The error model is designed to be: Simple to use and understand for most users Flexible enough to meet unexpected needsOverviewThe Status message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers understand and resolve the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package google.rpc which can be used for common error conditions.Language mappingThe Status message is the logical representation of the error model, but it is not necessarily the actual wire format. When the Status message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C.Other usesThe error model and the Status message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments.Example uses of this error model include: Partial errors. If a service needs to return partial errors to the client, it may embed the Status in the normal response to indicate the partial errors. Workflow errors. A typical workflow has multiple steps. Each step may have a Status message for error reporting purpose. Batch operations. If a client uses batch request and batch response, the Status message should be used directly inside batch response, one for each error sub-response. Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the Status message. Logging. If some API errors are stored in logs, the message Status could be used directly after any stripping needed for security/privacy reasons. # The error result of the operation in case of failure or cancellation.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700284 "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
285 "code": 42, # The status code, which should be an enum value of google.rpc.Code.
Takashi Matsuo06694102015-09-11 13:55:40 -0700286 "details": [ # A list of messages that carry the error details. There will be a common set of message types for APIs to use.
287 {
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700288 "a_key": "", # Properties of the object. Contains field @type with type URL.
Takashi Matsuo06694102015-09-11 13:55:40 -0700289 },
290 ],
291 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800292 "done": True or False, # If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
293 "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should have the format of operations/some/unique/name.
Takashi Matsuo06694102015-09-11 13:55:40 -0700294 "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700295 "a_key": "", # Properties of the object. Contains field @type with type URL.
Takashi Matsuo06694102015-09-11 13:55:40 -0700296 },
297 }</pre>
298</div>
299
300<div class="method">
301 <code class="details" id="delete">delete(appsId, modulesId, versionsId, x__xgafv=None)</code>
302 <pre>Deletes an existing version.
303
304Args:
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800305 appsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default/versions/v1. (required)
Takashi Matsuo06694102015-09-11 13:55:40 -0700306 modulesId: string, Part of `name`. See documentation of `appsId`. (required)
307 versionsId: string, Part of `name`. See documentation of `appsId`. (required)
308 x__xgafv: string, V1 error format.
309
310Returns:
311 An object of the form:
312
313 { # This resource represents a long-running operation that is the result of a network API call.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800314 "response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700315 "a_key": "", # Properties of the object. Contains field @type with type URL.
Takashi Matsuo06694102015-09-11 13:55:40 -0700316 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800317 "error": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). The error model is designed to be: Simple to use and understand for most users Flexible enough to meet unexpected needsOverviewThe Status message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers understand and resolve the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package google.rpc which can be used for common error conditions.Language mappingThe Status message is the logical representation of the error model, but it is not necessarily the actual wire format. When the Status message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C.Other usesThe error model and the Status message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments.Example uses of this error model include: Partial errors. If a service needs to return partial errors to the client, it may embed the Status in the normal response to indicate the partial errors. Workflow errors. A typical workflow has multiple steps. Each step may have a Status message for error reporting purpose. Batch operations. If a client uses batch request and batch response, the Status message should be used directly inside batch response, one for each error sub-response. Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the Status message. Logging. If some API errors are stored in logs, the message Status could be used directly after any stripping needed for security/privacy reasons. # The error result of the operation in case of failure or cancellation.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700318 "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
319 "code": 42, # The status code, which should be an enum value of google.rpc.Code.
Takashi Matsuo06694102015-09-11 13:55:40 -0700320 "details": [ # A list of messages that carry the error details. There will be a common set of message types for APIs to use.
321 {
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700322 "a_key": "", # Properties of the object. Contains field @type with type URL.
Takashi Matsuo06694102015-09-11 13:55:40 -0700323 },
324 ],
325 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800326 "done": True or False, # If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
327 "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should have the format of operations/some/unique/name.
Takashi Matsuo06694102015-09-11 13:55:40 -0700328 "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700329 "a_key": "", # Properties of the object. Contains field @type with type URL.
Takashi Matsuo06694102015-09-11 13:55:40 -0700330 },
331 }</pre>
332</div>
333
334<div class="method">
335 <code class="details" id="get">get(appsId, modulesId, versionsId, x__xgafv=None, view=None)</code>
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800336 <pre>Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.
Takashi Matsuo06694102015-09-11 13:55:40 -0700337
338Args:
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800339 appsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default/versions/v1. (required)
Takashi Matsuo06694102015-09-11 13:55:40 -0700340 modulesId: string, Part of `name`. See documentation of `appsId`. (required)
341 versionsId: string, Part of `name`. See documentation of `appsId`. (required)
342 x__xgafv: string, V1 error format.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800343 view: string, Controls the set of fields returned in the Get response.
Takashi Matsuo06694102015-09-11 13:55:40 -0700344
345Returns:
346 An object of the form:
347
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700348 { # A Version resource is a specific set of source code and configuration files that are deployed into a module.
Takashi Matsuo06694102015-09-11 13:55:40 -0700349 "basicScaling": { # A module 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. # A module 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.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700350 "idleTimeout": "A String", # Duration of time after the last request that an instance must wait before the instance is shut down.
351 "maxInstances": 42, # Maximum number of instances to create for this version.
Takashi Matsuo06694102015-09-11 13:55:40 -0700352 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700353 "betaSettings": { # Metadata settings that are supplied to this version to enable beta runtime features.
Takashi Matsuo06694102015-09-11 13:55:40 -0700354 "a_key": "A String",
355 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700356 "vm": True or False, # Whether to deploy this version in a container on a virtual machine.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800357 "instanceClass": "A String", # 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.
358 "errorHandlers": [ # Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700359 { # Custom static error page to be served when an error occurs.
360 "errorCode": "A String", # Error condition this handler applies to.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800361 "mimeType": "A String", # MIME type of file. Defaults to text/html.
Takashi Matsuo06694102015-09-11 13:55:40 -0700362 "staticFile": "A String", # Static file content to be served for this error.
363 },
364 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800365 "id": "A String", # Relative name of the version within the module. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
366 "apiConfig": { # Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. # Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.
Takashi Matsuo06694102015-09-11 13:55:40 -0700367 "url": "A String", # URL to serve the endpoint at.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700368 "securityLevel": "A String", # Security (HTTPS) enforcement for this URL.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800369 "authFailAction": "A String", # Action to take when users access resources that require authentication. Defaults to redirect.
370 "login": "A String", # Level of login required to access this resource. Defaults to optional.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700371 "script": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700372 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700373 "threadsafe": True or False, # Whether multiple requests can be dispatched to this version at once.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800374 "healthCheck": { # Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment. # Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700375 "restartThreshold": 42, # Number of consecutive failed health checks required before an instance is restarted.
376 "checkInterval": "A String", # Interval between health checks.
377 "unhealthyThreshold": 42, # Number of consecutive failed health checks required before removing traffic.
378 "healthyThreshold": 42, # Number of consecutive successful health checks required before receiving traffic.
379 "host": "A String", # Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
380 "timeout": "A String", # Time before the health check is considered failed.
Takashi Matsuo06694102015-09-11 13:55:40 -0700381 "disableHealthCheck": True or False, # Whether to explicitly disable health checks for this instance.
382 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800383 "defaultExpiration": "A String", # 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.
384 "libraries": [ # Configuration for third-party Python runtime libraries required by the application.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700385 { # Third-party Python runtime library that is required by the application.
386 "version": "A String", # Version of the library to select, or "latest".
387 "name": "A String", # Name of the library. Example: "django".
Takashi Matsuo06694102015-09-11 13:55:40 -0700388 },
389 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800390 "deployer": "A String", # Email address of the user who created this version.@OutputOnly
391 "env": "A String", # App Engine execution environment to use for this version.Defaults to 1.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700392 "automaticScaling": { # Automatic scaling is based on request rate, response latencies, and other application metrics. # Automatic scaling is based on request rate, response latencies, and other application metrics.
393 "minPendingLatency": "A String", # Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
394 "networkUtilization": { # Target scaling by network usage. Only applicable for VM runtimes. # Target scaling by network usage.
395 "targetReceivedBytesPerSec": 42, # Target bytes received per second.
396 "targetSentBytesPerSec": 42, # Target bytes sent per second.
397 "targetReceivedPacketsPerSec": 42, # Target packets received per second.
398 "targetSentPacketsPerSec": 42, # Target packets sent per second.
399 },
400 "diskUtilization": { # Target scaling by disk usage. Only applicable for VM runtimes. # Target scaling by disk usage.
401 "targetWriteOpsPerSec": 42, # Target ops written per second.
402 "targetReadBytesPerSec": 42, # Target bytes read per second.
403 "targetReadOpsPerSec": 42, # Target ops read per second.
404 "targetWriteBytesPerSec": 42, # Target bytes written per second.
405 },
406 "maxPendingLatency": "A String", # Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
407 "maxIdleInstances": 42, # Maximum number of idle instances that should be maintained for this version.
408 "minIdleInstances": 42, # Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a module.
409 "requestUtilization": { # Target scaling by request utilization. Only applicable for VM runtimes. # Target scaling by request utilization.
410 "targetConcurrentRequests": 42, # Target number of concurrent requests.
411 "targetRequestCountPerSec": 42, # Target requests per second.
412 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800413 "coolDownPeriod": "A String", # Amount of time that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines. Only applicable for VM runtimes.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700414 "maxTotalInstances": 42, # Maximum number of instances that should be started to handle requests.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800415 "maxConcurrentRequests": 42, # Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700416 "minTotalInstances": 42, # Minimum number of instances that should be maintained for this version.
Takashi Matsuo06694102015-09-11 13:55:40 -0700417 "cpuUtilization": { # Target scaling by CPU usage. # Target scaling by CPU usage.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700418 "targetUtilization": 3.14, # Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
419 "aggregationWindowLength": "A String", # Period of time over which CPU utilization is calculated.
Takashi Matsuo06694102015-09-11 13:55:40 -0700420 },
421 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800422 "envVariables": { # Environment variables made available to the application.Only returned in GET requests if view=FULL is set.
Takashi Matsuo06694102015-09-11 13:55:40 -0700423 "a_key": "A String",
424 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700425 "resources": { # Machine resources for a version. # Machine resources for this version. Only applicable for VM runtimes.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800426 "volumes": [ # User specified volumes.
427 { # Volumes mounted within the app container. Only applicable for VM runtimes.
428 "volumeType": "A String", # Underlying volume type, e.g. 'tmpfs'.
429 "name": "A String", # Unique name for the volume.
430 "sizeGb": 3.14, # Volume size in gigabytes.
431 },
432 ],
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700433 "diskGb": 3.14, # Disk size (GB) needed.
434 "cpu": 3.14, # Number of CPU cores needed.
435 "memoryGb": 3.14, # Memory (GB) needed.
Takashi Matsuo06694102015-09-11 13:55:40 -0700436 },
437 "manualScaling": { # A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. # A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800438 "instances": 42, # Number of instances to assign to the module at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
Takashi Matsuo06694102015-09-11 13:55:40 -0700439 },
440 "inboundServices": [ # Before an application can receive email or XMPP messages, the application must be configured to enable the service.
441 "A String",
442 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800443 "deployment": { # Code and application artifacts used to deploy a version to App Engine. # Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700444 "files": { # Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
445 "a_key": { # Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800446 "mimeType": "A String", # The MIME type of the file.Defaults to the value from Google Cloud Storage.
447 "sourceUrl": "A String", # URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700448 "sha1Sum": "A String", # The SHA1 hash of the file, in hex.
Takashi Matsuo06694102015-09-11 13:55:40 -0700449 },
450 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700451 "sourceReferences": [ # Origin of the source code for this deployment. There can be more than one source reference per version if source code is distributed among multiple repositories.
452 { # Reference to a particular snapshot of the source tree used to build and deploy the application.
453 "revisionId": "A String", # The canonical, persistent identifier of the deployed revision. Aliases that include tags or branch names are not allowed. Example (git): "2198322f89e0bb2e25021667c2ed489d1fd34e6b"
454 "repository": "A String", # URI string identifying the repository. Example: "https://source.developers.google.com/p/app-123/r/default"
Takashi Matsuo06694102015-09-11 13:55:40 -0700455 },
456 ],
Sai Cheemalapatie833b792017-03-24 15:06:46 -0700457 "container": { # Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment. # The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
458 "image": "A String", # URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
Takashi Matsuo06694102015-09-11 13:55:40 -0700459 },
460 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700461 "network": { # Extra network settings. Only applicable for VM runtimes. # Extra network settings. Only applicable for VM runtimes.
462 "instanceTag": "A String", # Tag to apply to the VM instance during creation.
463 "forwardedPorts": [ # List of ports, or port pairs, to forward from the virtual machine to the application container.
Takashi Matsuo06694102015-09-11 13:55:40 -0700464 "A String",
465 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800466 "name": "A String", # Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
Takashi Matsuo06694102015-09-11 13:55:40 -0700467 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800468 "nobuildFilesRegex": "A String", # 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.
469 "name": "A String", # Full path to the Version resource in the API. Example: apps/myapp/modules/default/versions/v1.@OutputOnly
470 "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 GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700471 { # URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code, or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800472 "staticDirectory": { # Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static directory handlers make it easy to serve the entire contents of a directory as static files. # Serves the entire contents of a directory as static files.This attribute is deprecated. You can mimic the behavior of static directories using static files.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700473 "mimeType": "A String", # MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are direved from each file's filename extension.
Takashi Matsuo06694102015-09-11 13:55:40 -0700474 "httpHeaders": { # HTTP headers to use for all responses from these URLs.
475 "a_key": "A String",
476 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700477 "expiration": "A String", # Time a static file served by this handler should be cached.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800478 "directory": "A String", # Path to the directory containing the static files from the application root directory. Everything after the end of the matched URL pattern is appended to static_dir to form the full path to the requested file.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700479 "requireMatchingFile": True or False, # Whether this handler should match the request if the file referenced by the handler does not exist.
480 "applicationReadable": True or False, # Whether files should also be uploaded as code data. By default, files declared in static directory handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
Takashi Matsuo06694102015-09-11 13:55:40 -0700481 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700482 "securityLevel": "A String", # Security (HTTPS) enforcement for this URL.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800483 "authFailAction": "A String", # Action to take when users access resources that require authentication. Defaults to redirect.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700484 "urlRegex": "A String", # A URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
485 "script": { # Executes a script to handle the request that matches the URL pattern. # Executes a script to handle the request that matches this URL pattern.
486 "scriptPath": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700487 },
488 "staticFiles": { # Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. # Returns the contents of a file, such as an image, as the response.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700489 "mimeType": "A String", # MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
490 "applicationReadable": True or False, # Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
491 "expiration": "A String", # Time a static file served by this handler should be cached.
492 "requireMatchingFile": True or False, # Whether this handler should match the request if the file referenced by the handler does not exist.
493 "uploadPathRegex": "A String", # Regular expression that matches the file paths for all files that should be referenced by this handler.
494 "path": "A String", # Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
Takashi Matsuo06694102015-09-11 13:55:40 -0700495 "httpHeaders": { # HTTP headers to use for all responses from these URLs.
496 "a_key": "A String",
497 },
498 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700499 "apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
500 "scriptPath": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700501 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700502 "login": "A String", # Level of login required to access this resource.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800503 "redirectHttpResponseCode": "A String", # 30x code to use when performing redirects for the secure field. Defaults to 302.
Takashi Matsuo06694102015-09-11 13:55:40 -0700504 },
505 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800506 "creationTime": "A String", # Time that this version was created.@OutputOnly
507 "servingStatus": "A String", # 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.
508 "runtime": "A String", # Desired runtime. Example: python27.
Takashi Matsuo06694102015-09-11 13:55:40 -0700509 }</pre>
510</div>
511
512<div class="method">
513 <code class="details" id="list">list(appsId, modulesId, pageSize=None, pageToken=None, x__xgafv=None, view=None)</code>
514 <pre>Lists the versions of a module.
515
516Args:
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800517 appsId: string, Part of `name`. Name of the resource requested. Example: apps/myapp/modules/default. (required)
Takashi Matsuo06694102015-09-11 13:55:40 -0700518 modulesId: string, Part of `name`. See documentation of `appsId`. (required)
519 pageSize: integer, Maximum results to return per page.
520 pageToken: string, Continuation token for fetching the next page of results.
521 x__xgafv: string, V1 error format.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800522 view: string, Controls the set of fields returned in the List response.
Takashi Matsuo06694102015-09-11 13:55:40 -0700523
524Returns:
525 An object of the form:
526
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800527 { # Response message for Versions.ListVersions.
Takashi Matsuo06694102015-09-11 13:55:40 -0700528 "nextPageToken": "A String", # Continuation token for fetching the next page of results.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700529 "versions": [ # The versions belonging to the requested module.
530 { # A Version resource is a specific set of source code and configuration files that are deployed into a module.
Takashi Matsuo06694102015-09-11 13:55:40 -0700531 "basicScaling": { # A module 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. # A module 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.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700532 "idleTimeout": "A String", # Duration of time after the last request that an instance must wait before the instance is shut down.
533 "maxInstances": 42, # Maximum number of instances to create for this version.
Takashi Matsuo06694102015-09-11 13:55:40 -0700534 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700535 "betaSettings": { # Metadata settings that are supplied to this version to enable beta runtime features.
Takashi Matsuo06694102015-09-11 13:55:40 -0700536 "a_key": "A String",
537 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700538 "vm": True or False, # Whether to deploy this version in a container on a virtual machine.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800539 "instanceClass": "A String", # 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.
540 "errorHandlers": [ # Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700541 { # Custom static error page to be served when an error occurs.
542 "errorCode": "A String", # Error condition this handler applies to.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800543 "mimeType": "A String", # MIME type of file. Defaults to text/html.
Takashi Matsuo06694102015-09-11 13:55:40 -0700544 "staticFile": "A String", # Static file content to be served for this error.
545 },
546 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800547 "id": "A String", # Relative name of the version within the module. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
548 "apiConfig": { # Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. # Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.
Takashi Matsuo06694102015-09-11 13:55:40 -0700549 "url": "A String", # URL to serve the endpoint at.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700550 "securityLevel": "A String", # Security (HTTPS) enforcement for this URL.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800551 "authFailAction": "A String", # Action to take when users access resources that require authentication. Defaults to redirect.
552 "login": "A String", # Level of login required to access this resource. Defaults to optional.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700553 "script": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700554 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700555 "threadsafe": True or False, # Whether multiple requests can be dispatched to this version at once.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800556 "healthCheck": { # Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment. # Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700557 "restartThreshold": 42, # Number of consecutive failed health checks required before an instance is restarted.
558 "checkInterval": "A String", # Interval between health checks.
559 "unhealthyThreshold": 42, # Number of consecutive failed health checks required before removing traffic.
560 "healthyThreshold": 42, # Number of consecutive successful health checks required before receiving traffic.
561 "host": "A String", # Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
562 "timeout": "A String", # Time before the health check is considered failed.
Takashi Matsuo06694102015-09-11 13:55:40 -0700563 "disableHealthCheck": True or False, # Whether to explicitly disable health checks for this instance.
564 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800565 "defaultExpiration": "A String", # 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.
566 "libraries": [ # Configuration for third-party Python runtime libraries required by the application.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700567 { # Third-party Python runtime library that is required by the application.
568 "version": "A String", # Version of the library to select, or "latest".
569 "name": "A String", # Name of the library. Example: "django".
Takashi Matsuo06694102015-09-11 13:55:40 -0700570 },
571 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800572 "deployer": "A String", # Email address of the user who created this version.@OutputOnly
573 "env": "A String", # App Engine execution environment to use for this version.Defaults to 1.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700574 "automaticScaling": { # Automatic scaling is based on request rate, response latencies, and other application metrics. # Automatic scaling is based on request rate, response latencies, and other application metrics.
575 "minPendingLatency": "A String", # Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
576 "networkUtilization": { # Target scaling by network usage. Only applicable for VM runtimes. # Target scaling by network usage.
577 "targetReceivedBytesPerSec": 42, # Target bytes received per second.
578 "targetSentBytesPerSec": 42, # Target bytes sent per second.
579 "targetReceivedPacketsPerSec": 42, # Target packets received per second.
580 "targetSentPacketsPerSec": 42, # Target packets sent per second.
581 },
582 "diskUtilization": { # Target scaling by disk usage. Only applicable for VM runtimes. # Target scaling by disk usage.
583 "targetWriteOpsPerSec": 42, # Target ops written per second.
584 "targetReadBytesPerSec": 42, # Target bytes read per second.
585 "targetReadOpsPerSec": 42, # Target ops read per second.
586 "targetWriteBytesPerSec": 42, # Target bytes written per second.
587 },
588 "maxPendingLatency": "A String", # Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
589 "maxIdleInstances": 42, # Maximum number of idle instances that should be maintained for this version.
590 "minIdleInstances": 42, # Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a module.
591 "requestUtilization": { # Target scaling by request utilization. Only applicable for VM runtimes. # Target scaling by request utilization.
592 "targetConcurrentRequests": 42, # Target number of concurrent requests.
593 "targetRequestCountPerSec": 42, # Target requests per second.
594 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800595 "coolDownPeriod": "A String", # Amount of time that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines. Only applicable for VM runtimes.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700596 "maxTotalInstances": 42, # Maximum number of instances that should be started to handle requests.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800597 "maxConcurrentRequests": 42, # Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700598 "minTotalInstances": 42, # Minimum number of instances that should be maintained for this version.
Takashi Matsuo06694102015-09-11 13:55:40 -0700599 "cpuUtilization": { # Target scaling by CPU usage. # Target scaling by CPU usage.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700600 "targetUtilization": 3.14, # Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
601 "aggregationWindowLength": "A String", # Period of time over which CPU utilization is calculated.
Takashi Matsuo06694102015-09-11 13:55:40 -0700602 },
603 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800604 "envVariables": { # Environment variables made available to the application.Only returned in GET requests if view=FULL is set.
Takashi Matsuo06694102015-09-11 13:55:40 -0700605 "a_key": "A String",
606 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700607 "resources": { # Machine resources for a version. # Machine resources for this version. Only applicable for VM runtimes.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800608 "volumes": [ # User specified volumes.
609 { # Volumes mounted within the app container. Only applicable for VM runtimes.
610 "volumeType": "A String", # Underlying volume type, e.g. 'tmpfs'.
611 "name": "A String", # Unique name for the volume.
612 "sizeGb": 3.14, # Volume size in gigabytes.
613 },
614 ],
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700615 "diskGb": 3.14, # Disk size (GB) needed.
616 "cpu": 3.14, # Number of CPU cores needed.
617 "memoryGb": 3.14, # Memory (GB) needed.
Takashi Matsuo06694102015-09-11 13:55:40 -0700618 },
619 "manualScaling": { # A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. # A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800620 "instances": 42, # Number of instances to assign to the module at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
Takashi Matsuo06694102015-09-11 13:55:40 -0700621 },
622 "inboundServices": [ # Before an application can receive email or XMPP messages, the application must be configured to enable the service.
623 "A String",
624 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800625 "deployment": { # Code and application artifacts used to deploy a version to App Engine. # Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700626 "files": { # Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
627 "a_key": { # Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800628 "mimeType": "A String", # The MIME type of the file.Defaults to the value from Google Cloud Storage.
629 "sourceUrl": "A String", # URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700630 "sha1Sum": "A String", # The SHA1 hash of the file, in hex.
Takashi Matsuo06694102015-09-11 13:55:40 -0700631 },
632 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700633 "sourceReferences": [ # Origin of the source code for this deployment. There can be more than one source reference per version if source code is distributed among multiple repositories.
634 { # Reference to a particular snapshot of the source tree used to build and deploy the application.
635 "revisionId": "A String", # The canonical, persistent identifier of the deployed revision. Aliases that include tags or branch names are not allowed. Example (git): "2198322f89e0bb2e25021667c2ed489d1fd34e6b"
636 "repository": "A String", # URI string identifying the repository. Example: "https://source.developers.google.com/p/app-123/r/default"
Takashi Matsuo06694102015-09-11 13:55:40 -0700637 },
638 ],
Sai Cheemalapatie833b792017-03-24 15:06:46 -0700639 "container": { # Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment. # The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
640 "image": "A String", # URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
Takashi Matsuo06694102015-09-11 13:55:40 -0700641 },
642 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700643 "network": { # Extra network settings. Only applicable for VM runtimes. # Extra network settings. Only applicable for VM runtimes.
644 "instanceTag": "A String", # Tag to apply to the VM instance during creation.
645 "forwardedPorts": [ # List of ports, or port pairs, to forward from the virtual machine to the application container.
Takashi Matsuo06694102015-09-11 13:55:40 -0700646 "A String",
647 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800648 "name": "A String", # Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
Takashi Matsuo06694102015-09-11 13:55:40 -0700649 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800650 "nobuildFilesRegex": "A String", # 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.
651 "name": "A String", # Full path to the Version resource in the API. Example: apps/myapp/modules/default/versions/v1.@OutputOnly
652 "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 GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700653 { # URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code, or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800654 "staticDirectory": { # Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static directory handlers make it easy to serve the entire contents of a directory as static files. # Serves the entire contents of a directory as static files.This attribute is deprecated. You can mimic the behavior of static directories using static files.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700655 "mimeType": "A String", # MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are direved from each file's filename extension.
Takashi Matsuo06694102015-09-11 13:55:40 -0700656 "httpHeaders": { # HTTP headers to use for all responses from these URLs.
657 "a_key": "A String",
658 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700659 "expiration": "A String", # Time a static file served by this handler should be cached.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800660 "directory": "A String", # Path to the directory containing the static files from the application root directory. Everything after the end of the matched URL pattern is appended to static_dir to form the full path to the requested file.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700661 "requireMatchingFile": True or False, # Whether this handler should match the request if the file referenced by the handler does not exist.
662 "applicationReadable": True or False, # Whether files should also be uploaded as code data. By default, files declared in static directory handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
Takashi Matsuo06694102015-09-11 13:55:40 -0700663 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700664 "securityLevel": "A String", # Security (HTTPS) enforcement for this URL.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800665 "authFailAction": "A String", # Action to take when users access resources that require authentication. Defaults to redirect.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700666 "urlRegex": "A String", # A URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
667 "script": { # Executes a script to handle the request that matches the URL pattern. # Executes a script to handle the request that matches this URL pattern.
668 "scriptPath": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700669 },
670 "staticFiles": { # Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. # Returns the contents of a file, such as an image, as the response.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700671 "mimeType": "A String", # MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
672 "applicationReadable": True or False, # Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
673 "expiration": "A String", # Time a static file served by this handler should be cached.
674 "requireMatchingFile": True or False, # Whether this handler should match the request if the file referenced by the handler does not exist.
675 "uploadPathRegex": "A String", # Regular expression that matches the file paths for all files that should be referenced by this handler.
676 "path": "A String", # Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
Takashi Matsuo06694102015-09-11 13:55:40 -0700677 "httpHeaders": { # HTTP headers to use for all responses from these URLs.
678 "a_key": "A String",
679 },
680 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700681 "apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
682 "scriptPath": "A String", # Path to the script from the application root directory.
Takashi Matsuo06694102015-09-11 13:55:40 -0700683 },
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700684 "login": "A String", # Level of login required to access this resource.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800685 "redirectHttpResponseCode": "A String", # 30x code to use when performing redirects for the secure field. Defaults to 302.
Takashi Matsuo06694102015-09-11 13:55:40 -0700686 },
687 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800688 "creationTime": "A String", # Time that this version was created.@OutputOnly
689 "servingStatus": "A String", # 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.
690 "runtime": "A String", # Desired runtime. Example: python27.
Takashi Matsuo06694102015-09-11 13:55:40 -0700691 },
692 ],
693 }</pre>
694</div>
695
696<div class="method">
697 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
698 <pre>Retrieves the next page of results.
699
700Args:
701 previous_request: The request for the previous page. (required)
702 previous_response: The response from the request for the previous page. (required)
703
704Returns:
705 A request object that you can call 'execute()' on to request the next
706 page. Returns None if there are no more items in the collection.
707 </pre>
708</div>
709
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700710<div class="method">
711 <code class="details" id="patch">patch(appsId, modulesId, versionsId, body, mask=None, x__xgafv=None)</code>
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800712 <pre>Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.serving_status): For Version resources that use basic scaling, manual scaling, or run in the App Engine flexible environment. instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.instance_class): For Version resources that run in the App Engine standard environment. automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment. automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta4/apps.modules.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700713
714Args:
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800715 appsId: string, Part of `name`. Name of the resource to update. Example: apps/myapp/modules/default/versions/1. (required)
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700716 modulesId: string, Part of `name`. See documentation of `appsId`. (required)
717 versionsId: string, Part of `name`. See documentation of `appsId`. (required)
718 body: object, The request body. (required)
719 The object takes the form of:
720
721{ # A Version resource is a specific set of source code and configuration files that are deployed into a module.
722 "basicScaling": { # A module 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. # A module 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.
723 "idleTimeout": "A String", # Duration of time after the last request that an instance must wait before the instance is shut down.
724 "maxInstances": 42, # Maximum number of instances to create for this version.
725 },
726 "betaSettings": { # Metadata settings that are supplied to this version to enable beta runtime features.
727 "a_key": "A String",
728 },
729 "vm": True or False, # Whether to deploy this version in a container on a virtual machine.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800730 "instanceClass": "A String", # 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.
731 "errorHandlers": [ # Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700732 { # Custom static error page to be served when an error occurs.
733 "errorCode": "A String", # Error condition this handler applies to.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800734 "mimeType": "A String", # MIME type of file. Defaults to text/html.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700735 "staticFile": "A String", # Static file content to be served for this error.
736 },
737 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800738 "id": "A String", # Relative name of the version within the module. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
739 "apiConfig": { # Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. # Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700740 "url": "A String", # URL to serve the endpoint at.
741 "securityLevel": "A String", # Security (HTTPS) enforcement for this URL.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800742 "authFailAction": "A String", # Action to take when users access resources that require authentication. Defaults to redirect.
743 "login": "A String", # Level of login required to access this resource. Defaults to optional.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700744 "script": "A String", # Path to the script from the application root directory.
745 },
746 "threadsafe": True or False, # Whether multiple requests can be dispatched to this version at once.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800747 "healthCheck": { # Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment. # Configures health checking for VM instances. Unhealthy instances are stopped and replaced with new instances. Only applicable for VM runtimes.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700748 "restartThreshold": 42, # Number of consecutive failed health checks required before an instance is restarted.
749 "checkInterval": "A String", # Interval between health checks.
750 "unhealthyThreshold": 42, # Number of consecutive failed health checks required before removing traffic.
751 "healthyThreshold": 42, # Number of consecutive successful health checks required before receiving traffic.
752 "host": "A String", # Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
753 "timeout": "A String", # Time before the health check is considered failed.
754 "disableHealthCheck": True or False, # Whether to explicitly disable health checks for this instance.
755 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800756 "defaultExpiration": "A String", # 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.
757 "libraries": [ # Configuration for third-party Python runtime libraries required by the application.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700758 { # Third-party Python runtime library that is required by the application.
759 "version": "A String", # Version of the library to select, or "latest".
760 "name": "A String", # Name of the library. Example: "django".
761 },
762 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800763 "deployer": "A String", # Email address of the user who created this version.@OutputOnly
764 "env": "A String", # App Engine execution environment to use for this version.Defaults to 1.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700765 "automaticScaling": { # Automatic scaling is based on request rate, response latencies, and other application metrics. # Automatic scaling is based on request rate, response latencies, and other application metrics.
766 "minPendingLatency": "A String", # Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
767 "networkUtilization": { # Target scaling by network usage. Only applicable for VM runtimes. # Target scaling by network usage.
768 "targetReceivedBytesPerSec": 42, # Target bytes received per second.
769 "targetSentBytesPerSec": 42, # Target bytes sent per second.
770 "targetReceivedPacketsPerSec": 42, # Target packets received per second.
771 "targetSentPacketsPerSec": 42, # Target packets sent per second.
772 },
773 "diskUtilization": { # Target scaling by disk usage. Only applicable for VM runtimes. # Target scaling by disk usage.
774 "targetWriteOpsPerSec": 42, # Target ops written per second.
775 "targetReadBytesPerSec": 42, # Target bytes read per second.
776 "targetReadOpsPerSec": 42, # Target ops read per second.
777 "targetWriteBytesPerSec": 42, # Target bytes written per second.
778 },
779 "maxPendingLatency": "A String", # Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
780 "maxIdleInstances": 42, # Maximum number of idle instances that should be maintained for this version.
781 "minIdleInstances": 42, # Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a module.
782 "requestUtilization": { # Target scaling by request utilization. Only applicable for VM runtimes. # Target scaling by request utilization.
783 "targetConcurrentRequests": 42, # Target number of concurrent requests.
784 "targetRequestCountPerSec": 42, # Target requests per second.
785 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800786 "coolDownPeriod": "A String", # Amount of time that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait between changes to the number of virtual machines. Only applicable for VM runtimes.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700787 "maxTotalInstances": 42, # Maximum number of instances that should be started to handle requests.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800788 "maxConcurrentRequests": 42, # Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700789 "minTotalInstances": 42, # Minimum number of instances that should be maintained for this version.
790 "cpuUtilization": { # Target scaling by CPU usage. # Target scaling by CPU usage.
791 "targetUtilization": 3.14, # Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
792 "aggregationWindowLength": "A String", # Period of time over which CPU utilization is calculated.
793 },
794 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800795 "envVariables": { # Environment variables made available to the application.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700796 "a_key": "A String",
797 },
798 "resources": { # Machine resources for a version. # Machine resources for this version. Only applicable for VM runtimes.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800799 "volumes": [ # User specified volumes.
800 { # Volumes mounted within the app container. Only applicable for VM runtimes.
801 "volumeType": "A String", # Underlying volume type, e.g. 'tmpfs'.
802 "name": "A String", # Unique name for the volume.
803 "sizeGb": 3.14, # Volume size in gigabytes.
804 },
805 ],
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700806 "diskGb": 3.14, # Disk size (GB) needed.
807 "cpu": 3.14, # Number of CPU cores needed.
808 "memoryGb": 3.14, # Memory (GB) needed.
809 },
810 "manualScaling": { # A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. # A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800811 "instances": 42, # Number of instances to assign to the module at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700812 },
813 "inboundServices": [ # Before an application can receive email or XMPP messages, the application must be configured to enable the service.
814 "A String",
815 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800816 "deployment": { # Code and application artifacts used to deploy a version to App Engine. # Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700817 "files": { # Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
818 "a_key": { # Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800819 "mimeType": "A String", # The MIME type of the file.Defaults to the value from Google Cloud Storage.
820 "sourceUrl": "A String", # URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700821 "sha1Sum": "A String", # The SHA1 hash of the file, in hex.
822 },
823 },
824 "sourceReferences": [ # Origin of the source code for this deployment. There can be more than one source reference per version if source code is distributed among multiple repositories.
825 { # Reference to a particular snapshot of the source tree used to build and deploy the application.
826 "revisionId": "A String", # The canonical, persistent identifier of the deployed revision. Aliases that include tags or branch names are not allowed. Example (git): "2198322f89e0bb2e25021667c2ed489d1fd34e6b"
827 "repository": "A String", # URI string identifying the repository. Example: "https://source.developers.google.com/p/app-123/r/default"
828 },
829 ],
Sai Cheemalapatie833b792017-03-24 15:06:46 -0700830 "container": { # Docker image that is used to create a container and start a VM instance for the version that you deploy. Only applicable for instances running in the App Engine flexible environment. # The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
831 "image": "A String", # URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700832 },
833 },
834 "network": { # Extra network settings. Only applicable for VM runtimes. # Extra network settings. Only applicable for VM runtimes.
835 "instanceTag": "A String", # Tag to apply to the VM instance during creation.
836 "forwardedPorts": [ # List of ports, or port pairs, to forward from the virtual machine to the application container.
837 "A String",
838 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800839 "name": "A String", # Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700840 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800841 "nobuildFilesRegex": "A String", # 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.
842 "name": "A String", # Full path to the Version resource in the API. Example: apps/myapp/modules/default/versions/v1.@OutputOnly
843 "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 GET requests if view=FULL is set.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700844 { # URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code, or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800845 "staticDirectory": { # Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static directory handlers make it easy to serve the entire contents of a directory as static files. # Serves the entire contents of a directory as static files.This attribute is deprecated. You can mimic the behavior of static directories using static files.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700846 "mimeType": "A String", # MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are direved from each file's filename extension.
847 "httpHeaders": { # HTTP headers to use for all responses from these URLs.
848 "a_key": "A String",
849 },
850 "expiration": "A String", # Time a static file served by this handler should be cached.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800851 "directory": "A String", # Path to the directory containing the static files from the application root directory. Everything after the end of the matched URL pattern is appended to static_dir to form the full path to the requested file.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700852 "requireMatchingFile": True or False, # Whether this handler should match the request if the file referenced by the handler does not exist.
853 "applicationReadable": True or False, # Whether files should also be uploaded as code data. By default, files declared in static directory handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
854 },
855 "securityLevel": "A String", # Security (HTTPS) enforcement for this URL.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800856 "authFailAction": "A String", # Action to take when users access resources that require authentication. Defaults to redirect.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700857 "urlRegex": "A String", # A URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
858 "script": { # Executes a script to handle the request that matches the URL pattern. # Executes a script to handle the request that matches this URL pattern.
859 "scriptPath": "A String", # Path to the script from the application root directory.
860 },
861 "staticFiles": { # Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. # Returns the contents of a file, such as an image, as the response.
862 "mimeType": "A String", # MIME type used to serve all files served by this handler. Defaults to file-specific MIME types, which are derived from each file's filename extension.
863 "applicationReadable": True or False, # Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
864 "expiration": "A String", # Time a static file served by this handler should be cached.
865 "requireMatchingFile": True or False, # Whether this handler should match the request if the file referenced by the handler does not exist.
866 "uploadPathRegex": "A String", # Regular expression that matches the file paths for all files that should be referenced by this handler.
867 "path": "A String", # Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
868 "httpHeaders": { # HTTP headers to use for all responses from these URLs.
869 "a_key": "A String",
870 },
871 },
872 "apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
873 "scriptPath": "A String", # Path to the script from the application root directory.
874 },
875 "login": "A String", # Level of login required to access this resource.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800876 "redirectHttpResponseCode": "A String", # 30x code to use when performing redirects for the secure field. Defaults to 302.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700877 },
878 ],
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800879 "creationTime": "A String", # Time that this version was created.@OutputOnly
880 "servingStatus": "A String", # 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.
881 "runtime": "A String", # Desired runtime. Example: python27.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700882 }
883
884 mask: string, Standard field mask for the set of fields to be updated.
885 x__xgafv: string, V1 error format.
886
887Returns:
888 An object of the form:
889
890 { # This resource represents a long-running operation that is the result of a network API call.
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800891 "response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700892 "a_key": "", # Properties of the object. Contains field @type with type URL.
893 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800894 "error": { # The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). The error model is designed to be: Simple to use and understand for most users Flexible enough to meet unexpected needsOverviewThe Status message contains three pieces of data: error code, error message, and error details. The error code should be an enum value of google.rpc.Code, but it may accept additional error codes if needed. The error message should be a developer-facing English message that helps developers understand and resolve the error. If a localized user-facing error message is needed, put the localized message in the error details or localize it in the client. The optional error details may contain arbitrary information about the error. There is a predefined set of error detail types in the package google.rpc which can be used for common error conditions.Language mappingThe Status message is the logical representation of the error model, but it is not necessarily the actual wire format. When the Status message is exposed in different client libraries and different wire protocols, it can be mapped differently. For example, it will likely be mapped to some exceptions in Java, but more likely mapped to some error codes in C.Other usesThe error model and the Status message can be used in a variety of environments, either with or without APIs, to provide a consistent developer experience across different environments.Example uses of this error model include: Partial errors. If a service needs to return partial errors to the client, it may embed the Status in the normal response to indicate the partial errors. Workflow errors. A typical workflow has multiple steps. Each step may have a Status message for error reporting purpose. Batch operations. If a client uses batch request and batch response, the Status message should be used directly inside batch response, one for each error sub-response. Asynchronous operations. If an API call embeds asynchronous operation results in its response, the status of those operations should be represented directly using the Status message. Logging. If some API errors are stored in logs, the message Status could be used directly after any stripping needed for security/privacy reasons. # The error result of the operation in case of failure or cancellation.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700895 "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
896 "code": 42, # The status code, which should be an enum value of google.rpc.Code.
897 "details": [ # A list of messages that carry the error details. There will be a common set of message types for APIs to use.
898 {
899 "a_key": "", # Properties of the object. Contains field @type with type URL.
900 },
901 ],
902 },
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800903 "done": True or False, # If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
904 "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should have the format of operations/some/unique/name.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700905 "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
906 "a_key": "", # Properties of the object. Contains field @type with type URL.
907 },
908 }</pre>
909</div>
910
Takashi Matsuo06694102015-09-11 13:55:40 -0700911</body></html>