// 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-03-14 UTC."],[[["This page provides access to documentation for various versions of the `servicecontrol_v1::ServiceControllerClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to a specific page containing code snippets and details for that release of the `servicecontrol_v1_1_1ServiceControllerClient-endpoint-snippet`."],["The most current, or \"latest\" version of the client available is 2.37.0-rc, representing a release candidate."],["Configuration code is provided to show how the `servicecontrol_v1::ServiceControllerClient` can be set up using the `private.googleapis.com` endpoint."],["The provided endpoint configuration is compatible with Private Google Access, as specified in the documentation link in the configuration comment."]]],[]]