Classes
StorageControlClient
StorageControl service includes selected control plane operations.
StorageControlConnection
The StorageControlConnection object for StorageControlClient.
StorageControlConnectionIdempotencyPolicy
StorageControlLimitedErrorCountRetryPolicy
A retry policy for StorageControlConnection based on counting errors.
StorageControlLimitedTimeRetryPolicy
A retry policy for StorageControlConnection based on elapsed time.
StorageControlRetryPolicy
The retry policy for StorageControlConnection.
Structs
StorageControlBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
StorageControlConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
StorageControlPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
StorageControlRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeStorageControlConnection(Options)
A factory function to construct an object of type StorageControlConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of StorageControlClient.
The optional options argument may be used to configure aspects of the returned StorageControlConnection. 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< StorageControlConnection > |
|
MakeDefaultStorageControlConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< StorageControlConnectionIdempotencyPolicy > |
|