// 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-03-21 UTC."],[[["This webpage provides documentation for various versions of the `servicecontrol_v1::QuotaControllerClient`, with the latest release candidate being version 2.37.0-rc."],["The content covers versions ranging from 2.11.0 up to 2.37.0-rc, offering links to the documentation for each specific version."],["The documentation also includes how to override the `servicecontrol_v1::QuotaControllerClient` endpoint configuration, offering an example of how to use `private.googleapis.com` with the `google::cloud::Options` for usage with Private Google Access."],["All versions listed relate to the documentation for the servicecontrol_v1_1_1QuotaControllerClient-endpoint-snippet."]]],[]]