lib/google/cloud/bigquery/connection/v1.rb in google-cloud-bigquery-connection-v1-0.11.0 vs lib/google/cloud/bigquery/connection/v1.rb in google-cloud-bigquery-connection-v1-0.12.0

- old
+ new

@@ -29,9 +29,14 @@ # @example Load this package, including all its services, and instantiate a gRPC client # # require "google/cloud/bigquery/connection/v1" # client = ::Google::Cloud::Bigquery::Connection::V1::ConnectionService::Client.new # + # @example Load this package, including all its services, and instantiate a REST client + # + # require "google/cloud/bigquery/connection/v1" + # client = ::Google::Cloud::Bigquery::Connection::V1::ConnectionService::Rest::Client.new + # module V1 end end end end