// 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::compute_target_grpc_proxies_v1::TargetGrpcProxiesClient(
google::cloud::compute_target_grpc_proxies_v1::
MakeTargetGrpcProxiesConnectionRest(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."],[[["This page provides access to documentation for various versions of the `compute_target_grpc_proxies_v1::TargetGrpcProxiesClient`, ranging from version 2.15.1 up to the release candidate 2.37.0-rc."],["The latest stable release available is version 2.36.0, and the most recent release candidate is version 2.37.0-rc, while the base version for the page is 2.16.0."],["Each version listed links to specific documentation for `compute_target_grpc_proxies_v1_1_1TargetGrpcProxiesClient` for that version."],["There is a sample configuration to override the endpoint that is also common with Private Google Access, showcasing how to set the endpoint to \"private.googleapis.com\"."]]],[]]