lib/google/cloud/automl/v1/automl.rb in google-cloud-automl-v1-0.5.1 vs lib/google/cloud/automl/v1/automl.rb in google-cloud-automl-v1-0.6.0

- old
+ new

@@ -24,10 +24,11 @@ require "google/cloud/automl/v1/automl/credentials" require "google/cloud/automl/v1/automl/paths" require "google/cloud/automl/v1/automl/operations" require "google/cloud/automl/v1/automl/client" +require "google/cloud/automl/v1/automl/rest" module Google module Cloud module AutoML module V1 @@ -49,9 +50,14 @@ # # @example Load this service and instantiate a gRPC client # # require "google/cloud/automl/v1/automl" # client = ::Google::Cloud::AutoML::V1::AutoML::Client.new + # + # @example Load this service and instantiate a REST client + # + # require "google/cloud/automl/v1/automl/rest" + # client = ::Google::Cloud::AutoML::V1::AutoML::Rest::Client.new # module AutoML end end end