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

- old
+ new

@@ -24,15 +24,20 @@ module Google module Cloud module Gaming ## - # 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/gaming/v1" # client = ::Google::Cloud::Gaming::V1::GameServerClustersService::Client.new + # + # @example Load this package, including all its services, and instantiate a REST client + # + # require "google/cloud/gaming/v1" + # client = ::Google::Cloud::Gaming::V1::GameServerClustersService::Rest::Client.new # module V1 end end end