# Functions
New creates a new APIService.
NewService creates a new APIService.
# Constants
View and manage your applications deployed on Google App Engine.
View your data across Google Cloud Platform services.
View and manage your data across Google Cloud Platform services.
# Structs
ApiConfigHandler: Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.
ApiEndpointHandler: Uses Google Cloud Endpoints to handle requests.
Application: An Application resource contains the top-level configuration of an App Engine application.
AutomaticScaling: Automatic scaling is based on request rate, response latencies, and other application metrics.
BasicScaling: A module with basic scaling will create an instance when the application receives a request.
ContainerInfo: Docker image that is used to create a container and start a VM instance for the version that you deploy.
CpuUtilization: Target scaling by CPU usage.
CreateVersionMetadataV1: Metadata for the given google.longrunning.Operation during a google.appengine.v1.CreateVersionRequest.
CreateVersionMetadataV1Alpha: Metadata for the given google.longrunning.Operation during a google.appengine.v1alpha.CreateVersionRequest.
CreateVersionMetadataV1Beta: Metadata for the given google.longrunning.Operation during a google.appengine.v1beta.CreateVersionRequest.
DebugInstanceRequest: Request message for Instances.DebugInstance.
Deployment: Code and application artifacts used to deploy a version to App Engine.
DiskUtilization: Target scaling by disk usage.
EndpointsApiService: Cloud Endpoints (https://cloud.google.com/endpoints) configuration.
ErrorHandler: Custom static error page to be served when an error occurs.
FileInfo: Single source file that is part of the version to be deployed.
HealthCheck: Health checking configuration for VM instances.
IdentityAwareProxy: Identity-Aware Proxy.
Instance: An Instance resource is the computing unit that App Engine uses to automatically scale an application.
Library: Third-party Python runtime library that is required by the application.
ListInstancesResponse: Response message for Instances.ListInstances.
ListLocationsResponse: The response message for Locations.ListLocations.
ListModulesResponse: Response message for Modules.ListModules.
ListOperationsResponse: The response message for Operations.ListOperations.
ListVersionsResponse: Response message for Versions.ListVersions.
Location: A resource that represents Google Cloud Platform location.
LocationMetadata: Metadata for the given google.cloud.location.Location.
ManualScaling: A module with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
Module: A Module resource is a logical component of an application that can share state and communicate in a secure fashion with other modules.
Network: Extra network settings.
NetworkUtilization: Target scaling by network usage.
Operation: This resource represents a long-running operation that is the result of a network API call.
OperationMetadata: Metadata for the given google.longrunning.Operation.
OperationMetadataV1: Metadata for the given google.longrunning.Operation.
OperationMetadataV1Alpha: Metadata for the given google.longrunning.Operation.
OperationMetadataV1Beta: Metadata for the given google.longrunning.Operation.
OperationMetadataV1Beta5: Metadata for the given google.longrunning.Operation.
RequestUtilization: Target scaling by request utilization.
Resources: Machine resources for a version.
ScriptHandler: Executes a script to handle the request that matches the URL pattern.
SourceReference: Reference to a particular snapshot of the source tree used to build and deploy the application.
StaticDirectoryHandler: Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.
StaticFilesHandler: Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.
Status: The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.
TrafficSplit: Traffic routing configuration for versions within a single module.
UrlDispatchRule: Rules to match an HTTP request and dispatch that request to a module.
UrlMap: URL pattern and description of how the URL should be handled.
Version: A Version resource is a specific set of source code and configuration files that are deployed into a module.
Volume: Volumes mounted within the app container.