H      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                                                                          !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None05[(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None!"050FCode and application artifacts used to deploy a version to App Engine.See: 3 smart constructor.gAn Instance resource is the computing unit that App Engine uses to automatically scale an application.See: " smart constructor.NDocker image that is used to start a VM container for the version you deploy.See:   smart constructor.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.See:  smart constructor.5Request message for 'Applications.RepairApplication'.See:  smart constructor.GTarget scaling by request utilization. Only applicable for VM runtimes.See:  smart constructor.-Response message for Instances.ListInstances.See:  smart constructor.4Metadata for the given google.longrunning.Operation.See:  smart constructor.6Metadata for the given google.cloud.location.Location.See:   smart constructor. cCross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}See:   smart constructor. ;Custom static error page to be served when an error occurs.See:  smart constructor. 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.See:  smart constructor. nA Version resource is a specific set of source code and configuration files that are deployed into a service.See:  smart constructor. 4Metadata for the given google.longrunning.Operation.See:  smart constructor.A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.See:  smart constructor.A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.See:  smart constructor. Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.See:  smart constructor.Target scaling by CPU usage.See:  smart constructor.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.See:  smart constructor. Machine resources for a version.See:  smart constructor.6HTTP headers to use for all responses from these URLs.See:  smart constructor.,Request message for Instances.DebugInstance.See:  smart constructor.8Extra network settings. Only applicable for VM runtimes.See:  smart constructor./Uses Google Cloud Endpoints to handle requests.See:  smart constructor.KVolumes mounted within the app container. Only applicable for VM runtimes.See:  smart constructor.4Metadata for the given google.longrunning.Operation.See:  smart constructor._Automatic scaling is based on request rate, response latencies, and other application metrics.See:  smart constructor.Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.See:  smart constructor.+Response message for Versions.ListVersions.See:  smart constructor.FRules to match an HTTP request and dispatch that request to a service.See:  smart constructor..The zip file information for a zip deployment.See:  smart constructor. \This resource represents a long-running operation that is the result of a network API call.See:  smart constructor.!:A resource that represents Google Cloud Platform location.See:  smart constructor."RCloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy.The fields here refer to the name and configuration id of a "service" resource in the Service Management API (https://cloud.google.com/service-management/overview).See:  smart constructor.#A Service resource is a logical component of an application that can share state and communicate in a secure fashion with other services. For example, an application that handles customer requests might include separate services to handle tasks such as backend data analysis or API requests from mobile devices. Each service has a collection of versions that define a specific set of code used to implement the functionality of that service.See:  smart constructor.$UMetadata settings that are supplied to this version to enable beta runtime features.See:  smart constructor.%[An Application resource contains the top-level configuration of an App Engine application.See: x smart constructor.&fEnvironment variables available to the application.Only returned in GET requests if view=FULL is set.See: v smart constructor.'tGoogle Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.See: p smart constructor.(Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment.See: h smart constructor.)3The response message for Operations.ListOperations.See: e smart constructor.*>Target scaling by disk usage. Only applicable for VM runtimes.See: ` smart constructor.+7The response message for LocationService.ListLocations.See: ] smart constructor.,GThird-party Python runtime library that is required by the application.See: Z smart constructor.-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.See: Q smart constructor..+Response message for Services.ListServices.See: N smart constructor./EExecutes a script to handle the request that matches the URL pattern.See: L smart constructor.0Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions.See: I smart constructor.1UService-specific metadata. For example the available capacity at the given location.See: G smart constructor.2Service-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.See: E smart constructor.3 LThe 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.See: A smart constructor.4ATarget scaling by network usage. Only applicable for VM runtimes.See: < smart constructor.54Metadata for the given google.longrunning.Operation.See: 6 smart constructor.6Creates a value of 54 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:789:;70Time that this operation was created.'OutputOnly8-User who requested this operation.'OutputOnly9~API method that initiated this operation. Example: google.appengine.experimental.CustomDomains.CreateCustomDomain.'OutputOnly:.Time that this operation completed.'OutputOnly;qName of the resource that this operation is acting on. Example: apps/myapp/customDomains/example.com.'OutputOnly<Creates a value of 44 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:=>?@=!Target bytes received per second.>Target packets sent per second.?#Target packets received per second.@Target bytes sent per second.ACreates a value of 34 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:BCDBnA list of messages that carry the error details. There will be a common set of message types for APIs to use.CBThe status code, which should be an enum value of google.rpc.Code.DA 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.ECreates a value of 24 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:FF=Properties of the object. Contains field 'type with type URL.GCreates a value of 14 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:HH=Properties of the object. Contains field 'type with type URL.ICreates a value of 04 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:JKJMechanism used to determine which version a request is sent to. The traffic selection algorithm will be stable for either type until allocations are changed.K Mapping from version IDs within the service to fractional (0.000, 1] allocations of traffic for that version. Each version can be specified only once, but some versions in the service may not have any traffic allocation. Services that have traffic allocated cannot be deleted until either the service is deleted or their traffic allocation is removed. Allocations must sum to 1. Up to two decimal place precision is supported for IP-based splits and up to three decimal places is supported for cookie-based splits.LCreates a value of /4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:MM7Path to the script from the application root directory.NCreates a value of .4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:OPO9Continuation token for fetching the next page of results.P4The services belonging to the requested application.QCreates a value of -4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:RSTUVWXYRFExecutes a script to handle the request that matches this URL pattern.S*Security (HTTPS) enforcement for this URL.T&Uses API Endpoints to handle requests.UURL 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.VQ30x code to use when performing redirects for the secure field. Defaults to 302.W^Action to take when users access resources that require authentication. Defaults to redirect.XBReturns the contents of a file, such as an image, as the response.Y0Level of login required to access this resource.ZCreates a value of ,4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:[\['Name of the library. Example: "django".\.Version of the library to select, or "latest".]Creates a value of +4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:^_^"The standard List next-page token._EA list of locations that matches the specified filter in the request.`Creates a value of *4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:abcdaTarget bytes read per second.bTarget ops read per seconds.cTarget ops written per second.d Target bytes written per second.eCreates a value of )4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:fgf"The standard List next-page token.gFA list of operations that matches the specified filter in the request.hCreates a value of (4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:ijklmnoiRNumber of consecutive successful health checks required before receiving traffic.j>Whether to explicitly disable health checks for this instance.kInterval between health checks.lUNumber of consecutive failed health checks required before an instance is restarted.mWHost header to send when performing an HTTP health check. Example: "myapp.appspot.com"n2Time before the health check is considered failed.oMNumber of consecutive failed health checks required before removing traffic.pCreates a value of '4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:qrstuq7Path to the script from the application root directory.r*Security (HTTPS) enforcement for this URL.sURL to serve the endpoint at.t^Action to take when users access resources that require authentication. Defaults to redirect.uFLevel of login required to access this resource. Defaults to optional.vCreates a value of &4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:wxCreates a value of %4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: yz{|}~yOHostname used to reach this application, as resolved by App Engine.'OutputOnlyz.Cookie expiration policy for this application.{Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.|Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.'OutputOnly}RFull path to the Application resource in the API. Example: apps/myapp.'OutputOnly~HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent.'OutputOnly^Google Cloud Storage bucket that can be used by this application to store content.'OutputOnlyIdentifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.4Location from which this application will be run. Application instances will run out of data centers in the chosen location, which is also where all of the application's end user content is stored.Defaults to us-central.Options are:us-central - Central USeurope-west - Western Europeus-east1 - Eastern USCreates a value of $4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of #4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:aMapping that defines fractional HTTP traffic diversion to different versions within the service._Full path to the Service resource in the API. Example: apps/myapp/services/default.'OutputOnlyRRelative name of the service within the application. Example: default.'OutputOnlyCreates a value of "4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"jEndpoints service configuration id as specified by the Service Management API. For example "2016-09-19r1"Creates a value of !4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1"UService-specific metadata. For example the available capacity at the given location.cCross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}<The canonical id for this location. For example: "us-east1".Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: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.EThe error result of the operation in case of failure or cancellation.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.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.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.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path. The sum of the lengths of the domain and path may not exceed 100 characters.Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.Domain name to match against. The wildcard "*" is supported if specified before a period: "*.".Defaults to matching all domains: "*".Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:9Continuation token for fetching the next page of results.0The versions belonging to the requested service.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:"The SHA1 hash of the file, in hex.KThe MIME type of the file.Defaults to the value from Google Cloud Storage.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//'.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:  Target scaling by network usage.FMaximum number of instances that should be started to handle requests.Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.Target scaling by disk usage.oMinimum amount of time a request should wait in the pending queue before starting a new instance to handle it.Target scaling by CPU usage.MMaximum number of idle instances that should be maintained for this version.GMinimum number of instances that should be maintained for this version.Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.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.&Target scaling by request utilization.tMaximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:5Timestamp that this operation was created.'OutputOnly-User who requested this operation.'OutputOnlysAPI method name that initiated this operation. Example: google.appengine.v1beta5.Version.CreateVersion.'OutputOnly3Timestamp that this operation completed.'OutputOnlyhName of the resource that this operation is acting on. Example: apps/myapp/services/default.'OutputOnlyCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Volume size in gigabytes.Unique name for the volume.%Underlying volume type, e.g. 'tmpfs'.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:7Path to the script from the application root directory.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:=Properties of the object. Contains field 'type with type URL.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network the VM instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network the VM instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network the VM instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the Flex app.`List of ports, or port pairs, to forward from the virtual machine to the application container.0Tag to apply to the VM instance during creation.Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:?Public SSH key to add to the instance. Examples: [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] [USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"}For more information, see Adding and Removing SSH Keys (https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys).Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Memory (GB) needed.Disk size (GB) needed.User specified volumes.Number of CPU cores needed.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:8Period of time over which CPU utilization is calculated.PTarget CPU utilization ratio to maintain when scaling. Must be between 0 and 1.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:Number of instances to assign to the service 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.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:7Maximum number of instances to create for this version.eDuration of time after the last request that an instance must wait before the instance is shut down.Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:REphemeral message that may change every time the operation is polled. 'OutputOnly0Time that this operation was created.'OutputOnly-User who requested this operation.'OutputOnlyjAPI method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.'OutputOnly.Time that this operation completed.'OutputOnlyBDurable messages that persist on every operation poll. 'OutputOnlyhName of the resource that this operation is acting on. Example: apps/myapp/services/default.'OutputOnlyCreates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:#Desired runtime. Example: python27.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.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.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.Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.GApp Engine execution environment for this version.Defaults to standard.PDuration 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._Automatic scaling is based on request rate, response latencies, and other application metrics.gCustom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.>Email address of the user who created this version.'OutputOnlyCWhether to deploy this version in a container on a virtual machine.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.tBefore an application can receive email or XMPP messages, the application must be configured to enable the service.8Extra network settings. Only applicable for VM runtimes.DMachine resources for this version. Only applicable for VM runtimes.kFull path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.'OutputOnlyDWhether multiple requests can be dispatched to this version at once.UMetadata settings that are supplied to this version to enable beta runtime features.A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".fEnvironment variables available to the application.Only returned in GET requests if view=FULL is set.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.Total size in bytes of all the files that are included in this version and curerntly hosted on the App Engine disk.'OutputOnly.Time that this version was created.'OutputOnlyConfiguration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.jServing URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"'OutputOnlylCode and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:6HTTP headers to use for all responses from these URLs.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.dWhether this handler should match the request if the file referenced by the handler does not exist.XTime a static file served by this handler should be cached by web proxies and browsers.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.0Whether 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.hRegular expression that matches the file paths for all files that should be referenced by this handler.Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:  )MIME type of file. Defaults to text/html. (Error condition this handler applies to. 0Static file content to be served for this error. Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:  Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:OApp Engine Standard Environment is available in the given location.'OutputOnlyOApp Engine Flexible Environment is available in the given location.'OutputOnlyCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:5Timestamp that this operation was created.'OutputOnly-User who requested this operation.'OutputOnlynAPI method that initiated this operation. Example: google.appengine.v1beta4.Version.CreateVersion.'OutputOnly3Timestamp that this operation completed.'OutputOnlydType of this operation. Deprecated, use method field instead. Example: "create_version".'OutputOnlygName of the resource that this operation is acting on. Example: apps/myapp/modules/default.'OutputOnlyCreates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:9Continuation token for fetching the next page of results.1The instances belonging to the requested version.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:%Target number of concurrent requests.Target requests per second.Creates a value of 4 with the minimum fields required to make a request.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:=Properties of the object. Contains field 'type with type URL. Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:!!URI to the hosted container image in a Docker repository. 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""Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:#$%&'()*+,-./012#'Total memory in use (bytes).'OutputOnly$Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.'OutputOnly%xZone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.'OutputOnly&nThe IP address of this instance. Only applicable for instances in App Engine flexible environment.'OutputOnly'/Time that this instance was started.'OutputOnly(rVirtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.'OutputOnly)(Availability of the instance.'OutputOnly*Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.'OutputOnly+Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.'OutputOnly,uWhether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.'OutputOnly->Number of requests since this instance was started.'OutputOnly.AAverage queries per second (QPS) over the last minute.'OutputOnly/RRelative name of the instance within the version. Example: instance-1.'OutputOnly0<Number of errors since this instance was started.'OutputOnly15Average latency (ms) over the last minute.'OutputOnly2:App Engine release this instance is running on.'OutputOnly3Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:4564>The zip file for this deployment, if this is a zip deployment.5zA Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.6Manifest 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.           !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\ ]^_`ab!cdefg"hij#klmn$op%qrstuvwxyz&{|'}~()*+,-./0123456789:;<=>?@ABCDEFFGHHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwwxyz{|}~       !"#$%&'()*+,-./0123456      !"#$%&'(8           !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\ ]^_`ab!cdefg"hij#klmn$op%qrstuvwxyz&{|'}~()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456           !"#$%&'()*+,-./0123456789:;<=>?@A BCDEFGHIJKLMNOPQRSTUVWXYZ[\ ]^_`ab!cdefg"hij#klmn$op% qrstuvwxyz&{|'}~()*+,- ./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456      !"#$%&'((c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None,057%Default request referring to version v1 of the Google App Engine Admin API. This contains the host and root path used as a starting point for constructing service requests.84View your data across Google Cloud Platform services9?View and manage your applications deployed on Google App Engine:?View and manage your data across Google Cloud Platform services789:;  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;789:56789:;4<=>?@3ABCD2EF1GH0IJK/LM.NOP-QRSTUVWXY,Z[\+]^_*`abcd)efg(hijklmno'pqrstu&vw%xyz{|}~$#"!         !"#$%&'()*+,-./0123456789:(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR ;FCreates an App Engine application for a Google Cloud Platform project. This requires a project that excludes an App Engine application. For details about creating a project without an application, see the Google Cloud Resource Manager create project topic (https://cloud.google.com/resource-manager/docs/creating-project).See: = smart constructor.<A resource alias for appengine.apps.create method which the ; request conforms to.=Creates a value of ;4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:>?@ABCDE>V1 error format.?4Upload protocol for media (e.g. "raw", "multipart").@Pretty-print response.AOAuth access token.B=Legacy upload protocol for media (e.g. "media", "multipart").CMultipart request metadata.DOAuth bearer token.EJSONP;)*+,-./01<=C>?@ABCDEF ;<=>?@ABCDE <=;>?@ABCDE ; )*+,-./01<=>?@ABCDEF(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR K&Gets information about an application.See: M smart constructor.LA resource alias for appengine.apps.get method which the K request conforms to.MCreates a value of K4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:NOPQRSTUNV1 error format.O4Upload protocol for media (e.g. "raw", "multipart").PPretty-print response.QOAuth access token.R=Legacy upload protocol for media (e.g. "media", "multipart").SOAuth bearer token.TNPart of `name`. Name of the Application resource to get. Example: apps/myapp.UJSONPK23456789:LMTNOPQRSTUV KLMNOPQRSTU LMKNOPQRSTU K 23456789:LMNOPQRSTUV(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR [!Get information about a location.See: ] smart constructor.\A resource alias for appengine.apps.locations.get method which the [ request conforms to.]Creates a value of [4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: ^_`abcdef^V1 error format._4Upload protocol for media (e.g. "raw", "multipart").`Pretty-print response.aOAuth access token.b=Legacy upload protocol for media (e.g. "media", "multipart").cOAuth bearer token.d/Part of `name`. Resource name for the location.e.Part of `name`. See documentation of `appsId`.fJSONP[;<=>?@ABCD\]de^_`abcdefg [\]^_`abcdef \][^_`abcdef [ ;<=>?@ABCD\]^_`abcdefg(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRlALists information about the supported locations for this service.See: n smart constructor.mA resource alias for appengine.apps.locations.list method which the l request conforms to.nCreates a value of l4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: opqrstuvwxyoV1 error format.p4Upload protocol for media (e.g. "raw", "multipart").qPretty-print response.rOAuth access token.s=Legacy upload protocol for media (e.g. "media", "multipart").tOAuth bearer token.uPPart of `name`. The resource that owns the locations collection, if applicable.vThe standard list filter.wThe standard list page token.xThe standard list page size.yJSONPlEFGHIJKLMNOPmnuopqrstuvwxyzlmnopqrstuvwxymnlopqrstuvwxyl EFGHIJKLMNOPmnopqrstuvwxyz(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.See:  smart constructor.A resource alias for appengine.apps.operations.get method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.3Part of `name`. The name of the operation resource..Part of `name`. See documentation of `appsId`.JSONPQRSTUVWXYZ    QRSTUVWXYZ(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding below allows API services to override the binding to use different resource name schemes, such as users/*/operations.See:  smart constructor.A resource alias for appengine.apps.operations.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.5Part of `name`. The name of the operation collection.The standard list filter.The standard list page token.The standard list page size.JSONP[\]^_`abcdef [\]^_`abcdef(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR \Updates the specified Application resource. You can update the following fields: auth_domain (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps#Application.FIELDS.auth_domain) default_cookie_expiration (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps#Application.FIELDS.default_cookie_expiration)See:  smart constructor.A resource alias for appengine.apps.patch method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").8Standard field mask for the set of fields to be updated.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.QPart of `name`. Name of the Application resource to update. Example: apps/myapp.JSONPghijklmnopq   ghijklmnopq (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR  Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account.See:  smart constructor.A resource alias for appengine.apps.repair method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.GPart of `name`. Name of the application to repair. Example: apps/myappJSONPrstuvwxyz{    rstuvwxyz{ (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR 8Deletes the specified service and all enclosed versions.See:  smart constructor.A resource alias for appengine.apps.services.delete method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.VPart of `name`. Name of the resource requested. Example: apps/myapp/services/default..Part of `name`. See documentation of `appsId`.JSONP|}~    |}~ (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR 8Gets the current configuration of the specified service.See:  smart constructor.A resource alias for appengine.apps.services.get method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.VPart of `name`. Name of the resource requested. Example: apps/myapp/services/default..Part of `name`. See documentation of `appsId`.JSONP     (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR *Lists all the services in the application.See:  smart constructor.A resource alias for appengine.apps.services.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.PPart of `parent`. Name of the parent Application resource. Example: apps/myapp.9Continuation token for fetching the next page of results.#Maximum results to return per page.JSONP    (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR3Updates the configuration of the specified service.See:  smart constructor.A resource alias for appengine.apps.services.patch method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").8Standard field mask for the set of fields to be updated.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.mSet to true to gradually shift traffic from one version to another single version. By default, traffic is shifted immediately. For gradual traffic migration, the target version must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#inboundservicetype) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#automaticscaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#shardby) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).OAuth bearer token.VPart of `name`. Name of the resource to update. Example: apps/myapp/services/default..Part of `name`. See documentation of `appsId`.JSONP   (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR 1Deploys code and resource files to a new version.See:  smart constructor.A resource alias for 'appengine.apps.services.versions.create method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata.OAuth bearer token.rPart of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default.0Part of `parent`. See documentation of `appsId`.JSONP   (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR  %Deletes an existing Version resource.See: " smart constructor.!A resource alias for 'appengine.apps.services.versions.delete method which the   request conforms to."Creates a value of  4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: #$%&'()*+,#V1 error format.$4Upload protocol for media (e.g. "raw", "multipart").%Pretty-print response.&OAuth access token.'=Legacy upload protocol for media (e.g. "media", "multipart").(.Part of `name`. See documentation of `appsId`.)OAuth bearer token.*bPart of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.+.Part of `name`. See documentation of `appsId`.,JSONP !"(*+#$%&'()*+,-  !"#$%&'()*+, !" #$%&'()*+, !"#$%&'()*+,-(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR2Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.See: 4 smart constructor.3A resource alias for $appengine.apps.services.versions.get method which the 2 request conforms to.4Creates a value of 24 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: 56789:;<=>?5V1 error format.64Upload protocol for media (e.g. "raw", "multipart").7Pretty-print response.8OAuth access token.9=Legacy upload protocol for media (e.g. "media", "multipart").:.Part of `name`. See documentation of `appsId`.;OAuth bearer token.<bPart of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.=8Controls the set of fields returned in the Get response.>.Part of `name`. See documentation of `appsId`.?JSONP234:<>56789:;<=>?@23456789:;<=>?34256789:;<=>?2 3456789:;<=>?@(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQREEnables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in "debug mode", the instance continues to serve live traffic. You should delete the instance when you are done debugging and then allow the system to take over and determine if another instance should be started.Only applicable for instances in App Engine flexible environment.See: G smart constructor.FA resource alias for 0appengine.apps.services.versions.instances.debug method which the E request conforms to.GCreates a value of E4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: HIJKLMNOPQRSHV1 error format.I.Part of `name`. See documentation of `appsId`.J4Upload protocol for media (e.g. "raw", "multipart").KPretty-print response.LOAuth access token.M=Legacy upload protocol for media (e.g. "media", "multipart").NMultipart request metadata.O.Part of `name`. See documentation of `appsId`.POAuth bearer token.QwPart of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.R.Part of `name`. See documentation of `appsId`.SJSONPEFGINOQRHIJKLMNOPQRSTEFGHIJKLMNOPQRSFGEHIJKLMNOPQRSE FGHIJKLMNOPQRST(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRYStops a running instance.See: [ smart constructor.ZA resource alias for 1appengine.apps.services.versions.instances.delete method which the Y request conforms to.[Creates a value of Y4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: \]^_`abcdef\V1 error format.].Part of `name`. See documentation of `appsId`.^4Upload protocol for media (e.g. "raw", "multipart")._Pretty-print response.`OAuth access token.a=Legacy upload protocol for media (e.g. "media", "multipart").b.Part of `name`. See documentation of `appsId`.cOAuth bearer token.dwPart of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.e.Part of `name`. See documentation of `appsId`.fJSONPYZ[]bde\]^_`abcdefgYZ[\]^_`abcdefZ[Y\]^_`abcdefY Z[\]^_`abcdefg(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRlGets instance information.See: n smart constructor.mA resource alias for .appengine.apps.services.versions.instances.get method which the l request conforms to.nCreates a value of l4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: opqrstuvwxyoV1 error format.p.Part of `name`. See documentation of `appsId`.q4Upload protocol for media (e.g. "raw", "multipart").rPretty-print response.sOAuth access token.t=Legacy upload protocol for media (e.g. "media", "multipart").u.Part of `name`. See documentation of `appsId`.vOAuth bearer token.wwPart of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.x.Part of `name`. See documentation of `appsId`.yJSONPlmnpuwxopqrstuvwxyzlmnopqrstuvwxymnlopqrstuvwxyl mnopqrstuvwxyz(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR!Lists the instances of a version.See:  smart constructor.A resource alias for /appengine.apps.services.versions.instances.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").0Part of `parent`. See documentation of `appsId`.OAuth bearer token.iPart of `parent`. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1.9Continuation token for fetching the next page of results.0Part of `parent`. See documentation of `appsId`.#Maximum results to return per page.JSONP (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR Lists the versions of a service.See:  smart constructor.A resource alias for %appengine.apps.services.versions.list method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").OAuth bearer token.]Part of `parent`. Name of the parent Service resource. Example: apps/myapp/services/default.9Controls the set of fields returned in the List response.9Continuation token for fetching the next page of results.0Part of `parent`. See documentation of `appsId`.#Maximum results to return per page.JSONP (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQRUpdates 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/v1/apps.services.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/v1/apps.services.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/v1/apps.services.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/v1/apps.services.versions#Version.FIELDS.automatic_scaling): For Version resources that use automatic scaling and run in the App Engine standard environment.See:  smart constructor.A resource alias for &appengine.apps.services.versions.patch method which the  request conforms to.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: V1 error format.4Upload protocol for media (e.g. "raw", "multipart").8Standard field mask for the set of fields to be updated.Pretty-print response.OAuth access token.=Legacy upload protocol for media (e.g. "media", "multipart").Multipart request metadata..Part of `name`. See documentation of `appsId`.OAuth bearer token.aPart of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1..Part of `name`. See documentation of `appsId`.JSONP           (c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None,QRkRepresents the entirety of the methods and resources available for the Google App Engine Admin API service.S  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEKLMNOPQRSTU[\]^_`abcdeflmnopqrstuvwxy !"#$%&'()*+,23456789:;<=>?EFGHIJKLMNOPQRSYZ[\]^_`abcdeflmnopqrstuvwxy<789:56789:;4<=>?@3ABCD2EF1GH0IJK/LM.NOP-QRSTUVWXY,Z[\+]^_*`abcd)efg(hijklmno'pqrstu&vw%xyz{|}~$#"!         !"#$%&'()*+,-./0123456 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                                                                   ! " # $ % & '()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                                            !"#$%&'()*+,-./0,gogol-appengine-0.2.0-DuWHFyCL7PwLRCkoJxg6t3Network.Google.AppEngine.Types-Network.Google.Resource.AppEngine.Apps.Create*Network.Google.Resource.AppEngine.Apps.Get4Network.Google.Resource.AppEngine.Apps.Locations.Get5Network.Google.Resource.AppEngine.Apps.Locations.List5Network.Google.Resource.AppEngine.Apps.Operations.Get6Network.Google.Resource.AppEngine.Apps.Operations.List,Network.Google.Resource.AppEngine.Apps.Patch-Network.Google.Resource.AppEngine.Apps.Repair6Network.Google.Resource.AppEngine.Apps.Services.Delete3Network.Google.Resource.AppEngine.Apps.Services.Get4Network.Google.Resource.AppEngine.Apps.Services.List5Network.Google.Resource.AppEngine.Apps.Services.Patch?Network.Google.Resource.AppEngine.Apps.Services.Versions.Create?Network.Google.Resource.AppEngine.Apps.Services.Versions.DeleteNetwork.Google.Resource.AppEngine.Apps.Services.Versions.PatchNetwork.Google.AppEngine"Network.Google.AppEngine.Types.Sum&Network.Google.AppEngine.Types.Product DeploymentInstance ContainerInfoOperationResponseRepairApplicationRequestRequestUtilizationListInstancesResponseOperationMetadataLocationMetadataLocationLabels ErrorHandlerStaticFilesHandlerVersionOperationMetadataV1 BasicScaling ManualScalingTrafficSplitAllocationsCPUUtilizationDeploymentFiles ResourcesStaticFilesHandlerHTTPHeadersDebugInstanceRequestNetworkStatusDetailsItemAPIEndpointHandlerVolumeOperationMetadataV1Beta5AutomaticScalingFileInfoListVersionsResponseURLDispatchRuleZipInfo OperationLocationEndpointsAPIServiceServiceVersionBetaSettings ApplicationVersionEnvVariablesAPIConfigHandler HealthCheckListOperationsResponseDiskUtilizationListLocationsResponseLibraryURLMapListServicesResponse ScriptHandler TrafficSplitLocationSchemaOperationSchemaStatusNetworkUtilizationOperationMetadataExperimentaloperationMetadataExperimental omeInsertTimeomeUser omeMethod omeEndTime omeTargetnetworkUtilizationnuTargetReceivedBytesPerSecondnuTargetSentPacketsPerSecond nuTargetReceivedPacketsPerSecondnuTargetSentBytesPerSecondstatussDetailssCodesMessageoperationSchema osAddtionallocationSchema lsAddtional trafficSplit tsShardBy tsAllocations scriptHandler shScriptPathlistServicesResponselsrNextPageToken lsrServicesurlMapumScriptumSecurityLevel umAPIEndpoint umURLRegexumRedirectHTTPResponseCodeumAuthFailAction umStaticFilesumLoginlibrarylNamelVersionlistLocationsResponsellrNextPageToken llrLocationsdiskUtilizationduTargetReadBytesPerSecondduTargetReadOpsPerSecondduTargetWriteOpsPerSecondduTargetWriteBytesPerSecondlistOperationsResponselorNextPageToken lorOperations healthCheckhcHealthyThresholdhcDisableHealthCheckhcCheckIntervalhcRestartThresholdhcHost hcTimeouthcUnhealthyThresholdapiConfigHandler achScriptachSecurityLevelachURLachAuthFailActionachLoginversionEnvVariables vevAddtional applicationaDefaultHostnameaDefaultCookieExpiration aAuthDomain aCodeBucketaNameaDispatchRulesaDefaultBucketaId aLocationIdversionBetaSettings vbsAddtionalservicesSplitsNamesIdendpointsAPIServiceeasName easConfigIdlocationlocName locMetadata locLabels locLocationId operationoDoneoError oResponseoName oMetadatazipInfo ziFilesCount ziSourceURLurlDispatchRuleudrPath udrService udrDomainlistVersionsResponselvrNextPageToken lvrVersionsfileInfo fiSha1Sum fiMimeType fiSourceURLautomaticScalingasNetworkUtilizationasMaxTotalInstancesasMinIdleInstancesasDiskUtilizationasMinPendingLatencyasCPUUtilizationasMaxIdleInstancesasMinTotalInstancesasMaxConcurrentRequestsasCoolDownPeriodasRequestUtilizationasMaxPendingLatencyoperationMetadataV1Beta5omvbInsertTimeomvbUser omvbMethod omvbEndTime omvbTargetvolumevSizeGbvName vVolumeTypeapiEndpointHandler aehScriptPathstatusDetailsItem sdiAddtionalnetworknSubnetworkNamenForwardedPorts nInstanceTagnNamedebugInstanceRequest dirSSHKeystaticFilesHandlerHTTPHeaderssfhhttphAddtional resources rMemoryGbrDiskGbrVolumesrCPUdeploymentFiles dfAddtionalcpuUtilizationcuAggregationWindowLengthcuTargetUtilizationtrafficSplitAllocations tsaAddtional manualScaling msInstances basicScalingbsMaxInstances bsIdleTimeoutoperationMetadataV1omvEphemeralMessage omvInsertTimeomvUser omvMethod omvEndTime omvWarning omvTargetversion verRuntimeverNobuildFilesRegexverInstanceClassverHealthCheckverEndpointsAPIServiceverEnvverDefaultExpirationverAutomaticScalingverErrorHandlers verCreatedByverVM verHandlersverInboundServices verNetwork verResourcesverName verThreadsafeverBetaSettingsverBasicScalingverManualScaling verAPIConfigverIdverEnvVariablesverServingStatusverDiskUsageBytes verCreateTime verLibraries verVersionURL verDeploymentstaticFilesHandlersfhHTTPHeaderssfhPathsfhRequireMatchingFile sfhExpiration sfhMimeTypesfhApplicationReadablesfhUploadPathRegex errorHandler ehMimeType ehErrorCode ehStaticFilelocationLabels llAddtionallocationMetadatalmStandardEnvironmentAvailablelmFlexibleEnvironmentAvailableoperationMetadata omInsertTimeomUseromMethod omEndTimeomOperationTypeomTargetlistInstancesResponselirNextPageToken lirInstancesrequestUtilizationruTargetConcurrentRequestsruTargetRequestCountPerSecondrepairApplicationRequestoperationResponse orAddtional containerInfociImage instance' iMemoryUsage iVMStatus iVMZoneNameiVMIP iStartTimeiVMId iAvailabilityiVMNameiNameiVMDebugEnabled iRequestsiQpsiIdiErrorsiAverageLatencyiAppEngineRelease deploymentdZip dContainerdFilesappEngineServicecloudPlatformReadOnlyScopeappEngineAdminScopecloudPlatformScope AppsCreateAppsCreateResource appsCreateacXgafvacUploadProtocolacPp acAccessToken acUploadType acPayload acBearerToken acCallback$fGoogleRequestAppsCreate$fEqAppsCreate$fShowAppsCreate$fDataAppsCreate$fGenericAppsCreateAppsGetAppsGetResourceappsGetagXgafvagUploadProtocolagPp agAccessToken agUploadType agBearerTokenagAppsId agCallback$fGoogleRequestAppsGet $fEqAppsGet $fShowAppsGet $fDataAppsGet$fGenericAppsGetAppsLocationsGetAppsLocationsGetResourceappsLocationsGetalgXgafvalgUploadProtocolalgPpalgAccessToken algUploadTypealgBearerToken algAppsIdalgLocationsId algCallback$fGoogleRequestAppsLocationsGet$fEqAppsLocationsGet$fShowAppsLocationsGet$fDataAppsLocationsGet$fGenericAppsLocationsGetAppsLocationsListAppsLocationsListResourceappsLocationsListallXgafvallUploadProtocolallPpallAccessToken allUploadTypeallBearerToken allAppsId allFilter allPageToken allPageSize allCallback $fGoogleRequestAppsLocationsList$fEqAppsLocationsList$fShowAppsLocationsList$fDataAppsLocationsList$fGenericAppsLocationsListAppsOperationsGetAppsOperationsGetResourceappsOperationsGetaogXgafvaogUploadProtocolaogPpaogAccessToken aogUploadTypeaogBearerToken aogAppsIdaogOperationsId aogCallback $fGoogleRequestAppsOperationsGet$fEqAppsOperationsGet$fShowAppsOperationsGet$fDataAppsOperationsGet$fGenericAppsOperationsGetAppsOperationsListAppsOperationsListResourceappsOperationsListaolXgafvaolUploadProtocolaolPpaolAccessToken aolUploadTypeaolBearerToken aolAppsId aolFilter aolPageToken aolPageSize aolCallback!$fGoogleRequestAppsOperationsList$fEqAppsOperationsList$fShowAppsOperationsList$fDataAppsOperationsList$fGenericAppsOperationsList AppsPatchAppsPatchResource appsPatchapXgafvapUploadProtocol apUpdateMaskapPp apAccessToken apUploadType apPayload apBearerTokenapAppsId apCallback$fGoogleRequestAppsPatch $fEqAppsPatch$fShowAppsPatch$fDataAppsPatch$fGenericAppsPatch AppsRepairAppsRepairResource appsRepairarXgafvarUploadProtocolarPp arAccessToken arUploadType arPayload arBearerTokenarAppsId arCallback$fGoogleRequestAppsRepair$fEqAppsRepair$fShowAppsRepair$fDataAppsRepair$fGenericAppsRepairAppsServicesDeleteAppsServicesDeleteResourceappsServicesDeleteasdXgafvasdUploadProtocolasdPpasdAccessToken asdUploadTypeasdBearerToken asdAppsId asdServicesId asdCallback!$fGoogleRequestAppsServicesDelete$fEqAppsServicesDelete$fShowAppsServicesDelete$fDataAppsServicesDelete$fGenericAppsServicesDeleteAppsServicesGetAppsServicesGetResourceappsServicesGetasgXgafvasgUploadProtocolasgPpasgAccessToken asgUploadTypeasgBearerToken asgAppsId asgServicesId asgCallback$fGoogleRequestAppsServicesGet$fEqAppsServicesGet$fShowAppsServicesGet$fDataAppsServicesGet$fGenericAppsServicesGetAppsServicesListAppsServicesListResourceappsServicesListaslXgafvaslUploadProtocolaslPpaslAccessToken aslUploadTypeaslBearerToken aslAppsId aslPageToken aslPageSize aslCallback$fGoogleRequestAppsServicesList$fEqAppsServicesList$fShowAppsServicesList$fDataAppsServicesList$fGenericAppsServicesListAppsServicesPatchAppsServicesPatchResourceappsServicesPatchaspXgafvaspUploadProtocol aspUpdateMaskaspPpaspAccessToken aspUploadType aspPayloadaspMigrateTrafficaspBearerToken aspAppsId aspServicesId aspCallback $fGoogleRequestAppsServicesPatch$fEqAppsServicesPatch$fShowAppsServicesPatch$fDataAppsServicesPatch$fGenericAppsServicesPatchAppsServicesVersionsCreate"AppsServicesVersionsCreateResourceappsServicesVersionsCreate asvcXgafvasvcUploadProtocolasvcPpasvcAccessTokenasvcUploadType asvcPayloadasvcBearerToken asvcAppsIdasvcServicesId asvcCallback)$fGoogleRequestAppsServicesVersionsCreate$fEqAppsServicesVersionsCreate $fShowAppsServicesVersionsCreate $fDataAppsServicesVersionsCreate#$fGenericAppsServicesVersionsCreateAppsServicesVersionsDelete"AppsServicesVersionsDeleteResourceappsServicesVersionsDelete asvdXgafvasvdUploadProtocolasvdPpasvdAccessTokenasvdUploadTypeasvdVersionsIdasvdBearerToken asvdAppsIdasvdServicesId asvdCallback)$fGoogleRequestAppsServicesVersionsDelete$fEqAppsServicesVersionsDelete $fShowAppsServicesVersionsDelete $fDataAppsServicesVersionsDelete#$fGenericAppsServicesVersionsDeleteAppsServicesVersionsGetAppsServicesVersionsGetResourceappsServicesVersionsGet asvgXgafvasvgUploadProtocolasvgPpasvgAccessTokenasvgUploadTypeasvgVersionsIdasvgBearerToken asvgAppsIdasvgViewasvgServicesId asvgCallback&$fGoogleRequestAppsServicesVersionsGet$fEqAppsServicesVersionsGet$fShowAppsServicesVersionsGet$fDataAppsServicesVersionsGet $fGenericAppsServicesVersionsGet"AppsServicesVersionsInstancesDebug*AppsServicesVersionsInstancesDebugResource"appsServicesVersionsInstancesDebug asvidXgafvasvidInstancesIdasvidUploadProtocolasvidPpasvidAccessTokenasvidUploadType asvidPayloadasvidVersionsIdasvidBearerToken asvidAppsIdasvidServicesId asvidCallback1$fGoogleRequestAppsServicesVersionsInstancesDebug&$fEqAppsServicesVersionsInstancesDebug($fShowAppsServicesVersionsInstancesDebug($fDataAppsServicesVersionsInstancesDebug+$fGenericAppsServicesVersionsInstancesDebug#AppsServicesVersionsInstancesDelete+AppsServicesVersionsInstancesDeleteResource#appsServicesVersionsInstancesDeleteaXgafv aInstancesIdaUploadProtocolaPp aAccessToken aUploadType aVersionsId aBearerTokenaAppsId aServicesId aCallback2$fGoogleRequestAppsServicesVersionsInstancesDelete'$fEqAppsServicesVersionsInstancesDelete)$fShowAppsServicesVersionsInstancesDelete)$fDataAppsServicesVersionsInstancesDelete,$fGenericAppsServicesVersionsInstancesDelete AppsServicesVersionsInstancesGet(AppsServicesVersionsInstancesGetResource appsServicesVersionsInstancesGet asvigXgafvasvigInstancesIdasvigUploadProtocolasvigPpasvigAccessTokenasvigUploadTypeasvigVersionsIdasvigBearerToken asvigAppsIdasvigServicesId asvigCallback/$fGoogleRequestAppsServicesVersionsInstancesGet$$fEqAppsServicesVersionsInstancesGet&$fShowAppsServicesVersionsInstancesGet&$fDataAppsServicesVersionsInstancesGet)$fGenericAppsServicesVersionsInstancesGet!AppsServicesVersionsInstancesList)AppsServicesVersionsInstancesListResource!appsServicesVersionsInstancesList asvilXgafvasvilUploadProtocolasvilPpasvilAccessTokenasvilUploadTypeasvilVersionsIdasvilBearerToken asvilAppsIdasvilPageTokenasvilServicesId asvilPageSize asvilCallback0$fGoogleRequestAppsServicesVersionsInstancesList%$fEqAppsServicesVersionsInstancesList'$fShowAppsServicesVersionsInstancesList'$fDataAppsServicesVersionsInstancesList*$fGenericAppsServicesVersionsInstancesListAppsServicesVersionsList AppsServicesVersionsListResourceappsServicesVersionsList asvlXgafvasvlUploadProtocolasvlPpasvlAccessTokenasvlUploadTypeasvlBearerToken asvlAppsIdasvlView asvlPageTokenasvlServicesId asvlPageSize asvlCallback'$fGoogleRequestAppsServicesVersionsList$fEqAppsServicesVersionsList$fShowAppsServicesVersionsList$fDataAppsServicesVersionsList!$fGenericAppsServicesVersionsListAppsServicesVersionsPatch!AppsServicesVersionsPatchResourceappsServicesVersionsPatch asvpXgafvasvpUploadProtocolasvpUpdateMaskasvpPpasvpAccessTokenasvpUploadType asvpPayloadasvpVersionsIdasvpBearerToken asvpAppsIdasvpServicesId asvpCallback($fGoogleRequestAppsServicesVersionsPatch$fEqAppsServicesVersionsPatch$fShowAppsServicesVersionsPatch$fDataAppsServicesVersionsPatch"$fGenericAppsServicesVersionsPatch AppEngineAPI Deployment'_dZip _dContainer_dFiles Instance' _iMemoryUsage _iVMStatus _iVMZoneName_iVMIP _iStartTime_iVMId_iAvailability_iVMName_iName_iVMDebugEnabled _iRequests_iQps_iId_iErrors_iAverageLatency_iAppEngineReleaseContainerInfo'_ciImageOperationResponse' _orAddtionalRepairApplicationRequest'RequestUtilization'_ruTargetConcurrentRequests_ruTargetRequestCountPerSecondListInstancesResponse'_lirNextPageToken _lirInstancesOperationMetadata' _omInsertTime_omUser _omMethod _omEndTime_omOperationType _omTargetLocationMetadata'_lmStandardEnvironmentAvailable_lmFlexibleEnvironmentAvailableLocationLabels' _llAddtional ErrorHandler' _ehMimeType _ehErrorCode _ehStaticFileStaticFilesHandler'_sfhHTTPHeaders_sfhPath_sfhRequireMatchingFile_sfhExpiration _sfhMimeType_sfhApplicationReadable_sfhUploadPathRegexVersion' _verRuntime_verNobuildFilesRegex_verInstanceClass_verHealthCheck_verEndpointsAPIService_verEnv_verDefaultExpiration_verAutomaticScaling_verErrorHandlers _verCreatedBy_verVM _verHandlers_verInboundServices _verNetwork _verResources_verName_verThreadsafe_verBetaSettings_verBasicScaling_verManualScaling _verAPIConfig_verId_verEnvVariables_verServingStatus_verDiskUsageBytes_verCreateTime _verLibraries_verVersionURL_verDeploymentOperationMetadataV1'_omvEphemeralMessage_omvInsertTime_omvUser _omvMethod _omvEndTime _omvWarning _omvTarget BasicScaling'_bsMaxInstances_bsIdleTimeoutManualScaling' _msInstancesTrafficSplitAllocations' _tsaAddtionalCPUUtilization'_cuAggregationWindowLength_cuTargetUtilizationDeploymentFiles' _dfAddtional Resources' _rMemoryGb_rDiskGb _rVolumes_rCPUStaticFilesHandlerHTTPHeaders'_sfhhttphAddtionalDebugInstanceRequest' _dirSSHKeyNetwork'_nSubnetworkName_nForwardedPorts _nInstanceTag_nNameStatusDetailsItem' _sdiAddtionalAPIEndpointHandler'_aehScriptPathVolume'_vSizeGb_vName _vVolumeTypeOperationMetadataV1Beta5'_omvbInsertTime _omvbUser _omvbMethod _omvbEndTime _omvbTargetAutomaticScaling'_asNetworkUtilization_asMaxTotalInstances_asMinIdleInstances_asDiskUtilization_asMinPendingLatency_asCPUUtilization_asMaxIdleInstances_asMinTotalInstances_asMaxConcurrentRequests_asCoolDownPeriod_asRequestUtilization_asMaxPendingLatency FileInfo' _fiSha1Sum _fiMimeType _fiSourceURLListVersionsResponse'_lvrNextPageToken _lvrVersionsURLDispatchRule'_udrPath _udrService _udrDomainZipInfo' _ziFilesCount _ziSourceURL Operation'_oDone_oError _oResponse_oName _oMetadata Location'_locName _locMetadata _locLabels_locLocationIdEndpointsAPIService'_easName _easConfigIdService'_sSplit_sName_sIdVersionBetaSettings' _vbsAddtional Application'_aDefaultHostname_aDefaultCookieExpiration _aAuthDomain _aCodeBucket_aName_aDispatchRules_aDefaultBucket_aId _aLocationIdVersionEnvVariables' _vevAddtionalAPIConfigHandler' _achScript_achSecurityLevel_achURL_achAuthFailAction _achLogin HealthCheck'_hcHealthyThreshold_hcDisableHealthCheck_hcCheckInterval_hcRestartThreshold_hcHost _hcTimeout_hcUnhealthyThresholdListOperationsResponse'_lorNextPageToken_lorOperationsDiskUtilization'_duTargetReadBytesPerSecond_duTargetReadOpsPerSecond_duTargetWriteOpsPerSecond_duTargetWriteBytesPerSecondListLocationsResponse'_llrNextPageToken _llrLocationsLibrary'_lName _lVersionURLMap' _umScript_umSecurityLevel_umAPIEndpoint _umURLRegex_umRedirectHTTPResponseCode_umAuthFailAction_umStaticFiles_umLoginListServicesResponse'_lsrNextPageToken _lsrServicesScriptHandler' _shScriptPath TrafficSplit' _tsShardBy_tsAllocationsLocationSchema' _lsAddtionalOperationSchema' _osAddtionalStatus' _sDetails_sCode _sMessageNetworkUtilization'_nuTargetReceivedBytesPerSecond_nuTargetSentPacketsPerSecond!_nuTargetReceivedPacketsPerSecond_nuTargetSentBytesPerSecondOperationMetadataExperimental'_omeInsertTime_omeUser _omeMethod _omeEndTime _omeTarget$fToJSONDeployment$fFromJSONDeployment$fToJSONInstance$fFromJSONInstance$fToJSONContainerInfo$fFromJSONContainerInfo$fToJSONOperationResponse$fFromJSONOperationResponse $fToJSONRepairApplicationRequest"$fFromJSONRepairApplicationRequest$fToJSONRequestUtilization$fFromJSONRequestUtilization$fToJSONListInstancesResponse$fFromJSONListInstancesResponse$fToJSONOperationMetadata$fFromJSONOperationMetadata$fToJSONLocationMetadata$fFromJSONLocationMetadata$fToJSONLocationLabels$fFromJSONLocationLabels$fToJSONErrorHandler$fFromJSONErrorHandler$fToJSONStaticFilesHandler$fFromJSONStaticFilesHandler$fToJSONVersion$fFromJSONVersion$fToJSONOperationMetadataV1$fFromJSONOperationMetadataV1$fToJSONBasicScaling$fFromJSONBasicScaling$fToJSONManualScaling$fFromJSONManualScaling$fToJSONTrafficSplitAllocations!$fFromJSONTrafficSplitAllocations$fToJSONCPUUtilization$fFromJSONCPUUtilization$fToJSONDeploymentFiles$fFromJSONDeploymentFiles$fToJSONResources$fFromJSONResources%$fToJSONStaticFilesHandlerHTTPHeaders'$fFromJSONStaticFilesHandlerHTTPHeaders$fToJSONDebugInstanceRequest$fFromJSONDebugInstanceRequest$fToJSONNetwork$fFromJSONNetwork$fToJSONStatusDetailsItem$fFromJSONStatusDetailsItem$fToJSONAPIEndpointHandler$fFromJSONAPIEndpointHandler$fToJSONVolume$fFromJSONVolume $fToJSONOperationMetadataV1Beta5"$fFromJSONOperationMetadataV1Beta5$fToJSONAutomaticScaling$fFromJSONAutomaticScaling$fToJSONFileInfo$fFromJSONFileInfo$fToJSONListVersionsResponse$fFromJSONListVersionsResponse$fToJSONURLDispatchRule$fFromJSONURLDispatchRule$fToJSONZipInfo$fFromJSONZipInfo$fToJSONOperation$fFromJSONOperation$fToJSONLocation$fFromJSONLocation$fToJSONEndpointsAPIService$fFromJSONEndpointsAPIService$fToJSONService$fFromJSONService$fToJSONVersionBetaSettings$fFromJSONVersionBetaSettings$fToJSONApplication$fFromJSONApplication$fToJSONVersionEnvVariables$fFromJSONVersionEnvVariables$fToJSONAPIConfigHandler$fFromJSONAPIConfigHandler$fToJSONHealthCheck$fFromJSONHealthCheck$fToJSONListOperationsResponse $fFromJSONListOperationsResponse$fToJSONDiskUtilization$fFromJSONDiskUtilization$fToJSONListLocationsResponse$fFromJSONListLocationsResponse$fToJSONLibrary$fFromJSONLibrary$fToJSONURLMap$fFromJSONURLMap$fToJSONListServicesResponse$fFromJSONListServicesResponse$fToJSONScriptHandler$fFromJSONScriptHandler$fToJSONTrafficSplit$fFromJSONTrafficSplit$fToJSONLocationSchema$fFromJSONLocationSchema$fToJSONOperationSchema$fFromJSONOperationSchema$fToJSONStatus$fFromJSONStatus$fToJSONNetworkUtilization$fFromJSONNetworkUtilization%$fToJSONOperationMetadataExperimental'$fFromJSONOperationMetadataExperimental AppsCreate'_acXgafv_acUploadProtocol_acPp_acAccessToken _acUploadType _acPayload_acBearerToken _acCallbackAppsGet'_agXgafv_agUploadProtocol_agPp_agAccessToken _agUploadType_agBearerToken _agAppsId _agCallbackAppsLocationsGet' _algXgafv_algUploadProtocol_algPp_algAccessToken_algUploadType_algBearerToken _algAppsId_algLocationsId _algCallbackAppsLocationsList' _allXgafv_allUploadProtocol_allPp_allAccessToken_allUploadType_allBearerToken _allAppsId _allFilter _allPageToken _allPageSize _allCallbackAppsOperationsGet' _aogXgafv_aogUploadProtocol_aogPp_aogAccessToken_aogUploadType_aogBearerToken _aogAppsId_aogOperationsId _aogCallbackAppsOperationsList' _aolXgafv_aolUploadProtocol_aolPp_aolAccessToken_aolUploadType_aolBearerToken _aolAppsId _aolFilter _aolPageToken _aolPageSize _aolCallback AppsPatch'_apXgafv_apUploadProtocol _apUpdateMask_apPp_apAccessToken _apUploadType _apPayload_apBearerToken _apAppsId _apCallback AppsRepair'_arXgafv_arUploadProtocol_arPp_arAccessToken _arUploadType _arPayload_arBearerToken _arAppsId _arCallbackAppsServicesDelete' _asdXgafv_asdUploadProtocol_asdPp_asdAccessToken_asdUploadType_asdBearerToken _asdAppsId_asdServicesId _asdCallbackAppsServicesGet' _asgXgafv_asgUploadProtocol_asgPp_asgAccessToken_asgUploadType_asgBearerToken _asgAppsId_asgServicesId _asgCallbackAppsServicesList' _aslXgafv_aslUploadProtocol_aslPp_aslAccessToken_aslUploadType_aslBearerToken _aslAppsId _aslPageToken _aslPageSize _aslCallbackAppsServicesPatch' _aspXgafv_aspUploadProtocol_aspUpdateMask_aspPp_aspAccessToken_aspUploadType _aspPayload_aspMigrateTraffic_aspBearerToken _aspAppsId_aspServicesId _aspCallbackAppsServicesVersionsCreate' _asvcXgafv_asvcUploadProtocol_asvcPp_asvcAccessToken_asvcUploadType _asvcPayload_asvcBearerToken _asvcAppsId_asvcServicesId _asvcCallbackAppsServicesVersionsDelete' _asvdXgafv_asvdUploadProtocol_asvdPp_asvdAccessToken_asvdUploadType_asvdVersionsId_asvdBearerToken _asvdAppsId_asvdServicesId _asvdCallbackAppsServicesVersionsGet' _asvgXgafv_asvgUploadProtocol_asvgPp_asvgAccessToken_asvgUploadType_asvgVersionsId_asvgBearerToken _asvgAppsId _asvgView_asvgServicesId _asvgCallback#AppsServicesVersionsInstancesDebug' _asvidXgafv_asvidInstancesId_asvidUploadProtocol_asvidPp_asvidAccessToken_asvidUploadType _asvidPayload_asvidVersionsId_asvidBearerToken _asvidAppsId_asvidServicesId_asvidCallback$AppsServicesVersionsInstancesDelete'_aXgafv _aInstancesId_aUploadProtocol_aPp _aAccessToken _aUploadType _aVersionsId _aBearerToken_aAppsId _aServicesId _aCallback!AppsServicesVersionsInstancesGet' _asvigXgafv_asvigInstancesId_asvigUploadProtocol_asvigPp_asvigAccessToken_asvigUploadType_asvigVersionsId_asvigBearerToken _asvigAppsId_asvigServicesId_asvigCallback"AppsServicesVersionsInstancesList' _asvilXgafv_asvilUploadProtocol_asvilPp_asvilAccessToken_asvilUploadType_asvilVersionsId_asvilBearerToken _asvilAppsId_asvilPageToken_asvilServicesId_asvilPageSize_asvilCallbackAppsServicesVersionsList' _asvlXgafv_asvlUploadProtocol_asvlPp_asvlAccessToken_asvlUploadType_asvlBearerToken _asvlAppsId _asvlView_asvlPageToken_asvlServicesId _asvlPageSize _asvlCallbackAppsServicesVersionsPatch' _asvpXgafv_asvpUploadProtocol_asvpUpdateMask_asvpPp_asvpAccessToken_asvpUploadType _asvpPayload_asvpVersionsId_asvpBearerToken _asvpAppsId_asvpServicesId _asvpCallback