lib/google/cloud/dataproc/v1/cluster_controller/rest/service_stub.rb in google-cloud-dataproc-v1-0.23.0 vs lib/google/cloud/dataproc/v1/cluster_controller/rest/service_stub.rb in google-cloud-dataproc-v1-0.23.1
- old
+ new
@@ -51,9 +51,18 @@
def universe_domain
@client_stub.universe_domain
end
##
+ # The effective endpoint
+ #
+ # @return [String]
+ #
+ def endpoint
+ @client_stub.endpoint
+ end
+
+ ##
# Baseline implementation for the create_cluster REST call
#
# @param request_pb [::Google::Cloud::Dataproc::V1::CreateClusterRequest]
# A request object representing the call parameters. Required.
# @param options [::Gapic::CallOptions]