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 | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< DomainsConnection > |
MakeDefaultDomainsConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DomainsConnectionIdempotencyPolicy > |
Type Aliases
DomainsPolicyOptionList
OptionList< DomainsRetryPolicyOption, DomainsBackoffPolicyOption, DomainsPollingPolicyOption, DomainsConnectionIdempotencyPolicyOption >
The options applicable to Domains.