Override compute_region_snapshot_settings_v1::RegionSnapshotSettingsClient 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 vpc_client = google::cloud::compute_region_snapshot_settings_v1::
      RegionSnapshotSettingsClient(
          google::cloud::compute_region_snapshot_settings_v1::
              MakeRegionSnapshotSettingsConnectionRest(options));