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

storage: read blob in chunk will get exception when reach the end the blob #723

Closed
sudison opened this issue Mar 7, 2016 · 7 comments
Closed
Assignees

Comments

@sudison
Copy link

sudison commented Mar 7, 2016

Following code is used to read blob chunk by chunk:

try (ReadChannel reader = blob.reader()) {
  WritableByteChannel channel = Channels.newChannel(outputStream);
  ByteBuffer bytes = ByteBuffer.allocate(64 * 1024);
  while (reader.read(bytes) > 0) {
    bytes.flip();
    channel.write(bytes);
    bytes.clear();
  }
}

reader.read() will throw exception:

com.google.gcloud.storage.StorageException: java.lang.NullPointerException

at com.google.gcloud.storage.StorageException.translateAndThrow(StorageException.java:74)
at com.google.gcloud.storage.BlobReadChannel.read(BlobReadChannel.java:159)

The root cause is, reader is blindly reading chunks from cloud storage, if it reaches beyond the end of the blob, then cloud storage will throw an error: 416 Requested range not satisfiable.

@mziccard
Copy link
Contributor

mziccard commented Mar 7, 2016

Hey @sudison thanks for the report. Unfortunately I did not manage to reproduce the error. Which version of gcloud-java are you using? How big is the blob you are trying to read?

Thanks

@sudison
Copy link
Author

sudison commented Mar 7, 2016

blob size is 2 x 1024 x 1024, gcloud version is 0.1.4

@aozarov
Copy link
Contributor

aozarov commented Mar 7, 2016

@sudison Thanks, I can reproduce that and will fix that together with #720

aozarov added a commit to aozarov/gcloud-java that referenced this issue Mar 8, 2016
@aozarov
Copy link
Contributor

aozarov commented Mar 8, 2016

#725 should fix both issues (waiting for a reviewer before it can get merged).

@mziccard
Copy link
Contributor

mziccard commented Mar 8, 2016

@sudison We just merged #725 so this should be fixed in master now. We will release a new version of gcloud-java soon to make this fix available through in maven. I'll write here as soon as we release the new artifact.

@mziccard mziccard closed this as completed Mar 8, 2016
@sudison
Copy link
Author

sudison commented Mar 8, 2016

Thanks for the quick fixes. Tested locally, it works.

@mziccard
Copy link
Contributor

mziccard commented Mar 8, 2016

@sudison Thanks to you for reporting the issues! Version 0.1.5 is out now and includes the fixes!

