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

Classes

StorageInsightsClient

Service describing handlers for resources.

StorageInsightsConnection

The StorageInsightsConnection object for StorageInsightsClient.

StorageInsightsConnectionIdempotencyPolicy

StorageInsightsLimitedErrorCountRetryPolicy

A retry policy for StorageInsightsConnection based on counting errors.

StorageInsightsLimitedTimeRetryPolicy

A retry policy for StorageInsightsConnection based on elapsed time.

StorageInsightsRetryPolicy

The retry policy for StorageInsightsConnection.

Structs

StorageInsightsBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

StorageInsightsConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

StorageInsightsRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeStorageInsightsConnection(Options)

A factory function to construct an object of type StorageInsightsConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of StorageInsightsClient.

The optional options argument may be used to configure aspects of the returned StorageInsightsConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the StorageInsightsConnection created by this function.

Returns
TypeDescription
std::shared_ptr< StorageInsightsConnection >

MakeDefaultStorageInsightsConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< StorageInsightsConnectionIdempotencyPolicy >

Type Aliases

StorageInsightsPolicyOptionList

Alias Of: OptionList< StorageInsightsRetryPolicyOption, StorageInsightsBackoffPolicyOption, StorageInsightsConnectionIdempotencyPolicyOption >

The options applicable to StorageInsights.