// 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"]],[["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-02 UTC."],[[["The webpage provides access to documentation for various versions of the `servicecontrol_v1::ServiceControllerClient`."],["Version 2.37.0-rc is the latest release candidate, and is the newest of the versions provided."],["The available versions range from 2.11.0 up to the 2.37.0-rc version."],["Each version has a link to its specific documentation within the provided servicecontrol_v1_1_1ServiceControllerClient-endpoint-snippet."],["An example is given to override the endpoint configuration for `servicecontrol_v1::ServiceControllerClient`, which is compatible with Private Google Access."]]],[]]