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.