lib/google/cloud/functions/v2/function_service/rest/service_stub.rb in google-cloud-functions-v2-0.6.0 vs lib/google/cloud/functions/v2/function_service/rest/service_stub.rb in google-cloud-functions-v2-0.6.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 get_function REST call # # @param request_pb [::Google::Cloud::Functions::V2::GetFunctionRequest] # A request object representing the call parameters. Required. # @param options [::Gapic::CallOptions]