This repository was archived by the owner on Feb 24, 2026. It is now read-only.
fix: add missing resource name deps to v1beta1#436
Merged
stephaniewang526 merged 1 commit intogoogleapis:autosynth-googleapisfrom Jul 21, 2020
Merged
fix: add missing resource name deps to v1beta1#436stephaniewang526 merged 1 commit intogoogleapis:autosynth-googleapisfrom
stephaniewang526 merged 1 commit intogoogleapis:autosynth-googleapisfrom
Conversation
Contributor
Author
Contributor
stephaniewang526
approved these changes
Jul 21, 2020
Contributor
Author
|
I don't have merge permissions it seems, so feel free to whenever you're ready. |
stephaniewang526
pushed a commit
that referenced
this pull request
Jul 21, 2020
* changes without context
autosynth cannot find the source of changes triggered by earlier changes in this
repository, or by version upgrades to tools such as linters.
* feat: migrate bq/storage/v1beta1 to gapic v2
- adds new resource name classes
PiperOrigin-RevId: 322235422
Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Jul 20 15:14:29 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: d7a347b819096886f4644b0ed5a978a777f4bbb4
Source-Link: googleapis/googleapis@d7a347b
* fix: add missing resource name deps to v1beta1 (#436)
Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/96c62e92-13ae-4f3c-9727-c854ec8b7488/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f327d3b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These dependencies were not added to the
pom.xmlby the generator when resource name classes were added. I'm not sure why that is, but it will fix the CI errors in #435. I tested this locally and noted it in the config change.