lib/google/cloud/app_engine/v1/instances.rb in google-cloud-app_engine-v1-0.5.0 vs lib/google/cloud/app_engine/v1/instances.rb in google-cloud-app_engine-v1-0.6.0

- old
+ new

@@ -23,21 +23,27 @@ require "google/cloud/app_engine/v1/version" require "google/cloud/app_engine/v1/instances/credentials" require "google/cloud/app_engine/v1/instances/operations" require "google/cloud/app_engine/v1/instances/client" +require "google/cloud/app_engine/v1/instances/rest" module Google module Cloud module AppEngine module V1 ## # Manages instances of a version. # - # To load this service and instantiate a client: + # @example Load this service and instantiate a gRPC client # # require "google/cloud/app_engine/v1/instances" # client = ::Google::Cloud::AppEngine::V1::Instances::Client.new + # + # @example Load this service and instantiate a REST client + # + # require "google/cloud/app_engine/v1/instances/rest" + # client = ::Google::Cloud::AppEngine::V1::Instances::Rest::Client.new # module Instances end end end