Package Classes (1.11.5)

Summary of entries of Classes for appengine.

Classes

ApplicationsAsyncClient

Manages App Engine applications.

ApplicationsClient

Manages App Engine applications.

AuthorizedCertificatesAsyncClient

Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.

AuthorizedCertificatesClient

Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.

ListAuthorizedCertificatesAsyncPager

A pager for iterating through list_authorized_certificates requests.

This class thinly wraps an initial ListAuthorizedCertificatesResponse object, and provides an __aiter__ method to iterate through its certificates field.

If there are more pages, the __aiter__ method will make additional ListAuthorizedCertificates requests and continue to iterate through the certificates field on the corresponding responses.

All the usual ListAuthorizedCertificatesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAuthorizedCertificatesPager

A pager for iterating through list_authorized_certificates requests.

This class thinly wraps an initial ListAuthorizedCertificatesResponse object, and provides an __iter__ method to iterate through its certificates field.

If there are more pages, the __iter__ method will make additional ListAuthorizedCertificates requests and continue to iterate through the certificates field on the corresponding responses.

All the usual ListAuthorizedCertificatesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

AuthorizedDomainsAsyncClient

Manages domains a user is authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central <https://www.google.com/webmasters/verification/home>__.

AuthorizedDomainsClient

Manages domains a user is authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central <https://www.google.com/webmasters/verification/home>__.

ListAuthorizedDomainsAsyncPager

A pager for iterating through list_authorized_domains requests.

This class thinly wraps an initial ListAuthorizedDomainsResponse object, and provides an __aiter__ method to iterate through its domains field.

If there are more pages, the __aiter__ method will make additional ListAuthorizedDomains requests and continue to iterate through the domains field on the corresponding responses.

All the usual ListAuthorizedDomainsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAuthorizedDomainsPager

A pager for iterating through list_authorized_domains requests.

This class thinly wraps an initial ListAuthorizedDomainsResponse object, and provides an __iter__ method to iterate through its domains field.

If there are more pages, the __iter__ method will make additional ListAuthorizedDomains requests and continue to iterate through the domains field on the corresponding responses.

All the usual ListAuthorizedDomainsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

DomainMappingsAsyncClient

Manages domains serving an application.

DomainMappingsClient

Manages domains serving an application.

ListDomainMappingsAsyncPager

A pager for iterating through list_domain_mappings requests.

This class thinly wraps an initial ListDomainMappingsResponse object, and provides an __aiter__ method to iterate through its domain_mappings field.

If there are more pages, the __aiter__ method will make additional ListDomainMappings requests and continue to iterate through the domain_mappings field on the corresponding responses.

All the usual ListDomainMappingsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDomainMappingsPager

A pager for iterating through list_domain_mappings requests.

This class thinly wraps an initial ListDomainMappingsResponse object, and provides an __iter__ method to iterate through its domain_mappings field.

If there are more pages, the __iter__ method will make additional ListDomainMappings requests and continue to iterate through the domain_mappings field on the corresponding responses.

All the usual ListDomainMappingsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

FirewallAsyncClient

Firewall resources are used to define a collection of access control rules for an Application. Each rule is defined with a position which specifies the rule's order in the sequence of rules, an IP range to be matched against requests, and an action to take upon matching requests.

Every request is evaluated against the Firewall rules in priority order. Processesing stops at the first rule which matches the request's IP address. A final rule always specifies an action that applies to all remaining IP addresses. The default final rule for a newly-created application will be set to "allow" if not otherwise specified by the user.

FirewallClient

Firewall resources are used to define a collection of access control rules for an Application. Each rule is defined with a position which specifies the rule's order in the sequence of rules, an IP range to be matched against requests, and an action to take upon matching requests.

Every request is evaluated against the Firewall rules in priority order. Processesing stops at the first rule which matches the request's IP address. A final rule always specifies an action that applies to all remaining IP addresses. The default final rule for a newly-created application will be set to "allow" if not otherwise specified by the user.

