lib/google/cloud/eventarc/publishing/v1/publisher/rest/service_stub.rb in google-cloud-eventarc-publishing-v1-0.8.0 vs lib/google/cloud/eventarc/publishing/v1/publisher/rest/service_stub.rb in google-cloud-eventarc-publishing-v1-0.8.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 publish_channel_connection_events REST call # # @param request_pb [::Google::Cloud::Eventarc::Publishing::V1::PublishChannelConnectionEventsRequest] # A request object representing the call parameters. Required. # @param options [::Gapic::CallOptions]