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