Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Call GAPIC client using positional args #208

Merged
merged 1 commit into from May 30, 2019

Conversation

blowmage
Copy link
Contributor

@blowmage blowmage commented May 30, 2019

This PR changes the Operations calls to the Operations Client to use positional arguments instead of the mixed positional/named arguments. This is needed to work around Protobuf adding the #to_hash method to the resource classes.

The generator side of this change is in googleapis/gapic-generator-ruby#155.

@blowmage blowmage requested a review from a team May 30, 2019 15:04
@blowmage blowmage self-assigned this May 30, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 30, 2019
@blowmage blowmage added the 2.0 Changes for the 2.0 client label May 30, 2019
@codecov
Copy link

codecov bot commented May 30, 2019

Codecov Report

Merging #208 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #208   +/-   ##
=======================================
  Coverage   28.33%   28.33%           
=======================================
  Files          44       44           
  Lines        2566     2566           
=======================================
  Hits          727      727           
  Misses       1839     1839
Impacted Files Coverage Δ
lib/google/gax/operation.rb 32.81% <0%> (ø) ⬆️

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 e0b6499...142b2e2. Read the comment docs.

@blowmage
Copy link
Contributor Author

@quartzmo Since you approved googleapis/gapic-generator-ruby#155 can you approve this we well?

@blowmage blowmage merged commit 40e9181 into googleapis:master May 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.0 Changes for the 2.0 client cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants