Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
#include "google/cloud/storage/internal/complex_option.h"
#include "google/cloud/storage/version.h"
#include <cstdint>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | google::cloud::storage::ReadRangeData |
struct | google::cloud::storage::ReadRange |
Request only a portion of the GCS object in a ReadObject operation. More... | |
struct | google::cloud::storage::ReadFromOffset |
Download all the data from the GCS object starting at the given offset. More... | |
struct | google::cloud::storage::ReadLast |
Read last N bytes from the GCS object. More... | |
Namespaces | |
google::cloud | |
google::cloud::storage | |
Contains all the Google Cloud Storage C++ client APIs. | |
Functions | |
std::ostream & | google::cloud::storage::operator<< (std::ostream &os, ReadRangeData const &rhs) |