lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb in google-cloud-compute-v1-1.7.0 vs lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb in google-cloud-compute-v1-1.7.1

- old
+ new

@@ -33,10 +33,10 @@ def initialize endpoint:, credentials: # These require statements are intentionally placed here to initialize # the REST modules only when it's required. require "gapic/rest" - @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials + @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials, numeric_enums: false end ## # Baseline implementation for the aggregated_list REST call #