googleapis / nodejs-web-risk

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/web-risk/
Apache License 2.0
18 stars 10 forks source link

feat: adds the v1 API surface #134

Closed bcoe closed 4 years ago

bcoe commented 4 years ago

runs the generator with the v1 API surface.

codecov[bot] commented 4 years ago

Codecov Report

Merging #134 into master will increase coverage by 1.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
+ Coverage   57.61%   58.62%   +1.01%     
==========================================
  Files           2        2              
  Lines       13786    18841    +5055     
  Branches        1        1              
==========================================
+ Hits         7943    11046    +3103     
- Misses       5843     7795    +1952
Impacted Files Coverage Δ
protos/protos.js 58.56% <ø> (+1.02%) :arrow_up:
src/index.ts 100% <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 f784696...9e05cec. Read the comment docs.

bcoe commented 4 years ago

the v1 and v1beta surfaces are identical, I learned talking with @bsurmanski. So I've updated samples accordingly.