Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Namespaces | Typedefs
list_objects_and_prefixes_reader.h File Reference
#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
 
 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