lib/google/cloud/bigquery/project.rb in google-cloud-bigquery-1.45.0 vs lib/google/cloud/bigquery/project.rb in google-cloud-bigquery-1.46.0
- old
+ new
@@ -66,9 +66,18 @@
def initialize service
@service = service
end
##
+ # The universe domain the client is connected to
+ #
+ # @return [String]
+ #
+ def universe_domain
+ service.universe_domain
+ end
+
+ ##
# The BigQuery project connected to.
#
# @example
# require "google/cloud/bigquery"
#