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

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
NameDescription
options

(optional) Configure the StorageControlConnection created by this function.

Returns
TypeDescription
std::shared_ptr< StorageControlConnection >

MakeDefaultStorageControlConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< StorageControlConnectionIdempotencyPolicy >

Type Aliases

StorageControlPolicyOptionList

Alias Of: OptionList< StorageControlRetryPolicyOption, StorageControlBackoffPolicyOption, StorageControlPollingPolicyOption, StorageControlConnectionIdempotencyPolicyOption >

The options applicable to StorageControl.