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

Provide means to wait for an Operation/Job to complete #963

Closed
mziccard opened this issue Apr 27, 2016 · 0 comments · Fixed by #1016
Closed

Provide means to wait for an Operation/Job to complete #963

mziccard opened this issue Apr 27, 2016 · 0 comments · Fixed by #1016
Assignees
Labels
api: bigquery Issues related to the BigQuery API. api: compute Issues related to the Compute Engine API.

Comments

@mziccard
Copy link
Contributor

To wait for a Compute operation or a BigQuery job users can now do:

while (!operation.isDone()) {
  Thread.sleap(1000);
}
// User operation

We could provide a better way to wait for completion, as, for instance:

operation.whenDone(new OperationCallback() {
  public void onSuccess(Operation operation) {
    // operation succeeded
    // if operation == null => operation no longer exists
  }

  public void onFailure(List<OperationError> errors) {
    // handle operation failure
  }
});
@mziccard mziccard added api: bigquery Issues related to the BigQuery API. api: compute Issues related to the Compute Engine API. labels Apr 27, 2016
github-actions bot pushed a commit that referenced this issue Jul 28, 2022
…963)

[![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:google-cloud-core](https://togithub.com/googleapis/java-core) | `2.8.1` -> `2.8.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.3/compatibility-slim/2.8.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.3/confidence-slim/2.8.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-core</summary>

### [`v2.8.3`](https://togithub.com/googleapis/java-core/blob/HEAD/CHANGELOG.md#&#8203;283-httpsgithubcomgoogleapisjava-corecomparev282v283-2022-07-26)

[Compare Source](https://togithub.com/googleapis/java-core/compare/v2.8.1...v2.8.3)

##### Dependencies

-   update dependency com.google.api-client:google-api-client-bom to v2 ([#&#8203;868](https://togithub.com/googleapis/java-core/issues/868)) ([e117c40](https://togithub.com/googleapis/java-core/commit/e117c40f31acf16a45bdbeeb727ba26d80eb6a51))
-   update dependency com.google.api:gax-bom to v2.18.4 ([#&#8203;864](https://togithub.com/googleapis/java-core/issues/864)) ([bd40b1d](https://togithub.com/googleapis/java-core/commit/bd40b1d1b36cdcfa833047609e2488594b112be1))
-   update dependency com.google.api:gax-bom to v2.18.5 ([#&#8203;876](https://togithub.com/googleapis/java-core/issues/876)) ([d8dc7fb](https://togithub.com/googleapis/java-core/commit/d8dc7fbdb0d65e493ca4154658c63e80d89ab600))
-   update dependency com.google.api.grpc:proto-google-common-protos to v2.9.2 ([#&#8203;870](https://togithub.com/googleapis/java-core/issues/870)) ([7e961e9](https://togithub.com/googleapis/java-core/commit/7e961e945d5e049a1a1bb2592e9c155b5937e33b))
-   update dependency com.google.api.grpc:proto-google-iam-v1 to v1.5.2 ([#&#8203;865](https://togithub.com/googleapis/java-core/issues/865)) ([fe7b974](https://togithub.com/googleapis/java-core/commit/fe7b974a0eae82711ca96edf412944309d5d6202))
-   update dependency com.google.auth:google-auth-library-bom to v1.8.1 ([#&#8203;856](https://togithub.com/googleapis/java-core/issues/856)) ([92df5d3](https://togithub.com/googleapis/java-core/commit/92df5d3c248214970d38432e8c264d151298d1e6))
-   update dependency com.google.http-client:google-http-client-bom to v1.42.2 ([#&#8203;871](https://togithub.com/googleapis/java-core/issues/871)) ([1972e8e](https://togithub.com/googleapis/java-core/commit/1972e8e45e11597e56609aa5fcd44e61958d5857))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.3 ([#&#8203;874](https://togithub.com/googleapis/java-core/issues/874)) ([1e18977](https://togithub.com/googleapis/java-core/commit/1e18977820ac766157156fb6246bd318d207971c))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.4 ([#&#8203;877](https://togithub.com/googleapis/java-core/issues/877)) ([d12fb5e](https://togithub.com/googleapis/java-core/commit/d12fb5e4eb8aa42015df84abf31f56408c8b64d8))
-   update dependency io.grpc:grpc-bom to v1.48.0 ([#&#8203;873](https://togithub.com/googleapis/java-core/issues/873)) ([a45b075](https://togithub.com/googleapis/java-core/commit/a45b075e414049550c51ff0097337e45128fc499))

</details>

---

### 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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **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.

---

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-dialogflow).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
github-actions bot pushed a commit that referenced this issue Jul 28, 2022
🤖 I have created a release *beep* *boop*
---


## [4.7.3](googleapis/java-dialogflow@v4.7.2...v4.7.3) (2022-07-27)


### Dependencies

* update dependency com.google.cloud:google-cloud-core to v2.8.3 ([#963](googleapis/java-dialogflow#963)) ([ba1e757](googleapis/java-dialogflow@ba1e757))

---
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 issue Aug 9, 2022
…1.2 (#963)

[![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:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.11.1` -> `2.11.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.11.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.11.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.11.2/compatibility-slim/2.11.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.11.2/confidence-slim/2.11.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-storage</summary>

### [`v2.11.2`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#&#8203;2112-httpsgithubcomgoogleapisjava-storagecomparev2111v2112-2022-08-04)

[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.11.1...v2.11.2)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-pubsub to v1.120.10 ([#&#8203;1543](https://togithub.com/googleapis/java-storage/issues/1543)) ([8ff1dff](https://togithub.com/googleapis/java-storage/commit/8ff1dffb07141411daaf49ac9af570a1654eb2da))

</details>

---

### 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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **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.

---

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-vision).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE0My4xIn0=-->
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


## [3.1.0](googleapis/java-vision@v3.0.2...v3.1.0) (2022-08-09)


### Features

* Add TextDetectionParams.advanced_ocr_options ([#962](googleapis/java-vision#962)) ([178e4a4](googleapis/java-vision@178e4a4))


### Dependencies

* update dependency com.google.cloud:google-cloud-core to v2.8.6 ([#955](googleapis/java-vision#955)) ([c4fdb49](googleapis/java-vision@c4fdb49))
* update dependency com.google.cloud:google-cloud-core to v2.8.7 ([#958](googleapis/java-vision#958)) ([0a11239](googleapis/java-vision@0a11239))
* update dependency com.google.cloud:google-cloud-core to v2.8.8 ([#960](googleapis/java-vision#960)) ([8d62c20](googleapis/java-vision@8d62c20))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#952](googleapis/java-vision#952)) ([3400667](googleapis/java-vision@3400667))
* update dependency com.google.cloud:google-cloud-storage to v2.10.0 ([#956](googleapis/java-vision#956)) ([89b114c](googleapis/java-vision@89b114c))
* update dependency com.google.cloud:google-cloud-storage to v2.11.0 ([#959](googleapis/java-vision#959)) ([3885ac8](googleapis/java-vision@3885ac8))
* update dependency com.google.cloud:google-cloud-storage to v2.11.1 ([#961](googleapis/java-vision#961)) ([99996d4](googleapis/java-vision@99996d4))
* update dependency com.google.cloud:google-cloud-storage to v2.11.2 ([#963](googleapis/java-vision#963)) ([1f7e3ba](googleapis/java-vision@1f7e3ba))
* update spring.version to v2.7.2 ([#951](googleapis/java-vision#951)) ([8e4c6ab](googleapis/java-vision@8e4c6ab))

---
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 issue Aug 16, 2022
…-info-reports-plugin to v3.4.1 (#963)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) | `3.4.0` -> `3.4.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/compatibility-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/confidence-slim/3.4.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-video-intelligence).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjAuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE2MC4xIn0=-->
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.8](https://togithub.com/googleapis/java-containeranalysis/compare/v2.4.7...v2.4.8) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#963](https://togithub.com/googleapis/java-containeranalysis/issues/963)) ([f8084b8](https://togithub.com/googleapis/java-containeranalysis/commit/f8084b8ca525fdb265e997894465e4e3a784bd68))
* Update dependency certifi to v2022.9.24 ([#947](https://togithub.com/googleapis/java-containeranalysis/issues/947)) ([2a0becd](https://togithub.com/googleapis/java-containeranalysis/commit/2a0becd99be8825e299a44d4d2946f9c4587aeea))
* Update dependency charset-normalizer to v2.1.1 ([#952](https://togithub.com/googleapis/java-containeranalysis/issues/952)) ([4ac4198](https://togithub.com/googleapis/java-containeranalysis/commit/4ac4198b02c38816cc5279203370e9bcf10ca320))
* Update dependency click to v8.1.3 ([#953](https://togithub.com/googleapis/java-containeranalysis/issues/953)) ([7f2cd56](https://togithub.com/googleapis/java-containeranalysis/commit/7f2cd5655f49d6d2db4519b9096d2800d76eb58a))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#967](https://togithub.com/googleapis/java-containeranalysis/issues/967)) ([44d2acd](https://togithub.com/googleapis/java-containeranalysis/commit/44d2acd1775a20bb678312c063b6edf914dbbc00))
* Update dependency gcp-releasetool to v1.8.8 ([#948](https://togithub.com/googleapis/java-containeranalysis/issues/948)) ([932e614](https://togithub.com/googleapis/java-containeranalysis/commit/932e61468598c1b521806bdd85492aa79c3a5037))
* Update dependency google-api-core to v2.10.1 ([#954](https://togithub.com/googleapis/java-containeranalysis/issues/954)) ([4e0b27c](https://togithub.com/googleapis/java-containeranalysis/commit/4e0b27c3e94b142658a7042b5b66eb85cf07339b))
* Update dependency google-auth to v2.11.1 ([#949](https://togithub.com/googleapis/java-containeranalysis/issues/949)) ([3436e5c](https://togithub.com/googleapis/java-containeranalysis/commit/3436e5c480fd441d9d6544e33f776fa039f5ee7b))
* Update dependency google-cloud-core to v2.3.2 ([#950](https://togithub.com/googleapis/java-containeranalysis/issues/950)) ([cf1a882](https://togithub.com/googleapis/java-containeranalysis/commit/cf1a8823d431d5dfe0a373ee4e9fe25c255e720d))
* Update dependency google-cloud-storage to v2.5.0 ([#955](https://togithub.com/googleapis/java-containeranalysis/issues/955)) ([ff75df9](https://togithub.com/googleapis/java-containeranalysis/commit/ff75df994404a2fc67cac7680d9f7c27c4a53b3f))
* Update dependency google-crc32c to v1.5.0 ([#956](https://togithub.com/googleapis/java-containeranalysis/issues/956)) ([e5d6c21](https://togithub.com/googleapis/java-containeranalysis/commit/e5d6c21d66d4ab2395f27825c19a5b6b6c404baa))
* Update dependency googleapis-common-protos to v1.56.4 ([#951](https://togithub.com/googleapis/java-containeranalysis/issues/951)) ([c0a937f](https://togithub.com/googleapis/java-containeranalysis/commit/c0a937f7dfe786a226361a2a5a7f32a04164c5b6))
* Update dependency markupsafe to v2.1.1 ([#957](https://togithub.com/googleapis/java-containeranalysis/issues/957)) ([8ca520d](https://togithub.com/googleapis/java-containeranalysis/commit/8ca520decf514a494e27cd5b98e2fb427b110c19))
* Update dependency protobuf to v3.20.2 ([#958](https://togithub.com/googleapis/java-containeranalysis/issues/958)) ([e9a5588](https://togithub.com/googleapis/java-containeranalysis/commit/e9a5588dc5bed8d22a2d9b5790005726ca4609f8))
* Update dependency protobuf to v4 ([#964](https://togithub.com/googleapis/java-containeranalysis/issues/964)) ([94ee22e](https://togithub.com/googleapis/java-containeranalysis/commit/94ee22e5cc71f82ffb6f36ba717a6302a725de02))
* Update dependency requests to v2.28.1 ([#960](https://togithub.com/googleapis/java-containeranalysis/issues/960)) ([cb05cff](https://togithub.com/googleapis/java-containeranalysis/commit/cb05cffbe25c60c6f30d46511307031f4cfdc413))
* Update dependency typing-extensions to v4.3.0 ([#961](https://togithub.com/googleapis/java-containeranalysis/issues/961)) ([cf68902](https://togithub.com/googleapis/java-containeranalysis/commit/cf68902904d7a42f8b7d401c2dcf1f357b64bf6c))
* Update dependency zipp to v3.8.1 ([#962](https://togithub.com/googleapis/java-containeranalysis/issues/962)) ([e71d9d1](https://togithub.com/googleapis/java-containeranalysis/commit/e71d9d17af2e6d524029c6490ad4a75efcfbb4f5))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this issue Feb 1, 2023
…s to v2.9.5 (#963)

[![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.api.grpc:proto-google-common-protos](https://togithub.com/googleapis/java-iam/proto-google-common-protos) ([source](https://togithub.com/googleapis/java-common-protos)) | `2.9.4` -> `2.9.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-common-protos/2.9.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-common-protos/2.9.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-common-protos/2.9.5/compatibility-slim/2.9.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-common-protos/2.9.5/confidence-slim/2.9.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-common-protos</summary>

### [`v2.9.5`](https://togithub.com/googleapis/java-common-protos/blob/HEAD/CHANGELOG.md#&#8203;295-httpsgithubcomgoogleapisjava-common-protoscomparev294v295-2022-09-30)

##### Dependencies

-   Update dependency cachetools to v5 ([#&#8203;439](https://togithub.com/googleapis/java-common-protos/issues/439)) ([d06e7f3](https://togithub.com/googleapis/java-common-protos/commit/d06e7f32a38d8cc6bf53da73d3a2516502525afb))
-   Update dependency click to v8.1.3 ([#&#8203;425](https://togithub.com/googleapis/java-common-protos/issues/425)) ([52e0472](https://togithub.com/googleapis/java-common-protos/commit/52e0472c4040b8e7be4f5c6f08f9cd93a86a69f6))
-   Update dependency com.google.protobuf:protobuf-bom to v3.21.7 ([#&#8203;444](https://togithub.com/googleapis/java-common-protos/issues/444)) ([bd3cc8e](https://togithub.com/googleapis/java-common-protos/commit/bd3cc8e46144d0e6d3fab60d9c0250749b81e5e9))
-   Update dependency com.google.protobuf:protobuf-java to v3.21.7 ([#&#8203;445](https://togithub.com/googleapis/java-common-protos/issues/445)) ([b649c95](https://togithub.com/googleapis/java-common-protos/commit/b649c95a455763bb71569cc111dbee842e39caae))
-   Update dependency gcp-releasetool to v1.8.8 ([#&#8203;423](https://togithub.com/googleapis/java-common-protos/issues/423)) ([48f448f](https://togithub.com/googleapis/java-common-protos/commit/48f448f711e3079339576d0b4b7940ae41bd6662))
-   Update dependency google-api-core to v2.10.1 ([#&#8203;426](https://togithub.com/googleapis/java-common-protos/issues/426)) ([ba6479a](https://togithub.com/googleapis/java-common-protos/commit/ba6479a7bfb37cfa11035ed904ed70b80b4555cb))
-   Update dependency google-auth to v2.12.0 ([#&#8203;427](https://togithub.com/googleapis/java-common-protos/issues/427)) ([db61fd7](https://togithub.com/googleapis/java-common-protos/commit/db61fd720ee9ac4aa27348344d6331bfb36259d6))
-   Update dependency google-cloud-core to v2.3.2 ([#&#8203;424](https://togithub.com/googleapis/java-common-protos/issues/424)) ([67c3c5b](https://togithub.com/googleapis/java-common-protos/commit/67c3c5bab83a33bfc5bf2f5918141389788eadbc))
-   Update dependency google-cloud-storage to v2.5.0 ([#&#8203;428](https://togithub.com/googleapis/java-common-protos/issues/428)) ([c84f880](https://togithub.com/googleapis/java-common-protos/commit/c84f8809a856854dcc21db3a16e4dea13b8ce51e))
-   Update dependency google-crc32c to v1.5.0 ([#&#8203;429](https://togithub.com/googleapis/java-common-protos/issues/429)) ([f296a84](https://togithub.com/googleapis/java-common-protos/commit/f296a8456f09606f1889bfd50f332b6149712058))
-   Update dependency importlib-metadata to v4.12.0 ([#&#8203;430](https://togithub.com/googleapis/java-common-protos/issues/430)) ([3065768](https://togithub.com/googleapis/java-common-protos/commit/3065768cd1b045f69a188eaa3fb2124a570a6872))
-   Update dependency jeepney to v0.8.0 ([#&#8203;431](https://togithub.com/googleapis/java-common-protos/issues/431)) ([05adbf4](https://togithub.com/googleapis/java-common-protos/commit/05adbf42df18e6dacd19bc4f2f375a83f5aa9507))
-   Update dependency jinja2 to v3.1.2 ([#&#8203;432](https://togithub.com/googleapis/java-common-protos/issues/432)) ([d04dedd](https://togithub.com/googleapis/java-common-protos/commit/d04dedd8b5f185ad59d2fccad28510e9c9bd1d1a))
-   Update dependency keyring to v23.9.3 ([#&#8203;442](https://togithub.com/googleapis/java-common-protos/issues/442)) ([8fe91e7](https://togithub.com/googleapis/java-common-protos/commit/8fe91e7c0a8c5d24e79c11ab997c01915690ba15))
-   Update dependency markupsafe to v2.1.1 ([#&#8203;433](https://togithub.com/googleapis/java-common-protos/issues/433)) ([ac10325](https://togithub.com/googleapis/java-common-protos/commit/ac10325a3ef909d8c60f185c5b327894995ab23e))
-   Update dependency protobuf to v3.20.2 ([#&#8203;434](https://togithub.com/googleapis/java-common-protos/issues/434)) ([2ee3681](https://togithub.com/googleapis/java-common-protos/commit/2ee3681fef9bf7e1d6fce2fe6112d16a8780bb97))
-   Update dependency protobuf to v4 ([#&#8203;440](https://togithub.com/googleapis/java-common-protos/issues/440)) ([8a5b536](https://togithub.com/googleapis/java-common-protos/commit/8a5b53679997ec03c0f9696dbed290a36f7a2200))
-   Update dependency pyjwt to v2.5.0 ([#&#8203;435](https://togithub.com/googleapis/java-common-protos/issues/435)) ([a1428ad](https://togithub.com/googleapis/java-common-protos/commit/a1428ad3bcc985646101b5593e08f1c633338c0d))
-   Update dependency requests to v2.28.1 ([#&#8203;436](https://togithub.com/googleapis/java-common-protos/issues/436)) ([05f5abf](https://togithub.com/googleapis/java-common-protos/commit/05f5abfc0f8746546ffef4cb1d008b32ad09c612))
-   Update dependency typing-extensions to v4.3.0 ([#&#8203;437](https://togithub.com/googleapis/java-common-protos/issues/437)) ([8980eb2](https://togithub.com/googleapis/java-common-protos/commit/8980eb2056c7472a7ca9afb6d2ecb8fa77b8b493))
-   Update dependency zipp to v3.8.1 ([#&#8203;438](https://togithub.com/googleapis/java-common-protos/issues/438)) ([a5e5fbc](https://togithub.com/googleapis/java-common-protos/commit/a5e5fbcde2252aa5a694e880387bc65171ac4070))

</details>

---

### 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**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **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.

---

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-core).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
suztomo pushed a commit that referenced this issue Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [2.8.19](https://togithub.com/googleapis/java-core/compare/v2.8.18...v2.8.19) (2022-09-30)


### Dependencies

* Update dependency com.google.api.grpc:proto-google-common-protos to v2.9.5 ([#963](https://togithub.com/googleapis/java-core/issues/963)) ([671642c](https://togithub.com/googleapis/java-core/commit/671642c095bc2a1c84fcc210e5f2bbc0f9ced3ea))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this issue Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.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
api: bigquery Issues related to the BigQuery API. api: compute Issues related to the Compute Engine API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant