// 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::ServiceControllerClient(
google::cloud::servicecontrol_v1::MakeServiceControllerConnection(
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."],[[["The webpage provides a comprehensive list of versions for the `servicecontrol_v1::ServiceControllerClient`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed links to its specific documentation regarding the `servicecontrol_v1_1_1ServiceControllerClient-endpoint-snippet` on the website, allowing users to navigate to the reference material."],["The page includes a code snippet demonstrating how to override the `servicecontrol_v1::ServiceControllerClient` endpoint configuration, particularly for use with Private Google Access."],["The current version of the documentation is 2.22.1, as indicated at the top of the page, which is in the middle of the presented version list, implying that it is not the latest version."]]],[]]