lib/google/cloud/resource_manager/v3.rb in google-cloud-resource_manager-v3-0.3.0 vs lib/google/cloud/resource_manager/v3.rb in google-cloud-resource_manager-v3-0.4.0

- old
+ new

@@ -26,15 +26,20 @@ module Google module Cloud module ResourceManager ## - # 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/resource_manager/v3" # client = ::Google::Cloud::ResourceManager::V3::Folders::Client.new + # + # @example Load this package, including all its services, and instantiate a REST client + # + # require "google/cloud/resource_manager/v3" + # client = ::Google::Cloud::ResourceManager::V3::Folders::Rest::Client.new # module V3 end end end