Classes
CertificateManagerClient
API Overview.
CertificateManagerConnection
The CertificateManagerConnection object for CertificateManagerClient.
CertificateManagerConnectionIdempotencyPolicy
CertificateManagerLimitedErrorCountRetryPolicy
A retry policy for CertificateManagerConnection based on counting errors.
CertificateManagerLimitedTimeRetryPolicy
A retry policy for CertificateManagerConnection based on elapsed time.
CertificateManagerRetryPolicy
The retry policy for CertificateManagerConnection.
Structs
CertificateManagerBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
CertificateManagerConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
CertificateManagerPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
CertificateManagerRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeCertificateManagerConnection(Options)
A factory function to construct an object of type CertificateManagerConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CertificateManagerClient.
The optional options argument may be used to configure aspects of the returned CertificateManagerConnection. 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< CertificateManagerConnection > |
|
MakeDefaultCertificateManagerConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< CertificateManagerConnectionIdempotencyPolicy > |
|