googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

Add OperationsClient metadata argument #205

Closed blowmage closed 5 years ago

blowmage commented 5 years ago

This PR is an alternate version of #200 that adds an argument to specify GRPC headers to be sent with the OperationsClient calls.

codecov[bot] commented 5 years ago

Codecov Report

Merging #205 into 1.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              1.x     #205   +/-   ##
=======================================
  Coverage   99.26%   99.26%           
=======================================
  Files          20       20           
  Lines        2173     2173           
=======================================
  Hits         2157     2157           
  Misses         16       16

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 639822c...ffdc605. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #205 into 1.x will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              1.x     #205      +/-   ##
==========================================
+ Coverage   99.26%   99.26%   +<.01%     
==========================================
  Files          20       20              
  Lines        2173     2174       +1     
==========================================
+ Hits         2157     2158       +1     
  Misses         16       16
Impacted Files Coverage Δ
lib/google/gax/settings.rb 99.09% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 639822c...c8fc79b. Read the comment docs.