lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/service_stub.rb in google-cloud-bigquery-reservation-v1-0.11.0 vs lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/service_stub.rb in google-cloud-bigquery-reservation-v1-0.11.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 create_reservation REST call # # @param request_pb [::Google::Cloud::Bigquery::Reservation::V1::CreateReservationRequest] # A request object representing the call parameters. Required. # @param options [::Gapic::CallOptions]