|
class | ApiConfigHandler |
| Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. More...
|
|
class | ApiEndpointHandler |
| Uses Google Cloud Endpoints to handle requests. More...
|
|
class | Application |
| An Application resource contains the top-level configuration of an App Engine application. More...
|
|
class | AuthorizedCertificate |
| 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. More...
|
|
class | AuthorizedDomain |
| 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). More...
|
|
class | AutomaticScaling |
| Automatic scaling is based on request rate, response latencies, and other application metrics. More...
|
|
class | BasicScaling |
| 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. More...
|
|
class | BatchUpdateIngressRulesRequest |
| Request message for Firewall.BatchUpdateIngressRules. More...
|
|
class | BatchUpdateIngressRulesResponse |
| Response message for Firewall.UpdateAllIngressRules. More...
|
|
class | CertificateRawData |
| An SSL certificate obtained from a certificate authority. More...
|
|
class | CloudBuildOptions |
| 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. More...
|
|
class | ContainerInfo |
| 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. More...
|
|
class | CpuUtilization |
| Target scaling by CPU usage. More...
|
|
class | CreateVersionMetadataV1 |
| Metadata for the given google.longrunning.Operation during a google.appengine.v1.CreateVersionRequest. More...
|
|
class | CreateVersionMetadataV1Alpha |
| Metadata for the given google.longrunning.Operation during a google.appengine.v1alpha.CreateVersionRequest. More...
|
|
class | CreateVersionMetadataV1Beta |
| Metadata for the given google.longrunning.Operation during a google.appengine.v1beta.CreateVersionRequest. More...
|
|
class | DebugInstanceRequest |
| Request message for Instances.DebugInstance. More...
|
|
class | Deployment |
| Code and application artifacts used to deploy a version to App Engine. More...
|
|
class | DiskUtilization |
| Target scaling by disk usage. Only applicable in the App Engine flexible environment. More...
|
|
class | DomainMapping |
| A domain serving an App Engine application. More...
|
|
class | Empty |
| 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 {}. More...
|
|
class | EndpointsApiService |
| 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). More...
|
|
class | Entrypoint |
| The entrypoint for the application. More...
|
|
class | ErrorHandler |
| Custom static error page to be served when an error occurs. More...
|
|
class | FeatureSettings |
| The feature specific settings to be used in the application. These define behaviors that are user configurable. More...
|
|
class | FileInfo |
| Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately. More...
|
|
class | FirewallRule |
| A single firewall rule that is evaluated against incoming traffic and provides an action to take on matched requests. More...
|
|
class | HealthCheck |
| Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment. More...
|
|
class | IdentityAwareProxy |
| Identity-Aware Proxy More...
|
|
class | Instance |
| An Instance resource is the computing unit that App Engine uses to automatically scale an application. More...
|
|
class | Library |
| Third-party Python runtime library that is required by the application. More...
|
|
class | ListAuthorizedCertificatesResponse |
| Response message for AuthorizedCertificates.ListAuthorizedCertificates. More...
|
|
class | ListAuthorizedDomainsResponse |
| Response message for AuthorizedDomains.ListAuthorizedDomains. More...
|
|
class | ListDomainMappingsResponse |
| Response message for DomainMappings.ListDomainMappings. More...
|
|
class | ListIngressRulesResponse |
| Response message for Firewall.ListIngressRules. More...
|
|
class | ListInstancesResponse |
| Response message for Instances.ListInstances. More...
|
|
class | ListLocationsResponse |
| The response message for Locations.ListLocations. More...
|
|
class | ListOperationsResponse |
| The response message for Operations.ListOperations. More...
|
|
class | ListServicesResponse |
| Response message for Services.ListServices. More...
|
|
class | ListVersionsResponse |
| Response message for Versions.ListVersions. More...
|
|
class | LivenessCheck |
| Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. More...
|
|
class | Location |
| A resource that represents Google Cloud Platform location. More...
|
|
class | LocationMetadata |
| Metadata for the given google.cloud.location.Location. More...
|
|
class | ManagedCertificate |
| A certificate managed by App Engine. More...
|
|
class | ManualScaling |
| A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. More...
|
|
class | Network |
| Extra network settings. Only applicable in the App Engine flexible environment. More...
|
|
class | NetworkUtilization |
| Target scaling by network usage. Only applicable in the App Engine flexible environment. More...
|
|
class | Operation |
| This resource represents a long-running operation that is the result of a network API call. More...
|
|
class | OperationMetadataV1 |
| Metadata for the given google.longrunning.Operation. More...
|
|
class | OperationMetadataV1Alpha |
| Metadata for the given google.longrunning.Operation. More...
|
|
class | OperationMetadataV1Beta |
| Metadata for the given google.longrunning.Operation. More...
|
|
class | ReadinessCheck |
| Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation. More...
|
|
class | RepairApplicationRequest |
| Request message for 'Applications.RepairApplication'. More...
|
|
class | RequestUtilization |
| Target scaling by request utilization. Only applicable in the App Engine flexible environment. More...
|
|
class | ResourceRecord |
| A DNS resource record. More...
|
|
class | Resources |
| Machine resources for a version. More...
|
|
class | ScriptHandler |
| Executes a script to handle the request that matches the URL pattern. More...
|
|
class | Service |
| 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. More...
|
|
class | SslSettings |
| SSL configuration for a DomainMapping resource. More...
|
|
class | StandardSchedulerSettings |
| Scheduler settings for standard environment. More...
|
|
class | StaticFilesHandler |
| 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. More...
|
|
class | Status |
| 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). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors). More...
|
|
class | TrafficSplit |
| Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions. More...
|
|
class | UrlDispatchRule |
| Rules to match an HTTP request and dispatch that request to a service. More...
|
|
class | UrlMap |
| 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. More...
|
|
class | Version |
| A Version resource is a specific set of source code and configuration files that are deployed into a service. More...
|
|
class | Volume |
| Volumes mounted within the app container. Only applicable in the App Engine flexible environment. More...
|
|
class | VpcAccessConnector |
| VPC access connector specification. More...
|
|
class | ZipInfo |
| The zip file information for a zip deployment. More...
|
|