lib/google-cloud-bigquery.rb in google-cloud-bigquery-1.45.0 vs lib/google-cloud-bigquery.rb in google-cloud-bigquery-1.46.0

- old
+ new

@@ -138,6 +138,7 @@ config.add_field! :scope, nil, match: [String, Array] config.add_field! :quota_project, nil, match: String config.add_field! :retries, nil, match: Integer config.add_field! :timeout, nil, match: Integer config.add_field! :endpoint, default_endpoint, match: String, allow_nil: true + config.add_field! :universe_domain, nil, match: String, allow_nil: true end