We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a7239 commit df9464aCopy full SHA for df9464a
google/cloud/internal/rest_options.h
@@ -26,8 +26,13 @@ namespace cloud {
26
namespace rest_internal {
27
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
28
29
-/// Configure the UserIp query parameter.
30
-/// For use with GPC services that manage quota per ip address.
+/**
+ * Configure the UserIp query parameter.
31
+ *
32
+ * This can be used to separate quota usage by source IP address.
33
34
+ * @deprecated prefer using `google::cloud::QuotaUser`.
35
+ */
36
struct UserIpOption {
37
using Type = std::string;
38
};
0 commit comments