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.
StorageInsightsPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
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 |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< StorageInsightsConnection > |
|
MakeDefaultStorageInsightsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< StorageInsightsConnectionIdempotencyPolicy > |
|