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

When DatastoreImpl.runQuery() gets a 503 it does not retry #244

Closed
simon-temple opened this issue Oct 12, 2015 · 7 comments
Closed

When DatastoreImpl.runQuery() gets a 503 it does not retry #244

simon-temple opened this issue Oct 12, 2015 · 7 comments
Assignees
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@simon-temple
Copy link

I'm getting a "Could not reach service" DatastoreException when retrying would run the query successfully.

com.google.gcloud.datastore.DatastoreException: Could not reach service
    at com.google.gcloud.datastore.DatastoreException$Code.translate(DatastoreException.java:87)
    at com.google.gcloud.datastore.DatastoreException.translateAndThrow(DatastoreException.java:140)
    at com.google.gcloud.datastore.DatastoreException.translateAndThrow(DatastoreException.java:120)
    at com.google.gcloud.datastore.DatastoreImpl.runQuery(DatastoreImpl.java:113)
    at com.google.gcloud.datastore.QueryResultsImpl.sendRequest(QueryResultsImpl.java:66)
    at com.google.gcloud.datastore.QueryResultsImpl.(QueryResultsImpl.java:56)
    at com.google.gcloud.datastore.DatastoreImpl.run(DatastoreImpl.java:102)
    at com.google.gcloud.datastore.DatastoreImpl.run(DatastoreImpl.java:98)
...
@simon-temple
Copy link
Author

Running 0.0.8-SNAPSHOT

@mziccard
Copy link
Contributor

Hi @simon-temple!
I tried to reproduce the error with a test but it seems to me that the request is being retried.
Could you share with us the code you used to create DatastoreService (and its options) and the code that throws the exception? Are you providing some RetryParams to DatastoreOptions, like:

DatastoreOptions options = DatastoreOptions.builder()
  .retryParams(RetryParams.getDefaultInstance())
  .serviceRpcFactory(rpcFactoryMock)
  .build();

@simon-temple
Copy link
Author

Ah! Maybe that's because I did not specify RetryParams... if I don't specify them to the options builder do I get NO_RETRIES as default?

PrivateKey pk = PkiUtils.pkcs8PemDecode( pemPrivateKey );
AuthCredentials credentials = AuthCredentials.createFor( clientId, pk );

options = DatastoreOptions.builder()
            .authCredentials( credentials )
            .build();

Datastore datastore = DatastoreFactory.instance().get( options );

@mziccard
Copy link
Contributor

Yes, if you do not explicitly set retryParams the default behaviour is doing no retries. See here.

But we should document this. Please do not close this issue, I'll close it as soon as we add better javadoc.

@simon-temple
Copy link
Author

Thanks again for your help... I'll start with

RetryParams.getDefaultInstance() 

and see how we get on.

@mziccard
Copy link
Contributor

You're welcome!
You should not have problems with getDefaultInstance but if you need to, you can also build your own retry configuration:

RetryParams.builder()
  .retryMaxAttempts(10)
  .retryMinAttempts(6)
  .maxRetryDelayMillis(30000)
  .totalRetryPeriodMillis(120000)
  .initialRetryDelayMillis(250)
  .build()

@mziccard
Copy link
Contributor

Closed with #246

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
github-actions bot pushed a commit that referenced this issue Jun 23, 2022
🤖 I have created a release *beep* *boop*
---


## [1.2.1](googleapis/java-gkehub@v1.2.0...v1.2.1) (2022-06-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#243](googleapis/java-gkehub#243)) ([f9e9487](googleapis/java-gkehub@f9e9487))

---
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 to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
…manager to v0.118.2-alpha (googleapis#244)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-resourcemanager](https://togithub.com/GoogleCloudPlatform/google-cloud-java) | patch | `0.118.0-alpha` -> `0.118.2-alpha` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-resourcemanager).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
)

* chore: update dependencies for regapic

* add more dependencies and trigger comment

* update goldens

* fix indentation

* remove duplicate gax-httpjson dependency

