// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::servicecontrol_v1::QuotaControllerClient(
google::cloud::servicecontrol_v1::MakeQuotaControllerConnection(options));
[[["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-23 UTC."],[[["This page provides access to documentation for various versions of the `servicecontrol_v1_1_1QuotaControllerClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed corresponds to a specific documentation page detailing the `QuotaControllerClient` endpoint."],["The provided code snippet demonstrates how to override the default endpoint configuration for `servicecontrol_v1::QuotaControllerClient`, which is a common practice for Private Google Access."],["The webpage provides access to 26 different versions of the library from 2.11.0 to 2.37.0-rc, with the latest stable release being 2.36.0."]]],[]]