// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides access to the servicecontrol_v1::QuotaControllerClient endpoint configuration documentation for various versions."],["The latest version available is 2.37.0-rc, with numerous other stable releases also documented."],["The documentation includes versions ranging from 2.11.0 up to 2.37.0-rc, with links to the respective documentation for each version."],["An example of how to override the endpoint configuration using `private.googleapis.com` with Private Google Access is provided."],["The content includes documentation for over 25 versions of the service control client, allowing users to find the specific version they are currently using or looking to use."]]],[]]