Override cloudcontrolspartner_v1::CloudControlsPartnerMonitoringClient 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::cloudcontrolspartner_v1::
     
CloudControlsPartnerMonitoringClient(
          google
::cloud::cloudcontrolspartner_v1::
             
MakeCloudControlsPartnerMonitoringConnection(options));