Classes
ApplicationsClient
Manages App Engine applications.
ApplicationsConnection
The ApplicationsConnection object for ApplicationsClient.
ApplicationsConnectionIdempotencyPolicy
ApplicationsLimitedErrorCountRetryPolicy
A retry policy for ApplicationsConnection based on counting errors.
ApplicationsLimitedTimeRetryPolicy
A retry policy for ApplicationsConnection based on elapsed time.
ApplicationsRetryPolicy
The retry policy for ApplicationsConnection.
AuthorizedCertificatesClient
Manages SSL certificates a user is authorized to administer.
AuthorizedCertificatesConnection
The AuthorizedCertificatesConnection object for AuthorizedCertificatesClient.
AuthorizedCertificatesConnectionIdempotencyPolicy
AuthorizedCertificatesLimitedErrorCountRetryPolicy
A retry policy for AuthorizedCertificatesConnection based on counting errors.
AuthorizedCertificatesLimitedTimeRetryPolicy
A retry policy for AuthorizedCertificatesConnection based on elapsed time.
AuthorizedCertificatesRetryPolicy
The retry policy for AuthorizedCertificatesConnection.
AuthorizedDomainsClient
Manages domains a user is authorized to administer.
AuthorizedDomainsConnection
The AuthorizedDomainsConnection object for AuthorizedDomainsClient.
AuthorizedDomainsConnectionIdempotencyPolicy
AuthorizedDomainsLimitedErrorCountRetryPolicy
A retry policy for AuthorizedDomainsConnection based on counting errors.
AuthorizedDomainsLimitedTimeRetryPolicy
A retry policy for AuthorizedDomainsConnection based on elapsed time.
AuthorizedDomainsRetryPolicy
The retry policy for AuthorizedDomainsConnection.
DomainMappingsClient
Manages domains serving an application.
DomainMappingsConnection
The DomainMappingsConnection object for DomainMappingsClient.
DomainMappingsConnectionIdempotencyPolicy
DomainMappingsLimitedErrorCountRetryPolicy
A retry policy for DomainMappingsConnection based on counting errors.
DomainMappingsLimitedTimeRetryPolicy
A retry policy for DomainMappingsConnection based on elapsed time.
DomainMappingsRetryPolicy
The retry policy for DomainMappingsConnection.
FirewallClient
Firewall resources are used to define a collection of access control rules for an Application.
FirewallConnection
The FirewallConnection object for FirewallClient.
FirewallConnectionIdempotencyPolicy
FirewallLimitedErrorCountRetryPolicy
A retry policy for FirewallConnection based on counting errors.
FirewallLimitedTimeRetryPolicy
A retry policy for FirewallConnection based on elapsed time.
FirewallRetryPolicy
The retry policy for FirewallConnection.
InstancesClient
Manages instances of a version.
InstancesConnection
The InstancesConnection object for InstancesClient.
InstancesConnectionIdempotencyPolicy
InstancesLimitedErrorCountRetryPolicy
A retry policy for InstancesConnection based on counting errors.
InstancesLimitedTimeRetryPolicy
A retry policy for InstancesConnection based on elapsed time.
InstancesRetryPolicy
The retry policy for InstancesConnection.
ServicesClient
Manages services of an application.
ServicesConnection
The ServicesConnection object for ServicesClient.
ServicesConnectionIdempotencyPolicy
ServicesLimitedErrorCountRetryPolicy
A retry policy for ServicesConnection based on counting errors.
ServicesLimitedTimeRetryPolicy
A retry policy for ServicesConnection based on elapsed time.
ServicesRetryPolicy
The retry policy for ServicesConnection.
VersionsClient
Manages versions of a service.
VersionsConnection
The VersionsConnection object for VersionsClient.
VersionsConnectionIdempotencyPolicy
VersionsLimitedErrorCountRetryPolicy
A retry policy for VersionsConnection based on counting errors.
VersionsLimitedTimeRetryPolicy
A retry policy for VersionsConnection based on elapsed time.
VersionsRetryPolicy
The retry policy for VersionsConnection.
Structs
ApplicationsBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
ApplicationsConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
ApplicationsPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
ApplicationsRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
AuthorizedCertificatesBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
AuthorizedCertificatesConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
AuthorizedCertificatesRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
AuthorizedDomainsBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
AuthorizedDomainsConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
AuthorizedDomainsRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
DomainMappingsBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DomainMappingsConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DomainMappingsPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
DomainMappingsRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
FirewallBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
FirewallConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
FirewallRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
InstancesBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
InstancesConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
InstancesPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
InstancesRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
ServicesBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
ServicesConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
ServicesPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
ServicesRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
VersionsBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
VersionsConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
VersionsPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
VersionsRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeApplicationsConnection(Options)
A factory function to construct an object of type ApplicationsConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ApplicationsClient.
The optional options argument may be used to configure aspects of the returned ApplicationsConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< ApplicationsConnection > |
|
MakeDefaultApplicationsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< ApplicationsConnectionIdempotencyPolicy > |
|
MakeAuthorizedCertificatesConnection(Options)
A factory function to construct an object of type AuthorizedCertificatesConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AuthorizedCertificatesClient.
The optional options argument may be used to configure aspects of the returned AuthorizedCertificatesConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< AuthorizedCertificatesConnection > |
|
MakeDefaultAuthorizedCertificatesConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AuthorizedCertificatesConnectionIdempotencyPolicy > |
|
MakeAuthorizedDomainsConnection(Options)
A factory function to construct an object of type AuthorizedDomainsConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AuthorizedDomainsClient.
The optional options argument may be used to configure aspects of the returned AuthorizedDomainsConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< AuthorizedDomainsConnection > |
|
MakeDefaultAuthorizedDomainsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AuthorizedDomainsConnectionIdempotencyPolicy > |
|
MakeDomainMappingsConnection(Options)
A factory function to construct an object of type DomainMappingsConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DomainMappingsClient.
The optional options argument may be used to configure aspects of the returned DomainMappingsConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< DomainMappingsConnection > |
|
MakeDefaultDomainMappingsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DomainMappingsConnectionIdempotencyPolicy > |
|
MakeFirewallConnection(Options)
A factory function to construct an object of type FirewallConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of FirewallClient.
The optional options argument may be used to configure aspects of the returned FirewallConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< FirewallConnection > |
|
MakeDefaultFirewallConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< FirewallConnectionIdempotencyPolicy > |
|
MakeInstancesConnection(Options)
A factory function to construct an object of type InstancesConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of InstancesClient.
The optional options argument may be used to configure aspects of the returned InstancesConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< InstancesConnection > |
|
MakeDefaultInstancesConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< InstancesConnectionIdempotencyPolicy > |
|
MakeServicesConnection(Options)
A factory function to construct an object of type ServicesConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ServicesClient.
The optional options argument may be used to configure aspects of the returned ServicesConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< ServicesConnection > |
|
MakeDefaultServicesConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< ServicesConnectionIdempotencyPolicy > |
|
MakeVersionsConnection(Options)
A factory function to construct an object of type VersionsConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of VersionsClient.
The optional options argument may be used to configure aspects of the returned VersionsConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< VersionsConnection > |
|
MakeDefaultVersionsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< VersionsConnectionIdempotencyPolicy > |
|