* remove duplicated dependencies
Source-Link: googleapis/synthtool@fa54eb2
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
github-actions bot pushed a commit that referenced this issue Jun 30, 2022
Source-Link: googleapis/synthtool@7a220e2
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
github-actions bot pushed a commit that referenced this issue Jul 1, 2022
…-info-reports-plugin to v3.1.2 (#244)

[![WhiteSource 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 | `3.1.1` -> `3.1.2` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.1.2/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.1.2/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.1.2/compatibility-slim/3.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.1.2/confidence-slim/3.1.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: 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, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-workflows).
github-actions bot pushed a commit that referenced this issue Jul 1, 2022
Making CLIRR not required. The version bumps are now controlled by the Release Please and OwlBot. The CL authors create appropriate change description to control major version bumps.
github-actions bot pushed a commit that referenced this issue Jul 6, 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 issue Jul 14, 2022
github-actions bot pushed a commit that referenced this issue Jul 18, 2022
…-info-reports-plugin to v3.4.0 (#244)

[![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.3.0` -> `3.4.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/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.0/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.0/compatibility-slim/3.3.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.0/confidence-slim/3.3.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**: 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-binary-authorization).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
github-actions bot pushed a commit that referenced this issue Aug 9, 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 issue Aug 9, 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 issue Sep 15, 2022
…cies to v3.0.2 (#244)

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

---

### Release Notes

<details>
<summary>googleapis/java-shared-dependencies</summary>

### [`v3.0.2`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;302-httpsgithubcomgoogleapisjava-shared-dependenciescomparev301v302-2022-09-08)

[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.1...v3.0.2)

##### Dependencies

-   Update dependency com.fasterxml.jackson:jackson-bom to v2.13.4 ([#&#8203;789](https://togithub.com/googleapis/java-shared-dependencies/issues/789)) ([6cf91a9](https://togithub.com/googleapis/java-shared-dependencies/commit/6cf91a96b9ea6af0fb845b50582dac7aa2892cab))
-   Update dependency com.google.auth:google-auth-library-bom to v1.10.0 ([#&#8203;781](https://togithub.com/googleapis/java-shared-dependencies/issues/781)) ([8859e61](https://togithub.com/googleapis/java-shared-dependencies/commit/8859e61808bfc5cd9546e27e945fc855b36d2554))
-   Update dependency com.google.auth:google-auth-library-bom to v1.11.0 ([#&#8203;790](https://togithub.com/googleapis/java-shared-dependencies/issues/790)) ([3431a47](https://togithub.com/googleapis/java-shared-dependencies/commit/3431a471cbf874a67a4f1a42e31f0ed891dedc92))
-   Update dependency com.google.auth:google-auth-library-bom to v1.9.0 ([#&#8203;773](https://togithub.com/googleapis/java-shared-dependencies/issues/773)) ([27fc79f](https://togithub.com/googleapis/java-shared-dependencies/commit/27fc79f00ee70011df6a368bb8fcfad7f0ce41f0))
-   Update dependency com.google.errorprone:error_prone_annotations to v2.15.0 ([#&#8203;776](https://togithub.com/googleapis/java-shared-dependencies/issues/776)) ([bf333b8](https://togithub.com/googleapis/java-shared-dependencies/commit/bf333b8c88072d21cb959db4d3328bbb55d9ef5c))
-   Update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#&#8203;780](https://togithub.com/googleapis/java-shared-dependencies/issues/780)) ([da7f44d](https://togithub.com/googleapis/java-shared-dependencies/commit/da7f44d71d6d7f372b5313dab68ce220308614d4))
-   Update dependency io.grpc:grpc-bom to v1.48.1 ([#&#8203;768](https://togithub.com/googleapis/java-shared-dependencies/issues/768)) ([5c7768d](https://togithub.com/googleapis/java-shared-dependencies/commit/5c7768d3c9665dd356de6c39c0a6a5fa6e992f2e))
-   Update dependency io.grpc:grpc-bom to v1.49.0 ([#&#8203;786](https://togithub.com/googleapis/java-shared-dependencies/issues/786)) ([8734812](https://togithub.com/googleapis/java-shared-dependencies/commit/8734812f1b4e2faaa48caf41eff59a85892ae344))
-   Update dependency org.checkerframework:checker-qual to v3.24.0 ([#&#8203;775](https://togithub.com/googleapis/java-shared-dependencies/issues/775)) ([df74b7b](https://togithub.com/googleapis/java-shared-dependencies/commit/df74b7b0dd5dd592523f302d9fb36adb5991cb0b))
-   Update dependency org.checkerframework:checker-qual to v3.25.0 ([#&#8203;788](https://togithub.com/googleapis/java-shared-dependencies/issues/788)) ([207035b](https://togithub.com/googleapis/java-shared-dependencies/commit/207035bd04c9305899eea540acbefaf06a7b1ec9))
-   Update dependency org.threeten:threetenbp to v1.6.1 ([#&#8203;782](https://togithub.com/googleapis/java-shared-dependencies/issues/782)) ([0f218ae](https://togithub.com/googleapis/java-shared-dependencies/commit/0f218aeb6aa33cf1da4a8b1d6c82bbf87946dab9))
-   Update gax.version to v2.19.0 ([#&#8203;785](https://togithub.com/googleapis/java-shared-dependencies/issues/785)) ([4448331](https://togithub.com/googleapis/java-shared-dependencies/commit/4448331c4c6d88ea8076260776d1d47d24aa19fa))
-   Update google.core.version to v2.8.10 ([#&#8203;787](https://togithub.com/googleapis/java-shared-dependencies/issues/787)) ([3c344d5](https://togithub.com/googleapis/java-shared-dependencies/commit/3c344d515e3b9215db5a1f8ef550d800d974e558))
-   Update google.core.version to v2.8.7 ([#&#8203;774](https://togithub.com/googleapis/java-shared-dependencies/issues/774)) ([d0cd5e8](https://togithub.com/googleapis/java-shared-dependencies/commit/d0cd5e8f6ca88787fe0dbf7f30c849cb4c4fae5e))
-   Update google.core.version to v2.8.8 ([#&#8203;777](https://togithub.com/googleapis/java-shared-dependencies/issues/777)) ([f00571c](https://togithub.com/googleapis/java-shared-dependencies/commit/f00571cd1e9f1c4e011fba4a1e1674c1d8d60200))
-   Update google.core.version to v2.8.9 ([#&#8203;784](https://togithub.com/googleapis/java-shared-dependencies/issues/784)) ([aa8e505](https://togithub.com/googleapis/java-shared-dependencies/commit/aa8e505dbb1214b2239e55d5ac83b00c167d77e4))

</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-shell).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
github-actions bot pushed a commit that referenced this issue Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


## [2.2.5](googleapis/java-shell@v2.2.4...v2.2.5) (2022-09-09)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#244](googleapis/java-shell#244)) ([0186923](googleapis/java-shell@0186923))

---
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 Sep 30, 2022
🤖 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).
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [0.7.5](https://togithub.com/googleapis/java-dataflow/compare/v0.7.4...v0.7.5) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#243](https://togithub.com/googleapis/java-dataflow/issues/243)) ([4ea79fd](https://togithub.com/googleapis/java-dataflow/commit/4ea79fd29a2363e0bb137395c36dd02461b05943))
* Update dependency certifi to v2022.9.24 ([#222](https://togithub.com/googleapis/java-dataflow/issues/222)) ([d51b257](https://togithub.com/googleapis/java-dataflow/commit/d51b25713473399a74339eb006aa1feb1b141691))
* Update dependency charset-normalizer to v2.1.1 ([#226](https://togithub.com/googleapis/java-dataflow/issues/226)) ([6e8e93f](https://togithub.com/googleapis/java-dataflow/commit/6e8e93f08943db8472ae5f9a098309a09aa29b10))
* Update dependency click to v8.1.3 ([#227](https://togithub.com/googleapis/java-dataflow/issues/227)) ([0bde853](https://togithub.com/googleapis/java-dataflow/commit/0bde853b7cefb88a93f5fa29bd0e8a94b845842f))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#247](https://togithub.com/googleapis/java-dataflow/issues/247)) ([966b409](https://togithub.com/googleapis/java-dataflow/commit/966b4097d95e770f11bda94eba6559754598c301))
* Update dependency gcp-releasetool to v1.8.8 ([#223](https://togithub.com/googleapis/java-dataflow/issues/223)) ([ff93e57](https://togithub.com/googleapis/java-dataflow/commit/ff93e574239430e524658256dd8ad0644537ac08))
* Update dependency google-api-core to v2.10.1 ([#228](https://togithub.com/googleapis/java-dataflow/issues/228)) ([cceed1b](https://togithub.com/googleapis/java-dataflow/commit/cceed1b63fc8132d7e76682f17dcb52ac5c8a13a))
* Update dependency google-auth to v2.12.0 ([#229](https://togithub.com/googleapis/java-dataflow/issues/229)) ([02a3288](https://togithub.com/googleapis/java-dataflow/commit/02a32886bae050784fecb3710765962e645d5b28))
* Update dependency google-cloud-core to v2.3.2 ([#224](https://togithub.com/googleapis/java-dataflow/issues/224)) ([fad3451](https://togithub.com/googleapis/java-dataflow/commit/fad3451e0f7bc59e72f54c4fbeff9a090535e57e))
* Update dependency google-cloud-storage to v2.5.0 ([#230](https://togithub.com/googleapis/java-dataflow/issues/230)) ([47af5e2](https://togithub.com/googleapis/java-dataflow/commit/47af5e275ea6344f286e19f551c82a2b1d4e0432))
* Update dependency googleapis-common-protos to v1.56.4 ([#225](https://togithub.com/googleapis/java-dataflow/issues/225)) ([2526ae6](https://togithub.com/googleapis/java-dataflow/commit/2526ae68bd857ad36c969e3e84b4d68e0ac6951b))
* Update dependency markupsafe to v2.1.1 ([#231](https://togithub.com/googleapis/java-dataflow/issues/231)) ([2103a77](https://togithub.com/googleapis/java-dataflow/commit/2103a77d77fe4580557e545f76aac5705f60fb6b))
* Update dependency protobuf to v3.20.2 ([#232](https://togithub.com/googleapis/java-dataflow/issues/232)) ([b639db2](https://togithub.com/googleapis/java-dataflow/commit/b639db2e7f366060be2c913905dae010ce10b137))
* Update dependency protobuf to v4 ([#244](https://togithub.com/googleapis/java-dataflow/issues/244)) ([c8753cc](https://togithub.com/googleapis/java-dataflow/commit/c8753cc3d166ec245b88eecd7d746063dce29414))
* Update dependency pyjwt to v2.5.0 ([#233](https://togithub.com/googleapis/java-dataflow/issues/233)) ([54eb8f4](https://togithub.com/googleapis/java-dataflow/commit/54eb8f4a19df4299805cfca929234b1bfc3ae247))
* Update dependency requests to v2.28.1 ([#234](https://togithub.com/googleapis/java-dataflow/issues/234)) ([141c98d](https://togithub.com/googleapis/java-dataflow/commit/141c98d1088b034455560565bc707567d5adc6bd))
* Update dependency typing-extensions to v4.3.0 ([#235](https://togithub.com/googleapis/java-dataflow/issues/235)) ([8fbc953](https://togithub.com/googleapis/java-dataflow/commit/8fbc9530a837867928b8ad077dff9503bb8946a1))
* Update dependency zipp to v3.8.1 ([#242](https://togithub.com/googleapis/java-dataflow/issues/242)) ([18dd45a](https://togithub.com/googleapis/java-dataflow/commit/18dd45ad5dd7b2ee5a65ae031be88f663d578b1b))

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


## [1.3.7](https://togithub.com/googleapis/java-eventarc/compare/v1.3.6...v1.3.7) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#255](https://togithub.com/googleapis/java-eventarc/issues/255)) ([58c3fc3](https://togithub.com/googleapis/java-eventarc/commit/58c3fc3df647a7e46950872419ca47f5574a7ffb))
* Update dependency certifi to v2022.9.24 ([#235](https://togithub.com/googleapis/java-eventarc/issues/235)) ([d3bd89b](https://togithub.com/googleapis/java-eventarc/commit/d3bd89b211163c07120399f8dd18ed61bbda1720))
* Update dependency charset-normalizer to v2.1.1 ([#239](https://togithub.com/googleapis/java-eventarc/issues/239)) ([b4f3c24](https://togithub.com/googleapis/java-eventarc/commit/b4f3c245176541eda51ca5e01630189b34db2e00))
* Update dependency click to v8.1.3 ([#240](https://togithub.com/googleapis/java-eventarc/issues/240)) ([72c92e1](https://togithub.com/googleapis/java-eventarc/commit/72c92e1e6dd613b78819e1ae0b00a41b58b60808))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#260](https://togithub.com/googleapis/java-eventarc/issues/260)) ([a8ec65e](https://togithub.com/googleapis/java-eventarc/commit/a8ec65ee199a4696970ea89a77ae4d8ee7698352))
* Update dependency gcp-releasetool to v1.8.8 ([#236](https://togithub.com/googleapis/java-eventarc/issues/236)) ([5a72be2](https://togithub.com/googleapis/java-eventarc/commit/5a72be2b9fba295784d359435828db7093047346))
* Update dependency google-api-core to v2.10.1 ([#241](https://togithub.com/googleapis/java-eventarc/issues/241)) ([a9c5c08](https://togithub.com/googleapis/java-eventarc/commit/a9c5c08a9742cea5f8b76581c1e8e9bf99c2fef3))
* Update dependency google-auth to v2.12.0 ([#242](https://togithub.com/googleapis/java-eventarc/issues/242)) ([88203c3](https://togithub.com/googleapis/java-eventarc/commit/88203c30ca84f93e8800ffefcc2c1934dbec3d1b))
* Update dependency google-cloud-storage to v2.5.0 ([#243](https://togithub.com/googleapis/java-eventarc/issues/243)) ([2c483e5](https://togithub.com/googleapis/java-eventarc/commit/2c483e5f8446ba2e49bf02f0d61f80a6e5f8ca94))
* Update dependency google-crc32c to v1.5.0 ([#244](https://togithub.com/googleapis/java-eventarc/issues/244)) ([8481019](https://togithub.com/googleapis/java-eventarc/commit/8481019c52cdbae17dac5874175570bfbc3ccb7e))
* Update dependency googleapis-common-protos to v1.56.4 ([#238](https://togithub.com/googleapis/java-eventarc/issues/238)) ([9cffa48](https://togithub.com/googleapis/java-eventarc/commit/9cffa4867f665303c05e8b3dcf3b2cb7ea779757))
* Update dependency importlib-metadata to v4.12.0 ([#247](https://togithub.com/googleapis/java-eventarc/issues/247)) ([ddfa72e](https://togithub.com/googleapis/java-eventarc/commit/ddfa72ef2a90606f3bf675f14af820c7b9040862))
* Update dependency jeepney to v0.8.0 ([#248](https://togithub.com/googleapis/java-eventarc/issues/248)) ([7b8105c](https://togithub.com/googleapis/java-eventarc/commit/7b8105cc30442615cc55ab54c9f0b115c7d3da47))
* Update dependency jinja2 to v3.1.2 ([#249](https://togithub.com/googleapis/java-eventarc/issues/249)) ([13fc414](https://togithub.com/googleapis/java-eventarc/commit/13fc414cd663bc0e6854be3a817a58a4b3f42e42))
* Update dependency keyring to v23.9.3 ([#250](https://togithub.com/googleapis/java-eventarc/issues/250)) ([f217294](https://togithub.com/googleapis/java-eventarc/commit/f217294a40b08ae4b81774c2252c70dd1a868965))
* Update dependency markupsafe to v2.1.1 ([#245](https://togithub.com/googleapis/java-eventarc/issues/245)) ([528c832](https://togithub.com/googleapis/java-eventarc/commit/528c832bcf7f2683e7f7888c18e6642fa66a3477))
* Update dependency protobuf to v4 ([#256](https://togithub.com/googleapis/java-eventarc/issues/256)) ([c34fc81](https://togithub.com/googleapis/java-eventarc/commit/c34fc81e3b78342bedf2e9d310693c2d6d8ff6a0))
* Update dependency pyjwt to v2.5.0 ([#251](https://togithub.com/googleapis/java-eventarc/issues/251)) ([e560449](https://togithub.com/googleapis/java-eventarc/commit/e5604495b7de3001169bcd04859c6112cc74b9d3))
* Update dependency requests to v2.28.1 ([#252](https://togithub.com/googleapis/java-eventarc/issues/252)) ([5c9df21](https://togithub.com/googleapis/java-eventarc/commit/5c9df21feabe58b84a9fdc813c2c91f3c2c99d52))
* Update dependency typing-extensions to v4.3.0 ([#253](https://togithub.com/googleapis/java-eventarc/issues/253)) ([09059a4](https://togithub.com/googleapis/java-eventarc/commit/09059a4d0ba7bc3c1a18eefdd1ec19769e46127c))
* Update dependency zipp to v3.8.1 ([#254](https://togithub.com/googleapis/java-eventarc/issues/254)) ([1b5bcbb](https://togithub.com/googleapis/java-eventarc/commit/1b5bcbbcf7e06941c661599e04c6d3c114469ed0))

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


## [1.4.3](https://togithub.com/googleapis/java-network-management/compare/v1.4.2...v1.4.3) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#222](https://togithub.com/googleapis/java-network-management/issues/222)) ([3f60aed](https://togithub.com/googleapis/java-network-management/commit/3f60aed1f824b199aa43f937f5a6e0c299b664cc))
* Update dependency charset-normalizer to v2.1.1 ([#226](https://togithub.com/googleapis/java-network-management/issues/226)) ([27c55b9](https://togithub.com/googleapis/java-network-management/commit/27c55b99e1f146de5426d7c1994535d02cd21807))
* Update dependency click to v8.1.3 ([#227](https://togithub.com/googleapis/java-network-management/issues/227)) ([69722f9](https://togithub.com/googleapis/java-network-management/commit/69722f920f859590a39d888e054c6f9c4b40756a))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#247](https://togithub.com/googleapis/java-network-management/issues/247)) ([a005afb](https://togithub.com/googleapis/java-network-management/commit/a005afbf5bb5950f14840d1d95f9a659dfdee0c3))
* Update dependency gcp-releasetool to v1.8.8 ([#223](https://togithub.com/googleapis/java-network-management/issues/223)) ([13395f6](https://togithub.com/googleapis/java-network-management/commit/13395f6fd613c17b3ae6636a3542b48e61733c0d))
* Update dependency google-api-core to v2.10.1 ([#228](https://togithub.com/googleapis/java-network-management/issues/228)) ([4ececaa](https://togithub.com/googleapis/java-network-management/commit/4ececaa38e8347b336cc3aea57cbb8737de64072))
* Update dependency google-auth to v2.12.0 ([#229](https://togithub.com/googleapis/java-network-management/issues/229)) ([7c1d10c](https://togithub.com/googleapis/java-network-management/commit/7c1d10cda824a09895ad5b2c0742a019079c502e))
* Update dependency google-cloud-core to v2.3.2 ([#224](https://togithub.com/googleapis/java-network-management/issues/224)) ([9f05625](https://togithub.com/googleapis/java-network-management/commit/9f056259951574e7717460722d49c98962e2b3e3))
* Update dependency google-cloud-storage to v2.5.0 ([#230](https://togithub.com/googleapis/java-network-management/issues/230)) ([d786da5](https://togithub.com/googleapis/java-network-management/commit/d786da5fcf116196f3cd1c3bce0fe08ecf383994))
* Update dependency google-crc32c to v1.5.0 ([#231](https://togithub.com/googleapis/java-network-management/issues/231)) ([8bc20af](https://togithub.com/googleapis/java-network-management/commit/8bc20af854a68b562721d31763ba32296f0bd5bf))
* Update dependency googleapis-common-protos to v1.56.4 ([#225](https://togithub.com/googleapis/java-network-management/issues/225)) ([f17cc11](https://togithub.com/googleapis/java-network-management/commit/f17cc11b2b19149a0eb144cc2a7b34c5820e567c))
* Update dependency importlib-metadata to v4.12.0 ([#232](https://togithub.com/googleapis/java-network-management/issues/232)) ([bafdc66](https://togithub.com/googleapis/java-network-management/commit/bafdc66c70c0512c87078e5db995bf22c6b3d6b1))
* Update dependency jeepney to v0.8.0 ([#239](https://togithub.com/googleapis/java-network-management/issues/239)) ([9b998d6](https://togithub.com/googleapis/java-network-management/commit/9b998d670298542f9dbcea3dee2569cdf860d40c))
* Update dependency jinja2 to v3.1.2 ([#240](https://togithub.com/googleapis/java-network-management/issues/240)) ([a1103e7](https://togithub.com/googleapis/java-network-management/commit/a1103e76cf192f06fd715b321ba3ec00149843d3))
* Update dependency keyring to v23.9.3 ([#241](https://togithub.com/googleapis/java-network-management/issues/241)) ([3038ee4](https://togithub.com/googleapis/java-network-management/commit/3038ee4f70eab40cc69e9fe2aa71259522d17e76))
* Update dependency markupsafe to v2.1.1 ([#233](https://togithub.com/googleapis/java-network-management/issues/233)) ([81e1dbe](https://togithub.com/googleapis/java-network-management/commit/81e1dbeae3de1665851f9be5041d1015005cc263))
* Update dependency protobuf to v3.20.2 ([#234](https://togithub.com/googleapis/java-network-management/issues/234)) ([1c96ae3](https://togithub.com/googleapis/java-network-management/commit/1c96ae36c667faff496a082dd0c977e82f869e24))
* Update dependency protobuf to v4 ([#243](https://togithub.com/googleapis/java-network-management/issues/243)) ([1cc80d8](https://togithub.com/googleapis/java-network-management/commit/1cc80d833e5b8ebce88d99dd4200307282aa1201))
* Update dependency pyjwt to v2.5.0 ([#235](https://togithub.com/googleapis/java-network-management/issues/235)) ([7656b1b](https://togithub.com/googleapis/java-network-management/commit/7656b1b8340c062ece7284ca965572c0a62b68ae))
* Update dependency requests to v2.28.1 ([#236](https://togithub.com/googleapis/java-network-management/issues/236)) ([37d3199](https://togithub.com/googleapis/java-network-management/commit/37d3199187d4b627b7664a530bdffe03d9760eb3))
* Update dependency typing-extensions to v4.3.0 ([#237](https://togithub.com/googleapis/java-network-management/issues/237)) ([72ffecc](https://togithub.com/googleapis/java-network-management/commit/72ffecc412c81deb490c9d95a81ad0bd6fe6e081))
* Update dependency zipp to v3.8.1 ([#238](https://togithub.com/googleapis/java-network-management/issues/238)) ([18411c5](https://togithub.com/googleapis/java-network-management/commit/18411c5c61d700f297dc9666b36562e839bb5092))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 477955264

Source-Link: https://togithub.com/googleapis/googleapis/commit/a724450af76d0001f23602684c49cd6a4b3a5654

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4abcbcaec855e74a0b22a4988cf9e0eb61a83094
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9
github-actions bot pushed a commit to yoshi-code-bot/google-cloud-java that referenced this issue Oct 6, 2022
…ect-gateway to v0.4.6 (googleapis#244)

[![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-gke-connect-gateway](https://togithub.com/googleapis/java-gke-connect-gateway) | `0.4.5` -> `0.4.6` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-gke-connect-gateway/0.4.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-gke-connect-gateway/0.4.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-gke-connect-gateway/0.4.6/compatibility-slim/0.4.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-gke-connect-gateway/0.4.6/confidence-slim/0.4.5)](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 these updates 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-gke-connect-gateway).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIxMy4xIn0=-->
github-actions bot pushed a commit that referenced this issue Nov 9, 2022
…onfig to v1.5.4 (#244)

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.4

* 🦉 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants