Skip to content
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

Rename id to generatedId #832

Merged
merged 3 commits into from
Apr 1, 2016
Merged

Rename id to generatedId #832

merged 3 commits into from
Apr 1, 2016

Conversation

mziccard
Copy link
Contributor

@mziccard mziccard commented Apr 1, 2016

This PR addresses #824:

  • Rename id to generatedId for BigQuery resources
  • Rename id to generatedId for Storage resources
  • Rename id to generatedId for Dns resources

For what concerns Dns I also renamed id in ChangeRequestInfo for consistency and because it is actually generated from the service. However, for this class there's no sources of confusion with other fields' names and id is much more used than in other resources/services so we could keep id. Do you have a preference?

@mziccard mziccard added the type: cleanup An internal cleanup or hygiene concern. label Apr 1, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 1, 2016
@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.506% when pulling 2db98a4 on mziccard:rename-id into 4b1a4fd on GoogleCloudPlatform:master.

@ajkannan
Copy link

ajkannan commented Apr 1, 2016

Three issues that break the javadoc build on Travis jdk8:

BigQuery.java:475: error: reference not found:
({@link Dataset#datasetId()}, {@link Dataset#friendlyName()} and {@link Dataset#id()})

BigQuery.java:545: error: reference not found
({@link Table#tableId()}, {@link Table#friendlyName()}, {@link Table#id()} and type, which

BigQuery.java:556: error: reference not found:
({@link Table#tableId()}, {@link Table#friendlyName()}, {@link Table#id()} and type, which

@@ -482,7 +484,7 @@ public void testBuilder() {
expect(dns.options()).andReturn(OPTIONS).times(8);
replay(dns);
assertNotEquals(zone, zone.toBuilder()
.id((new BigInteger(zone.id())).add(BigInteger.ONE).toString())
.generatedId((new BigInteger(zone.generatedId())).add(BigInteger.ONE).toString())

This comment was marked as spam.

@mziccard
Copy link
Contributor Author

mziccard commented Apr 1, 2016

@ajkannan yes I'm fixing it now, thanks

@ajkannan
Copy link

ajkannan commented Apr 1, 2016

Question: just grepping through the database, I see two instances of id left that I'm slightly unsure about. Are they meant to be kept as id rather than generatedId?

  • InsertAllRequest line 84
  • QueryStage line 275 (which is actually a long, so perhaps not related to this change)

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 8df138b on mziccard:rename-id into * on GoogleCloudPlatform:master*.

@mziccard
Copy link
Contributor Author

mziccard commented Apr 1, 2016

  • InsertAllRequest: id here is the optional id of a row and is user-provided
  • QueryStage: query stage can not be created by the user and has no "identity" so I decided to keep id for brevity as it's already clear it's service-generated. If you prefer we can make it generatedId for consistency.

@ajkannan
Copy link

ajkannan commented Apr 1, 2016

LGTM

@ajkannan ajkannan merged commit 5fea95f into googleapis:master Apr 1, 2016
@aozarov
Copy link
Contributor

aozarov commented Apr 1, 2016

QueryStage: query stage can not be created by the user and has no "identity" so I decided to keep id for brevity as it's already clear it's service-generated. If you prefer we can make it generatedId for consistency.

I would have called it generatedId so our code is consistent and without the need of understanding context. id -> user defined/supplied id or reference, generated-id read-only & service-genarated id.

@ajkannan
Copy link

ajkannan commented Apr 1, 2016

I can take care of this change

@mziccard mziccard deleted the rename-id branch April 27, 2016 18:22
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jul 1, 2022
🤖 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).
github-actions bot pushed a commit that referenced this pull request Jul 14, 2022
…832)

* chore(deps): update dependency com.google.cloud:libraries-bom to v26

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…ator_java versions (#832)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472750037

Source-Link: googleapis/googleapis@88f2ea3

Source-Link: googleapis/googleapis-gen@230a558
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…1575) (#832)

Source-Link: googleapis/synthtool@2e9ac19
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
github-actions bot pushed a commit that referenced this pull request Sep 30, 2022
🤖 I have created a release *beep* *boop*
---


## [2.5.5](googleapis/java-recommender@v2.5.4...v2.5.5) (2022-09-29)


### Dependencies

* Update dependency cachetools to v5 ([#837](googleapis/java-recommender#837)) ([316e539](googleapis/java-recommender@316e539))
* Update dependency certifi to v2022.9.24 ([#816](googleapis/java-recommender#816)) ([9257a6f](googleapis/java-recommender@9257a6f))
* Update dependency charset-normalizer to v2.1.1 ([#820](googleapis/java-recommender#820)) ([c1d4abc](googleapis/java-recommender@c1d4abc))
* Update dependency click to v8.1.3 ([#821](googleapis/java-recommender#821)) ([71b7c74](googleapis/java-recommender@71b7c74))
* Update dependency gcp-releasetool to v1.8.8 ([#817](googleapis/java-recommender#817)) ([f8fe2f4](googleapis/java-recommender@f8fe2f4))
* Update dependency google-api-core to v2.10.1 ([#822](googleapis/java-recommender#822)) ([9315ebc](googleapis/java-recommender@9315ebc))
* Update dependency google-auth to v2.12.0 ([#823](googleapis/java-recommender#823)) ([22f0d40](googleapis/java-recommender@22f0d40))
* Update dependency google-cloud-core to v2.3.2 ([#818](googleapis/java-recommender#818)) ([7934039](googleapis/java-recommender@7934039))
* Update dependency google-cloud-storage to v2.5.0 ([#824](googleapis/java-recommender#824)) ([c636d34](googleapis/java-recommender@c636d34))
* Update dependency google-crc32c to v1.5.0 ([#825](googleapis/java-recommender#825)) ([5c7ca00](googleapis/java-recommender@5c7ca00))
* Update dependency googleapis-common-protos to v1.56.4 ([#819](googleapis/java-recommender#819)) ([3dfa9b6](googleapis/java-recommender@3dfa9b6))
* Update dependency importlib-metadata to v4.12.0 ([#829](googleapis/java-recommender#829)) ([6b959ab](googleapis/java-recommender@6b959ab))
* Update dependency jeepney to v0.8.0 ([#830](googleapis/java-recommender#830)) ([ecd6a01](googleapis/java-recommender@ecd6a01))
* Update dependency jinja2 to v3.1.2 ([#831](googleapis/java-recommender#831)) ([18a3391](googleapis/java-recommender@18a3391))
* Update dependency keyring to v23.9.3 ([#832](googleapis/java-recommender#832)) ([9310d26](googleapis/java-recommender@9310d26))
* Update dependency markupsafe to v2.1.1 ([#826](googleapis/java-recommender#826)) ([3288701](googleapis/java-recommender@3288701))
* Update dependency protobuf to v3.20.2 ([#827](googleapis/java-recommender#827)) ([310e5a0](googleapis/java-recommender@310e5a0))
* Update dependency protobuf to v4 ([#838](googleapis/java-recommender#838)) ([1f65182](googleapis/java-recommender@1f65182))
* Update dependency pyjwt to v2.5.0 ([#833](googleapis/java-recommender#833)) ([ef6a5ae](googleapis/java-recommender@ef6a5ae))
* Update dependency requests to v2.28.1 ([#834](googleapis/java-recommender#834)) ([72459f0](googleapis/java-recommender@72459f0))
* Update dependency typing-extensions to v4.3.0 ([#835](googleapis/java-recommender#835)) ([4ae6014](googleapis/java-recommender@4ae6014))
* Update dependency zipp to v3.8.1 ([#836](googleapis/java-recommender#836)) ([5d9fa20](googleapis/java-recommender@5d9fa20))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.9](https://github.com/googleapis/java-accessapproval/compare/v2.4.8...v2.4.9) (2022-10-04)


### Dependencies

* Update dependency cachetools to v5 ([#845](https://github.com/googleapis/java-accessapproval/issues/845)) ([2e2f61d](https://github.com/googleapis/java-accessapproval/commit/2e2f61d400cb4e73a90b5ed0ab3cea48d3dcdb0e))
* Update dependency certifi to v2022.9.24 ([#825](https://github.com/googleapis/java-accessapproval/issues/825)) ([57629eb](https://github.com/googleapis/java-accessapproval/commit/57629eb352e5c1c6222cd3a2140442c68c7d78fe))
* Update dependency charset-normalizer to v2.1.1 ([#829](https://github.com/googleapis/java-accessapproval/issues/829)) ([5fb7ff7](https://github.com/googleapis/java-accessapproval/commit/5fb7ff7c2b038412c9bcbaca1f4c98cfc3def81a))
* Update dependency click to v8.1.3 ([#830](https://github.com/googleapis/java-accessapproval/issues/830)) ([50af14b](https://github.com/googleapis/java-accessapproval/commit/50af14bb86c72be62aaf4acd985fbfa3e844cbfb))
* Update dependency com.google.cloud:google-cloud-core to v2.8.15 ([#821](https://github.com/googleapis/java-accessapproval/issues/821)) ([6c6a7c7](https://github.com/googleapis/java-accessapproval/commit/6c6a7c753008ffce85def41c88482b9046b636dd))
* Update dependency com.google.cloud:google-cloud-core to v2.8.16 ([#823](https://github.com/googleapis/java-accessapproval/issues/823)) ([f258fd8](https://github.com/googleapis/java-accessapproval/commit/f258fd8bfa538b84be066e759ba9f4fa87fb9735))
* Update dependency com.google.cloud:google-cloud-core to v2.8.17 ([#847](https://github.com/googleapis/java-accessapproval/issues/847)) ([06753de](https://github.com/googleapis/java-accessapproval/commit/06753de07797eaf62338808dfa0c24db9b1a5019))
* Update dependency com.google.cloud:google-cloud-core to v2.8.18 ([#850](https://github.com/googleapis/java-accessapproval/issues/850)) ([6053905](https://github.com/googleapis/java-accessapproval/commit/6053905b5ad2a5b80e0a8e30cb31bd3b8467c150))
* Update dependency com.google.cloud:google-cloud-core to v2.8.19 ([#851](https://github.com/googleapis/java-accessapproval/issues/851)) ([e394607](https://github.com/googleapis/java-accessapproval/commit/e394607088a417338fc5fe49a9b05e63d6148bdd))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#853](https://github.com/googleapis/java-accessapproval/issues/853)) ([078dd9b](https://github.com/googleapis/java-accessapproval/commit/078dd9bd46d2759223a9db5940518b7f3efe3739))
* Update dependency gcp-releasetool to v1.8.8 ([#826](https://github.com/googleapis/java-accessapproval/issues/826)) ([23c5406](https://github.com/googleapis/java-accessapproval/commit/23c540692173fb8582dc2a29ac96c95157576d1f))
* Update dependency google-api-core to v2.10.1 ([#831](https://github.com/googleapis/java-accessapproval/issues/831)) ([914344d](https://github.com/googleapis/java-accessapproval/commit/914344d723be22f5d1737c118d8b841a90cf5334))
* Update dependency google-auth to v2.12.0 ([#832](https://github.com/googleapis/java-accessapproval/issues/832)) ([446ce5c](https://github.com/googleapis/java-accessapproval/commit/446ce5c006799b13a349e2711bf09073d9fa3912))
* Update dependency google-cloud-core to v2.3.2 ([#827](https://github.com/googleapis/java-accessapproval/issues/827)) ([e251d00](https://github.com/googleapis/java-accessapproval/commit/e251d00958fbcc402cef2f741d89c93d2e88dd38))
* Update dependency google-cloud-storage to v2.5.0 ([#833](https://github.com/googleapis/java-accessapproval/issues/833)) ([3b11d93](https://github.com/googleapis/java-accessapproval/commit/3b11d9391f867f9667f34a2963315c6c62276f38))
* Update dependency google-crc32c to v1.5.0 ([#834](https://github.com/googleapis/java-accessapproval/issues/834)) ([f6b17df](https://github.com/googleapis/java-accessapproval/commit/f6b17df716de87728c69f26febf430b2ea375a04))
* Update dependency googleapis-common-protos to v1.56.4 ([#828](https://github.com/googleapis/java-accessapproval/issues/828)) ([b0a7491](https://github.com/googleapis/java-accessapproval/commit/b0a7491471aa9f65553c83c7ce4a5b8a5cfe0f2b))
* Update dependency importlib-metadata to v4.12.0 ([#835](https://github.com/googleapis/java-accessapproval/issues/835)) ([27ceae2](https://github.com/googleapis/java-accessapproval/commit/27ceae2490ded6d4a9f7811e1719cb62b497d30b))
* Update dependency jeepney to v0.8.0 ([#836](https://github.com/googleapis/java-accessapproval/issues/836)) ([d52625e](https://github.com/googleapis/java-accessapproval/commit/d52625e9d294405d97668cfd681fd7a3ee5f6b3a))
* Update dependency jinja2 to v3.1.2 ([#837](https://github.com/googleapis/java-accessapproval/issues/837)) ([88d7579](https://github.com/googleapis/java-accessapproval/commit/88d757981a2d15c0f02f78aab558a2136b194a25))
* Update dependency keyring to v23.9.3 ([#838](https://github.com/googleapis/java-accessapproval/issues/838)) ([a0970bf](https://github.com/googleapis/java-accessapproval/commit/a0970bf88c99ce5fa11e7ff78dea6a15daf3f268))
* Update dependency markupsafe to v2.1.1 ([#839](https://github.com/googleapis/java-accessapproval/issues/839)) ([4097dc6](https://github.com/googleapis/java-accessapproval/commit/4097dc6d5535fe2b831c34509284230633986e02))
* Update dependency protobuf to v3.20.2 ([#840](https://github.com/googleapis/java-accessapproval/issues/840)) ([1b81687](https://github.com/googleapis/java-accessapproval/commit/1b81687a5589d62156cfbb91036ea7db8306785f))
* Update dependency protobuf to v4 ([#846](https://github.com/googleapis/java-accessapproval/issues/846)) ([5806291](https://github.com/googleapis/java-accessapproval/commit/580629171b1d37d134cd52ac8e66b91eefa68e8c))
* Update dependency pyjwt to v2.5.0 ([#841](https://github.com/googleapis/java-accessapproval/issues/841)) ([eeb2f70](https://github.com/googleapis/java-accessapproval/commit/eeb2f705766cd3e0516b143bac24fbc7ab700159))
* Update dependency typing-extensions to v4.3.0 ([#843](https://github.com/googleapis/java-accessapproval/issues/843)) ([cfa7b08](https://github.com/googleapis/java-accessapproval/commit/cfa7b088cb5652efc0ac7aa232c2020325fbd984))
* Update dependency zipp to v3.8.1 ([#844](https://github.com/googleapis/java-accessapproval/issues/844)) ([e31608b](https://github.com/googleapis/java-accessapproval/commit/e31608b918245943bd235feb61bc583b212d95b7))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
The module itself has been removed in #820.
suztomo pushed a commit that referenced this pull request Feb 1, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [importlib-metadata](https://github.com/python/importlib_metadata) | `==4.8.3` -> `==4.12.0` | [![age](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.12.0/compatibility-slim/4.8.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.12.0/confidence-slim/4.8.3)](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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [3.0.4](https://github.com/googleapis/java-shared-dependencies/compare/v3.0.3...v3.0.4) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#816](https://github.com/googleapis/java-shared-dependencies/issues/816)) ([bd2569c](https://github.com/googleapis/java-shared-dependencies/commit/bd2569c8c26e177a83cbcf8ed63fed1c3fce2c4b))
* Update dependency certifi to v2022.9.24 ([#818](https://github.com/googleapis/java-shared-dependencies/issues/818)) ([5406a0c](https://github.com/googleapis/java-shared-dependencies/commit/5406a0ca7e4e2b47f87a39c0fc696fbfd7a6a196))
* Update dependency charset-normalizer to v2.1.1 ([#822](https://github.com/googleapis/java-shared-dependencies/issues/822)) ([5c998e4](https://github.com/googleapis/java-shared-dependencies/commit/5c998e4d05d47882743cdb5a871a6af728b9d920))
* Update dependency click to v8.1.3 ([#823](https://github.com/googleapis/java-shared-dependencies/issues/823)) ([2ad211a](https://github.com/googleapis/java-shared-dependencies/commit/2ad211abb259b0fc225303f695a2f0399e19cd66))
* Update dependency com.google.protobuf:protobuf-bom to v3.21.7 ([#837](https://github.com/googleapis/java-shared-dependencies/issues/837)) ([d5472aa](https://github.com/googleapis/java-shared-dependencies/commit/d5472aa3a98c7a10737b6a9137dba8140087a31b))
* Update dependency gcp-releasetool to v1.8.8 ([#819](https://github.com/googleapis/java-shared-dependencies/issues/819)) ([bfef3b0](https://github.com/googleapis/java-shared-dependencies/commit/bfef3b0cf05bc200e707dfbf0330d672d824004c))
* Update dependency gcp-releasetool to v1.8.9 ([#846](https://github.com/googleapis/java-shared-dependencies/issues/846)) ([533c6a6](https://github.com/googleapis/java-shared-dependencies/commit/533c6a6382c2e933b2e87834b5b94913c1dc4943))
* Update dependency google-api-core to v2.10.1 ([#824](https://github.com/googleapis/java-shared-dependencies/issues/824)) ([1a5d233](https://github.com/googleapis/java-shared-dependencies/commit/1a5d233efa85f1dbd3aa272d2d305d24a35a7576))
* Update dependency google-auth to v2.12.0 ([#825](https://github.com/googleapis/java-shared-dependencies/issues/825)) ([cbca860](https://github.com/googleapis/java-shared-dependencies/commit/cbca860ae78c7ddf4541ed8b7c057710299162a8))
* Update dependency google-cloud-core to v2.3.2 ([#820](https://github.com/googleapis/java-shared-dependencies/issues/820)) ([65a1310](https://github.com/googleapis/java-shared-dependencies/commit/65a1310f50ce6914a67cb5e0e4d258f9f4466f11))
* Update dependency google-cloud-storage to v2.5.0 ([#826](https://github.com/googleapis/java-shared-dependencies/issues/826)) ([5fd7983](https://github.com/googleapis/java-shared-dependencies/commit/5fd7983489b971344e64010c7cfef0a2f60be667))
* Update dependency google-crc32c to v1.5.0 ([#827](https://github.com/googleapis/java-shared-dependencies/issues/827)) ([ee9e013](https://github.com/googleapis/java-shared-dependencies/commit/ee9e013106173cefbc10563d5d51dd906997c658))
* Update dependency google-resumable-media to v2.4.0 ([#838](https://github.com/googleapis/java-shared-dependencies/issues/838)) ([fb02810](https://github.com/googleapis/java-shared-dependencies/commit/fb02810c4a975fc75b26d680266ac48f85779a70))
* Update dependency googleapis-common-protos to v1.56.4 ([#821](https://github.com/googleapis/java-shared-dependencies/issues/821)) ([49d6423](https://github.com/googleapis/java-shared-dependencies/commit/49d64234d57d99c07689d0dd66697bb94d69e958))
* Update dependency importlib-metadata to v4.12.0 ([#832](https://github.com/googleapis/java-shared-dependencies/issues/832)) ([33ef522](https://github.com/googleapis/java-shared-dependencies/commit/33ef5228cb4fda9ef24e2b4396f970bc5ab67322))
* Update dependency importlib-metadata to v4.13.0 ([#843](https://github.com/googleapis/java-shared-dependencies/issues/843)) ([333b61b](https://github.com/googleapis/java-shared-dependencies/commit/333b61baf0f42d64699626bbc57315b3a826c3d3))
* Update dependency importlib-metadata to v5 ([#845](https://github.com/googleapis/java-shared-dependencies/issues/845)) ([7dc299d](https://github.com/googleapis/java-shared-dependencies/commit/7dc299da70133bb0fa9a363816ea804d540edc22))
* Update dependency io.grpc:grpc-bom to v1.49.1 ([#802](https://github.com/googleapis/java-shared-dependencies/issues/802)) ([a810f58](https://github.com/googleapis/java-shared-dependencies/commit/a810f587a5551e5f36a0b161bc350ebcb636acd5))
* Update dependency io.grpc:grpc-bom to v1.49.2 ([#842](https://github.com/googleapis/java-shared-dependencies/issues/842)) ([064a166](https://github.com/googleapis/java-shared-dependencies/commit/064a1666dd030c5f9fe35da7ebbda3dad2421427))
* Update dependency jeepney to v0.8.0 ([#833](https://github.com/googleapis/java-shared-dependencies/issues/833)) ([d1a5a67](https://github.com/googleapis/java-shared-dependencies/commit/d1a5a672089424d3ef9f85ae5d87b669484466e5))
* Update dependency jinja2 to v3.1.2 ([#834](https://github.com/googleapis/java-shared-dependencies/issues/834)) ([ad63e98](https://github.com/googleapis/java-shared-dependencies/commit/ad63e988d2407a62491a309160e1b87b4cc06d9a))
* Update dependency keyring to v23.9.3 ([#828](https://github.com/googleapis/java-shared-dependencies/issues/828)) ([8fed728](https://github.com/googleapis/java-shared-dependencies/commit/8fed728e6c84c8cade5bb24a827c558345149cff))
* Update dependency markupsafe to v2.1.1 ([#829](https://github.com/googleapis/java-shared-dependencies/issues/829)) ([6a93716](https://github.com/googleapis/java-shared-dependencies/commit/6a93716f6f161ced9a08840037bbfe7bfeee0814))
* Update dependency org.threeten:threetenbp to v1.6.2 ([#808](https://github.com/googleapis/java-shared-dependencies/issues/808)) ([f03792d](https://github.com/googleapis/java-shared-dependencies/commit/f03792d49370e0abbe6f90d37c513920759d6581))
* Update dependency protobuf to v3.20.2 ([#830](https://github.com/googleapis/java-shared-dependencies/issues/830)) ([544c20f](https://github.com/googleapis/java-shared-dependencies/commit/544c20f9b45fc42ba6b0071153c05034ea08ddc3))
* Update dependency protobuf to v3.20.3 ([#839](https://github.com/googleapis/java-shared-dependencies/issues/839)) ([69db6d7](https://github.com/googleapis/java-shared-dependencies/commit/69db6d7e56d4673a68e1f49a805635d054856326))
* Update dependency protobuf to v4 ([#817](https://github.com/googleapis/java-shared-dependencies/issues/817)) ([d2df74f](https://github.com/googleapis/java-shared-dependencies/commit/d2df74f6f456acbcccee7120b0ab164f73b8af93))
* Update dependency pyjwt to v2.5.0 ([#812](https://github.com/googleapis/java-shared-dependencies/issues/812)) ([8439533](https://github.com/googleapis/java-shared-dependencies/commit/843953365e464c72aa62df1a512a0ca6086a1c37))
* Update dependency requests to v2.28.1 ([#813](https://github.com/googleapis/java-shared-dependencies/issues/813)) ([de1d896](https://github.com/googleapis/java-shared-dependencies/commit/de1d896da6d7dcaedb520117d675290826d23505))
* Update dependency typing-extensions to v4.3.0 ([#814](https://github.com/googleapis/java-shared-dependencies/issues/814)) ([eb8b96b](https://github.com/googleapis/java-shared-dependencies/commit/eb8b96b916281aad8f330eb506a7d4be420c4263))
* Update dependency zipp to v3.8.1 ([#815](https://github.com/googleapis/java-shared-dependencies/issues/815)) ([74ee8f7](https://github.com/googleapis/java-shared-dependencies/commit/74ee8f75795091303236322e6c090a6a2b3f30e5))
* Update gax.version to v2.19.2 ([#847](https://github.com/googleapis/java-shared-dependencies/issues/847)) ([63228ac](https://github.com/googleapis/java-shared-dependencies/commit/63228ac05cfa27c6ecfee44eb91a8fabb94c5f59))
* Update google.common-protos.version to v2.9.3 ([#803](https://github.com/googleapis/java-shared-dependencies/issues/803)) ([cdf3fe6](https://github.com/googleapis/java-shared-dependencies/commit/cdf3fe6f7b7abbb9ef0c4a7cd1e4783dbbe0e238))
* Update google.common-protos.version to v2.9.5 ([#831](https://github.com/googleapis/java-shared-dependencies/issues/831)) ([62b5617](https://github.com/googleapis/java-shared-dependencies/commit/62b5617fa7960a1fdbad5743e44f14e2b6014b47))
* Update google.common-protos.version to v2.9.6 ([#844](https://github.com/googleapis/java-shared-dependencies/issues/844)) ([0cd42ae](https://github.com/googleapis/java-shared-dependencies/commit/0cd42aee75de5e3ddcde03165620aebae3ce2df0))
* Update google.core.version to v2.8.13 ([#804](https://github.com/googleapis/java-shared-dependencies/issues/804)) ([d1b585e](https://github.com/googleapis/java-shared-dependencies/commit/d1b585eb836fa55a97ca059426bce15cafcb2b5e))
* Update google.core.version to v2.8.14 ([#805](https://github.com/googleapis/java-shared-dependencies/issues/805)) ([3743485](https://github.com/googleapis/java-shared-dependencies/commit/37434855f0ec5bef09a8e8b0a062aa1df93da102))
* Update google.core.version to v2.8.15 ([#807](https://github.com/googleapis/java-shared-dependencies/issues/807)) ([614586e](https://github.com/googleapis/java-shared-dependencies/commit/614586ed92f203901c80ab5539f5c514bb5fe131))
* Update google.core.version to v2.8.16 ([#810](https://github.com/googleapis/java-shared-dependencies/issues/810)) ([6d04bef](https://github.com/googleapis/java-shared-dependencies/commit/6d04bef8689e87a7505ecb18e556b7d55a05d649))
* Update google.core.version to v2.8.17 ([#835](https://github.com/googleapis/java-shared-dependencies/issues/835)) ([5e84cc5](https://github.com/googleapis/java-shared-dependencies/commit/5e84cc533778443b798550fe9e3cb0888ad9b8ac))
* Update google.core.version to v2.8.18 ([#840](https://github.com/googleapis/java-shared-dependencies/issues/840)) ([203e8b4](https://github.com/googleapis/java-shared-dependencies/commit/203e8b4681186f863bc8d2f7e79c3c0102e592b4))
* Update google.core.version to v2.8.19 ([#841](https://github.com/googleapis/java-shared-dependencies/issues/841)) ([35bf0dc](https://github.com/googleapis/java-shared-dependencies/commit/35bf0dcb1b8e6143fb7750dc3e8eeeb6bfac9a3b))
* Update google.core.version to v2.8.20 ([#848](https://github.com/googleapis/java-shared-dependencies/issues/848)) ([047dc3f](https://github.com/googleapis/java-shared-dependencies/commit/047dc3f6f1b1a0c27079c8bc07046793c96f8dfc))
* Update iam.version to v1.6.1 ([#806](https://github.com/googleapis/java-shared-dependencies/issues/806)) ([b2fc57a](https://github.com/googleapis/java-shared-dependencies/commit/b2fc57a99d63554f456f185c136954c688300ab7))
* Update iam.version to v1.6.2 ([#849](https://github.com/googleapis/java-shared-dependencies/issues/849)) ([1251c42](https://github.com/googleapis/java-shared-dependencies/commit/1251c42fd0e9f31991236a1bfd2ff7010ab22e70))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants