-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update gapic-generator-java version to 2.1.0 #742
Conversation
PiperOrigin-RevId: 391407209 Source-Author: Google APIs <[email protected]> Source-Date: Tue Aug 17 16:48:10 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: e1738ee972b49fd0c4d4718b035444495142b781 Source-Link: googleapis/googleapis@e1738ee
return GoogleCredentialsProvider.newBuilder().setScopesToApply(DEFAULT_SERVICE_SCOPES); | ||
return GoogleCredentialsProvider.newBuilder() | ||
.setScopesToApply(DEFAULT_SERVICE_SCOPES) | ||
.setUseJwtAccessWithScope(true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Memo: This is a new method.
@Neenu1995 With #744, now Linkage Monitor is not a required check. |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
This PR was generated using Autosynth. 🌈
Synth log will be available here:
https://source.cloud.google.com/results/invocations/d64bb943-2993-47eb-a38a-67bc80e21fae/targets
PiperOrigin-RevId: 391407209
Source-Link: googleapis/googleapis@e1738ee