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

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
NameDescription
options

(optional) Configure the IDSConnection created by this function.

Returns
TypeDescription
std::shared_ptr< IDSConnection >

MakeDefaultIDSConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< IDSConnectionIdempotencyPolicy >

Type Aliases

IDSPolicyOptionList

Alias Of: OptionList< IDSRetryPolicyOption, IDSBackoffPolicyOption, IDSPollingPolicyOption, IDSConnectionIdempotencyPolicyOption >

The options applicable to IDS.