15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_COMMON_OPTIONS_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_COMMON_OPTIONS_H
18#include "google/cloud/options.h"
19#include "google/cloud/version.h"
29
30
31
32
33
34
35
36
37
38
40 using Type = std::string;
44
45
46
47
48
49
50
51
52
53
54
56 using Type = std::vector<std::string>;
60
61
62
63
64
65
66
67
68
69
71 using Type = std::set<std::string>;
75
76
77
78
79
80
81
82
83
84
85
87 using Type = std::string;
91
92
93
94
95
96
97
98
99
100
101
102
103
104
106 using Type = std::string;
110
111
112using CommonOptionList =
Contains all the Google Cloud C++ Library APIs.
Definition: async_operation.h:23
Definition: async_operation.h:22
Configure the "authority" attribute.
Definition: common_options.h:105
Change the endpoint.
Definition: common_options.h:39
Return whether tracing is enabled for the given component.
Definition: common_options.h:70
User-agent products to include with each request.
Definition: common_options.h:55
Specifies a project for quota and billing purposes.
Definition: common_options.h:86
#define GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: version.h:45
#define GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
Definition: version.h:43