Classes
StorageTransferServiceClient
Storage Transfer Service and its protos.
StorageTransferServiceConnection
The StorageTransferServiceConnection object for StorageTransferServiceClient.
StorageTransferServiceConnectionIdempotencyPolicy
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
StorageTransferServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< storagetransfer_v1_internal::StorageTransferServiceRetryTraits >
StorageTransferServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< storagetransfer_v1_internal::StorageTransferServiceRetryTraits >
StorageTransferServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< storagetransfer_v1_internal::StorageTransferServiceRetryTraits >
StorageTransferServicePolicyOptionList
OptionList< StorageTransferServiceRetryPolicyOption, StorageTransferServiceBackoffPolicyOption, StorageTransferServicePollingPolicyOption, StorageTransferServiceConnectionIdempotencyPolicyOption >
The options applicable to StorageTransferService.