Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Contains experimental features for the GCS C++ Client Library. More...
Classes | |
class | AsyncClient |
A client for Google Cloud Storage offering asynchronous operations. More... | |
struct | AsyncReadObjectRangeResponse |
Represents the response from reading a subset of an object. More... | |
struct | GrpcPluginOption |
Configure the GCS+gRPC plugin. More... | |
struct | HttpVersionOption |
Set the HTTP version used by the client. More... | |
Functions | |
AsyncClient | MakeAsyncClient (Options opts={}) |
Creates a new GCS client exposing asynchronous APIs. More... | |
google::cloud::storage::Client | DefaultGrpcClient (Options opts={}) |
Create a google::cloud::storage::Client object configured to use gRPC. More... | |
Contains experimental features for the GCS C++ Client Library.
google::cloud::storage::Client google::cloud::storage_experimental::DefaultGrpcClient | ( | Options | opts = {} | ) |
Create a google::cloud::storage::Client
object configured to use gRPC.
opts | the configuration parameters for the Client. |
AsyncClient google::cloud::storage_experimental::MakeAsyncClient | ( | Options | opts = {} | ) |
Creates a new GCS client exposing asynchronous APIs.