15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_REST_OPTIONS_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_REST_OPTIONS_H
18#include "google/cloud/options.h"
19#include "google/cloud/tracing_options.h"
20#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
52 using Type = std::string;
56
57
58
59
60
62 using Type = std::chrono::milliseconds;
66
67
68
69
The configuration parameters for RPC/protobuf tracing.
Definition: tracing_options.h:33
Contains all the Google Cloud C++ Library APIs.
Definition: async_operation.h:23
Definition: async_operation.h:22
Configure the QuotaUser system parameter.
Definition: rest_options.h:39
The TracingOptions to use when printing REST transport http messages.
Definition: rest_options.h:70
Timeout for the server to finish processing the request.
Definition: rest_options.h:61
Configure the UserIp query parameter.
Definition: rest_options.h:51
#define GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Definition: version.h:45
#define GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
Definition: version.h:43