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 lists the `UserIp` structure across various versions of the Google Cloud C++ client library, from version 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 on API operations, particularly when called from server-side applications."],["The `QuotaUser` parameter is now recommended for quota enforcement, and if both `UserIp` and `QuotaUser` are set, `QuotaUser` will take precedence."],["If `UserIp` is set to an empty string, the library will automatically use one of the server's IP addresses, and the page directs users to the Google Cloud Platform documentation on quotas for further information."],["The page also contains a static function called name() which returns a char const *."]]],[]]