-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add batch get, update, delete methods to Storage and Blob #233
Add batch get, update, delete methods to Storage and Blob #233
Conversation
- Update StorageRpc.BatchRequest to check for null to* lists - Add storage.get, storage.update and storage.delete methods - Add unit tests to StorageImplTest - Add integration tests to ITStorageTest
- add delete, update and get methods to Blob class - add tests to BlobTest
@@ -256,4 +261,88 @@ public URL signUrl(long expirationTimeInSeconds, SignUrlOption... options) { | |||
public Storage storage() { | |||
return storage; | |||
} | |||
|
|||
/** | |||
* Gets the requested blobs. If {@code infos.length == 0} an empty list is returned. If |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Do you think we should also add similar methods to Bucket (e.g. for Bucket.update)? Now, I noticed that we have |
The methods in Yes we should probably change Should we do all of these in this PR? |
Technically we could also add bucket modification/get to the batch but I agree a need for such feature is low. Lets leave it for now (can be added later if requested). Doing |
- Storage get, update and delete now use batch in service layer - Blob/Storage get, update and delete always return immutable list - Update javadocs with info on list immutability and access denied error
* Gets the requested blobs. A batch request is used to perform this call. | ||
* | ||
* @param blobInfos blobs to get | ||
* @return an immutable list of {@code BlobInfo} objects. If a blob does not exist or access to it |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
I like it now (with the service-level batching and consistent, clean vararg) much better. I commented about 2 issues regarding exceptions I actually now re-thinking about the |
I fixed last isses. As I said in #62 I think that
I would also add an |
Great, PR looks good and I think we are on the same page regarding #62. |
Add batch get, update, delete methods to Storage and Blob
…onfig to v1.5.0 (#233) [![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.4.0` -> `1.5.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/compatibility-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.0/confidence-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config</summary> ### [`v1.5.0`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#​150-httpsgithubcomgoogleapisjava-shared-configcomparev140v150-2022-06-10) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.4.0...v1.5.0) ##### Features - add build scripts for native image testing in Java 17 ([#​1440](https://togithub.com/googleapis/java-shared-config/issues/1440)) ([#​475](https://togithub.com/googleapis/java-shared-config/issues/475)) ([e4dfc1b](https://togithub.com/googleapis/java-shared-config/commit/e4dfc1ba29295158c78c8fcf94467d2a6a33538a)) - to produce Java 8 compatible bytecode when using JDK 9+ ([2468276](https://togithub.com/googleapis/java-shared-config/commit/2468276145cdfe1ca911b52f765e026e77661a09)) ##### Dependencies - update surefire.version to v3.0.0-m7 ([bbfe663](https://togithub.com/googleapis/java-shared-config/commit/bbfe66393af3e49612c9c1e4334ba39c133ea1d0)) </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-gsuite-addons).
🤖 I have created a release *beep* *boop* --- ## [2.2.1](googleapis/java-dms@v2.2.0...v2.2.1) (2022-06-23) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#232](googleapis/java-dms#232)) ([cd303d7](googleapis/java-dms@cd303d7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
) * 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
…onfig to v0.11.1 (#233) [![WhiteSource 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) | `0.11.0` -> `0.11.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.11.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.11.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.11.1/compatibility-slim/0.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/0.11.1/confidence-slim/0.11.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config</summary> ### [`v0.11.1`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#​0111-httpswwwgithubcomgoogleapisjava-shared-configcomparev0110v0111-2021-04-14) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v0.11.0...v0.11.1) </details> --- ### 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-workflows).
🤖 I have created a release *beep* *boop* --- ## [2.3.0](googleapis/java-essential-contacts@v2.2.1...v2.3.0) (2022-07-01) ### Features * Enable REST transport for most of Java and Go clients ([googleapis#230](googleapis/java-essential-contacts#230)) ([12bb34a](googleapis/java-essential-contacts@12bb34a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
…plugin to v3 (#233) [![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-shell). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
🤖 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).
…cies to v3.0.3 (#233) [![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.2` -> `3.0.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/compatibility-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/confidence-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-dependencies</summary> ### [`v3.0.3`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#​303-httpsgithubcomgoogleapisjava-shared-dependenciescomparev302v303-2022-09-14) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.2...v3.0.3) ##### Dependencies - Google-cloud-core 2.8.12 ([#​799](https://togithub.com/googleapis/java-shared-dependencies/issues/799)) ([1b3db8d](https://togithub.com/googleapis/java-shared-dependencies/commit/1b3db8d1e17c49ebae79fc96164fa9058e1df6e3)) - Moving gson to first-party-dependencies ([#​800](https://togithub.com/googleapis/java-shared-dependencies/issues/800)) ([a41fcc1](https://togithub.com/googleapis/java-shared-dependencies/commit/a41fcc11d32e02e5af2837561792e3919f6d4b3f)) - Update dependency com.google.protobuf:protobuf-bom to v3.21.6 ([#​797](https://togithub.com/googleapis/java-shared-dependencies/issues/797)) ([bc5fdc9](https://togithub.com/googleapis/java-shared-dependencies/commit/bc5fdc9b3af7973c28f063a9ac156fe2af562814)) - Update gax.version to v2.19.1 ([#​798](https://togithub.com/googleapis/java-shared-dependencies/issues/798)) ([84e5487](https://togithub.com/googleapis/java-shared-dependencies/commit/84e5487b2e3dce4bb60badecebde788c3cb702b8)) - Update google.core.version to v2.8.11 ([#​793](https://togithub.com/googleapis/java-shared-dependencies/issues/793)) ([63c1297](https://togithub.com/googleapis/java-shared-dependencies/commit/63c129722aa0b821031ff5b4c11004adf7b12044)) </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-orchestration-airflow). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->
🤖 I have created a release *beep* *boop* --- ## [1.3.4](googleapis/java-orchestration-airflow@v1.3.3...v1.3.4) (2022-09-15) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#233](googleapis/java-orchestration-airflow#233)) ([45082aa](googleapis/java-orchestration-airflow@45082aa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [2.4.0](googleapis/java-vpcaccess@v2.3.2...v2.4.0) (2022-09-15) ### Features * Adds support for configuring scaling settings ([#232](googleapis/java-vpcaccess#232)) ([953c975](googleapis/java-vpcaccess@953c975)) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#235](googleapis/java-vpcaccess#235)) ([204463f](googleapis/java-vpcaccess@204463f)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#237](googleapis/java-vpcaccess#237)) ([fcc31d1](googleapis/java-vpcaccess@fcc31d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [2.3.5](https://togithub.com/googleapis/java-apigee-connect/compare/v2.3.4...v2.3.5) (2022-09-30) ### Dependencies * Update dependency cachetools to v5 ([#240](https://togithub.com/googleapis/java-apigee-connect/issues/240)) ([4040c93](https://togithub.com/googleapis/java-apigee-connect/commit/4040c932c62445bfe9181053b570dbc670d95287)) * Update dependency certifi to v2022.9.24 ([#219](https://togithub.com/googleapis/java-apigee-connect/issues/219)) ([f6387b2](https://togithub.com/googleapis/java-apigee-connect/commit/f6387b211a8dfd9ad7ea664172a02f2bf7c2e818)) * Update dependency charset-normalizer to v2.1.1 ([#223](https://togithub.com/googleapis/java-apigee-connect/issues/223)) ([7345efa](https://togithub.com/googleapis/java-apigee-connect/commit/7345efacb481e4574306f5f570a6f43bbc7bb074)) * Update dependency click to v8.1.3 ([#224](https://togithub.com/googleapis/java-apigee-connect/issues/224)) ([496c0c6](https://togithub.com/googleapis/java-apigee-connect/commit/496c0c68bfad0b7698143081323a27ca7477daf3)) * Update dependency gcp-releasetool to v1.8.8 ([#220](https://togithub.com/googleapis/java-apigee-connect/issues/220)) ([3216f52](https://togithub.com/googleapis/java-apigee-connect/commit/3216f52d6a36f20f1031b311c736f96afb44c1e7)) * Update dependency google-api-core to v2.10.1 ([#225](https://togithub.com/googleapis/java-apigee-connect/issues/225)) ([a447369](https://togithub.com/googleapis/java-apigee-connect/commit/a447369c153fb043f66c41aa6effc0957685339e)) * Update dependency google-auth to v2.12.0 ([#226](https://togithub.com/googleapis/java-apigee-connect/issues/226)) ([9d6c516](https://togithub.com/googleapis/java-apigee-connect/commit/9d6c516ebce443cd11166978c0f169b62bc3955a)) * Update dependency google-cloud-core to v2.3.2 ([#221](https://togithub.com/googleapis/java-apigee-connect/issues/221)) ([bfe098b](https://togithub.com/googleapis/java-apigee-connect/commit/bfe098b954bad9fc179c0d18c06e98efcedafd1c)) * Update dependency google-cloud-storage to v2.5.0 ([#227](https://togithub.com/googleapis/java-apigee-connect/issues/227)) ([f7c97bd](https://togithub.com/googleapis/java-apigee-connect/commit/f7c97bd75ee39a0cc0e84612aee8436ef18e1d0e)) * Update dependency google-crc32c to v1.5.0 ([#228](https://togithub.com/googleapis/java-apigee-connect/issues/228)) ([1b43ed0](https://togithub.com/googleapis/java-apigee-connect/commit/1b43ed0176daae1b8829ed865e04bb23d4ef258a)) * Update dependency googleapis-common-protos to v1.56.4 ([#222](https://togithub.com/googleapis/java-apigee-connect/issues/222)) ([9fe79aa](https://togithub.com/googleapis/java-apigee-connect/commit/9fe79aa480350c3f4e1f14c0dc423596d357fcec)) * Update dependency importlib-metadata to v4.12.0 ([#229](https://togithub.com/googleapis/java-apigee-connect/issues/229)) ([f25d875](https://togithub.com/googleapis/java-apigee-connect/commit/f25d875c2a57b1b29be115256aa3d2cb212a5a58)) * Update dependency jeepney to v0.8.0 ([#230](https://togithub.com/googleapis/java-apigee-connect/issues/230)) ([705ee89](https://togithub.com/googleapis/java-apigee-connect/commit/705ee89bc496de6518761a51482815636ea15af6)) * Update dependency jinja2 to v3.1.2 ([#231](https://togithub.com/googleapis/java-apigee-connect/issues/231)) ([90b60ee](https://togithub.com/googleapis/java-apigee-connect/commit/90b60ee0f3bae40e1f5fb86f18200e13f04e2d71)) * Update dependency keyring to v23.9.3 ([#232](https://togithub.com/googleapis/java-apigee-connect/issues/232)) ([a668e69](https://togithub.com/googleapis/java-apigee-connect/commit/a668e697f77bbb290885ee3f1c2512361681f690)) * Update dependency markupsafe to v2.1.1 ([#233](https://togithub.com/googleapis/java-apigee-connect/issues/233)) ([1b1ae6d](https://togithub.com/googleapis/java-apigee-connect/commit/1b1ae6db1f59681ade98a9a21a353c9a26d40464)) * Update dependency protobuf to v3.20.2 ([#234](https://togithub.com/googleapis/java-apigee-connect/issues/234)) ([8d4c3a7](https://togithub.com/googleapis/java-apigee-connect/commit/8d4c3a7cd1e3473b8c149c60c63cfe84e82a7030)) * Update dependency protobuf to v4 ([#241](https://togithub.com/googleapis/java-apigee-connect/issues/241)) ([51cd12a](https://togithub.com/googleapis/java-apigee-connect/commit/51cd12a79728a31957cea780a6f25f089d347a6f)) * Update dependency pyjwt to v2.5.0 ([#235](https://togithub.com/googleapis/java-apigee-connect/issues/235)) ([f2f36ae](https://togithub.com/googleapis/java-apigee-connect/commit/f2f36ae0d98b7d79c5a88ecd9a965b836f6419ca)) * Update dependency requests to v2.28.1 ([#237](https://togithub.com/googleapis/java-apigee-connect/issues/237)) ([09fb5d9](https://togithub.com/googleapis/java-apigee-connect/commit/09fb5d9babfa9dd6a419deb6c51986e9dc26dd6f)) * Update dependency typing-extensions to v4.3.0 ([#238](https://togithub.com/googleapis/java-apigee-connect/issues/238)) ([48289e7](https://togithub.com/googleapis/java-apigee-connect/commit/48289e7932ff8c5725b35c71f8ebd56542e110a5)) * Update dependency zipp to v3.8.1 ([#239](https://togithub.com/googleapis/java-apigee-connect/issues/239)) ([e078449](https://togithub.com/googleapis/java-apigee-connect/commit/e07844948c41091f97040cf81a8f25d05fd9bb8c)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [1.3.4](https://togithub.com/googleapis/java-data-fusion/compare/v1.3.3...v1.3.4) (2022-10-03) ### Dependencies * Update dependency certifi to v2022.9.24 ([#214](https://togithub.com/googleapis/java-data-fusion/issues/214)) ([3ac2b6a](https://togithub.com/googleapis/java-data-fusion/commit/3ac2b6a8004222b6c471fd3cb6e793f4120f5eaa)) * Update dependency charset-normalizer to v2.1.1 ([#218](https://togithub.com/googleapis/java-data-fusion/issues/218)) ([ecb78d9](https://togithub.com/googleapis/java-data-fusion/commit/ecb78d94ff2a3176669f36c4ebfbf33e0d63100d)) * Update dependency click to v8.1.3 ([#219](https://togithub.com/googleapis/java-data-fusion/issues/219)) ([55da366](https://togithub.com/googleapis/java-data-fusion/commit/55da366fc6f6ffe9e84d35cd3ab5e9185d966f51)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#239](https://togithub.com/googleapis/java-data-fusion/issues/239)) ([6a8d58e](https://togithub.com/googleapis/java-data-fusion/commit/6a8d58e3a6fcca398cbf422f102e88b228006af2)) * Update dependency gcp-releasetool to v1.8.8 ([#215](https://togithub.com/googleapis/java-data-fusion/issues/215)) ([8960212](https://togithub.com/googleapis/java-data-fusion/commit/8960212db7e396a8fb6fa207e18b684b1290606d)) * Update dependency google-api-core to v2.10.1 ([#220](https://togithub.com/googleapis/java-data-fusion/issues/220)) ([8fc6032](https://togithub.com/googleapis/java-data-fusion/commit/8fc6032d92efc52ea97541016a5123f845e2d4e1)) * Update dependency google-auth to v2.12.0 ([#221](https://togithub.com/googleapis/java-data-fusion/issues/221)) ([9bf5b47](https://togithub.com/googleapis/java-data-fusion/commit/9bf5b47d66a217aef100119b9bf51cb1d4db71f9)) * Update dependency google-cloud-core to v2.3.2 ([#216](https://togithub.com/googleapis/java-data-fusion/issues/216)) ([5a58540](https://togithub.com/googleapis/java-data-fusion/commit/5a58540c82a619a5874b0010d14bed7249fb1a64)) * Update dependency google-cloud-storage to v2.5.0 ([#222](https://togithub.com/googleapis/java-data-fusion/issues/222)) ([a80e034](https://togithub.com/googleapis/java-data-fusion/commit/a80e03487815a464c91bb7dbd49052c877e47934)) * Update dependency google-crc32c to v1.5.0 ([#223](https://togithub.com/googleapis/java-data-fusion/issues/223)) ([baf7b4e](https://togithub.com/googleapis/java-data-fusion/commit/baf7b4e360917b34cdbb1261525a296b865e22f2)) * Update dependency googleapis-common-protos to v1.56.4 ([#217](https://togithub.com/googleapis/java-data-fusion/issues/217)) ([e1b167b](https://togithub.com/googleapis/java-data-fusion/commit/e1b167be2d12bb0d761e9dbe4c860ab845342ff9)) * Update dependency importlib-metadata to v4.12.0 ([#232](https://togithub.com/googleapis/java-data-fusion/issues/232)) ([8d6dffe](https://togithub.com/googleapis/java-data-fusion/commit/8d6dffee83ebeb9cb8b7d7a625469e7b032ed556)) * Update dependency jeepney to v0.8.0 ([#233](https://togithub.com/googleapis/java-data-fusion/issues/233)) ([1652c6a](https://togithub.com/googleapis/java-data-fusion/commit/1652c6a4c023fd3b78200e33e7f2b60861bc8545)) * Update dependency jinja2 to v3.1.2 ([#234](https://togithub.com/googleapis/java-data-fusion/issues/234)) ([9b2740d](https://togithub.com/googleapis/java-data-fusion/commit/9b2740d823ff15287ccdf8eee291eb5251285fa5)) * Update dependency keyring to v23.9.3 ([#235](https://togithub.com/googleapis/java-data-fusion/issues/235)) ([c285f06](https://togithub.com/googleapis/java-data-fusion/commit/c285f06ef8f35f4911c216d3cd5118b59d13a046)) * Update dependency markupsafe to v2.1.1 ([#224](https://togithub.com/googleapis/java-data-fusion/issues/224)) ([3f68198](https://togithub.com/googleapis/java-data-fusion/commit/3f681989ac8b93c369e83550d1bc2189399fd59e)) * Update dependency protobuf to v3.20.2 ([#225](https://togithub.com/googleapis/java-data-fusion/issues/225)) ([9081b6e](https://togithub.com/googleapis/java-data-fusion/commit/9081b6e4cd82fe1fda99333747385a7fe414a3c3)) * Update dependency requests to v2.28.1 ([#227](https://togithub.com/googleapis/java-data-fusion/issues/227)) ([a5433f7](https://togithub.com/googleapis/java-data-fusion/commit/a5433f743d8be8aa5543ed4a3e82232bdd4cf6f3)) * Update dependency typing-extensions to v4.3.0 ([#228](https://togithub.com/googleapis/java-data-fusion/issues/228)) ([62a71c3](https://togithub.com/googleapis/java-data-fusion/commit/62a71c3e9811dca4fe7587ce49d6beda1b57c778)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [1.3.4](https://togithub.com/googleapis/java-resource-settings/compare/v1.3.3...v1.3.4) (2022-10-03) ### Dependencies * Update dependency cachetools to v5 ([#232](https://togithub.com/googleapis/java-resource-settings/issues/232)) ([9cfb3c3](https://togithub.com/googleapis/java-resource-settings/commit/9cfb3c3e040fb5d946185579dcbd7ad1ad0229c9)) * Update dependency certifi to v2022.9.24 ([#222](https://togithub.com/googleapis/java-resource-settings/issues/222)) ([9aeca8b](https://togithub.com/googleapis/java-resource-settings/commit/9aeca8b8dabf2a6af8cf355ab828919d441878dc)) * Update dependency charset-normalizer to v2.1.1 ([#227](https://togithub.com/googleapis/java-resource-settings/issues/227)) ([4e8319b](https://togithub.com/googleapis/java-resource-settings/commit/4e8319b9d40719ee447d9670e050025154273f3c)) * Update dependency click to v8.1.3 ([#228](https://togithub.com/googleapis/java-resource-settings/issues/228)) ([3e4b892](https://togithub.com/googleapis/java-resource-settings/commit/3e4b892d324fa8cd43859bccaaeaca007ad95aa8)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#237](https://togithub.com/googleapis/java-resource-settings/issues/237)) ([2237db8](https://togithub.com/googleapis/java-resource-settings/commit/2237db8bd321ed6b6c53703267167e376bf164dd)) * Update dependency gcp-releasetool to v1.8.8 ([#223](https://togithub.com/googleapis/java-resource-settings/issues/223)) ([d568d87](https://togithub.com/googleapis/java-resource-settings/commit/d568d8702b56f202205dcbf42e6c14ed6a89af24)) * Update dependency google-auth to v2.11.1 ([#224](https://togithub.com/googleapis/java-resource-settings/issues/224)) ([983ae4f](https://togithub.com/googleapis/java-resource-settings/commit/983ae4f821ee772a9a44f4b3503578da09c0a16a)) * Update dependency google-cloud-core to v2.3.2 ([#225](https://togithub.com/googleapis/java-resource-settings/issues/225)) ([9774453](https://togithub.com/googleapis/java-resource-settings/commit/9774453794842705c107399603742e8049d6b1b9)) * Update dependency googleapis-common-protos to v1.56.4 ([#226](https://togithub.com/googleapis/java-resource-settings/issues/226)) ([d12a8f1](https://togithub.com/googleapis/java-resource-settings/commit/d12a8f189669a2876fc4707e922089d65f74a7b2)) * Update dependency protobuf to v3.20.2 ([#220](https://togithub.com/googleapis/java-resource-settings/issues/220)) ([632cbcf](https://togithub.com/googleapis/java-resource-settings/commit/632cbcf2c564c104f61e3cffbcfeb7100d56375c)) * Update dependency pyjwt to v2.5.0 ([#229](https://togithub.com/googleapis/java-resource-settings/issues/229)) ([bfd3733](https://togithub.com/googleapis/java-resource-settings/commit/bfd37330dd190cb44e7cbc16ea4db6cbcd3c2427)) * Update dependency requests to v2.28.1 ([#230](https://togithub.com/googleapis/java-resource-settings/issues/230)) ([260997b](https://togithub.com/googleapis/java-resource-settings/commit/260997bbf197963f39ba2c41843aeab035da8c8a)) * Update dependency typing-extensions to v4.3.0 ([#221](https://togithub.com/googleapis/java-resource-settings/issues/221)) ([dd88aef](https://togithub.com/googleapis/java-resource-settings/commit/dd88aefb5a7a5ddbb6d1842d72807c92a8b4c13e)) * Update dependency zipp to v3.8.1 ([#231](https://togithub.com/googleapis/java-resource-settings/issues/231)) ([5fffef6](https://togithub.com/googleapis/java-resource-settings/commit/5fffef6970590f6f0e192429b7c1443e0feb7bdf)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [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).
🤖 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).
🤖 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).
🤖 I have created a release *beep* *boop* --- ## [0.4.4](https://togithub.com/googleapis/java-private-catalog/compare/v0.4.3...v0.4.4) (2022-10-03) ### Dependencies * Update dependency certifi to v2022.9.24 ([#226](https://togithub.com/googleapis/java-private-catalog/issues/226)) ([158dd57](https://togithub.com/googleapis/java-private-catalog/commit/158dd578dc4842efc6389de42cd09c3cc662f92a)) * Update dependency charset-normalizer to v2.1.1 ([#230](https://togithub.com/googleapis/java-private-catalog/issues/230)) ([64f5ea6](https://togithub.com/googleapis/java-private-catalog/commit/64f5ea6310a593c2d855fc20d59e598d80d65287)) * Update dependency click to v8.1.3 ([#231](https://togithub.com/googleapis/java-private-catalog/issues/231)) ([0824c10](https://togithub.com/googleapis/java-private-catalog/commit/0824c10eac2f8b704b0b8fc89b6366e185ee5091)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#251](https://togithub.com/googleapis/java-private-catalog/issues/251)) ([d6377f2](https://togithub.com/googleapis/java-private-catalog/commit/d6377f220deecea1030de4b8d0d66654aa104f7f)) * Update dependency gcp-releasetool to v1.8.8 ([#227](https://togithub.com/googleapis/java-private-catalog/issues/227)) ([46ce915](https://togithub.com/googleapis/java-private-catalog/commit/46ce91530ec54fb54477e0c0633788ff28aa9e1e)) * Update dependency google-api-core to v2.10.1 ([#232](https://togithub.com/googleapis/java-private-catalog/issues/232)) ([12eb861](https://togithub.com/googleapis/java-private-catalog/commit/12eb861c1b33d5f819058b013ad04306c4317d3b)) * Update dependency google-auth to v2.12.0 ([#233](https://togithub.com/googleapis/java-private-catalog/issues/233)) ([e89c1d8](https://togithub.com/googleapis/java-private-catalog/commit/e89c1d89fecac9f5fd8f0ba421aad8dd176e023e)) * Update dependency google-cloud-core to v2.3.2 ([#228](https://togithub.com/googleapis/java-private-catalog/issues/228)) ([9684cea](https://togithub.com/googleapis/java-private-catalog/commit/9684cea22e5bde55b6c297c40eb2302e677c5902)) * Update dependency google-cloud-storage to v2.5.0 ([#234](https://togithub.com/googleapis/java-private-catalog/issues/234)) ([45e27e6](https://togithub.com/googleapis/java-private-catalog/commit/45e27e66dabe4ff3b21242bb70897dcce2179cbd)) * Update dependency google-crc32c to v1.5.0 ([#235](https://togithub.com/googleapis/java-private-catalog/issues/235)) ([9a4025f](https://togithub.com/googleapis/java-private-catalog/commit/9a4025f2ef39f40a027cfe9d7deb6f711f882aa5)) * Update dependency googleapis-common-protos to v1.56.4 ([#229](https://togithub.com/googleapis/java-private-catalog/issues/229)) ([a5bc1d5](https://togithub.com/googleapis/java-private-catalog/commit/a5bc1d543b104c129e9185d455ed86a50ad97d59)) * Update dependency importlib-metadata to v4.12.0 ([#236](https://togithub.com/googleapis/java-private-catalog/issues/236)) ([63c92d6](https://togithub.com/googleapis/java-private-catalog/commit/63c92d6b49b7b51cab06480bfcc126149bed06f5)) * Update dependency jeepney to v0.8.0 ([#237](https://togithub.com/googleapis/java-private-catalog/issues/237)) ([1f8b3d0](https://togithub.com/googleapis/java-private-catalog/commit/1f8b3d0a5a9d74efc717c88e7092e5d0377187bb)) * Update dependency jinja2 to v3.1.2 ([#238](https://togithub.com/googleapis/java-private-catalog/issues/238)) ([02bc607](https://togithub.com/googleapis/java-private-catalog/commit/02bc607bb1ef2ca5ef5e6de6e940292a5ad92a2b)) * Update dependency protobuf to v4 ([#247](https://togithub.com/googleapis/java-private-catalog/issues/247)) ([a1f5641](https://togithub.com/googleapis/java-private-catalog/commit/a1f564139150d0711a9d7d70ec59e86978e037cc)) * Update dependency pyjwt to v2.5.0 ([#242](https://togithub.com/googleapis/java-private-catalog/issues/242)) ([75a6589](https://togithub.com/googleapis/java-private-catalog/commit/75a6589cae517367356e53b242261296d45c7c9d)) * Update dependency zipp to v3.8.1 ([#245](https://togithub.com/googleapis/java-private-catalog/issues/245)) ([e054608](https://togithub.com/googleapis/java-private-catalog/commit/e054608735ae7bf8e52ab7b847e7750b5285de4b)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This PR follows the discussion in #219.
It adds
get
,update
anddelete
methods that simplify doing batch gets/updates/deletes. Methods are added to bothStorage
andBlob
.Both unit and integration tests are added.