lib/google/cloud/orchestration/airflow/service/v1.rb in google-cloud-orchestration-airflow-service-v1-0.3.1 vs lib/google/cloud/orchestration/airflow/service/v1.rb in google-cloud-orchestration-airflow-service-v1-0.4.0
- old
+ new
@@ -31,9 +31,14 @@
# @example Load this package, including all its services, and instantiate a gRPC client
#
# require "google/cloud/orchestration/airflow/service/v1"
# client = ::Google::Cloud::Orchestration::Airflow::Service::V1::Environments::Client.new
#
+ # @example Load this package, including all its services, and instantiate a REST client
+ #
+ # require "google/cloud/orchestration/airflow/service/v1"
+ # client = ::Google::Cloud::Orchestration::Airflow::Service::V1::Environments::Rest::Client.new
+ #
module V1
end
end
end
end