Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
This is the complete list of members for google::cloud::storage_experimental::AsyncClient, including all inherited members.
ComposeObject(std::string bucket_name, std::vector< storage::ComposeSourceObject > source_objects, std::string destination_object_name, Options &&... options) | google::cloud::storage_experimental::AsyncClient | inline |
DeleteObject(std::string const &bucket_name, std::string const &object_name, RequestOptions &&... options) | google::cloud::storage_experimental::AsyncClient | inline |
MakeAsyncClient | google::cloud::storage_experimental::AsyncClient | friend |
ReadObject(std::string const &bucket_name, std::string const &object_name, std::int64_t offset, std::int64_t limit, RequestOptions &&... options) | google::cloud::storage_experimental::AsyncClient | inline |
StartResumableUpload(std::string const &bucket_name, std::string const &object_name, RequestOptions &&... options) | google::cloud::storage_experimental::AsyncClient | inline |
~AsyncClient()=default | google::cloud::storage_experimental::AsyncClient |