Classes
IDSClient
The IDS Service.
IDSConnection
The IDSConnection
object for IDSClient
.
IDSConnectionIdempotencyPolicy
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 > |
Type Aliases
IDSRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< ids_v1_internal::IDSRetryTraits >
IDSLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< ids_v1_internal::IDSRetryTraits >
IDSLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< ids_v1_internal::IDSRetryTraits >
IDSPolicyOptionList
OptionList< IDSRetryPolicyOption, IDSBackoffPolicyOption, IDSPollingPolicyOption, IDSConnectionIdempotencyPolicyOption >
The options applicable to IDS.