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 documentation for the `UserIp` structure within the Google Cloud Storage C++ library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `UserIp` structure is used to set a user's IP address for the purposes of quota enforcement in server-side applications calling the API."],["It is recommended to use `QuotaUser` instead of `UserIp`, as `QuotaUser` overrides `UserIp` if both are set, per documentation."],["Setting the `UserIp` parameter to an empty string will allow the client library to automatically select one of the server's user IP addresses for inclusion in the request."],["The function `static name()` is provided, which returns a constant character pointer but does not have a description."]]],[]]