Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
#include "google/cloud/storage/internal/hmac_key_requests.h"
#include "google/cloud/storage/internal/raw_client.h"
#include "google/cloud/storage/version.h"
#include "google/cloud/internal/pagination_range.h"
#include "google/cloud/status_or.h"
#include <iterator>
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::ListHmacKeysReader = google::cloud::internal::PaginationRange< HmacKeyMetadata > |
A range to paginate over the HmacKeys for a project. More... | |
using | google::cloud::storage::ListHmacKeysIterator = ListHmacKeysReader::iterator |