github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-java](https://togithub.com/actions/setup-java) | action | major | `v1` -> `v3` |
| [actions/setup-java](https://togithub.com/actions/setup-java) | action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>actions/setup-java</summary>

### [`v3`](https://togithub.com/actions/setup-java/compare/v2...v3)

[Compare Source](https://togithub.com/actions/setup-java/compare/v2...v3)

### [`v2`](https://togithub.com/actions/setup-java/compare/v1...v2)

[Compare Source](https://togithub.com/actions/setup-java/compare/v1...v2)

</details>

---

### Configuration

📅 **Schedule**: 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.

---

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
🤖 I have created a release *beep* *boop*
---


### [1.2.4](googleapis/java-resourcemanager@v1.2.3...v1.2.4) (2022-02-28)


### Dependencies

* update actions/setup-java action to v3 ([googleapis#723](googleapis/java-resourcemanager#723)) ([b89f6b5](googleapis/java-resourcemanager@b89f6b5))

---
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
…udgets to v2.2.1 (googleapis#723)

[![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-billingbudgets](https://togithub.com/googleapis/java-billingbudgets) | `2.2.0` -> `2.2.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-billingbudgets/2.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-billingbudgets/2.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-billingbudgets/2.2.1/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-billingbudgets/2.2.1/confidence-slim/2.2.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 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-billingbudgets).
github-actions bot pushed a commit that referenced this issue Jul 20, 2022
…plugin to v3 (#723)

[![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-deploy-plugin](https://maven.apache.org/plugins/) ([source](https://togithub.com/apache/maven-deploy-plugin)) | `2.8.2` -> `3.0.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/compatibility-slim/2.8.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-deploy-plugin/3.0.0/confidence-slim/2.8.2)](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-texttospeech).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
github-actions bot pushed a commit that referenced this issue Jul 27, 2022
…21.4 (#723)

[![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.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.21.3` -> `3.21.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.4/compatibility-slim/3.21.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.4/confidence-slim/3.21.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf</summary>

### [`v3.21.4`](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.3...v3.21.4)

[Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.21.3...v3.21.4)

</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-bigqueryconnection).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
github-actions bot pushed a commit that referenced this issue Jul 28, 2022
…9.0 (#723)

[![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.junit.vintage:junit-vintage-engine](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | `5.8.2` -> `5.9.0` | [![age](https://badges.renovateapi.com/packages/maven/org.junit.vintage:junit-vintage-engine/5.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.junit.vintage:junit-vintage-engine/5.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.junit.vintage:junit-vintage-engine/5.9.0/compatibility-slim/5.8.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.junit.vintage:junit-vintage-engine/5.9.0/confidence-slim/5.8.2)](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-tasks).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy40In0=-->
github-actions bot pushed a commit that referenced this issue Jul 28, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.3](googleapis/java-tasks@v2.3.2...v2.3.3) (2022-07-27)


### Dependencies

* update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#723](googleapis/java-tasks#723)) ([c0f1138](googleapis/java-tasks@c0f1138))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gcf-owl-bot bot added a commit that referenced this issue Aug 4, 2022
Source-Link: googleapis/googleapis@60a0fa7

Source-Link: googleapis/googleapis-gen@ba1df1b
Copy-Tag: eyJwIjoiamF2YS1jb21wdXRlLy5Pd2xCb3QueWFtbCIsImgiOiJiYTFkZjFiZTkzZjVhMWFhNWM2NDdmYzJmMTk1ZDQxYjAwNzVhYTkzIn0=
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
…onfig to v1.5.3 (#723)

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

---

### Release Notes

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

### [`v1.5.3`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;153-httpsgithubcomgoogleapisjava-shared-configcomparev152v153-2022-07-27)

[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.5.2...v1.5.3)

##### Dependencies

-   update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#&#8203;497](https://togithub.com/googleapis/java-shared-config/issues/497)) ([1fc6ab4](https://togithub.com/googleapis/java-shared-config/commit/1fc6ab445624cd4f9c8b161d109f346a9e5ed09a))
-   Update doclet to latest version 1.6.0 ([38fb7c3](https://togithub.com/googleapis/java-shared-config/commit/38fb7c3957fb6c9b2da10f9e463cc93a8b80a3a4))

### [`v1.5.2`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;152-httpsgithubcomgoogleapisjava-shared-configcomparev151v152-2022-07-25)

[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.5.1...v1.5.2)

##### Dependencies

-   update dependency com.puppycrawl.tools:checkstyle to v10 ([#&#8203;435](https://togithub.com/googleapis/java-shared-config/issues/435)) ([bfc8ce1](https://togithub.com/googleapis/java-shared-config/commit/bfc8ce1deca6292147d002d3afe22a09840aa5d6))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#&#8203;488](https://togithub.com/googleapis/java-shared-config/issues/488)) ([39b91ee](https://togithub.com/googleapis/java-shared-config/commit/39b91ee1283f0a5fbbe63e8bfd1ec97ab4ab377e))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#&#8203;489](https://togithub.com/googleapis/java-shared-config/issues/489)) ([cc3bcfa](https://togithub.com/googleapis/java-shared-config/commit/cc3bcfa2d6717441a8d5b5048fa78c2cf7aabf2b))

</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-websecurityscanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
- [ ] Regenerate this pull request now.

Source-Link: googleapis/googleapis@60a0fa7

Source-Link: googleapis/googleapis-gen@ba1df1b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmExZGYxYmU5M2Y1YTFhYTVjNjQ3ZmMyZjE5NWQ0MWIwMDc1YWE5MyJ9
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


## [2.5.0](googleapis/java-bigqueryconnection@v2.4.1...v2.5.0) (2022-08-09)


### Features

* Add service_account_id output field to CloudSQL properties ([#724](googleapis/java-bigqueryconnection#724)) ([e648ac4](googleapis/java-bigqueryconnection@e648ac4))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#725](googleapis/java-bigqueryconnection#725)) ([16ac3d3](googleapis/java-bigqueryconnection@16ac3d3))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.1 ([#728](googleapis/java-bigqueryconnection#728)) ([0427f34](googleapis/java-bigqueryconnection@0427f34))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.3 ([#722](googleapis/java-bigqueryconnection#722)) ([bee54b7](googleapis/java-bigqueryconnection@bee54b7))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.4 ([#723](googleapis/java-bigqueryconnection#723)) ([0df1911](googleapis/java-bigqueryconnection@0df1911))

---
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 10, 2022
🤖 I have created a release *beep* *boop*
---


## [1.12.0](googleapis/java-compute@v1.11.0...v1.12.0) (2022-08-05)


### Features

* Update Compute Engine API to revision 20220720 ([#723](googleapis/java-compute#723)) ([#713](googleapis/java-compute#713)) ([6367795](googleapis/java-compute@6367795))


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-compute/issues/1485)) ([#706](googleapis/java-compute#706)) ([a37b470](googleapis/java-compute@a37b470))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#711](googleapis/java-compute#711)) ([ed55537](googleapis/java-compute@ed55537))

---
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
…ator_java versions (#723)

- [ ] 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 issue Sep 15, 2022
…ator_java versions (#723)

- [ ] 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 issue Sep 15, 2022
…1575) (#723)

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 issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.5](https://togithub.com/googleapis/java-bigqueryreservation/compare/v2.4.4...v2.4.5) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#741](https://togithub.com/googleapis/java-bigqueryreservation/issues/741)) ([1debf99](https://togithub.com/googleapis/java-bigqueryreservation/commit/1debf993bba11a6cddb2e8d40d9df6b8551ec1f1))
* Update dependency certifi to v2022.9.24 ([#720](https://togithub.com/googleapis/java-bigqueryreservation/issues/720)) ([4d071ce](https://togithub.com/googleapis/java-bigqueryreservation/commit/4d071ced03689df379ff02c7d3f4a31715670268))
* Update dependency charset-normalizer to v2.1.1 ([#724](https://togithub.com/googleapis/java-bigqueryreservation/issues/724)) ([6d25d08](https://togithub.com/googleapis/java-bigqueryreservation/commit/6d25d085ba4c7a602492d3db1d967db6e35c2f65))
* Update dependency click to v8.1.3 ([#725](https://togithub.com/googleapis/java-bigqueryreservation/issues/725)) ([737be00](https://togithub.com/googleapis/java-bigqueryreservation/commit/737be00b716b190ce3df7a255751ae9ea47744dd))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#745](https://togithub.com/googleapis/java-bigqueryreservation/issues/745)) ([6abed9f](https://togithub.com/googleapis/java-bigqueryreservation/commit/6abed9f128902a6e0011db6a9adf436d143549e5))
* Update dependency gcp-releasetool to v1.8.8 ([#721](https://togithub.com/googleapis/java-bigqueryreservation/issues/721)) ([d1bceed](https://togithub.com/googleapis/java-bigqueryreservation/commit/d1bceedcd66230f5024a28aefeb7a5a726e2ca7c))
* Update dependency google-api-core to v2.10.1 ([#726](https://togithub.com/googleapis/java-bigqueryreservation/issues/726)) ([ffdb83f](https://togithub.com/googleapis/java-bigqueryreservation/commit/ffdb83f9bd65a06f081e4d286aabeaeb6ae91657))
* Update dependency google-auth to v2.12.0 ([#727](https://togithub.com/googleapis/java-bigqueryreservation/issues/727)) ([14938e7](https://togithub.com/googleapis/java-bigqueryreservation/commit/14938e7719d877b6bb510b73380f2d5781948fe6))
* Update dependency google-cloud-core to v2.3.2 ([#722](https://togithub.com/googleapis/java-bigqueryreservation/issues/722)) ([f2b8e24](https://togithub.com/googleapis/java-bigqueryreservation/commit/f2b8e24a8d852df15df8d51898070aa1fcca7351))
* Update dependency google-cloud-storage to v2.5.0 ([#728](https://togithub.com/googleapis/java-bigqueryreservation/issues/728)) ([2929a3a](https://togithub.com/googleapis/java-bigqueryreservation/commit/2929a3a8cee4957f548750eae8d6d7b45e3eb525))
* Update dependency google-crc32c to v1.5.0 ([#729](https://togithub.com/googleapis/java-bigqueryreservation/issues/729)) ([ba4ea5b](https://togithub.com/googleapis/java-bigqueryreservation/commit/ba4ea5b6823ff041bf9d35e6c70f1eb689bd61ad))
* Update dependency googleapis-common-protos to v1.56.4 ([#723](https://togithub.com/googleapis/java-bigqueryreservation/issues/723)) ([08f6a0e](https://togithub.com/googleapis/java-bigqueryreservation/commit/08f6a0e366d8b9f4eecc70343373faae679bc790))
* Update dependency importlib-metadata to v4.12.0 ([#730](https://togithub.com/googleapis/java-bigqueryreservation/issues/730)) ([8c76d37](https://togithub.com/googleapis/java-bigqueryreservation/commit/8c76d3769de6b6f50101685836db08e32b08357d))
* Update dependency jeepney to v0.8.0 ([#731](https://togithub.com/googleapis/java-bigqueryreservation/issues/731)) ([c44516d](https://togithub.com/googleapis/java-bigqueryreservation/commit/c44516d27b5cdf7199cb3c69068689bf7f98f1de))
* Update dependency jinja2 to v3.1.2 ([#732](https://togithub.com/googleapis/java-bigqueryreservation/issues/732)) ([3723078](https://togithub.com/googleapis/java-bigqueryreservation/commit/37230783b12e600cee90372bbae9ba00d382eb98))
* Update dependency keyring to v23.9.3 ([#733](https://togithub.com/googleapis/java-bigqueryreservation/issues/733)) ([70333a6](https://togithub.com/googleapis/java-bigqueryreservation/commit/70333a663a5112662bbaa63618ad97c3f4561f9c))
* Update dependency markupsafe to v2.1.1 ([#735](https://togithub.com/googleapis/java-bigqueryreservation/issues/735)) ([0b70a40](https://togithub.com/googleapis/java-bigqueryreservation/commit/0b70a401c5a5144713fee932719aa4622d3703ac))
* Update dependency requests to v2.28.1 ([#738](https://togithub.com/googleapis/java-bigqueryreservation/issues/738)) ([708af55](https://togithub.com/googleapis/java-bigqueryreservation/commit/708af5554ca9d9432f7f268ef35bfdf82e5ef2b5))
* Update dependency zipp to v3.8.1 ([#740](https://togithub.com/googleapis/java-bigqueryreservation/issues/740)) ([a6b4dcc](https://togithub.com/googleapis/java-bigqueryreservation/commit/a6b4dcc8205d4488e70fc0deded16f0ca704e81a))

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


## [2.4.4](https://togithub.com/googleapis/java-servicedirectory/compare/v2.4.3...v2.4.4) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#738](https://togithub.com/googleapis/java-servicedirectory/issues/738)) ([d6c4a88](https://togithub.com/googleapis/java-servicedirectory/commit/d6c4a8870be315f7c6c3c96d04143d0d25e5c0e6))
* Update dependency certifi to v2022.9.24 ([#718](https://togithub.com/googleapis/java-servicedirectory/issues/718)) ([3e47d49](https://togithub.com/googleapis/java-servicedirectory/commit/3e47d49a389d18327864d495668ac489a06df96e))
* Update dependency charset-normalizer to v2.1.1 ([#723](https://togithub.com/googleapis/java-servicedirectory/issues/723)) ([6c1c26e](https://togithub.com/googleapis/java-servicedirectory/commit/6c1c26ea42865c94005b88613a66d02b081f49ca))
* Update dependency click to v8.1.3 ([#724](https://togithub.com/googleapis/java-servicedirectory/issues/724)) ([fefbaf5](https://togithub.com/googleapis/java-servicedirectory/commit/fefbaf55a59f0b5416943b0f1b959c7b8281a3a5))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#742](https://togithub.com/googleapis/java-servicedirectory/issues/742)) ([8b5f03d](https://togithub.com/googleapis/java-servicedirectory/commit/8b5f03d7e9c6db6027aacfbccb0f65bf5813c8c8))
* Update dependency gcp-releasetool to v1.8.8 ([#719](https://togithub.com/googleapis/java-servicedirectory/issues/719)) ([52608e9](https://togithub.com/googleapis/java-servicedirectory/commit/52608e9c542792f3e22f5a9854b7ac98ecbb7798))
* Update dependency google-api-core to v2.10.1 ([#725](https://togithub.com/googleapis/java-servicedirectory/issues/725)) ([3c5ee3e](https://togithub.com/googleapis/java-servicedirectory/commit/3c5ee3e25645a2bbbf566a89eb7dd64427db8502))
* Update dependency google-auth to v2.11.1 ([#720](https://togithub.com/googleapis/java-servicedirectory/issues/720)) ([673d374](https://togithub.com/googleapis/java-servicedirectory/commit/673d3745a91ca999f36680b46a23f92da40cf9a3))
* Update dependency google-cloud-core to v2.3.2 ([#721](https://togithub.com/googleapis/java-servicedirectory/issues/721)) ([3c718c1](https://togithub.com/googleapis/java-servicedirectory/commit/3c718c13bd7487c28dd09d99310a64f5d9459722))
* Update dependency google-cloud-storage to v2.5.0 ([#726](https://togithub.com/googleapis/java-servicedirectory/issues/726)) ([0d7edf7](https://togithub.com/googleapis/java-servicedirectory/commit/0d7edf76c00aab38e3bdccc4026e7e397842e959))
* Update dependency google-crc32c to v1.5.0 ([#727](https://togithub.com/googleapis/java-servicedirectory/issues/727)) ([675dc3c](https://togithub.com/googleapis/java-servicedirectory/commit/675dc3cd7f9ff6be734db483f7b744c5d6049ec0))
* Update dependency googleapis-common-protos to v1.56.4 ([#722](https://togithub.com/googleapis/java-servicedirectory/issues/722)) ([d8c0bdc](https://togithub.com/googleapis/java-servicedirectory/commit/d8c0bdc8989a0fbbee8f388c30e5ef898c59e8a6))
* Update dependency importlib-metadata to v4.12.0 ([#728](https://togithub.com/googleapis/java-servicedirectory/issues/728)) ([d81d2de](https://togithub.com/googleapis/java-servicedirectory/commit/d81d2decc22e642021ee31b204e465e5eb02eace))
* Update dependency jeepney to v0.8.0 ([#729](https://togithub.com/googleapis/java-servicedirectory/issues/729)) ([b04690d](https://togithub.com/googleapis/java-servicedirectory/commit/b04690d5bcc7e004f8e5b181a7401b69655d8bb7))
* Update dependency jinja2 to v3.1.2 ([#730](https://togithub.com/googleapis/java-servicedirectory/issues/730)) ([45c144c](https://togithub.com/googleapis/java-servicedirectory/commit/45c144c4ce2a6e42c37cfe6f75fb08d3981689f4))
* Update dependency protobuf to v4 ([#739](https://togithub.com/googleapis/java-servicedirectory/issues/739)) ([5221a72](https://togithub.com/googleapis/java-servicedirectory/commit/5221a72824e91a79a7965f23ec66808d2054ca48))
* Update dependency pyjwt to v2.5.0 ([#734](https://togithub.com/googleapis/java-servicedirectory/issues/734)) ([e8a6b7b](https://togithub.com/googleapis/java-servicedirectory/commit/e8a6b7b906ee30a7fbb265d23814102c008cc477))
* Update dependency requests to v2.28.1 ([#735](https://togithub.com/googleapis/java-servicedirectory/issues/735)) ([b999257](https://togithub.com/googleapis/java-servicedirectory/commit/b9992577866963a6a30c801520615ab72dd7ee7b))
* Update dependency zipp to v3.8.1 ([#737](https://togithub.com/googleapis/java-servicedirectory/issues/737)) ([a523100](https://togithub.com/googleapis/java-servicedirectory/commit/a5231005ab2d4df58bb1192a31c790814047eabd))

---
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 that referenced this issue Oct 5, 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 to renovate-bot/google-cloud-java that referenced this issue Oct 5, 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 to renovate-bot/google-cloud-java that referenced this issue Oct 5, 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 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://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
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants