Classes
IDSClient
The IDS Service.
IDSConnection
The IDSConnection
object for IDSClient
.
IDSConnectionIdempotencyPolicy
IDSLimitedErrorCountRetryPolicy
A retry policy for IDSConnection
based on counting errors.
IDSLimitedTimeRetryPolicy
A retry policy for IDSConnection
based on elapsed time.
IDSRetryPolicy
The retry policy for IDSConnection
.
Structs
IDSBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
IDSConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
IDSPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
IDSRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeIDSConnection(Options)
A factory function to construct an object of type IDSConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of IDSClient.
The optional options
argument may be used to configure aspects of the returned IDSConnection
. 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< IDSConnection > |
MakeDefaultIDSConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< IDSConnectionIdempotencyPolicy > |