lib/google/cloud/compute/v1/license_codes/rest/client.rb in google-cloud-compute-v1-1.10.0 vs lib/google/cloud/compute/v1/license_codes/rest/client.rb in google-cloud-compute-v1-2.0.0

- old
+ new

@@ -160,13 +160,13 @@ # # @param license_code [::String] # Number corresponding to the License code resource to return. # @param project [::String] # Project ID for this request. - # @yield [result, response] Access the result along with the Faraday response object + # @yield [result, operation] Access the result along with the TransportOperation object # @yieldparam result [::Google::Cloud::Compute::V1::LicenseCode] - # @yieldparam response [::Faraday::Response] + # @yieldparam operation [::Gapic::Rest::TransportOperation] # # @return [::Google::Cloud::Compute::V1::LicenseCode] # # @raise [::Google::Cloud::Error] if the REST call is aborted. def get request, options = nil @@ -194,12 +194,12 @@ options.apply_defaults timeout: @config.timeout, metadata: @config.metadata, retry_policy: @config.retry_policy - @license_codes_stub.get request, options do |result, response| - yield result, response if block_given? + @license_codes_stub.get request, options do |result, operation| + yield result, operation if block_given? return result end rescue ::Gapic::Rest::Error => e raise ::Google::Cloud::Error.from_error(e) end @@ -226,13 +226,13 @@ # Project ID for this request. # @param resource [::String] # Name or id of the resource for this request. # @param test_permissions_request_resource [::Google::Cloud::Compute::V1::TestPermissionsRequest, ::Hash] # The body resource for this request - # @yield [result, response] Access the result along with the Faraday response object + # @yield [result, operation] Access the result along with the TransportOperation object # @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse] - # @yieldparam response [::Faraday::Response] + # @yieldparam operation [::Gapic::Rest::TransportOperation] # # @return [::Google::Cloud::Compute::V1::TestPermissionsResponse] # # @raise [::Google::Cloud::Error] if the REST call is aborted. def test_iam_permissions request, options = nil @@ -260,11 +260,11 @@ options.apply_defaults timeout: @config.timeout, metadata: @config.metadata, retry_policy: @config.retry_policy - @license_codes_stub.test_iam_permissions request, options do |result, response| - yield result, response if block_given? + @license_codes_stub.test_iam_permissions request, options do |result, operation| + yield result, operation if block_given? return result end rescue ::Gapic::Rest::Error => e raise ::Google::Cloud::Error.from_error(e) end