lib/google/cloud/datastream/v1.rb in google-cloud-datastream-v1-0.4.0 vs lib/google/cloud/datastream/v1.rb in google-cloud-datastream-v1-0.5.0

- old
+ new

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