Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
#include "google/cloud/storage/internal/object_requests.h"
#include "google/cloud/internal/pagination_range.h"
#include "absl/types/variant.h"
#include <iterator>
#include <string>
#include <vector>
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::ObjectOrPrefix = absl::variant< ObjectMetadata, std::string > |
using | google::cloud::storage::ListObjectsAndPrefixesReader = google::cloud::internal::PaginationRange< ObjectOrPrefix > |
using | google::cloud::storage::ListObjectsAndPrefixesIterator = ListObjectsAndPrefixesReader::iterator |