Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Is StorageService.load the right name? #56

Closed
jgeewax opened this issue May 12, 2015 · 7 comments
Closed

Is StorageService.load the right name? #56

jgeewax opened this issue May 12, 2015 · 7 comments
Assignees
Labels
api: storage Issues related to the Cloud Storage API. type: question Request for information or clarification. Not an issue.

Comments

@jgeewax
Copy link

jgeewax commented May 12, 2015

Right now, to load a Blob into a byte array, we use the load method:

StorageService storage = ...;
bytes[] bytes = storage.load("bucket-name", "blob-name");

Is load the right verb for this? (Not saying it's wrong, just want to discuss this one here.)

Some of the options:

  • load (This is what it is today)
  • download
  • read
  • getBytes
  • readBytes
@jgeewax jgeewax added type: question Request for information or clarification. Not an issue. api: storage Issues related to the Cloud Storage API. labels May 12, 2015
@jgeewax jgeewax added this to the Storage Future milestone May 12, 2015
@jgeewax jgeewax modified the milestones: Storage Future, Needed for public announcement Jun 1, 2015
@aozarov
Copy link
Contributor

aozarov commented Jun 1, 2015

@jgeewax , I don't think this belongs in this milestone as as I think the answer for this API questions would benefit from a wider set of opinions.

@jgeewax
Copy link
Author

jgeewax commented Jun 2, 2015

Can you clarify why? I think this belongs here because naming stuff is something relatively easy to discuss, and would make things a bit more stable once we have outsiders using the library.

In short, I think it's worth having and resolving this discussion before a public announcement.

@aozarov
Copy link
Contributor

aozarov commented Jun 3, 2015

As you can see, this issue is open for 21 days with no further comments/suggestions.
Clearly I liked "load" in this case (trying to make it clear that the complete content would be fetched and loaded into memory) and for that reason I names it as such.

I don't like download (which to me is more associated with save-to-disk) but I can live with read (though to me that normally is associated with a range/chunk rather than the complete content). I don't mind to change it to read (or its variants) but would that really be better? This is why I think we should wait until announced, so we can get more opinions...

@jgeewax
Copy link
Author

jgeewax commented Jun 3, 2015

Recapping the options based on your feedback:

  • load: Seems clear about the action, it's putting stuff to memory
  • download: I can agree that this tends to me "put to disk" so I can understand that.
  • read: I could go either way on this, not entirely sure.
  • getBytes: Seems like a very clear method name... I kind of like this one
  • loadBytes wasn't on the list, but I like this too.

I still don't know if we have enough to call this discussion "closed", would love to start crossing off the different options and getting a bit of feedback.

@jboynes
Copy link

jboynes commented Jun 3, 2015

readAllBytes would be consistent with java.nio.Files

@aozarov
Copy link
Contributor

aozarov commented Jun 3, 2015

I am fine with readAllBytes. Pull request #89

@jboynes
Copy link

jboynes commented Jun 3, 2015

Merged

@jboynes jboynes closed this as completed Jun 3, 2015
github-actions bot pushed a commit that referenced this issue Jun 21, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 454027580

Source-Link: googleapis/googleapis@1b22277

Source-Link: https://github.com/googleapis/googleapis-gen/commit/e04cea20d0d12eb5c3bdb360a9e72b654edcb638
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
…oogleapis#56)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 457524730

Source-Link: googleapis/googleapis@917e7f2

Source-Link: https://github.com/googleapis/googleapis-gen/commit/2497f9a069d3f6b2d6810d5a4e239cda1e7e5a39
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjQ5N2Y5YTA2OWQzZjZiMmQ2ODEwZDVhNGUyMzljZGExZTdlNWEzOSJ9
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


## [1.1.0](googleapis/java-optimization@v1.0.0...v1.1.0) (2022-07-01)


### Features

* Enable REST transport for most of Java and Go clients ([googleapis#54](googleapis/java-optimization#54)) ([3d6aaa9](googleapis/java-optimization@3d6aaa9))


### Bug Fixes

* update gapic-generator-java with mock service generation fixes ([googleapis#56](googleapis/java-optimization#56)) ([6e7c8fd](googleapis/java-optimization@6e7c8fd))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([googleapis#53](googleapis/java-optimization#53)) ([8315306](googleapis/java-optimization@8315306))
* update dependency com.google.cloud:google-cloud-storage to v2.7.0 ([googleapis#49](googleapis/java-optimization#49)) ([72f22b6](googleapis/java-optimization@72f22b6))

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


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

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Jul 14, 2022
Source-Link: googleapis/synthtool@18d4e9b
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
…al-solution to v0.3.0 (#56)

[![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-bare-metal-solution](https://github.com/googleapis/java-bare-metal-solution) | `0.2.1` -> `0.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bare-metal-solution/0.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bare-metal-solution/0.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bare-metal-solution/0.3.0/compatibility-slim/0.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bare-metal-solution/0.3.0/confidence-slim/0.2.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-bare-metal-solution</summary>

### [`v0.3.0`](https://github.com/googleapis/java-bare-metal-solution/blob/HEAD/CHANGELOG.md#&#8203;030-httpsgithubcomgoogleapisjava-bare-metal-solutioncomparev021v030-2022-06-28)

[Compare Source](https://github.com/googleapis/java-bare-metal-solution/compare/v0.2.1...v0.3.0)

##### ⚠ BREAKING CHANGES

-   add support for new API methods

##### Features

-   add support for new API methods ([653684f](https://github.com/googleapis/java-bare-metal-solution/commit/653684f6f2b608549e770a720ec6c18122651863))
-   Enable REST transport for most of Java and Go clients ([653684f](https://github.com/googleapis/java-bare-metal-solution/commit/653684f6f2b608549e770a720ec6c18122651863))

##### Bug Fixes

-   update gapic-generator-java with mock service generation fixes ([#&#8203;34](https://github.com/googleapis/java-bare-metal-solution/issues/34)) ([653684f](https://github.com/googleapis/java-bare-metal-solution/commit/653684f6f2b608549e770a720ec6c18122651863))

</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-bare-metal-solution).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
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
…1575) (#56)

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 Sep 15, 2022
…cies to v3.0.3 (#56)

[![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://github.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://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;303-httpsgithubcomgoogleapisjava-shared-dependenciescomparev302v303-2022-09-14)

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

##### Dependencies

-   Google-cloud-core 2.8.12 ([#&#8203;799](https://github.com/googleapis/java-shared-dependencies/issues/799)) ([1b3db8d](https://github.com/googleapis/java-shared-dependencies/commit/1b3db8d1e17c49ebae79fc96164fa9058e1df6e3))
-   Moving gson to first-party-dependencies ([#&#8203;800](https://github.com/googleapis/java-shared-dependencies/issues/800)) ([a41fcc1](https://github.com/googleapis/java-shared-dependencies/commit/a41fcc11d32e02e5af2837561792e3919f6d4b3f))
-   Update dependency com.google.protobuf:protobuf-bom to v3.21.6 ([#&#8203;797](https://github.com/googleapis/java-shared-dependencies/issues/797)) ([bc5fdc9](https://github.com/googleapis/java-shared-dependencies/commit/bc5fdc9b3af7973c28f063a9ac156fe2af562814))
-   Update gax.version to v2.19.1 ([#&#8203;798](https://github.com/googleapis/java-shared-dependencies/issues/798)) ([84e5487](https://github.com/googleapis/java-shared-dependencies/commit/84e5487b2e3dce4bb60badecebde788c3cb702b8))
-   Update google.core.version to v2.8.11 ([#&#8203;793](https://github.com/googleapis/java-shared-dependencies/issues/793)) ([63c1297](https://github.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-bigquery-data-exchange).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 477955264

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

Source-Link: https://github.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*
---


## [0.3.1](https://github.com/googleapis/java-apigee-registry/compare/v0.3.0...v0.3.1) (2022-10-03)


### Bug Fixes

* Additional error codes added to service configuration for retry ([#39](https://github.com/googleapis/java-apigee-registry/issues/39)) ([55a9b41](https://github.com/googleapis/java-apigee-registry/commit/55a9b417cf04575d2070ad026e5648a494fe076a))


### Dependencies

* Update dependency certifi to v2022.9.24 ([#48](https://github.com/googleapis/java-apigee-registry/issues/48)) ([1c6ae70](https://github.com/googleapis/java-apigee-registry/commit/1c6ae70cb9ff9e7e98d83ce472ae5526d08f9a35))
* Update dependency charset-normalizer to v2.1.1 ([#53](https://github.com/googleapis/java-apigee-registry/issues/53)) ([2130079](https://github.com/googleapis/java-apigee-registry/commit/21300793a908ed41c535813ee15ec94b5f5ef018))
* Update dependency click to v8.1.3 ([#54](https://github.com/googleapis/java-apigee-registry/issues/54)) ([cf3458b](https://github.com/googleapis/java-apigee-registry/commit/cf3458bd2972f3db75c8cbf834be0b383d9e74a0))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#42](https://github.com/googleapis/java-apigee-registry/issues/42)) ([38cb4f9](https://github.com/googleapis/java-apigee-registry/commit/38cb4f9932c3d6cb4c36d3f61922fd613409607f))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#44](https://github.com/googleapis/java-apigee-registry/issues/44)) ([ddaed09](https://github.com/googleapis/java-apigee-registry/commit/ddaed0964ae57cd7b799b9acf7b202595af4c781))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#65](https://github.com/googleapis/java-apigee-registry/issues/65)) ([882e36b](https://github.com/googleapis/java-apigee-registry/commit/882e36b2d21ff601f569aa79dfe840cd41bf0438))
* Update dependency gcp-releasetool to v1.8.8 ([#49](https://github.com/googleapis/java-apigee-registry/issues/49)) ([3a927a3](https://github.com/googleapis/java-apigee-registry/commit/3a927a3df5a8cf5cfff79faede5387291a3d443e))
* Update dependency google-api-core to v2.10.1 ([#55](https://github.com/googleapis/java-apigee-registry/issues/55)) ([f841a07](https://github.com/googleapis/java-apigee-registry/commit/f841a07c0b1c2fa585f7e665208d6a6b7843c75c))
* Update dependency google-auth to v2.11.1 ([#50](https://github.com/googleapis/java-apigee-registry/issues/50)) ([7b450cb](https://github.com/googleapis/java-apigee-registry/commit/7b450cbeadc08b8dc26fbd4738ce47788a5cf330))
* Update dependency google-cloud-core to v2.3.2 ([#51](https://github.com/googleapis/java-apigee-registry/issues/51)) ([b7f1110](https://github.com/googleapis/java-apigee-registry/commit/b7f111014416ff76fa787085d0d0bc9ab47f9af6))
* Update dependency google-cloud-storage to v2.5.0 ([#56](https://github.com/googleapis/java-apigee-registry/issues/56)) ([f3799d3](https://github.com/googleapis/java-apigee-registry/commit/f3799d3d2d754ec89c784655d835ecaed4df3406))
* Update dependency google-crc32c to v1.5.0 ([#57](https://github.com/googleapis/java-apigee-registry/issues/57)) ([b978c7d](https://github.com/googleapis/java-apigee-registry/commit/b978c7d2bed23554998a9f0f047e7211ff37f906))
* Update dependency googleapis-common-protos to v1.56.4 ([#52](https://github.com/googleapis/java-apigee-registry/issues/52)) ([9e069f1](https://github.com/googleapis/java-apigee-registry/commit/9e069f1d96c78fdaedbf57a95d05ada18d57ea0f))
* Update dependency importlib-metadata to v4.12.0 ([#58](https://github.com/googleapis/java-apigee-registry/issues/58)) ([370bd1e](https://github.com/googleapis/java-apigee-registry/commit/370bd1eba82d820fe7156c276ee5e4a5cbf3f9e0))
* Update dependency jeepney to v0.8.0 ([#59](https://github.com/googleapis/java-apigee-registry/issues/59)) ([7a63034](https://github.com/googleapis/java-apigee-registry/commit/7a63034a2a194feed6dc7e8215c5063ad1454072))
* Update dependency jinja2 to v3.1.2 ([#60](https://github.com/googleapis/java-apigee-registry/issues/60)) ([4fe2b85](https://github.com/googleapis/java-apigee-registry/commit/4fe2b853af3c39d2c46efbdc5027cc34945a736c))
* Update dependency keyring to v23.9.3 ([#61](https://github.com/googleapis/java-apigee-registry/issues/61)) ([c8cf1c2](https://github.com/googleapis/java-apigee-registry/commit/c8cf1c29cab75b18ab67e372bf3d50b36a4b57e9))
* Update dependency markupsafe to v2.1.1 ([#62](https://github.com/googleapis/java-apigee-registry/issues/62)) ([98036ae](https://github.com/googleapis/java-apigee-registry/commit/98036ae98fa56eba73cccb88a2af726d20fb2a1d))
* Update dependency protobuf to v3.20.2 ([#63](https://github.com/googleapis/java-apigee-registry/issues/63)) ([aa9f0e7](https://github.com/googleapis/java-apigee-registry/commit/aa9f0e7cad3940fa02cd69c3b3c3e8c2938e0c1b))

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


## [0.4.0](https://github.com/googleapis/java-bigquery-data-exchange/compare/v0.3.2...v0.4.0) (2022-10-03)


### ⚠ BREAKING CHANGES

* refactor references to Category message
* refresh current dataexchange/v1beta1/* directory to include recent change in protos. Removed common directory and use local enum Category

### Features

* Update BigQuery Analytics Hub API v1beta1 client ([#51](https://github.com/googleapis/java-bigquery-data-exchange/issues/51)) ([a70b8ac](https://github.com/googleapis/java-bigquery-data-exchange/commit/a70b8ac71383a051f384884b043c554e7fb277bc))


### Bug Fixes

* refactor references to Category message ([a70b8ac](https://github.com/googleapis/java-bigquery-data-exchange/commit/a70b8ac71383a051f384884b043c554e7fb277bc))


### Documentation

* improve proto documentation. ([a70b8ac](https://github.com/googleapis/java-bigquery-data-exchange/commit/a70b8ac71383a051f384884b043c554e7fb277bc))


### Dependencies

* Update dependency cachetools to v5 ([#79](https://github.com/googleapis/java-bigquery-data-exchange/issues/79)) ([e7fc966](https://github.com/googleapis/java-bigquery-data-exchange/commit/e7fc9667452a94f8f976a00409a8cc3fbe6b502f))
* Update dependency certifi to v2022.9.24 ([#59](https://github.com/googleapis/java-bigquery-data-exchange/issues/59)) ([9cdbe53](https://github.com/googleapis/java-bigquery-data-exchange/commit/9cdbe538bcb6b9e78346206985db000fa3fef3cf))
* Update dependency charset-normalizer to v2.1.1 ([#63](https://github.com/googleapis/java-bigquery-data-exchange/issues/63)) ([ea2d77f](https://github.com/googleapis/java-bigquery-data-exchange/commit/ea2d77f5381aa3ee97f4ae936f580614f2228075))
* Update dependency click to v8.1.3 ([#64](https://github.com/googleapis/java-bigquery-data-exchange/issues/64)) ([6f0b519](https://github.com/googleapis/java-bigquery-data-exchange/commit/6f0b519171a8a9e0a0b8bc254486b2ee99a12599))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#54](https://github.com/googleapis/java-bigquery-data-exchange/issues/54)) ([63e56e2](https://github.com/googleapis/java-bigquery-data-exchange/commit/63e56e248472e64f0fa6ea2b67c0d8066e3d187e))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#56](https://github.com/googleapis/java-bigquery-data-exchange/issues/56)) ([acefe6d](https://github.com/googleapis/java-bigquery-data-exchange/commit/acefe6df105aa534ab69283dab25e7555478ef0c))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#83](https://github.com/googleapis/java-bigquery-data-exchange/issues/83)) ([1329a2d](https://github.com/googleapis/java-bigquery-data-exchange/commit/1329a2db26009e7c844282d65da9256d8789fb46))
* Update dependency gcp-releasetool to v1.8.8 ([#60](https://github.com/googleapis/java-bigquery-data-exchange/issues/60)) ([cb20437](https://github.com/googleapis/java-bigquery-data-exchange/commit/cb20437ca4a81457d16316e52ac505b06997a5ab))
* Update dependency google-api-core to v2.10.1 ([#65](https://github.com/googleapis/java-bigquery-data-exchange/issues/65)) ([5677913](https://github.com/googleapis/java-bigquery-data-exchange/commit/56779139cfed3778ae6c95cf3677e0ac05755b3e))
* Update dependency google-auth to v2.12.0 ([#66](https://github.com/googleapis/java-bigquery-data-exchange/issues/66)) ([d7d2a29](https://github.com/googleapis/java-bigquery-data-exchange/commit/d7d2a294b527a4e947a6c8d1a11db5077a941cec))
* Update dependency google-cloud-core to v2.3.2 ([#61](https://github.com/googleapis/java-bigquery-data-exchange/issues/61)) ([b23beaf](https://github.com/googleapis/java-bigquery-data-exchange/commit/b23beafe5126b10c86993722019da8f9533bbe19))
* Update dependency google-cloud-storage to v2.5.0 ([#67](https://github.com/googleapis/java-bigquery-data-exchange/issues/67)) ([afaf995](https://github.com/googleapis/java-bigquery-data-exchange/commit/afaf9951a8e9b23dbe645e7711ad563fff21df43))
* Update dependency google-crc32c to v1.5.0 ([#68](https://github.com/googleapis/java-bigquery-data-exchange/issues/68)) ([5810429](https://github.com/googleapis/java-bigquery-data-exchange/commit/5810429d1f6fa4e04d8b3aac002cc4df46b93b35))
* Update dependency googleapis-common-protos to v1.56.4 ([#62](https://github.com/googleapis/java-bigquery-data-exchange/issues/62)) ([845625c](https://github.com/googleapis/java-bigquery-data-exchange/commit/845625cc014de6bd21659ff191fda39120c02969))
* Update dependency importlib-metadata to v4.12.0 ([#69](https://github.com/googleapis/java-bigquery-data-exchange/issues/69)) ([de23b25](https://github.com/googleapis/java-bigquery-data-exchange/commit/de23b2529f9f9adab51361c8dd772c79233cc956))
* Update dependency jeepney to v0.8.0 ([#74](https://github.com/googleapis/java-bigquery-data-exchange/issues/74)) ([d3754be](https://github.com/googleapis/java-bigquery-data-exchange/commit/d3754be6555594b3776cb056a7b4511223c51850))
* Update dependency jinja2 to v3.1.2 ([#75](https://github.com/googleapis/java-bigquery-data-exchange/issues/75)) ([93f43a4](https://github.com/googleapis/java-bigquery-data-exchange/commit/93f43a47322508a9b8f8f7d667e3576666d95d72))
* Update dependency keyring to v23.9.3 ([#76](https://github.com/googleapis/java-bigquery-data-exchange/issues/76)) ([0a1b61a](https://github.com/googleapis/java-bigquery-data-exchange/commit/0a1b61a9c2144ba523cc8aea7d77a93bbdec2176))
* Update dependency markupsafe to v2.1.1 ([#70](https://github.com/googleapis/java-bigquery-data-exchange/issues/70)) ([ab50c0e](https://github.com/googleapis/java-bigquery-data-exchange/commit/ab50c0eb2a3e081ec81ac14fbc8d3539086c198f))
* Update dependency protobuf to v3.20.2 ([#71](https://github.com/googleapis/java-bigquery-data-exchange/issues/71)) ([b647377](https://github.com/googleapis/java-bigquery-data-exchange/commit/b647377c7c430cbb86b5fd7125792ae07be7dda6))
* Update dependency protobuf to v4 ([#80](https://github.com/googleapis/java-bigquery-data-exchange/issues/80)) ([409ceed](https://github.com/googleapis/java-bigquery-data-exchange/commit/409ceed1a74b5ed066b1c565978900773ffe1b0c))
* Update dependency pyjwt to v2.5.0 ([#72](https://github.com/googleapis/java-bigquery-data-exchange/issues/72)) ([e43efcd](https://github.com/googleapis/java-bigquery-data-exchange/commit/e43efcdfccfd99571622ed47f14432cf0a42cfdc))
* Update dependency requests to v2.28.1 ([#73](https://github.com/googleapis/java-bigquery-data-exchange/issues/73)) ([60746a8](https://github.com/googleapis/java-bigquery-data-exchange/commit/60746a81486f3edcef143d91ca0d19cfa9546b3d))
* Update dependency typing-extensions to v4.3.0 ([#77](https://github.com/googleapis/java-bigquery-data-exchange/issues/77)) ([2a22b12](https://github.com/googleapis/java-bigquery-data-exchange/commit/2a22b12e2860296f4a866c5abb54bc11a0cd8a65))
* Update dependency zipp to v3.8.1 ([#78](https://github.com/googleapis/java-bigquery-data-exchange/issues/78)) ([7b1a48a](https://github.com/googleapis/java-bigquery-data-exchange/commit/7b1a48a0810d1e5702a6b214e148b97efdac7564))

---
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 renovate-bot/google-cloud-java that referenced this issue Nov 19, 2022
…s#1687) (googleapis#56)

* chore(java): add a note in README for migrated split repos

Disable renovate bot and flaky bot for split repositories
that have moved to the Java monorepo.
The Java monorepo will pass the "monorepo=True" parameter
to java.common_templates method in its owlbot.py files so that
the migration note will not appear in the README in the monorepo.

Co-authored-by: Jeff Ching <chingor@google.com>
Source-Link: googleapis/synthtool@d4b2916
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Ching <chingor@google.com>
github-actions bot pushed a commit to renovate-bot/google-cloud-java that referenced this issue Nov 19, 2022
…s#1687) (googleapis#56)

* chore(java): add a note in README for migrated split repos

Disable renovate bot and flaky bot for split repositories
that have moved to the Java monorepo.
The Java monorepo will pass the "monorepo=True" parameter
to java.common_templates method in its owlbot.py files so that
the migration note will not appear in the README in the monorepo.

Co-authored-by: Jeff Ching <chingor@google.com>
Source-Link: googleapis/synthtool@d4b2916
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Ching <chingor@google.com>
github-actions bot pushed a commit to renovate-bot/google-cloud-java that referenced this issue Nov 19, 2022
…s#1687) (googleapis#56)

* chore(java): add a note in README for migrated split repos (googleapis#1687)

* chore(java): add a note in README for migrated split repos

Disable renovate bot and flaky bot for split repositories
that have moved to the Java monorepo.
The Java monorepo will pass the "monorepo=True" parameter
to java.common_templates method in its owlbot.py files so that
the migration note will not appear in the README in the monorepo.

Co-authored-by: Jeff Ching <chingor@google.com>
Source-Link: googleapis/synthtool@d4b2916
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a

* 🦉 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>
Co-authored-by: Jeff Ching <chingor@google.com>
Co-authored-by: Deepankar Dixit <90280028+ddixit14@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
api: storage Issues related to the Cloud Storage API. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants