lib/google/cloud/bigquery/migration/v2.rb in google-cloud-bigquery-migration-v2-0.10.0 vs lib/google/cloud/bigquery/migration/v2.rb in google-cloud-bigquery-migration-v2-0.11.0
- old
+ new
@@ -29,9 +29,14 @@
# @example Load this package, including all its services, and instantiate a gRPC client
#
# require "google/cloud/bigquery/migration/v2"
# client = ::Google::Cloud::Bigquery::Migration::V2::MigrationService::Client.new
#
+ # @example Load this package, including all its services, and instantiate a REST client
+ #
+ # require "google/cloud/bigquery/migration/v2"
+ # client = ::Google::Cloud::Bigquery::Migration::V2::MigrationService::Rest::Client.new
+ #
module V2
end
end
end
end