Uses Google Cloud Endpoints to handle requests.
An Application resource contains the top-level configuration of an App
Engine application.
App Engine admin service audit log.
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
Search Console.
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.
Request message for Applications.CreateApplication
.
Request message for AuthorizedCertificates.CreateAuthorizedCertificate
.
Request message for DomainMappings.CreateDomainMapping
.
Request message for Firewall.CreateIngressRule
.
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation] during a
[google.appengine.v1.CreateVersionRequest][google.appengine.v1.CreateVersionRequest].
Detailed information about CreateVersion call.
Request message for Versions.CreateVersion
.
Request message for Instances.DebugInstance
.
Request message for AuthorizedCertificates.DeleteAuthorizedCertificate
.
Request message for DomainMappings.DeleteDomainMapping
.
Request message for Firewall.DeleteIngressRule
.
Request message for Instances.DeleteInstance
.
Request message for Services.DeleteService
.
Request message for Versions.DeleteVersion
.
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.
Cloud 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 entrypoint for the application.
Custom static error page to be served when an error occurs.
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.
Request message for Applications.GetApplication
.
Request message for AuthorizedCertificates.GetAuthorizedCertificate
.
Request message for DomainMappings.GetDomainMapping
.
Request message for Firewall.GetIngressRule
.
Request message for Instances.GetInstance
.
Request message for Services.GetService
.
Request message for Versions.GetVersion
.
Health checking configuration for VM instances. Unhealthy instances
are killed and replaced with new instances. Only applicable for
instances in App Engine flexible environment.
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.
Request message for AuthorizedCertificates.ListAuthorizedCertificates
.
Response message for AuthorizedCertificates.ListAuthorizedCertificates
.
Request message for AuthorizedDomains.ListAuthorizedDomains
.
Response message for AuthorizedDomains.ListAuthorizedDomains
.
Request message for DomainMappings.ListDomainMappings
.
Response message for DomainMappings.ListDomainMappings
.
Request message for Firewall.ListIngressRules
.
Response message for Firewall.ListIngressRules
.
Request message for Instances.ListInstances
.
Response message for Instances.ListInstances
.
Request message for Services.ListServices
.
Response message for Services.ListServices
.
Request message for Versions.ListVersions
.
Response message for Versions.ListVersions
.
Health checking configuration for VM instances. Unhealthy instances
are killed and replaced with new instances.
Metadata for the given [google.cloud.location.Location][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.
A NetworkSettings resource is a container for ingress settings for a version
or service.
Target scaling by network usage.
Only applicable in the App Engine flexible environment.
Metadata for the given [google.longrunning.Operation][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.
Traffic routing configuration for versions within a single service. Traffic
splits define how traffic directed to the service is assigned to versions.
Request message for Applications.UpdateApplication
.
Request message for AuthorizedCertificates.UpdateAuthorizedCertificate
.
Request message for DomainMappings.UpdateDomainMapping
.
Request message for Firewall.UpdateIngressRule
.
Detailed information about UpdateService call.
Request message for Services.UpdateService
.
Request message for Versions.UpdateVersion
.
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.
VPC access connector specification.
The zip file information for a zip deployment.