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 |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< StorageInsightsConnection > |
|
MakeDefaultStorageInsightsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< StorageInsightsConnectionIdempotencyPolicy > |
|
Type Aliases
StorageInsightsRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< storageinsights_v1_internal::StorageInsightsRetryTraits >
StorageInsightsLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< storageinsights_v1_internal::StorageInsightsRetryTraits >
StorageInsightsLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< storageinsights_v1_internal::StorageInsightsRetryTraits >
StorageInsightsPolicyOptionList
OptionList< StorageInsightsRetryPolicyOption, StorageInsightsBackoffPolicyOption, StorageInsightsConnectionIdempotencyPolicyOption >
The options applicable to StorageInsights.