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++ client library, spanning versions from 2.11.0 to 2.37.0-rc."],["The `UserIp` structure is used to specify a user's IP address for quota enforcement when making API calls from a server-side application."],["Using `QuotaUser` is the recommended approach for quota management, as it overrides the `UserIp` parameter if both are set."],["If the `UserIp` parameter is set to an empty string, the client library will automatically select one of the server's IP addresses."],["The provided documentation also includes a link to Google Cloud Platform's API usage quotas and a static `name()` function that is present in the struct."]]],[]]