lib/google/cloud/functions/v1.rb in google-cloud-functions-v1-0.8.1 vs lib/google/cloud/functions/v1.rb in google-cloud-functions-v1-0.9.0
- old
+ new
@@ -28,9 +28,14 @@
# @example Load this package, including all its services, and instantiate a gRPC client
#
# require "google/cloud/functions/v1"
# client = ::Google::Cloud::Functions::V1::CloudFunctionsService::Client.new
#
+ # @example Load this package, including all its services, and instantiate a REST client
+ #
+ # require "google/cloud/functions/v1"
+ # client = ::Google::Cloud::Functions::V1::CloudFunctionsService::Rest::Client.new
+ #
module V1
end
end
end
end