google_api_app_engine v0.3.0 API Reference
Modules
API calls for all endpoints tagged Apps
Handle Tesla connections for GoogleApi.AppEngine.V1
Helper functions for deserializing responses into models
Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers
Uses Google Cloud Endpoints to handle requests
An Application resource contains the top-level configuration of an App Engine application
An SSL certificate that a user has been authorized to administer. A user is authorized to administer any certificate that applies to one of their authorized domains
A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central (https://www.google.com/webmasters/verification/home)
Automatic scaling is based on request rate, response latencies, and other application metrics
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
Request message for Firewall.BatchUpdateIngressRules
Response message for Firewall.UpdateAllIngressRules
An SSL certificate obtained from a certificate authority
Options for the build operations performed as a part of the version deployment. Only applicable for App Engine flexible environment when creating a version using source code directly
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
Target scaling by CPU usage
Metadata for the given google.longrunning.Operation during a google.appengine.v1.CreateVersionRequest
Metadata for the given google.longrunning.Operation during a google.appengine.v1alpha.CreateVersionRequest
Metadata for the given google.longrunning.Operation during a google.appengine.v1beta.CreateVersionRequest
Request message for Instances.DebugInstance
Code and application artifacts used to deploy a version to App Engine
Target scaling by disk usage. Only applicable in the App Engine flexible environment
A domain serving an App Engine application
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}
Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments.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)
The entrypoint for the application
Custom static error page to be served when an error occurs
The feature specific settings to be used in the application. These define behaviors that are user configurable
Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately
A single firewall rule that is evaluated against incoming traffic and provides an action to take on matched requests
Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment
Identity-Aware Proxy
An Instance resource is the computing unit that App Engine uses to automatically scale an application
Third-party Python runtime library that is required by the application
Response message for AuthorizedCertificates.ListAuthorizedCertificates
Response message for AuthorizedDomains.ListAuthorizedDomains
Response message for DomainMappings.ListDomainMappings
Response message for Firewall.ListIngressRules
Response message for Instances.ListInstances
The response message for Locations.ListLocations
The response message for Operations.ListOperations
Response message for Services.ListServices
Response message for Versions.ListVersions
Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances
A resource that represents Google Cloud Platform location
Metadata for the given google.cloud.location.Location
A certificate managed by App Engine
A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time
Extra network settings. Only applicable in the App Engine flexible environment
Target scaling by network usage. Only applicable in the App Engine flexible environment
This resource represents a long-running operation that is the result of a network API call
Metadata for the given google.longrunning.Operation
Metadata for the given google.longrunning.Operation
Metadata for the given google.longrunning.Operation
Metadata for the given google.longrunning.Operation
Metadata for the given google.longrunning.Operation
Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation
Request message for 'Applications.RepairApplication'
Target scaling by request utilization. Only applicable in the App Engine flexible environment
A DNS resource record
Machine resources for a version
Executes a script to handle the request that matches the URL pattern
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
SSL configuration for a DomainMapping resource
Scheduler settings for standard environment
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
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 that 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. 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
Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions
Rules to match an HTTP request and dispatch that request to a service
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
A Version resource is a specific set of source code and configuration files that are deployed into a service
Volumes mounted within the app container. Only applicable in the App Engine flexible environment
The zip file information for a zip deployment
Helper functions for building Tesla requests