lib/google/cloud/workflows/executions/v1.rb in google-cloud-workflows-executions-v1-0.3.1 vs lib/google/cloud/workflows/executions/v1.rb in google-cloud-workflows-executions-v1-0.4.0

- old
+ new

@@ -29,9 +29,14 @@ # @example Load this package, including all its services, and instantiate a gRPC client # # require "google/cloud/workflows/executions/v1" # client = ::Google::Cloud::Workflows::Executions::V1::Executions::Client.new # + # @example Load this package, including all its services, and instantiate a REST client + # + # require "google/cloud/workflows/executions/v1" + # client = ::Google::Cloud::Workflows::Executions::V1::Executions::Rest::Client.new + # module V1 end end end end