15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_GRPC_PLUGIN_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_STORAGE_GRPC_PLUGIN_H
18#include "google/cloud/storage/client.h"
19#include "google/cloud/storage/version.h"
20#include "google/cloud/status_or.h"
25
26
27
28
29
30
31
33GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
36
37
38
39
40
41
42
43
44
45
46
47
49 using Type = std::string;
53
54
55
56
57
58
59
60
61
62
63
64
65
68GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
The Google Cloud Storage (GCS) Client.
Definition: client.h:263
Contains experimental features for the GCS C++ Client Library.
Definition: async_client.h:27
google::cloud::storage::Client DefaultGrpcClient(Options opts={})
Create a google::cloud::storage::Client object configured to use gRPC.
Contains all the Google Cloud Storage C++ client APIs.
Definition: auto_finalize.h:24
Configure the GCS+gRPC plugin.
Definition: grpc_plugin.h:48