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