View Source API Reference google_api_app_engine v0.42.0
Modules
API client metadata for GoogleApi.AppEngine.V1.
API calls for all endpoints tagged Apps
.
API calls for all endpoints tagged Projects
.
Handle Tesla connections for GoogleApi.AppEngine.V1.
Google Cloud Endpoints (https://cloud.google.com/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 Search Console (https://search.google.com/search-console/welcome).
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.
ContainerState contains the externally-visible container state that is used to communicate the state and reasoning for that state to the CLH. This data is not persisted by CCFE, but is instead derived from CCFE's internal representation of the container state.
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.
Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: A full date, with non-zero year, month, and day values. A month and day, with a zero year (for example, an anniversary). A year on its own, with a zero month and a zero day. A year and month, with a zero day (for example, a credit card expiration date).Related types: google.type.TimeOfDay google.type.DateTime google.protobuf.Timestamp
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); }
Google 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.
Runtime settings for the App Engine flexible environment.
For use only by GCE. GceTag is a wrapper around the GCE administrative tag with parent info.
Metadata for the given google.cloud.location.Location.
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 Applications.ListRuntimes.
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 a Google Cloud 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.
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.
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.
The request sent to CLHs during project events.
ProjectsMetadata is the metadata CCFE stores about the all the relevant projects (tenant, consumer, producer).
Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation.
Containers transition between and within states based on reasons sent from various systems. CCFE will provide the CLH with reasons for the current state per system.The current systems that CCFE supports are: Service Management (Inception) Data Governance (Wipeout) Abuse (Ares) Billing (Internal Cloud Billing API) Service Activation (Service Controller)
Request message for 'Applications.RepairApplication'.
Target scaling by request utilization. Only applicable in the App Engine flexible environment.
The request that is passed to CLH during per-resource events. The request will be sent with update semantics in all cases except for data governance purge events. These events will be sent with delete semantics and the CLH is expected to delete the resource receiving this event.
A DNS resource record.
Machine resources for a version.
Runtime versions for App Engine.
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). 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).
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.
VPC access connector specification.
The zip file information for a zip deployment.