lib/google/cloud/workflows/executions/v1/executions/rest/service_stub.rb in google-cloud-workflows-executions-v1-0.6.0 vs lib/google/cloud/workflows/executions/v1/executions/rest/service_stub.rb in google-cloud-workflows-executions-v1-0.6.1

- old
+ new

@@ -52,9 +52,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_executions REST call # # @param request_pb [::Google::Cloud::Workflows::Executions::V1::ListExecutionsRequest] # A request object representing the call parameters. Required. # @param options [::Gapic::CallOptions]