Namespace google::cloud::domains_v1 (2.23.0-rc)

Classes

DomainsClient

The Cloud Domains API enables management and configuration of domain names.

DomainsConnection

The DomainsConnection object for DomainsClient.

DomainsConnectionIdempotencyPolicy

DomainsLimitedErrorCountRetryPolicy

A retry policy for DomainsConnection based on counting errors.

DomainsLimitedTimeRetryPolicy

A retry policy for DomainsConnection based on elapsed time.

DomainsRetryPolicy

The retry policy for DomainsConnection.

Structs

DomainsBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

DomainsConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

DomainsPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

DomainsRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeDomainsConnection(Options)

A factory function to construct an object of type DomainsConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DomainsClient.

The optional options argument may be used to configure aspects of the returned DomainsConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the DomainsConnection created by this function.

Returns
TypeDescription
std::shared_ptr< DomainsConnection >

MakeDefaultDomainsConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< DomainsConnectionIdempotencyPolicy >

Type Aliases

DomainsPolicyOptionList

Alias Of: OptionList< DomainsRetryPolicyOption, DomainsBackoffPolicyOption, DomainsPollingPolicyOption, DomainsConnectionIdempotencyPolicyOption >

The options applicable to Domains.