lib/google/cloud/datastream/v1alpha1/datastream/rest/service_stub.rb in google-cloud-datastream-v1alpha1-0.6.0 vs lib/google/cloud/datastream/v1alpha1/datastream/rest/service_stub.rb in google-cloud-datastream-v1alpha1-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 list_connection_profiles REST call # # @param request_pb [::Google::Cloud::Datastream::V1alpha1::ListConnectionProfilesRequest] # A request object representing the call parameters. Required. # @param options [::Gapic::CallOptions]