Classes
StorageTransferServiceClient
Storage Transfer Service and its protos.
StorageTransferServiceConnection
The StorageTransferServiceConnection
object for StorageTransferServiceClient
.
StorageTransferServiceConnectionIdempotencyPolicy
StorageTransferServiceLimitedErrorCountRetryPolicy
A retry policy for StorageTransferServiceConnection
based on counting errors.
StorageTransferServiceLimitedTimeRetryPolicy
A retry policy for StorageTransferServiceConnection
based on elapsed time.
StorageTransferServiceRetryPolicy
The retry policy for StorageTransferServiceConnection
.
Structs
StorageTransferServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
StorageTransferServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
StorageTransferServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
StorageTransferServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeStorageTransferServiceConnection(Options)
A factory function to construct an object of type StorageTransferServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of StorageTransferServiceClient.
The optional options
argument may be used to configure aspects of the returned StorageTransferServiceConnection
. 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< StorageTransferServiceConnection > |
MakeDefaultStorageTransferServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< StorageTransferServiceConnectionIdempotencyPolicy > |
Type Aliases
StorageTransferServicePolicyOptionList
OptionList< StorageTransferServiceRetryPolicyOption, StorageTransferServiceBackoffPolicyOption, StorageTransferServicePollingPolicyOption, StorageTransferServiceConnectionIdempotencyPolicyOption >
The options applicable to StorageTransferService.