ListIngressRulesAsyncPager

A pager for iterating through list_ingress_rules requests.

This class thinly wraps an initial ListIngressRulesResponse object, and provides an __aiter__ method to iterate through its ingress_rules field.

If there are more pages, the __aiter__ method will make additional ListIngressRules requests and continue to iterate through the ingress_rules field on the corresponding responses.

All the usual ListIngressRulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListIngressRulesPager

A pager for iterating through list_ingress_rules requests.

This class thinly wraps an initial ListIngressRulesResponse object, and provides an __iter__ method to iterate through its ingress_rules field.

If there are more pages, the __iter__ method will make additional ListIngressRules requests and continue to iterate through the ingress_rules field on the corresponding responses.

All the usual ListIngressRulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

InstancesAsyncClient

Manages instances of a version.

InstancesClient

Manages instances of a version.

ListInstancesAsyncPager

A pager for iterating through list_instances requests.

This class thinly wraps an initial ListInstancesResponse object, and provides an __aiter__ method to iterate through its instances field.

If there are more pages, the __aiter__ method will make additional ListInstances requests and continue to iterate through the instances field on the corresponding responses.

All the usual ListInstancesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListInstancesPager

A pager for iterating through list_instances requests.

This class thinly wraps an initial ListInstancesResponse object, and provides an __iter__ method to iterate through its instances field.

If there are more pages, the __iter__ method will make additional ListInstances requests and continue to iterate through the instances field on the corresponding responses.

All the usual ListInstancesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ServicesAsyncClient

Manages services of an application.

ServicesClient

Manages services of an application.

ListServicesAsyncPager

A pager for iterating through list_services requests.

This class thinly wraps an initial ListServicesResponse object, and provides an __aiter__ method to iterate through its services field.

If there are more pages, the __aiter__ method will make additional ListServices requests and continue to iterate through the services field on the corresponding responses.

All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListServicesPager

A pager for iterating through list_services requests.

This class thinly wraps an initial ListServicesResponse object, and provides an __iter__ method to iterate through its services field.

If there are more pages, the __iter__ method will make additional ListServices requests and continue to iterate through the services field on the corresponding responses.

All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

VersionsAsyncClient

Manages versions of a service.

VersionsClient

Manages versions of a service.

ListVersionsAsyncPager

A pager for iterating through list_versions requests.

This class thinly wraps an initial ListVersionsResponse object, and provides an __aiter__ method to iterate through its versions field.

If there are more pages, the __aiter__ method will make additional ListVersions requests and continue to iterate through the versions field on the corresponding responses.

All the usual ListVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListVersionsPager

A pager for iterating through list_versions requests.

This class thinly wraps an initial ListVersionsResponse object, and provides an __iter__ method to iterate through its versions field.

If there are more pages, the __iter__ method will make additional ListVersions requests and continue to iterate through the versions field on the corresponding responses.

All the usual ListVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ApiConfigHandler

Google Cloud Endpoints <https://cloud.google.com/appengine/docs/python/endpoints/>__ configuration for API handlers.

ApiEndpointHandler

Uses Google Cloud Endpoints to handle requests.

Application

An Application resource contains the top-level configuration of an App Engine application.

DatabaseType

FeatureSettings

The feature specific settings to be used in the application. These define behaviors that are user configurable.

IdentityAwareProxy

Identity-Aware Proxy

ServingStatus

AuditData

App Engine admin service audit log.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

AuthFailAction

Actions to take when the user is not logged in.

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.

AuthorizedCertificateView

Fields that should be returned when an AuthorizedCertificate resource is retrieved.

AuthorizedDomain

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>__.

AutomaticScaling

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. 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.

BatchUpdateIngressRulesRequest

Request message for Firewall.BatchUpdateIngressRules.

BatchUpdateIngressRulesResponse

