lib/google/cloud/dataflow/v1beta3/snapshots.rb in google-cloud-dataflow-v1beta3-0.4.0 vs lib/google/cloud/dataflow/v1beta3/snapshots.rb in google-cloud-dataflow-v1beta3-0.5.0

- old
+ new

@@ -22,21 +22,27 @@ require "google/cloud/dataflow/v1beta3/version" require "google/cloud/dataflow/v1beta3/snapshots/credentials" require "google/cloud/dataflow/v1beta3/snapshots/client" +require "google/cloud/dataflow/v1beta3/snapshots/rest" module Google module Cloud module Dataflow module V1beta3 ## # Provides methods to manage snapshots of Google Cloud Dataflow jobs. # - # To load this service and instantiate a client: + # @example Load this service and instantiate a gRPC client # # require "google/cloud/dataflow/v1beta3/snapshots" # client = ::Google::Cloud::Dataflow::V1beta3::Snapshots::Client.new + # + # @example Load this service and instantiate a REST client + # + # require "google/cloud/dataflow/v1beta3/snapshots/rest" + # client = ::Google::Cloud::Dataflow::V1beta3::Snapshots::Rest::Client.new # module Snapshots end end end