package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Redirects user to "accounts.google.com".
Rejects request with a `401` HTTP status code and an error message.
Not specified.
All other error types.
Client blocked by the application's Denial of Service protection configuration.
Application has exceeded a resource quota.
Deadline reached before the application responds.
Not specified.
Registers an application for notifications when a client connects or disconnects from a channel.
Allows an application to receive mail.
Allows an application to receive email-bound notifications.
Not specified.
Enables warmup requests.
Allows an application to receive error stanzas.
Allows an application to receive instant messages.
Allows an application to receive a user's chat presence.
Allows an application to receive user subscription POSTs.
No description provided by the author
No description provided by the author
No description provided by the author
If the user is not signed in, the `auth_fail_action` is taken.
Does not require that the user is signed in.
If the user has signed in, the handler proceeds normally.
Not specified.
Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path.
Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects.
Requests for a URL that match this handler that use HTTPS are automatically redirected to the HTTP equivalent URL.
Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects.
Not specified.
Currently serving.
Not specified.
Disabled.
Diversion based on a specially named cookie, "GOOGAPPUID." The cookie must be set by the application itself or no diversion will occur.
Diversion based on applying the modulus operation to a fingerprint of the IP address.
Diversion method unspecified.
`301 Moved Permanently` code.
`302 Moved Temporarily` code.
`303 See Other` code.
`307 Temporary Redirect` code.
Not specified.
Basic version information including scaling and inbound services, but not detailed deployment information.
The information from `BASIC`, plus detailed information about the deployment.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
[Google Cloud Endpoints](https://cloud.google.com/appengine/docs/python/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.
App Engine admin service audit log.
No description provided by the author
No description provided by the author
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.
Docker image that is used to start a VM container for the version you deploy.
Target scaling by CPU usage.
Detailed information about CreateVersion call.
Request message for `Versions.CreateVersion`.
Request message for `Instances.DebugInstance`.
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.
Custom static error page to be served when an error occurs.
Single source file that is part of the version to be deployed.
Request message for `Applications.GetApplication`.
Request message for `Instances.GetInstance`.
Request message for `Services.GetService`.
Request message for `Versions.GetVersion`.
Health checking configuration for VM instances.
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 `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`.
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
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.
Target scaling by network usage.
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].
Request message for 'Applications.RepairApplication'.
Target scaling by request utilization.
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.
Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files.
Traffic routing configuration for versions within a single service.
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.
No description provided by the author
No description provided by the author
No description provided by the author
A Version resource is a specific set of source code and configuration files that are deployed into a service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Actions to take when the user is not logged in.
Error codes.
Available inbound services.
Availability of the instance.
Methods to restrict access to a URL based on login status.
Methods to enforce security (HTTPS) on a URL.
Run states of a version.
Available sharding mechanisms.
Redirect codes.
Fields that should be returned when [Version][google.appengine.v1.Version] resources are retreived.