lib/google/cloud/ids/v1.rb in google-cloud-ids-v1-0.2.0 vs lib/google/cloud/ids/v1.rb in google-cloud-ids-v1-0.3.0
- old
+ new
@@ -21,15 +21,20 @@
module Google
module Cloud
module IDS
##
- # 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/ids/v1"
# client = ::Google::Cloud::IDS::V1::IDS::Client.new
+ #
+ # @example Load this package, including all its services, and instantiate a REST client
+ #
+ # require "google/cloud/ids/v1"
+ # client = ::Google::Cloud::IDS::V1::IDS::Rest::Client.new
#
module V1
end
end
end