Override compute_interconnect_attachments_v1::InterconnectAttachmentsClient 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_interconnect_attachments_v1::
     
InterconnectAttachmentsClient(
          google
::cloud::compute_interconnect_attachments_v1::
             
MakeInterconnectAttachmentsConnectionRest(options));