Class | Description |
---|---|
ApiConfigHandler |
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/)
configuration for API handlers.
|
ApiConfigHandler.Builder |
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/endpoints/)
configuration for API handlers.
|
ApiEndpointHandler |
Uses Google Cloud Endpoints to handle requests.
|
ApiEndpointHandler.Builder |
Uses Google Cloud Endpoints to handle requests.
|
AppengineProto | |
Application |
An Application resource contains the top-level configuration of an App
Engine application.
|
Application.Builder |
An Application resource contains the top-level configuration of an App
Engine application.
|
ApplicationProto | |
ApplicationsGrpc |
Manages App Engine applications.
|
ApplicationsGrpc.ApplicationsBlockingStub |
Manages App Engine applications.
|
ApplicationsGrpc.ApplicationsFutureStub |
Manages App Engine applications.
|
ApplicationsGrpc.ApplicationsImplBase |
Manages App Engine applications.
|
ApplicationsGrpc.ApplicationsStub |
Manages App Engine applications.
|
AppYamlProto | |
AuditData |
App Engine admin service audit log.
|
AuditData.Builder |
App Engine admin service audit log.
|
AuditDataProto | |
AutomaticScaling |
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
AutomaticScaling.Builder |
Automatic scaling is based on request rate, response latencies, and other
application metrics.
|
BasicScaling |
A service with basic scaling will create an instance when the application
receives a request.
|
BasicScaling.Builder |
A service with basic scaling will create an instance when the application
receives a request.
|
ContainerInfo |
Docker image that is used to start a VM container for the version you
deploy.
|
ContainerInfo.Builder |
Docker image that is used to start a VM container for the version you
deploy.
|
CpuUtilization |
Target scaling by CPU usage.
|
CpuUtilization.Builder |
Target scaling by CPU usage.
|
CreateVersionMethod |
Detailed information about CreateVersion call.
|
CreateVersionMethod.Builder |
Detailed information about CreateVersion call.
|
CreateVersionRequest |
Request message for `Versions.CreateVersion`.
|
CreateVersionRequest.Builder |
Request message for `Versions.CreateVersion`.
|
DebugInstanceRequest |
Request message for `Instances.DebugInstance`.
|
DebugInstanceRequest.Builder |
Request message for `Instances.DebugInstance`.
|
DeleteInstanceRequest |
Request message for `Instances.DeleteInstance`.
|
DeleteInstanceRequest.Builder |
Request message for `Instances.DeleteInstance`.
|
DeleteServiceRequest |
Request message for `Services.DeleteService`.
|
DeleteServiceRequest.Builder |
Request message for `Services.DeleteService`.
|
DeleteVersionRequest |
Request message for `Versions.DeleteVersion`.
|
DeleteVersionRequest.Builder |
Request message for `Versions.DeleteVersion`.
|
Deployment |
Code and application artifacts used to deploy a version to App Engine.
|
Deployment.Builder |
Code and application artifacts used to deploy a version to App Engine.
|
DeployProto | |
DiskUtilization |
Target scaling by disk usage.
|
DiskUtilization.Builder |
Target scaling by disk usage.
|
ErrorHandler |
Custom static error page to be served when an error occurs.
|
ErrorHandler.Builder |
Custom static error page to be served when an error occurs.
|
FileInfo |
Single source file that is part of the version to be deployed.
|
FileInfo.Builder |
Single source file that is part of the version to be deployed.
|
GetApplicationRequest |
Request message for `Applications.GetApplication`.
|
GetApplicationRequest.Builder |
Request message for `Applications.GetApplication`.
|
GetInstanceRequest |
Request message for `Instances.GetInstance`.
|
GetInstanceRequest.Builder |
Request message for `Instances.GetInstance`.
|
GetServiceRequest |
Request message for `Services.GetService`.
|
GetServiceRequest.Builder |
Request message for `Services.GetService`.
|
GetVersionRequest |
Request message for `Versions.GetVersion`.
|
GetVersionRequest.Builder |
Request message for `Versions.GetVersion`.
|
HealthCheck |
Health checking configuration for VM instances.
|
HealthCheck.Builder |
Health checking configuration for VM instances.
|
Instance |
An Instance resource is the computing unit that App Engine uses to
automatically scale an application.
|
Instance.Builder |
An Instance resource is the computing unit that App Engine uses to
automatically scale an application.
|
InstanceProto | |
InstancesGrpc |
Manages instances of a version.
|
InstancesGrpc.InstancesBlockingStub |
Manages instances of a version.
|
InstancesGrpc.InstancesFutureStub |
Manages instances of a version.
|
InstancesGrpc.InstancesImplBase |
Manages instances of a version.
|
InstancesGrpc.InstancesStub |
Manages instances of a version.
|
Library |
Third-party Python runtime library that is required by the application.
|
Library.Builder |
Third-party Python runtime library that is required by the application.
|
ListInstancesRequest |
Request message for `Instances.ListInstances`.
|
ListInstancesRequest.Builder |
Request message for `Instances.ListInstances`.
|
ListInstancesResponse |
Response message for `Instances.ListInstances`.
|
ListInstancesResponse.Builder |
Response message for `Instances.ListInstances`.
|
ListServicesRequest |
Request message for `Services.ListServices`.
|
ListServicesRequest.Builder |
Request message for `Services.ListServices`.
|
ListServicesResponse |
Response message for `Services.ListServices`.
|
ListServicesResponse.Builder |
Response message for `Services.ListServices`.
|
ListVersionsRequest |
Request message for `Versions.ListVersions`.
|
ListVersionsRequest.Builder |
Request message for `Versions.ListVersions`.
|
ListVersionsResponse |
Response message for `Versions.ListVersions`.
|
ListVersionsResponse.Builder |
Response message for `Versions.ListVersions`.
|
LocationMetadata |
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
|
LocationMetadata.Builder |
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
|
LocationProto | |
ManualScaling |
A service with manual scaling runs continuously, allowing you to perform
complex initialization and rely on the state of its memory over time.
|
ManualScaling.Builder |
A service with manual scaling runs continuously, allowing you to perform
complex initialization and rely on the state of its memory over time.
|
Network |
Extra network settings.
|
Network.Builder |
Extra network settings.
|
NetworkUtilization |
Target scaling by network usage.
|
NetworkUtilization.Builder |
Target scaling by network usage.
|
OperationMetadataV1 |
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].
|
OperationMetadataV1.Builder |
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].
|
OperationProto | |
RepairApplicationRequest |
Request message for 'Applications.RepairApplication'.
|
RepairApplicationRequest.Builder |
Request message for 'Applications.RepairApplication'.
|
RequestUtilization |
Target scaling by request utilization.
|
RequestUtilization.Builder |
Target scaling by request utilization.
|
Resources |
Machine resources for a version.
|
Resources.Builder |
Machine resources for a version.
|
ScriptHandler |
Executes a script to handle the request that matches the URL pattern.
|
ScriptHandler.Builder |
Executes a script to handle the request that matches the URL pattern.
|
Service |
A Service resource is a logical component of an application that can share
state and communicate in a secure fashion with other services.
|
Service.Builder |
A Service resource is a logical component of an application that can share
state and communicate in a secure fashion with other services.
|
ServiceProto | |
ServicesGrpc |
Manages services of an application.
|
ServicesGrpc.ServicesBlockingStub |
Manages services of an application.
|
ServicesGrpc.ServicesFutureStub |
Manages services of an application.
|
ServicesGrpc.ServicesImplBase |
Manages services of an application.
|
ServicesGrpc.ServicesStub |
Manages services of an application.
|
StaticFilesHandler |
Files served directly to the user for a given URL, such as images, CSS
stylesheets, or JavaScript source files.
|
StaticFilesHandler.Builder |
Files served directly to the user for a given URL, such as images, CSS
stylesheets, or JavaScript source files.
|
TrafficSplit |
Traffic routing configuration for versions within a single service.
|
TrafficSplit.Builder |
Traffic routing configuration for versions within a single service.
|
UpdateServiceMethod |
Detailed information about UpdateService call.
|
UpdateServiceMethod.Builder |
Detailed information about UpdateService call.
|
UpdateServiceRequest |
Request message for `Services.UpdateService`.
|
UpdateServiceRequest.Builder |
Request message for `Services.UpdateService`.
|
UpdateVersionRequest |
Request message for `Versions.UpdateVersion`.
|
UpdateVersionRequest.Builder |
Request message for `Versions.UpdateVersion`.
|
UrlDispatchRule |
Rules to match an HTTP request and dispatch that request to a service.
|
UrlDispatchRule.Builder |
Rules to match an HTTP request and dispatch that request to a service.
|
UrlMap |
URL pattern and description of how the URL should be handled.
|
UrlMap.Builder |
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 service.
|
Version.Builder |
A Version resource is a specific set of source code and configuration files
that are deployed into a service.
|
VersionProto | |
VersionsGrpc |
Manages versions of a service.
|
VersionsGrpc.VersionsBlockingStub |
Manages versions of a service.
|
VersionsGrpc.VersionsFutureStub |
Manages versions of a service.
|
VersionsGrpc.VersionsImplBase |
Manages versions of a service.
|
VersionsGrpc.VersionsStub |
Manages versions of a service.
|
ZipInfo |
Protobuf type
google.appengine.v1.ZipInfo |
ZipInfo.Builder |
Protobuf type
google.appengine.v1.ZipInfo |
Enum | Description |
---|---|
AuditData.MethodCase | |
AuthFailAction |
Actions to take when the user is not logged in.
|
ErrorHandler.ErrorCode |
Error codes.
|
InboundServiceType |
Available inbound services.
|
Instance.Availability |
Availability of the instance.
|
LoginRequirement |
Methods to restrict access to a URL based on login status.
|
SecurityLevel |
Methods to enforce security (HTTPS) on a URL.
|
ServingStatus |
Run states of a version.
|
TrafficSplit.ShardBy |
Available sharding mechanisms.
|
UrlMap.HandlerTypeCase | |
UrlMap.RedirectHttpResponseCode |
Redirect codes.
|
Version.ScalingCase | |
VersionView |
Fields that should be returned when [Version][google.appengine.v1.Version] resources
are retreived.
|