lib/google/cloud/recommendation_engine/v1beta1.rb in google-cloud-recommendation_engine-v1beta1-0.4.1 vs lib/google/cloud/recommendation_engine/v1beta1.rb in google-cloud-recommendation_engine-v1beta1-0.5.0

- old
+ new

@@ -24,15 +24,20 @@ module Google module Cloud module RecommendationEngine ## - # To load this package, including all its services, and instantiate a client: + # API client module. # - # @example + # @example Load this package, including all its services, and instantiate a gRPC client # # require "google/cloud/recommendation_engine/v1beta1" # client = ::Google::Cloud::RecommendationEngine::V1beta1::CatalogService::Client.new + # + # @example Load this package, including all its services, and instantiate a REST client + # + # require "google/cloud/recommendation_engine/v1beta1" + # client = ::Google::Cloud::RecommendationEngine::V1beta1::CatalogService::Rest::Client.new # module V1beta1 end end end