Override compute_target_tcp_proxies_v1::TargetTcpProxiesClient Endpoint Configuration

  // 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_tcp_proxies_v1::TargetTcpProxiesClient(
          google
::cloud::ExperimentalTag{},
          google
::cloud::compute_target_tcp_proxies_v1::
             
MakeTargetTcpProxiesConnectionRest(
                  google
::cloud::ExperimentalTag{}, options));