Response message for Firewall.UpdateAllIngressRules.

CertificateRawData

An SSL certificate obtained from a certificate authority.

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.

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.

CpuUtilization

Target scaling by CPU usage.

CreateApplicationRequest

Request message for Applications.CreateApplication.

CreateAuthorizedCertificateRequest

Request message for AuthorizedCertificates.CreateAuthorizedCertificate.

CreateDomainMappingRequest

Request message for DomainMappings.CreateDomainMapping.

CreateIngressRuleRequest

Request message for Firewall.CreateIngressRule.

CreateVersionMetadataV1

Metadata for the given google.longrunning.Operation][google.longrunning.Operation] during a google.appengine.v1.CreateVersionRequest][google.appengine.v1.CreateVersionRequest].

CreateVersionMethod

Detailed information about CreateVersion call.

CreateVersionRequest

Request message for Versions.CreateVersion.

DebugInstanceRequest

Request message for Instances.DebugInstance.

DeleteAuthorizedCertificateRequest

Request message for AuthorizedCertificates.DeleteAuthorizedCertificate.

DeleteDomainMappingRequest

Request message for DomainMappings.DeleteDomainMapping.

DeleteIngressRuleRequest

Request message for Firewall.DeleteIngressRule.

DeleteInstanceRequest

Request message for Instances.DeleteInstance.

DeleteServiceRequest

Request message for Services.DeleteService.

DeleteVersionRequest

Request message for Versions.DeleteVersion.

Deployment

Code and application artifacts used to deploy a version to App Engine.

FilesEntry

The abstract base class for a message.

DiskUtilization

Target scaling by disk usage. Only applicable in the App Engine flexible environment.

DomainMapping

A domain serving an App Engine application.

DomainOverrideStrategy

Override strategy for mutating an existing mapping.

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>__.

RolloutStrategy

Available rollout strategies.

Entrypoint

The entrypoint for the application.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

ErrorHandler

Custom static error page to be served when an error occurs.

ErrorCode

Error codes.

FileInfo

Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.

FirewallRule

A single firewall rule that is evaluated against incoming traffic and provides an action to take on matched requests.

Action

Available actions to take on matching requests.

GetApplicationRequest

Request message for Applications.GetApplication.

GetAuthorizedCertificateRequest

Request message for AuthorizedCertificates.GetAuthorizedCertificate.

GetDomainMappingRequest

Request message for DomainMappings.GetDomainMapping.

GetIngressRuleRequest

Request message for Firewall.GetIngressRule.

GetInstanceRequest

Request message for Instances.GetInstance.

GetServiceRequest

Request message for Services.GetService.

GetVersionRequest

Request message for Versions.GetVersion.

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.

InboundServiceType

Available inbound services.

Instance

An Instance resource is the computing unit that App Engine uses to automatically scale an application.

Availability

Availability of the instance.

Liveness

Wrapper for LivenessState enum.

LivenessState

Liveness health check status for Flex instances.

Library

Third-party Python runtime library that is required by the application.

ListAuthorizedCertificatesRequest

Request message for AuthorizedCertificates.ListAuthorizedCertificates.

ListAuthorizedCertificatesResponse

Response message for AuthorizedCertificates.ListAuthorizedCertificates.

ListAuthorizedDomainsRequest

Request message for AuthorizedDomains.ListAuthorizedDomains.

ListAuthorizedDomainsResponse

Response message for AuthorizedDomains.ListAuthorizedDomains.

ListDomainMappingsRequest

Request message for DomainMappings.ListDomainMappings.

ListDomainMappingsResponse

Response message for DomainMappings.ListDomainMappings.

ListIngressRulesRequest

Request message for Firewall.ListIngressRules.

ListIngressRulesResponse

Response message for Firewall.ListIngressRules.

ListInstancesRequest

Request message for Instances.ListInstances.

ListInstancesResponse

Response message for Instances.ListInstances.

