lib/google/cloud/location/locations/rest/service_stub.rb in google-cloud-location-0.7.0 vs lib/google/cloud/location/locations/rest/service_stub.rb in google-cloud-location-0.7.1
- old
+ new
@@ -50,9 +50,18 @@
def universe_domain
@client_stub.universe_domain
end
##
+ # The effective endpoint
+ #
+ # @return [String]
+ #
+ def endpoint
+ @client_stub.endpoint
+ end
+
+ ##
# Baseline implementation for the list_locations REST call
#
# @param request_pb [::Google::Cloud::Location::ListLocationsRequest]
# A request object representing the call parameters. Required.
# @param options [::Gapic::CallOptions]