lib/google/cloud/retail/v2.rb in google-cloud-retail-v2-0.13.0 vs lib/google/cloud/retail/v2.rb in google-cloud-retail-v2-0.14.0
- old
+ new
@@ -35,9 +35,14 @@
# @example Load this package, including all its services, and instantiate a gRPC client
#
# require "google/cloud/retail/v2"
# client = ::Google::Cloud::Retail::V2::CatalogService::Client.new
#
+ # @example Load this package, including all its services, and instantiate a REST client
+ #
+ # require "google/cloud/retail/v2"
+ # client = ::Google::Cloud::Retail::V2::CatalogService::Rest::Client.new
+ #
module V2
end
end
end
end