Override compute_health_checks_v1::HealthChecksClient 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_health_checks_v1::HealthChecksClient(
      google::cloud::compute_health_checks_v1::MakeHealthChecksConnectionRest(
          options));