ListServicesRequest

Request message for Services.ListServices.

ListServicesResponse

Response message for Services.ListServices.

ListVersionsRequest

Request message for Versions.ListVersions.

ListVersionsResponse

Response message for Versions.ListVersions.

LivenessCheck

Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.

LocationMetadata

Metadata for the given google.cloud.location.Location.

LoginRequirement

Methods to restrict access to a URL based on login status.

ManagedCertificate

A certificate managed by App Engine.

ManagementStatus

State of certificate management. Refers to the most recent certificate acquisition or renewal attempt.

ManualScaling

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. Only applicable in the App Engine flexible environment.

NetworkSettings

A NetworkSettings resource is a container for ingress settings for a version or service.

IngressTrafficAllowed

If unspecified, INGRESS_TRAFFIC_ALLOWED_ALL will be used.

NetworkUtilization

Target scaling by network usage. Only applicable in the App Engine flexible environment.

OperationMetadataV1

Metadata for the given google.longrunning.Operation][google.longrunning.Operation].

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

ReadinessCheck

Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation.

RepairApplicationRequest

Request message for 'Applications.RepairApplication'.

RequestUtilization

Target scaling by request utilization. Only applicable in the App Engine flexible environment.

ResourceRecord

A DNS resource record.

RecordType

A resource record type.

Resources

Machine resources for a version.

ScriptHandler

Executes a script to handle the request that matches the URL pattern.

SecurityLevel

Methods to enforce security (HTTPS) on a URL.

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.

LabelsEntry

The abstract base class for a message.

ServingStatus

Run states of a version.

SslSettings

SSL configuration for a DomainMapping resource.

SslManagementType

The SSL management type for this domain.

StandardSchedulerSettings

Scheduler settings for standard environment.

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.

HttpHeadersEntry

The abstract base class for a message.

TrafficSplit

Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions.

AllocationsEntry

The abstract base class for a message.

ShardBy

Available sharding mechanisms.

UpdateApplicationRequest

Request message for Applications.UpdateApplication.

UpdateAuthorizedCertificateRequest

Request message for AuthorizedCertificates.UpdateAuthorizedCertificate.

UpdateDomainMappingRequest

Request message for DomainMappings.UpdateDomainMapping.

UpdateIngressRuleRequest

Request message for Firewall.UpdateIngressRule.

UpdateServiceMethod

Detailed information about UpdateService call.

UpdateServiceRequest

Request message for Services.UpdateService.

UpdateVersionRequest

Request message for Versions.UpdateVersion.

UrlDispatchRule

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. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

RedirectHttpResponseCode

Redirect codes.

Version

A Version resource is a specific set of source code and configuration files that are deployed into a service.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

BetaSettingsEntry

The abstract base class for a message.

BuildEnvVariablesEntry

The abstract base class for a message.

EnvVariablesEntry

The abstract base class for a message.

VersionView

Fields that should be returned when Version][google.appengine.v1.Version] resources are retrieved.

Volume

Volumes mounted within the app container. Only applicable in the App Engine flexible environment.

VpcAccessConnector

VPC access connector specification.

EgressSetting

Available egress settings.

This controls what traffic is diverted through the VPC Access Connector resource. By default PRIVATE_IP_RANGES will be used.

ZipInfo

The zip file information for a zip deployment.

Modules

pagers

API documentation for appengine_admin_v1.services.authorized_certificates.pagers module.

pagers

API documentation for appengine_admin_v1.services.authorized_domains.pagers module.

pagers

API documentation for appengine_admin_v1.services.domain_mappings.pagers module.

pagers

API documentation for appengine_admin_v1.services.firewall.pagers module.

pagers

API documentation for appengine_admin_v1.services.instances.pagers module.

pagers

API documentation for appengine_admin_v1.services.services.pagers module.

pagers

API documentation for appengine_admin_v1.services.versions.pagers module.