Namespace google::cloud::storageinsights_v1 (2.12.0)

Classes

StorageInsightsClient

Service describing handlers for resources.

StorageInsightsConnection

The StorageInsightsConnection object for StorageInsightsClient.

StorageInsightsConnectionIdempotencyPolicy

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
Name Description
options

(optional) Configure the StorageInsightsConnection created by this function.

Returns
Type Description
std::shared_ptr< StorageInsightsConnection >

MakeDefaultStorageInsightsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< StorageInsightsConnectionIdempotencyPolicy >

Type Aliases

StorageInsightsRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< storageinsights_v1_internal::StorageInsightsRetryTraits >

StorageInsightsLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< storageinsights_v1_internal::StorageInsightsRetryTraits >

StorageInsightsLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< storageinsights_v1_internal::StorageInsightsRetryTraits >

StorageInsightsPolicyOptionList

Alias Of: OptionList< StorageInsightsRetryPolicyOption, StorageInsightsBackoffPolicyOption, StorageInsightsConnectionIdempotencyPolicyOption >

The options applicable to StorageInsights.