Namespace google::cloud::appengine_v1 (2.11.0)

Classes

ApplicationsClient

Manages App Engine applications.

ApplicationsConnection

The ApplicationsConnection object for ApplicationsClient.

ApplicationsConnectionIdempotencyPolicy

AuthorizedCertificatesClient

Manages SSL certificates a user is authorized to administer.

AuthorizedCertificatesConnection

The AuthorizedCertificatesConnection object for AuthorizedCertificatesClient.

AuthorizedCertificatesConnectionIdempotencyPolicy

AuthorizedDomainsClient

Manages domains a user is authorized to administer.

AuthorizedDomainsConnection

The AuthorizedDomainsConnection object for AuthorizedDomainsClient.

AuthorizedDomainsConnectionIdempotencyPolicy

DomainMappingsClient

Manages domains serving an application.

DomainMappingsConnection

The DomainMappingsConnection object for DomainMappingsClient.

DomainMappingsConnectionIdempotencyPolicy

FirewallClient

Firewall resources are used to define a collection of access control rules for an Application.

FirewallConnection

The FirewallConnection object for FirewallClient.

FirewallConnectionIdempotencyPolicy

InstancesClient

Manages instances of a version.

InstancesConnection

The InstancesConnection object for InstancesClient.

InstancesConnectionIdempotencyPolicy

ServicesClient

Manages services of an application.

ServicesConnection

The ServicesConnection object for ServicesClient.

ServicesConnectionIdempotencyPolicy

VersionsClient

Manages versions of a service.

VersionsConnection

The VersionsConnection object for VersionsClient.

VersionsConnectionIdempotencyPolicy

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

(optional) Configure the ApplicationsConnection created by this function.

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

(optional) Configure the AuthorizedCertificatesConnection created by this function.

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

(optional) Configure the AuthorizedDomainsConnection created by this function.

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

(optional) Configure the DomainMappingsConnection created by this function.

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

(optional) Configure the FirewallConnection created by this function.

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

(optional) Configure the InstancesConnection created by this function.

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

(optional) Configure the ServicesConnection created by this function.

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

(optional) Configure the VersionsConnection created by this function.

Returns
Type Description
std::shared_ptr< VersionsConnection >

MakeDefaultVersionsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< VersionsConnectionIdempotencyPolicy >

Type Aliases

ApplicationsRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< appengine_v1_internal::ApplicationsRetryTraits >

ApplicationsLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< appengine_v1_internal::ApplicationsRetryTraits >

ApplicationsLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< appengine_v1_internal::ApplicationsRetryTraits >

ApplicationsPolicyOptionList

Alias Of: OptionList< ApplicationsRetryPolicyOption, ApplicationsBackoffPolicyOption, ApplicationsPollingPolicyOption, ApplicationsConnectionIdempotencyPolicyOption >

The options applicable to Applications.

AuthorizedCertificatesRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< appengine_v1_internal::AuthorizedCertificatesRetryTraits >

AuthorizedCertificatesLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< appengine_v1_internal::AuthorizedCertificatesRetryTraits >

AuthorizedCertificatesLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< appengine_v1_internal::AuthorizedCertificatesRetryTraits >

AuthorizedCertificatesPolicyOptionList

Alias Of: OptionList< AuthorizedCertificatesRetryPolicyOption, AuthorizedCertificatesBackoffPolicyOption, AuthorizedCertificatesConnectionIdempotencyPolicyOption >

The options applicable to AuthorizedCertificates.

AuthorizedDomainsRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< appengine_v1_internal::AuthorizedDomainsRetryTraits >

AuthorizedDomainsLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< appengine_v1_internal::AuthorizedDomainsRetryTraits >

AuthorizedDomainsLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< appengine_v1_internal::AuthorizedDomainsRetryTraits >

AuthorizedDomainsPolicyOptionList

Alias Of: OptionList< AuthorizedDomainsRetryPolicyOption, AuthorizedDomainsBackoffPolicyOption, AuthorizedDomainsConnectionIdempotencyPolicyOption >

The options applicable to AuthorizedDomains.

DomainMappingsRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< appengine_v1_internal::DomainMappingsRetryTraits >

DomainMappingsLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< appengine_v1_internal::DomainMappingsRetryTraits >

DomainMappingsLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< appengine_v1_internal::DomainMappingsRetryTraits >

DomainMappingsPolicyOptionList

Alias Of: OptionList< DomainMappingsRetryPolicyOption, DomainMappingsBackoffPolicyOption, DomainMappingsPollingPolicyOption, DomainMappingsConnectionIdempotencyPolicyOption >

The options applicable to DomainMappings.

FirewallRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< appengine_v1_internal::FirewallRetryTraits >

FirewallLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< appengine_v1_internal::FirewallRetryTraits >

FirewallLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< appengine_v1_internal::FirewallRetryTraits >

FirewallPolicyOptionList

Alias Of: OptionList< FirewallRetryPolicyOption, FirewallBackoffPolicyOption, FirewallConnectionIdempotencyPolicyOption >

The options applicable to Firewall.

InstancesRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< appengine_v1_internal::InstancesRetryTraits >

InstancesLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< appengine_v1_internal::InstancesRetryTraits >

InstancesLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< appengine_v1_internal::InstancesRetryTraits >

InstancesPolicyOptionList

Alias Of: OptionList< InstancesRetryPolicyOption, InstancesBackoffPolicyOption, InstancesPollingPolicyOption, InstancesConnectionIdempotencyPolicyOption >

The options applicable to Instances.

ServicesRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< appengine_v1_internal::ServicesRetryTraits >

ServicesLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< appengine_v1_internal::ServicesRetryTraits >

ServicesLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< appengine_v1_internal::ServicesRetryTraits >

ServicesPolicyOptionList

Alias Of: OptionList< ServicesRetryPolicyOption, ServicesBackoffPolicyOption, ServicesPollingPolicyOption, ServicesConnectionIdempotencyPolicyOption >

The options applicable to Services.

VersionsRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< appengine_v1_internal::VersionsRetryTraits >

VersionsLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< appengine_v1_internal::VersionsRetryTraits >

VersionsLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< appengine_v1_internal::VersionsRetryTraits >

VersionsPolicyOptionList

Alias Of: OptionList< VersionsRetryPolicyOption, VersionsBackoffPolicyOption, VersionsPollingPolicyOption, VersionsConnectionIdempotencyPolicyOption >

The options applicable to Versions.