Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

fix(build_gen): include httpbody import for java/go #3329

Merged
merged 2 commits into from
Jan 20, 2021

Conversation

noahdietz
Copy link
Contributor

When an API uses google.api.HttpBody in the proto, the Java and Go GAPIC targets fail to build for similar reasons. Java complains about having an implicit dependency, while Go complains about not having the dependency at all. So build_gen should inject the target as a direct dependency to the gapic_library targets.

@noahdietz noahdietz requested a review from a team as a code owner January 20, 2021 21:22
@product-auto-label product-auto-label bot added the api: cloudbuild Issues related to the Cloud Build API. label Jan 20, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 20, 2021
@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #3329 (72b4fd5) into master (f7f4f68) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3329   +/-   ##
=========================================
  Coverage     87.13%   87.13%           
  Complexity     6120     6120           
=========================================
  Files           495      495           
  Lines         24174    24174           
  Branches       2638     2638           
=========================================
  Hits          21065    21065           
  Misses         2242     2242           
  Partials        867      867           

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 f7f4f68...72b4fd5. Read the comment docs.

@noahdietz noahdietz merged commit 5b30a46 into googleapis:master Jan 20, 2021
@noahdietz noahdietz deleted the build-gen-httpbody-import branch January 20, 2021 21:48
gcf-merge-on-green bot pushed a commit that referenced this pull request Jan 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: cloudbuild Issues related to the Cloud Build API. 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

2 participants