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."],[[["The latest version available is 2.37.0-rc, with links provided for older versions dating back to 2.11.0, all related to the `UserIp` struct within the `google::cloud::storage` namespace."],["The `UserIp` parameter is used to enforce per-user quotas when making API calls from a server-side application by specifying the user's IP address."],["Using `QuotaUser` is the recommended approach, as it will override the `UserIp` parameter if both are specified in the same call."],["If the `UserIp` parameter is set to an empty string, the client library will automatically choose a server IP address for inclusion in the request."],["The `static name()` function, which is part of this parameter, will return a `char const *`."]]],[]]