Sets the user IP on an operation for quota enforcement purposes.
This parameter lets you enforce per-user quotas when calling the API from a server-side application.
If you set this parameter to an empty string, the client library will automatically select one of the user IP addresses of your server to include in the request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides a comprehensive list of versions for the `UserIp` struct within the Google Cloud Storage C++ library, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `UserIp` struct is used to set the user's IP address for quota enforcement when interacting with the Google Cloud Storage API."],["Setting an empty string for `UserIp` will prompt the library to automatically select an IP address from the server to include in the request."],["It's recommended to use `QuotaUser` instead of `UserIp`, and if both are set, `QuotaUser` will take precedence."],["There is a static method name() that does not have any described outputs, but it returns a `char const *`."]]],[]]