lib/google/cloud/dialogflow/cx/v3/deployments/rest/service_stub.rb in google-cloud-dialogflow-cx-v3-0.24.0 vs lib/google/cloud/dialogflow/cx/v3/deployments/rest/service_stub.rb in google-cloud-dialogflow-cx-v3-0.24.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_deployments REST call # # @param request_pb [::Google::Cloud::Dialogflow::CX::V3::ListDeploymentsRequest] # A request object representing the call parameters. Required. # @param options [::Gapic::CallOptions]