-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add ServiceAccountSigner interface, enable signing for AE credentials #854
Conversation
/cc @tmatsuo |
package com.google.gcloud; | ||
|
||
/** | ||
* Interface for authentication credentials that support signing. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Nice work! I really like the way you handled the default credentials. |
Changes Unknown when pulling 08e23ff on mziccard:signing-auth-interface into * on GoogleCloudPlatform:master*. |
Comments fixed in 08e23ff |
Looks great. Few more suggestions. |
Changes Unknown when pulling 72ae3cb on mziccard:signing-auth-interface into * on GoogleCloudPlatform:master*. |
Latest comments fixed in 72ae3cb |
@@ -470,20 +470,26 @@ public WriteChannel writer(BlobWriteOption... options) { | |||
* {@link StorageOptions} do not implement {@link ServiceAccountSigner} (this is the case for | |||
* Compute Engine credentials and Google Cloud SDK credentials) then {@code signUrl} will throw an | |||
* {@link IllegalArgumentException} unless an implementation of {@link ServiceAccountSigner} is |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Looks good. One ( x 2) Javadoc fix, and I think we can fix the codacy complaint as well. |
72ae3cb
to
804d447
Compare
👍 Thanks! |
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 454939894 Source-Link: googleapis/googleapis@519ca44 Source-Link: https://github.com/googleapis/googleapis-gen/commit/fc639d21a7cbc30aa0a9b862586942a0fb46c5c8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmM2MzlkMjFhN2NiYzMwYWEwYTliODYyNTg2OTQyYTBmYjQ2YzVjOCJ9 feat: Add Java REST transport to analytics, servicecontrol, servicemanagement, serviceusage and langauge APIs PiperOrigin-RevId: 454254635 Source-Link: googleapis/googleapis@84fb822 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4ffb61264d6fb634c430829dd2da75c5bed08304 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZmYjYxMjY0ZDZmYjYzNGM0MzA4MjlkZDJkYTc1YzViZWQwODMwNCJ9
🤖 I have created a release *beep* *boop* --- ## [2.6.1](googleapis/java-document-ai@v2.6.0...v2.6.1) (2022-07-13) ### Bug Fixes * enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-document-ai/issues/1485)) ([#853](googleapis/java-document-ai#853)) ([441aa93](googleapis/java-document-ai@441aa93)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [3.0.3](googleapis/java-recaptchaenterprise@v3.0.2...v3.0.3) (2022-07-29) ### Dependencies * update dependency io.github.bonigarcia:webdrivermanager to v5.2.2 ([#853](googleapis/java-recaptchaenterprise#853)) ([2943c01](googleapis/java-recaptchaenterprise@2943c01)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
…1.1 (#854) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.1.0` -> `26.1.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/compatibility-slim/26.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/confidence-slim/26.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datacatalog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE4NC4yIn0=-->
…1575) (#854) Source-Link: googleapis/synthtool@2e9ac19 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
🤖 I have created a release *beep* *boop* --- ## [2.3.12](https://togithub.com/googleapis/java-scheduler/compare/v2.3.11...v2.3.12) (2022-10-03) ### Dependencies * Update dependency certifi to v2022.9.24 ([#845](https://togithub.com/googleapis/java-scheduler/issues/845)) ([f092e9f](https://togithub.com/googleapis/java-scheduler/commit/f092e9f878160888cdddabdc086911f2ede117e9)) * Update dependency charset-normalizer to v2.1.1 ([#849](https://togithub.com/googleapis/java-scheduler/issues/849)) ([7c52cbc](https://togithub.com/googleapis/java-scheduler/commit/7c52cbcd14cfd80da54ea8fc6528e452ed017b5e)) * Update dependency click to v8.1.3 ([#850](https://togithub.com/googleapis/java-scheduler/issues/850)) ([24045c1](https://togithub.com/googleapis/java-scheduler/commit/24045c171ccd4d40aa209e777feb9b5d9fffbe60)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#860](https://togithub.com/googleapis/java-scheduler/issues/860)) ([a3d603a](https://togithub.com/googleapis/java-scheduler/commit/a3d603aeeeeaac6fbacf0f2339300bff1e3eebf4)) * Update dependency gcp-releasetool to v1.8.8 ([#846](https://togithub.com/googleapis/java-scheduler/issues/846)) ([ef848d2](https://togithub.com/googleapis/java-scheduler/commit/ef848d215db90c57495564e647612679eb3add89)) * Update dependency google-api-core to v2.10.1 ([#851](https://togithub.com/googleapis/java-scheduler/issues/851)) ([e326ae8](https://togithub.com/googleapis/java-scheduler/commit/e326ae8157aafa5658b7a1099c31bafa85450356)) * Update dependency google-auth to v2.12.0 ([#852](https://togithub.com/googleapis/java-scheduler/issues/852)) ([c3cdf56](https://togithub.com/googleapis/java-scheduler/commit/c3cdf5636d66ea76200ca0168b4be55251049d61)) * Update dependency google-cloud-core to v2.3.2 ([#847](https://togithub.com/googleapis/java-scheduler/issues/847)) ([b21f14f](https://togithub.com/googleapis/java-scheduler/commit/b21f14ff34fe9f2c10c8dcde1942d7a821921c03)) * Update dependency google-cloud-storage to v2.5.0 ([#853](https://togithub.com/googleapis/java-scheduler/issues/853)) ([c4769f3](https://togithub.com/googleapis/java-scheduler/commit/c4769f34ac418229b1da109c170796886aa1ad12)) * Update dependency google-crc32c to v1.5.0 ([#854](https://togithub.com/googleapis/java-scheduler/issues/854)) ([74a8fdb](https://togithub.com/googleapis/java-scheduler/commit/74a8fdb6030cb1b44fb96e261f9dfb1ff0ea2d33)) * Update dependency googleapis-common-protos to v1.56.4 ([#848](https://togithub.com/googleapis/java-scheduler/issues/848)) ([42821d8](https://togithub.com/googleapis/java-scheduler/commit/42821d88fdb8e54265f10684edb19eafd7484374)) * Update dependency markupsafe to v2.1.1 ([#855](https://togithub.com/googleapis/java-scheduler/issues/855)) ([37929e2](https://togithub.com/googleapis/java-scheduler/commit/37929e25e1c55db157ef33bdfb3d43da5c2f035d)) * Update dependency pyjwt to v2.5.0 ([#856](https://togithub.com/googleapis/java-scheduler/issues/856)) ([61bba9b](https://togithub.com/googleapis/java-scheduler/commit/61bba9b17690e8c92a147a6fb0f4e0512e5c15ee)) * Update dependency requests to v2.28.1 ([#857](https://togithub.com/googleapis/java-scheduler/issues/857)) ([e5835c4](https://togithub.com/googleapis/java-scheduler/commit/e5835c495963ff009c9a7295cc8fd26f1158fe88)) * Update dependency typing-extensions to v4.3.0 ([#843](https://togithub.com/googleapis/java-scheduler/issues/843)) ([6a698fe](https://togithub.com/googleapis/java-scheduler/commit/6a698fe28f29053b8c2d1f9630c6628c229e354b)) * Update dependency zipp to v3.8.1 ([#858](https://togithub.com/googleapis/java-scheduler/issues/858)) ([28949ad](https://togithub.com/googleapis/java-scheduler/commit/28949ade0dbb52d961df790113809213846c312f)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [2.4.9](https://togithub.com/googleapis/java-accessapproval/compare/v2.4.8...v2.4.9) (2022-10-04) ### Dependencies * Update dependency cachetools to v5 ([#845](https://togithub.com/googleapis/java-accessapproval/issues/845)) ([2e2f61d](https://togithub.com/googleapis/java-accessapproval/commit/2e2f61d400cb4e73a90b5ed0ab3cea48d3dcdb0e)) * Update dependency certifi to v2022.9.24 ([#825](https://togithub.com/googleapis/java-accessapproval/issues/825)) ([57629eb](https://togithub.com/googleapis/java-accessapproval/commit/57629eb352e5c1c6222cd3a2140442c68c7d78fe)) * Update dependency charset-normalizer to v2.1.1 ([#829](https://togithub.com/googleapis/java-accessapproval/issues/829)) ([5fb7ff7](https://togithub.com/googleapis/java-accessapproval/commit/5fb7ff7c2b038412c9bcbaca1f4c98cfc3def81a)) * Update dependency click to v8.1.3 ([#830](https://togithub.com/googleapis/java-accessapproval/issues/830)) ([50af14b](https://togithub.com/googleapis/java-accessapproval/commit/50af14bb86c72be62aaf4acd985fbfa3e844cbfb)) * Update dependency com.google.cloud:google-cloud-core to v2.8.15 ([#821](https://togithub.com/googleapis/java-accessapproval/issues/821)) ([6c6a7c7](https://togithub.com/googleapis/java-accessapproval/commit/6c6a7c753008ffce85def41c88482b9046b636dd)) * Update dependency com.google.cloud:google-cloud-core to v2.8.16 ([#823](https://togithub.com/googleapis/java-accessapproval/issues/823)) ([f258fd8](https://togithub.com/googleapis/java-accessapproval/commit/f258fd8bfa538b84be066e759ba9f4fa87fb9735)) * Update dependency com.google.cloud:google-cloud-core to v2.8.17 ([#847](https://togithub.com/googleapis/java-accessapproval/issues/847)) ([06753de](https://togithub.com/googleapis/java-accessapproval/commit/06753de07797eaf62338808dfa0c24db9b1a5019)) * Update dependency com.google.cloud:google-cloud-core to v2.8.18 ([#850](https://togithub.com/googleapis/java-accessapproval/issues/850)) ([6053905](https://togithub.com/googleapis/java-accessapproval/commit/6053905b5ad2a5b80e0a8e30cb31bd3b8467c150)) * Update dependency com.google.cloud:google-cloud-core to v2.8.19 ([#851](https://togithub.com/googleapis/java-accessapproval/issues/851)) ([e394607](https://togithub.com/googleapis/java-accessapproval/commit/e394607088a417338fc5fe49a9b05e63d6148bdd)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#853](https://togithub.com/googleapis/java-accessapproval/issues/853)) ([078dd9b](https://togithub.com/googleapis/java-accessapproval/commit/078dd9bd46d2759223a9db5940518b7f3efe3739)) * Update dependency gcp-releasetool to v1.8.8 ([#826](https://togithub.com/googleapis/java-accessapproval/issues/826)) ([23c5406](https://togithub.com/googleapis/java-accessapproval/commit/23c540692173fb8582dc2a29ac96c95157576d1f)) * Update dependency google-api-core to v2.10.1 ([#831](https://togithub.com/googleapis/java-accessapproval/issues/831)) ([914344d](https://togithub.com/googleapis/java-accessapproval/commit/914344d723be22f5d1737c118d8b841a90cf5334)) * Update dependency google-auth to v2.12.0 ([#832](https://togithub.com/googleapis/java-accessapproval/issues/832)) ([446ce5c](https://togithub.com/googleapis/java-accessapproval/commit/446ce5c006799b13a349e2711bf09073d9fa3912)) * Update dependency google-cloud-core to v2.3.2 ([#827](https://togithub.com/googleapis/java-accessapproval/issues/827)) ([e251d00](https://togithub.com/googleapis/java-accessapproval/commit/e251d00958fbcc402cef2f741d89c93d2e88dd38)) * Update dependency google-cloud-storage to v2.5.0 ([#833](https://togithub.com/googleapis/java-accessapproval/issues/833)) ([3b11d93](https://togithub.com/googleapis/java-accessapproval/commit/3b11d9391f867f9667f34a2963315c6c62276f38)) * Update dependency google-crc32c to v1.5.0 ([#834](https://togithub.com/googleapis/java-accessapproval/issues/834)) ([f6b17df](https://togithub.com/googleapis/java-accessapproval/commit/f6b17df716de87728c69f26febf430b2ea375a04)) * Update dependency googleapis-common-protos to v1.56.4 ([#828](https://togithub.com/googleapis/java-accessapproval/issues/828)) ([b0a7491](https://togithub.com/googleapis/java-accessapproval/commit/b0a7491471aa9f65553c83c7ce4a5b8a5cfe0f2b)) * Update dependency importlib-metadata to v4.12.0 ([#835](https://togithub.com/googleapis/java-accessapproval/issues/835)) ([27ceae2](https://togithub.com/googleapis/java-accessapproval/commit/27ceae2490ded6d4a9f7811e1719cb62b497d30b)) * Update dependency jeepney to v0.8.0 ([#836](https://togithub.com/googleapis/java-accessapproval/issues/836)) ([d52625e](https://togithub.com/googleapis/java-accessapproval/commit/d52625e9d294405d97668cfd681fd7a3ee5f6b3a)) * Update dependency jinja2 to v3.1.2 ([#837](https://togithub.com/googleapis/java-accessapproval/issues/837)) ([88d7579](https://togithub.com/googleapis/java-accessapproval/commit/88d757981a2d15c0f02f78aab558a2136b194a25)) * Update dependency keyring to v23.9.3 ([#838](https://togithub.com/googleapis/java-accessapproval/issues/838)) ([a0970bf](https://togithub.com/googleapis/java-accessapproval/commit/a0970bf88c99ce5fa11e7ff78dea6a15daf3f268)) * Update dependency markupsafe to v2.1.1 ([#839](https://togithub.com/googleapis/java-accessapproval/issues/839)) ([4097dc6](https://togithub.com/googleapis/java-accessapproval/commit/4097dc6d5535fe2b831c34509284230633986e02)) * Update dependency protobuf to v3.20.2 ([#840](https://togithub.com/googleapis/java-accessapproval/issues/840)) ([1b81687](https://togithub.com/googleapis/java-accessapproval/commit/1b81687a5589d62156cfbb91036ea7db8306785f)) * Update dependency protobuf to v4 ([#846](https://togithub.com/googleapis/java-accessapproval/issues/846)) ([5806291](https://togithub.com/googleapis/java-accessapproval/commit/580629171b1d37d134cd52ac8e66b91eefa68e8c)) * Update dependency pyjwt to v2.5.0 ([#841](https://togithub.com/googleapis/java-accessapproval/issues/841)) ([eeb2f70](https://togithub.com/googleapis/java-accessapproval/commit/eeb2f705766cd3e0516b143bac24fbc7ab700159)) * Update dependency typing-extensions to v4.3.0 ([#843](https://togithub.com/googleapis/java-accessapproval/issues/843)) ([cfa7b08](https://togithub.com/googleapis/java-accessapproval/commit/cfa7b088cb5652efc0ac7aa232c2020325fbd984)) * Update dependency zipp to v3.8.1 ([#844](https://togithub.com/googleapis/java-accessapproval/issues/844)) ([e31608b](https://togithub.com/googleapis/java-accessapproval/commit/e31608b918245943bd235feb61bc583b212d95b7)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [1.5.6](https://togithub.com/googleapis/java-resourcemanager/compare/v1.5.5...v1.5.6) (2022-10-03) ### Dependencies * Update dependency cachetools to v5 ([#864](https://togithub.com/googleapis/java-resourcemanager/issues/864)) ([5c8078b](https://togithub.com/googleapis/java-resourcemanager/commit/5c8078b5a43ef1fdeb47e4df82ea00609a4b4238)) * Update dependency certifi to v2022.9.24 ([#845](https://togithub.com/googleapis/java-resourcemanager/issues/845)) ([21ecab5](https://togithub.com/googleapis/java-resourcemanager/commit/21ecab5190d5fc326a0b621aff1d9fb8ec4418b4)) * Update dependency charset-normalizer to v2.1.1 ([#849](https://togithub.com/googleapis/java-resourcemanager/issues/849)) ([666d51e](https://togithub.com/googleapis/java-resourcemanager/commit/666d51e245d1c43fa2c2e07b0ec8076a033a4395)) * Update dependency click to v8.1.3 ([#850](https://togithub.com/googleapis/java-resourcemanager/issues/850)) ([e3c4f45](https://togithub.com/googleapis/java-resourcemanager/commit/e3c4f456578c70369b8c1c661aeb3507883940c1)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#869](https://togithub.com/googleapis/java-resourcemanager/issues/869)) ([b8eeb07](https://togithub.com/googleapis/java-resourcemanager/commit/b8eeb078dd899f422f1c652d88037b33a074d38d)) * Update dependency gcp-releasetool to v1.8.8 ([#844](https://togithub.com/googleapis/java-resourcemanager/issues/844)) ([4d89f10](https://togithub.com/googleapis/java-resourcemanager/commit/4d89f1036306f0c8c50afa424bea271724f4a9eb)) * Update dependency google-api-core to v2.10.1 ([#851](https://togithub.com/googleapis/java-resourcemanager/issues/851)) ([330684b](https://togithub.com/googleapis/java-resourcemanager/commit/330684b8251c6b28b8b77d22d739296d0869680a)) * Update dependency google-auth to v2.11.1 ([#846](https://togithub.com/googleapis/java-resourcemanager/issues/846)) ([9bdd15a](https://togithub.com/googleapis/java-resourcemanager/commit/9bdd15a5b490a3d194394c02c814b267ef2e3552)) * Update dependency google-auth to v2.12.0 ([#867](https://togithub.com/googleapis/java-resourcemanager/issues/867)) ([785ce62](https://togithub.com/googleapis/java-resourcemanager/commit/785ce62600848991764548aa5587db4d64fdd9b2)) * Update dependency google-cloud-core to v2.3.2 ([#847](https://togithub.com/googleapis/java-resourcemanager/issues/847)) ([a236eec](https://togithub.com/googleapis/java-resourcemanager/commit/a236eecbb4235e32d30783854fc5cfaff271308b)) * Update dependency google-cloud-storage to v2.5.0 ([#852](https://togithub.com/googleapis/java-resourcemanager/issues/852)) ([2909d4f](https://togithub.com/googleapis/java-resourcemanager/commit/2909d4f5e1ced0fc8bf604dff4835cb0f00ffd8a)) * Update dependency google-crc32c to v1.5.0 ([#853](https://togithub.com/googleapis/java-resourcemanager/issues/853)) ([cc0b569](https://togithub.com/googleapis/java-resourcemanager/commit/cc0b56911719f5eaf90446c1bad3973effef9644)) * Update dependency googleapis-common-protos to v1.56.4 ([#848](https://togithub.com/googleapis/java-resourcemanager/issues/848)) ([9453cbf](https://togithub.com/googleapis/java-resourcemanager/commit/9453cbf605c8273a45e9eb293d1e3ceea1e6319c)) * Update dependency importlib-metadata to v4.12.0 ([#854](https://togithub.com/googleapis/java-resourcemanager/issues/854)) ([799d83b](https://togithub.com/googleapis/java-resourcemanager/commit/799d83b78e63533b7b4c4a104674d085bc3945e7)) * Update dependency jeepney to v0.8.0 ([#861](https://togithub.com/googleapis/java-resourcemanager/issues/861)) ([d2c2040](https://togithub.com/googleapis/java-resourcemanager/commit/d2c20402e797ab782dfc4acdbe14bbca10cef026)) * Update dependency jinja2 to v3.1.2 ([#862](https://togithub.com/googleapis/java-resourcemanager/issues/862)) ([56a5934](https://togithub.com/googleapis/java-resourcemanager/commit/56a593419832ff70f14de9daaea78b976d3a980c)) * Update dependency keyring to v23.9.3 ([#863](https://togithub.com/googleapis/java-resourcemanager/issues/863)) ([722917b](https://togithub.com/googleapis/java-resourcemanager/commit/722917ba6a2ac56a259302f1eff5a6c7936affd3)) * Update dependency markupsafe to v2.1.1 ([#855](https://togithub.com/googleapis/java-resourcemanager/issues/855)) ([5c0a032](https://togithub.com/googleapis/java-resourcemanager/commit/5c0a032fb808c506ab4b776d14c52bc08b8b29dd)) * Update dependency protobuf to v3.20.2 ([#856](https://togithub.com/googleapis/java-resourcemanager/issues/856)) ([9f374d9](https://togithub.com/googleapis/java-resourcemanager/commit/9f374d9487985c8f7a650275b5bf65fb2011ec15)) * Update dependency protobuf to v4 ([#865](https://togithub.com/googleapis/java-resourcemanager/issues/865)) ([32fab80](https://togithub.com/googleapis/java-resourcemanager/commit/32fab8076b1b79832914a9d40e82e0de149c853d)) * Update dependency pyjwt to v2.5.0 ([#857](https://togithub.com/googleapis/java-resourcemanager/issues/857)) ([e9b775c](https://togithub.com/googleapis/java-resourcemanager/commit/e9b775c0b3d29f60e277ae42d645af1a0a5850a3)) * Update dependency typing-extensions to v4.3.0 ([#859](https://togithub.com/googleapis/java-resourcemanager/issues/859)) ([d9da376](https://togithub.com/googleapis/java-resourcemanager/commit/d9da3765c6498097bab92d338230f27fd2318a1c)) * Update dependency zipp to v3.8.1 ([#860](https://togithub.com/googleapis/java-resourcemanager/issues/860)) ([1f363b5](https://togithub.com/googleapis/java-resourcemanager/commit/1f363b582c316bcef7afdee202ccef4293fc0659)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typing-extensions](https://togithub.com/python/typing_extensions) ([changelog](https://togithub.com/python/typing_extensions/blob/main/CHANGELOG.md)) | `==4.1.1` -> `==4.4.0` | [![age](https://badges.renovateapi.com/packages/pypi/typing-extensions/4.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/typing-extensions/4.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/typing-extensions/4.4.0/compatibility-slim/4.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/typing-extensions/4.4.0/confidence-slim/4.1.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-dependencies). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTkuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIxOS4xIn0=-->
🤖 I have created a release *beep* *boop* --- ## [3.0.5](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.4...v3.0.5) (2022-10-20) ### Dependencies * Update dependency com.fasterxml.jackson:jackson-bom to v2.13.4.20221013 ([#868](https://togithub.com/googleapis/java-shared-dependencies/issues/868)) ([5c2a825](https://togithub.com/googleapis/java-shared-dependencies/commit/5c2a825c18af61784287dd41eba3a21be80bbe6b)) * Update dependency com.google.auth:google-auth-library-bom to v1.12.0 ([#870](https://togithub.com/googleapis/java-shared-dependencies/issues/870)) ([3e3a60d](https://togithub.com/googleapis/java-shared-dependencies/commit/3e3a60dfd45f08401ee3ac7a98007fae21d5bba6)) * Update dependency com.google.auth:google-auth-library-bom to v1.12.1 ([#871](https://togithub.com/googleapis/java-shared-dependencies/issues/871)) ([4d94c75](https://togithub.com/googleapis/java-shared-dependencies/commit/4d94c753b46d7f8c787b0efa21d7bc42b1ca1c6c)) * Update dependency com.google.cloud:grpc-gcp to v1.3.0 ([#867](https://togithub.com/googleapis/java-shared-dependencies/issues/867)) ([48ca222](https://togithub.com/googleapis/java-shared-dependencies/commit/48ca222a5e4d9f88737d4c4a4ee2a42a7145619e)) * Update dependency com.google.errorprone:error_prone_annotations to v2.16 ([#865](https://togithub.com/googleapis/java-shared-dependencies/issues/865)) ([d7a494d](https://togithub.com/googleapis/java-shared-dependencies/commit/d7a494dcd12a529121b74fd9fb9dfc679017f844)) * Update dependency com.google.protobuf:protobuf-bom to v3.21.8 ([#872](https://togithub.com/googleapis/java-shared-dependencies/issues/872)) ([ebe5d5f](https://togithub.com/googleapis/java-shared-dependencies/commit/ebe5d5f27dbe4f12c06d3a69c14c74bbf4e76dd1)) * Update dependency gcp-releasetool to v1.8.10 ([#853](https://togithub.com/googleapis/java-shared-dependencies/issues/853)) ([5c6367a](https://togithub.com/googleapis/java-shared-dependencies/commit/5c6367a643f491d2ec04be58c1ff0eca5aa10904)) * Update dependency google-api-core to v2.10.2 ([#858](https://togithub.com/googleapis/java-shared-dependencies/issues/858)) ([bc91e8d](https://togithub.com/googleapis/java-shared-dependencies/commit/bc91e8df54f9d919a9e0dc69e61d52fd855a8dbf)) * Update dependency io.grpc:grpc-bom to v1.50.0 ([#866](https://togithub.com/googleapis/java-shared-dependencies/issues/866)) ([50039f4](https://togithub.com/googleapis/java-shared-dependencies/commit/50039f41bfba37e65685c4a5b279d3cb2a92f2c5)) * Update dependency io.grpc:grpc-bom to v1.50.1 ([#873](https://togithub.com/googleapis/java-shared-dependencies/issues/873)) ([9fb1561](https://togithub.com/googleapis/java-shared-dependencies/commit/9fb15613976f83c5545e2b664c488e9811c1f185)) * Update dependency org.checkerframework:checker-qual to v3.26.0 ([#852](https://togithub.com/googleapis/java-shared-dependencies/issues/852)) ([1e8cd60](https://togithub.com/googleapis/java-shared-dependencies/commit/1e8cd609b3be0cdd748a8fea6bc0fcb15d8f4c96)) * Update dependency org.threeten:threetenbp to v1.6.3 ([#869](https://togithub.com/googleapis/java-shared-dependencies/issues/869)) ([e992190](https://togithub.com/googleapis/java-shared-dependencies/commit/e9921900ec590e281b5ae6e16ab51e7bd67c1242)) * Update dependency typing-extensions to v4.4.0 ([#854](https://togithub.com/googleapis/java-shared-dependencies/issues/854)) ([c909a13](https://togithub.com/googleapis/java-shared-dependencies/commit/c909a13fa626eb387c8ee87b7cc22607cb9cf889)) * Update dependency zipp to v3.9.0 ([#859](https://togithub.com/googleapis/java-shared-dependencies/issues/859)) ([971b84e](https://togithub.com/googleapis/java-shared-dependencies/commit/971b84eb801699b585cd35300bed8d4fb65046d8)) * Update gax.version to v2.19.4 ([#875](https://togithub.com/googleapis/java-shared-dependencies/issues/875)) ([2eb7f3d](https://togithub.com/googleapis/java-shared-dependencies/commit/2eb7f3d6cf834c474dcdc99740f8cdabf50bca51)) * Update google.core.version to v2.8.21 ([#861](https://togithub.com/googleapis/java-shared-dependencies/issues/861)) ([2fda421](https://togithub.com/googleapis/java-shared-dependencies/commit/2fda4213796df086450fdc3d69d53a0bd1d59f46)) * Update google.core.version to v2.8.22 ([#879](https://togithub.com/googleapis/java-shared-dependencies/issues/879)) ([e4f9f9a](https://togithub.com/googleapis/java-shared-dependencies/commit/e4f9f9ad6373fb52c069985ca4390663ccdacb7d)) * Update iam.version to v1.6.3 ([#857](https://togithub.com/googleapis/java-shared-dependencies/issues/857)) ([6758373](https://togithub.com/googleapis/java-shared-dependencies/commit/675837378642f39fe55c0e30b62755b9185bee3d)) * Update iam.version to v1.6.4 ([#862](https://togithub.com/googleapis/java-shared-dependencies/issues/862)) ([1e1bc34](https://togithub.com/googleapis/java-shared-dependencies/commit/1e1bc341c9dd0f8f5a2d14aa8dd52399b2ce71c1)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This PR follows from #701:
SigningAuthCredentials
interfaceAppEngineAuthCredentials
extendSigningAuthCredentials
and enable signing on AEAppEngineAuthCredentials
public as other AuthCredentials classescreateApplicationDefaults
to returnServiceAccountAuthCredentials
if a service account is availableApplicationDefaultAuthCredentials
that takesGoogleCredentials