Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
#include "google/cloud/storage/version.h"
#include "google/cloud/internal/backoff_policy.h"
#include "google/cloud/internal/retry_policy.h"
#include "google/cloud/status.h"
Go to the source code of this file.
Namespaces | |
google::cloud | |
google::cloud::storage | |
Contains all the Google Cloud Storage C++ client APIs. | |
Typedefs | |
using | google::cloud::storage::RetryPolicy = ::google::cloud::internal::TraitBasedRetryPolicy< internal::StatusTraits > |
The retry policy base class. More... | |
using | google::cloud::storage::LimitedTimeRetryPolicy = ::google::cloud::internal::LimitedTimeRetryPolicy< internal::StatusTraits > |
Keep retrying until some time has expired. More... | |
using | google::cloud::storage::LimitedErrorCountRetryPolicy = ::google::cloud::internal::LimitedErrorCountRetryPolicy< internal::StatusTraits > |
Keep retrying until the error count has been exceeded. More... | |
using | google::cloud::storage::BackoffPolicy = ::google::cloud::internal::BackoffPolicy |
The backoff policy base class. More... | |
using | google::cloud::storage::ExponentialBackoffPolicy = ::google::cloud::internal::ExponentialBackoffPolicy |
Implement truncated exponential backoff with randomization. More... | |