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

Copy operation ignores stored object settings if content-type is null #306

Closed
aozarov opened this issue Oct 29, 2015 · 1 comment · Fixed by #309
Closed

Copy operation ignores stored object settings if content-type is null #306

aozarov opened this issue Oct 29, 2015 · 1 comment · Fixed by #309
Assignees
Labels
api: storage Issues related to the Cloud Storage API. 🚨 This issue needs some love. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@aozarov
Copy link
Contributor

aozarov commented Oct 29, 2015

GCS Copy (and ReWrite) operations includes copying the original blob's metadata but also provides
a way to override the blob's metadata (such as content-type, contentLanguage, metadata fields).

When using the apiary copy or rewrite operations and supplying a StorageObject content it is going
to be used for blob's metadata overriding values. However, in this case content-type is required (and operation will fail if one is not provided).

Currently the implementation will silently ignore any overriding metadata if content-type is missing (as
in that case it will not pass the StorageObject content).

This is unexpected and not documented.

Several options:

  1. Just document this behaviour in the Storage.CopyRequest.Builder.target method.

  2. Change Storage.CopyRequest.Builder target settings to get either BlobId or BlobInfo (and in case of the latter also provide in the same setter BlobTargetOption... [and overload it with Iterable]. In this case we could either leave it with the javadoc suggestion (but only
    applies to the target that accepts BlobInfo) and maybe also throw IllegalArgumentException in such case.

  3. Based on [2] and instead of client side check we could change the RPC message to accept a flag to indicate if overriding the source metadata is desired.

  4. Probably also based on [2] and instead of client side check we could use the source metadata (by issuing a separate get request) and "patch" it manually.

@aozarov aozarov added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: storage Issues related to the Cloud Storage API. labels Oct 29, 2015
@aozarov
Copy link
Contributor Author

aozarov commented Oct 29, 2015

We can close #14 once this issue is resolved.

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
…eapis#306)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/49949b8a-f35a-44c8-9095-1d8878c77c79/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@7d65281
github-actions bot pushed a commit that referenced this issue Jul 14, 2022
…306)

* feat: Enable REST transport for most of Java and Go clients

PiperOrigin-RevId: 456641589

Source-Link: googleapis/googleapis@8a251f5

Source-Link: googleapis/googleapis-gen@4ca52a5
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGNhNTJhNTI5Y2YwMTMwOGQ5NzE0OTUwZWRmZmJlYTM1NjBjZmJkYiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update pom.xml

* fix: update gapic-generator-java with mock service generation fixes

PiperOrigin-RevId: 457524730

Source-Link: googleapis/googleapis@917e7f2

Source-Link: googleapis/googleapis-gen@2497f9a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjQ5N2Y5YTA2OWQzZjZiMmQ2ODEwZDVhNGUyMzljZGExZTdlNWEzOSJ9

* 🦉 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: Neenu Shaji <Neenu1995@users.noreply.github.com>
github-actions bot pushed a commit that referenced this issue Jul 14, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.6](googleapis/java-contact-center-insights@v2.3.5...v2.3.6) (2022-07-11)


### Bug Fixes

* update gapic-generator-java with mock service generation fixes ([#306](googleapis/java-contact-center-insights#306)) ([45c0a15](googleapis/java-contact-center-insights@45c0a15))

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


## [1.2.6](googleapis/java-artifact-registry@v1.2.5...v1.2.6) (2022-09-09)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#305](googleapis/java-artifact-registry#305)) ([cdfc66d](googleapis/java-artifact-registry@cdfc66d))

---
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 4, 2022
…cies to v3.0.4 (#306)

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

---

### Release Notes

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

### [`v3.0.4`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;304-httpsgithubcomgoogleapisjava-shared-dependenciescomparev303v304-2022-10-03)

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

##### Dependencies

-   Update dependency cachetools to v5 ([#&#8203;816](https://togithub.com/googleapis/java-shared-dependencies/issues/816)) ([3f6c408](https://togithub.com/googleapis/java-shared-dependencies/commit/3f6c408210c931c286235f61c7aadea5bf5cfe4d))
-   Update dependency certifi to v2022.9.24 ([#&#8203;818](https://togithub.com/googleapis/java-shared-dependencies/issues/818)) ([5f04b97](https://togithub.com/googleapis/java-shared-dependencies/commit/5f04b97c2343146600e8c9ee65afdeb58f5743a6))
-   Update dependency charset-normalizer to v2.1.1 ([#&#8203;822](https://togithub.com/googleapis/java-shared-dependencies/issues/822)) ([6997c5a](https://togithub.com/googleapis/java-shared-dependencies/commit/6997c5acad937ebe3594330de73261a424d42cf3))
-   Update dependency click to v8.1.3 ([#&#8203;823](https://togithub.com/googleapis/java-shared-dependencies/issues/823)) ([42bf9f8](https://togithub.com/googleapis/java-shared-dependencies/commit/42bf9f834fdafea60f2be7ccbf7d363e058cd7c2))
-   Update dependency com.google.protobuf:protobuf-bom to v3.21.7 ([#&#8203;837](https://togithub.com/googleapis/java-shared-dependencies/issues/837)) ([d31e507](https://togithub.com/googleapis/java-shared-dependencies/commit/d31e5077c7e036de5e238e9a611df7ced527574a))
-   Update dependency gcp-releasetool to v1.8.8 ([#&#8203;819](https://togithub.com/googleapis/java-shared-dependencies/issues/819)) ([8245d97](https://togithub.com/googleapis/java-shared-dependencies/commit/8245d975fb12e81454ec7664f9a7c9809bbac697))
-   Update dependency gcp-releasetool to v1.8.9 ([#&#8203;846](https://togithub.com/googleapis/java-shared-dependencies/issues/846)) ([04e3283](https://togithub.com/googleapis/java-shared-dependencies/commit/04e32831c6e87c372444901013a747d2d02ce38d))
-   Update dependency google-api-core to v2.10.1 ([#&#8203;824](https://togithub.com/googleapis/java-shared-dependencies/issues/824)) ([818b9aa](https://togithub.com/googleapis/java-shared-dependencies/commit/818b9aa2ac99d8b1f9b39a74b626122aed5f1d94))
-   Update dependency google-auth to v2.12.0 ([#&#8203;825](https://togithub.com/googleapis/java-shared-dependencies/issues/825)) ([07c544b](https://togithub.com/googleapis/java-shared-dependencies/commit/07c544b5e0fa9f7110bbc957570f7a405962072e))
-   Update dependency google-cloud-core to v2.3.2 ([#&#8203;820](https://togithub.com/googleapis/java-shared-dependencies/issues/820)) ([2a219e8](https://togithub.com/googleapis/java-shared-dependencies/commit/2a219e86f187ba5ad72f2570bd58ca6100128c43))
-   Update dependency google-cloud-storage to v2.5.0 ([#&#8203;826](https://togithub.com/googleapis/java-shared-dependencies/issues/826)) ([bb10d18](https://togithub.com/googleapis/java-shared-dependencies/commit/bb10d1858a515f09d365362ffa0110a5b362c96b))
-   Update dependency google-crc32c to v1.5.0 ([#&#8203;827](https://togithub.com/googleapis/java-shared-dependencies/issues/827)) ([7e5dae6](https://togithub.com/googleapis/java-shared-dependencies/commit/7e5dae60d667cb84b9ee4f6c977bdc35e79e4cf6))
-   Update dependency google-resumable-media to v2.4.0 ([#&#8203;838](https://togithub.com/googleapis/java-shared-dependencies/issues/838)) ([ad82d63](https://togithub.com/googleapis/java-shared-dependencies/commit/ad82d6378f64039da383509638fb4782908eb4bc))
-   Update dependency googleapis-common-protos to v1.56.4 ([#&#8203;821](https://togithub.com/googleapis/java-shared-dependencies/issues/821)) ([93d7745](https://togithub.com/googleapis/java-shared-dependencies/commit/93d77458c9bbf84ec367cdb4caaa41e6f71675c6))
-   Update dependency importlib-metadata to v4.12.0 ([#&#8203;832](https://togithub.com/googleapis/java-shared-dependencies/issues/832)) ([ee19fb1](https://togithub.com/googleapis/java-shared-dependencies/commit/ee19fb1ca5a2a2e1985297e3b72d44de68bc72e3))
-   Update dependency importlib-metadata to v4.13.0 ([#&#8203;843](https://togithub.com/googleapis/java-shared-dependencies/issues/843)) ([d2ede60](https://togithub.com/googleapis/java-shared-dependencies/commit/d2ede601eee8c875780c7eb5924623537480c509))
-   Update dependency importlib-metadata to v5 ([#&#8203;845](https://togithub.com/googleapis/java-shared-dependencies/issues/845)) ([03ac7e8](https://togithub.com/googleapis/java-shared-dependencies/commit/03ac7e800274c5f58d2bc4ddd0561bfcdea1bb27))
-   Update dependency io.grpc:grpc-bom to v1.49.1 ([#&#8203;802](https://togithub.com/googleapis/java-shared-dependencies/issues/802)) ([b8c54bf](https://togithub.com/googleapis/java-shared-dependencies/commit/b8c54bf8f1ddecc788cee151f8afe42de45bdc9d))
-   Update dependency io.grpc:grpc-bom to v1.49.2 ([#&#8203;842](https://togithub.com/googleapis/java-shared-dependencies/issues/842)) ([1b1cfa2](https://togithub.com/googleapis/java-shared-dependencies/commit/1b1cfa27d05f7732da12721305cf41dcbebda232))
-   Update dependency jeepney to v0.8.0 ([#&#8203;833](https://togithub.com/googleapis/java-shared-dependencies/issues/833)) ([15d2f9f](https://togithub.com/googleapis/java-shared-dependencies/commit/15d2f9f52b5a3259db0813df3d2424e256ccb372))
-   Update dependency jinja2 to v3.1.2 ([#&#8203;834](https://togithub.com/googleapis/java-shared-dependencies/issues/834)) ([c188f95](https://togithub.com/googleapis/java-shared-dependencies/commit/c188f95acdb3349f1c4b3ed56e5fffb75e8fbc8d))
-   Update dependency keyring to v23.9.3 ([#&#8203;828](https://togithub.com/googleapis/java-shared-dependencies/issues/828)) ([b185aaa](https://togithub.com/googleapis/java-shared-dependencies/commit/b185aaae716d4d97cb64f0426cac0e778f11223d))
-   Update dependency markupsafe to v2.1.1 ([#&#8203;829](https://togithub.com/googleapis/java-shared-dependencies/issues/829)) ([add2825](https://togithub.com/googleapis/java-shared-dependencies/commit/add2825bd34cd80f529dbe0dadb3c84219177916))
-   Update dependency org.threeten:threetenbp to v1.6.2 ([#&#8203;808](https://togithub.com/googleapis/java-shared-dependencies/issues/808)) ([2d2eabd](https://togithub.com/googleapis/java-shared-dependencies/commit/2d2eabd14d8150207885ea47280c0f7ff3d2962f))
-   Update dependency protobuf to v3.20.2 ([#&#8203;830](https://togithub.com/googleapis/java-shared-dependencies/issues/830)) ([5afa76f](https://togithub.com/googleapis/java-shared-dependencies/commit/5afa76f9ef4705aecba49abc7bb93982fb1ecf3e))
-   Update dependency protobuf to v3.20.3 ([#&#8203;839](https://togithub.com/googleapis/java-shared-dependencies/issues/839)) ([d9fc7dd](https://togithub.com/googleapis/java-shared-dependencies/commit/d9fc7ddd3e663458e6ea3f78a3c6241377df0319))
-   Update dependency protobuf to v4 ([#&#8203;817](https://togithub.com/googleapis/java-shared-dependencies/issues/817)) ([ee8d154](https://togithub.com/googleapis/java-shared-dependencies/commit/ee8d154287ccd256b4dcfa48f28f5ec61a91fe3e))
-   Update dependency pyjwt to v2.5.0 ([#&#8203;812](https://togithub.com/googleapis/java-shared-dependencies/issues/812)) ([4d4528e](https://togithub.com/googleapis/java-shared-dependencies/commit/4d4528e8ce269d49b99d2dbc4fcda2dc37a058cb))
-   Update dependency requests to v2.28.1 ([#&#8203;813](https://togithub.com/googleapis/java-shared-dependencies/issues/813)) ([a3a8d89](https://togithub.com/googleapis/java-shared-dependencies/commit/a3a8d89b0117007a7108553c70aa82dd289e1691))
-   Update dependency typing-extensions to v4.3.0 ([#&#8203;814](https://togithub.com/googleapis/java-shared-dependencies/issues/814)) ([da875e5](https://togithub.com/googleapis/java-shared-dependencies/commit/da875e5e91fa9d8c177e6c3afc9e34242eb914b7))
-   Update dependency zipp to v3.8.1 ([#&#8203;815](https://togithub.com/googleapis/java-shared-dependencies/issues/815)) ([15585fd](https://togithub.com/googleapis/java-shared-dependencies/commit/15585fd0216013fe93be011f93f391f6269aa777))
-   Update gax.version to v2.19.2 ([#&#8203;847](https://togithub.com/googleapis/java-shared-dependencies/issues/847)) ([c4afe1f](https://togithub.com/googleapis/java-shared-dependencies/commit/c4afe1fdc88af29ab039cea618d52c15c90e43e9))
-   Update google.common-protos.version to v2.9.3 ([#&#8203;803](https://togithub.com/googleapis/java-shared-dependencies/issues/803)) ([a3e8e5e](https://togithub.com/googleapis/java-shared-dependencies/commit/a3e8e5eb53a8da14abf3b8d81a4f34fbb2f3b8f9))
-   Update google.common-protos.version to v2.9.5 ([#&#8203;831](https://togithub.com/googleapis/java-shared-dependencies/issues/831)) ([1c901db](https://togithub.com/googleapis/java-shared-dependencies/commit/1c901db8a7740afaec3e809e51d4d369fbf469c4))
-   Update google.common-protos.version to v2.9.6 ([#&#8203;844](https://togithub.com/googleapis/java-shared-dependencies/issues/844)) ([9e156be](https://togithub.com/googleapis/java-shared-dependencies/commit/9e156be59bd89959f04252c3045b8cd7a8be8070))
-   Update google.core.version to v2.8.13 ([#&#8203;804](https://togithub.com/googleapis/java-shared-dependencies/issues/804)) ([45ae571](https://togithub.com/googleapis/java-shared-dependencies/commit/45ae57142bd6d5334eedd46243736b200a459795))
-   Update google.core.version to v2.8.14 ([#&#8203;805](https://togithub.com/googleapis/java-shared-dependencies/issues/805)) ([02c9397](https://togithub.com/googleapis/java-shared-dependencies/commit/02c9397a84bf3fcca8d04e4c9867cc47689abde2))
-   Update google.core.version to v2.8.15 ([#&#8203;807](https://togithub.com/googleapis/java-shared-dependencies/issues/807)) ([980856c](https://togithub.com/googleapis/java-shared-dependencies/commit/980856c43981992a3d08f69eac83aeada752d244))
-   Update google.core.version to v2.8.16 ([#&#8203;810](https://togithub.com/googleapis/java-shared-dependencies/issues/810)) ([c2b2c9a](https://togithub.com/googleapis/java-shared-dependencies/commit/c2b2c9a327fd588f69524bb93a17e5d4ae8f5a42))
-   Update google.core.version to v2.8.17 ([#&#8203;835](https://togithub.com/googleapis/java-shared-dependencies/issues/835)) ([3def21d](https://togithub.com/googleapis/java-shared-dependencies/commit/3def21df2e4253e3df0da064b6c4e472df079d2b))
-   Update google.core.version to v2.8.18 ([#&#8203;840](https://togithub.com/googleapis/java-shared-dependencies/issues/840)) ([46566dc](https://togithub.com/googleapis/java-shared-dependencies/commit/46566dc18c4b1ed41c482b4ce21b92651e2f9dc5))
-   Update google.core.version to v2.8.19 ([#&#8203;841](https://togithub.com/googleapis/java-shared-dependencies/issues/841)) ([99afde9](https://togithub.com/googleapis/java-shared-dependencies/commit/99afde97ea498f549eb75cc58c4ed88edf81b20d))
-   Update google.core.version to v2.8.20 ([#&#8203;848](https://togithub.com/googleapis/java-shared-dependencies/issues/848)) ([c980c4f](https://togithub.com/googleapis/java-shared-dependencies/commit/c980c4fdfc8890d812b4881ba5b87bfd21269a5f))
-   Update iam.version to v1.6.1 ([#&#8203;806](https://togithub.com/googleapis/java-shared-dependencies/issues/806)) ([a50158d](https://togithub.com/googleapis/java-shared-dependencies/commit/a50158d3b83cf8e02d8ee08c94e512b5669a927b))
-   Update iam.version to v1.6.2 ([#&#8203;849](https://togithub.com/googleapis/java-shared-dependencies/issues/849)) ([e43ac96](https://togithub.com/googleapis/java-shared-dependencies/commit/e43ac96bc189a096a9311c9b03e85c86bea07e99))

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


## [2.3.6](https://togithub.com/googleapis/java-service-usage/compare/v2.3.5...v2.3.6) (2022-10-03)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#306](https://togithub.com/googleapis/java-service-usage/issues/306)) ([f932a5c](https://togithub.com/googleapis/java-service-usage/commit/f932a5cfdf98a9fd5dca78b2db0f0f7c1c54040a))

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


## [3.1.6](https://togithub.com/googleapis/java-service-management/compare/v3.1.5...v3.1.6) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#309](https://togithub.com/googleapis/java-service-management/issues/309)) ([f8aa2fd](https://togithub.com/googleapis/java-service-management/commit/f8aa2fdfe0e6bbe0d4d637175bd232888ff1de62))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#313](https://togithub.com/googleapis/java-service-management/issues/313)) ([1f187e8](https://togithub.com/googleapis/java-service-management/commit/1f187e8d1b095039ec2e2ab3c3c916c2da2f1f74))
* Update dependency google-api-core to v2.10.1 ([#297](https://togithub.com/googleapis/java-service-management/issues/297)) ([39a4216](https://togithub.com/googleapis/java-service-management/commit/39a42160b73fd31e13d99519a3caa9a440408e18))
* Update dependency google-auth to v2.12.0 ([#298](https://togithub.com/googleapis/java-service-management/issues/298)) ([9970f44](https://togithub.com/googleapis/java-service-management/commit/9970f44291b1c44a158715592a91ee13aed415bd))
* Update dependency google-cloud-storage to v2.5.0 ([#299](https://togithub.com/googleapis/java-service-management/issues/299)) ([5c06503](https://togithub.com/googleapis/java-service-management/commit/5c065035b67127681817bac43b24953e49755aa1))
* Update dependency google-crc32c to v1.5.0 ([#300](https://togithub.com/googleapis/java-service-management/issues/300)) ([12fb7e0](https://togithub.com/googleapis/java-service-management/commit/12fb7e0a550989a14eb907a1d83eebe37210fb8a))
* Update dependency importlib-metadata to v4.12.0 ([#301](https://togithub.com/googleapis/java-service-management/issues/301)) ([1afcf78](https://togithub.com/googleapis/java-service-management/commit/1afcf782f8bf49768e60e5e68ca6751cdc4bbae9))
* Update dependency jeepney to v0.8.0 ([#302](https://togithub.com/googleapis/java-service-management/issues/302)) ([1a25175](https://togithub.com/googleapis/java-service-management/commit/1a25175638a50f1df5acdbdbaac8dff0bf080868))
* Update dependency jinja2 to v3.1.2 ([#303](https://togithub.com/googleapis/java-service-management/issues/303)) ([da0e413](https://togithub.com/googleapis/java-service-management/commit/da0e413e0ce2b0446b82bc9ab7803f0c538eeaa1))
* Update dependency keyring to v23.9.3 ([#304](https://togithub.com/googleapis/java-service-management/issues/304)) ([d2204b1](https://togithub.com/googleapis/java-service-management/commit/d2204b190d5f96e4172cf4bf3123159e5bebd295))
* Update dependency protobuf to v4 ([#310](https://togithub.com/googleapis/java-service-management/issues/310)) ([db86f4d](https://togithub.com/googleapis/java-service-management/commit/db86f4db759eeb5c4617619753166746b78730e0))
* Update dependency pyjwt to v2.5.0 ([#305](https://togithub.com/googleapis/java-service-management/issues/305)) ([2daf197](https://togithub.com/googleapis/java-service-management/commit/2daf197ad249a6d72f5a7c872b0df0afb92e6e9d))
* Update dependency requests to v2.28.1 ([#306](https://togithub.com/googleapis/java-service-management/issues/306)) ([af843c9](https://togithub.com/googleapis/java-service-management/commit/af843c9331a04905d765d3e0dcde787da2bbdee0))
* Update dependency typing-extensions to v4.3.0 ([#307](https://togithub.com/googleapis/java-service-management/issues/307)) ([3893d63](https://togithub.com/googleapis/java-service-management/commit/3893d63c07bef9258532b4c7b265f1990bfb64f0))
* Update dependency zipp to v3.8.1 ([#308](https://togithub.com/googleapis/java-service-management/issues/308)) ([11c1863](https://togithub.com/googleapis/java-service-management/commit/11c1863c63c7127cb2f53e37b7561f328d84040f))

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


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


### Dependencies

* Update dependency cachetools to v5 ([#306](https://togithub.com/googleapis/java-dataproc-metastore/issues/306)) ([8eac725](https://togithub.com/googleapis/java-dataproc-metastore/commit/8eac725109f6eb07a8bdd18116254ef90e7e3d77))
* Update dependency certifi to v2022.9.24 ([#288](https://togithub.com/googleapis/java-dataproc-metastore/issues/288)) ([15492bb](https://togithub.com/googleapis/java-dataproc-metastore/commit/15492bbf6a6535bc2e53b6665d7a28acf432881b))
* Update dependency charset-normalizer to v2.1.1 ([#292](https://togithub.com/googleapis/java-dataproc-metastore/issues/292)) ([0a898f6](https://togithub.com/googleapis/java-dataproc-metastore/commit/0a898f6693237b167bb0a5de3ecd36aeefcaa924))
* Update dependency click to v8.1.3 ([#293](https://togithub.com/googleapis/java-dataproc-metastore/issues/293)) ([f6297d1](https://togithub.com/googleapis/java-dataproc-metastore/commit/f6297d148f183de8856c1d51b888cc851908b859))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#312](https://togithub.com/googleapis/java-dataproc-metastore/issues/312)) ([1000591](https://togithub.com/googleapis/java-dataproc-metastore/commit/1000591a04f0c9dabd4391176abf8e8624c4e0c1))
* Update dependency gcp-releasetool to v1.8.8 ([#289](https://togithub.com/googleapis/java-dataproc-metastore/issues/289)) ([429eb46](https://togithub.com/googleapis/java-dataproc-metastore/commit/429eb46d6c6d5f9f14f866f1dced4265a2b606fe))
* Update dependency google-api-core to v2.10.1 ([#294](https://togithub.com/googleapis/java-dataproc-metastore/issues/294)) ([5297eca](https://togithub.com/googleapis/java-dataproc-metastore/commit/5297eca843345d6dd03e007d0060e054c4f199b2))
* Update dependency google-auth to v2.12.0 ([#295](https://togithub.com/googleapis/java-dataproc-metastore/issues/295)) ([1efce6d](https://togithub.com/googleapis/java-dataproc-metastore/commit/1efce6da1aa04226e21f8e6e3c8b9487b548791a))
* Update dependency google-cloud-core to v2.3.2 ([#290](https://togithub.com/googleapis/java-dataproc-metastore/issues/290)) ([daf71b1](https://togithub.com/googleapis/java-dataproc-metastore/commit/daf71b1ff9c8b4cc6fcff31404fff734c28abc72))
* Update dependency google-cloud-storage to v2.5.0 ([#296](https://togithub.com/googleapis/java-dataproc-metastore/issues/296)) ([626b70a](https://togithub.com/googleapis/java-dataproc-metastore/commit/626b70a485929af77d7a0a7e4191c62b09dd71d3))
* Update dependency google-crc32c to v1.5.0 ([#297](https://togithub.com/googleapis/java-dataproc-metastore/issues/297)) ([e049a1f](https://togithub.com/googleapis/java-dataproc-metastore/commit/e049a1fbefa3a2f82685dbfc21d332b9c361ffe7))
* Update dependency googleapis-common-protos to v1.56.4 ([#291](https://togithub.com/googleapis/java-dataproc-metastore/issues/291)) ([87d6a32](https://togithub.com/googleapis/java-dataproc-metastore/commit/87d6a328aa36184a4f3a8e2e855521e75a199b9a))
* Update dependency importlib-metadata to v4.12.0 ([#308](https://togithub.com/googleapis/java-dataproc-metastore/issues/308)) ([d0830dd](https://togithub.com/googleapis/java-dataproc-metastore/commit/d0830dda2fe5752a50d8c793d397e2b9beef7975))
* Update dependency jeepney to v0.8.0 ([#309](https://togithub.com/googleapis/java-dataproc-metastore/issues/309)) ([a84f7b4](https://togithub.com/googleapis/java-dataproc-metastore/commit/a84f7b4606888a14e60b62acfe8c18e2c12fa025))
* Update dependency jinja2 to v3.1.2 ([#298](https://togithub.com/googleapis/java-dataproc-metastore/issues/298)) ([896390f](https://togithub.com/googleapis/java-dataproc-metastore/commit/896390f9658cc113c4f98f2989082feb6647488d))
* Update dependency keyring to v23.9.3 ([#299](https://togithub.com/googleapis/java-dataproc-metastore/issues/299)) ([7c893a6](https://togithub.com/googleapis/java-dataproc-metastore/commit/7c893a6d8f392c2dda38957385a4cfaf32a57128))
* Update dependency protobuf to v3.20.2 ([#301](https://togithub.com/googleapis/java-dataproc-metastore/issues/301)) ([aceb9ca](https://togithub.com/googleapis/java-dataproc-metastore/commit/aceb9ca5b72a6cf5a84d5cdc9ef2fb577becb253))
* Update dependency pyjwt to v2.5.0 ([#302](https://togithub.com/googleapis/java-dataproc-metastore/issues/302)) ([2c1b22b](https://togithub.com/googleapis/java-dataproc-metastore/commit/2c1b22b9cbea38c162899b43668e0601b3fe1b7b))
* Update dependency requests to v2.28.1 ([#303](https://togithub.com/googleapis/java-dataproc-metastore/issues/303)) ([3482a67](https://togithub.com/googleapis/java-dataproc-metastore/commit/3482a67cb140c28cc1e32ca5c1ef0d6e8bcc8d7b))
* Update dependency typing-extensions to v4.3.0 ([#304](https://togithub.com/googleapis/java-dataproc-metastore/issues/304)) ([696afbc](https://togithub.com/googleapis/java-dataproc-metastore/commit/696afbc5284c718efb10d429acd3cdca500959b2))
* Update dependency zipp to v3.8.1 ([#305](https://togithub.com/googleapis/java-dataproc-metastore/issues/305)) ([85c3d7f](https://togithub.com/googleapis/java-dataproc-metastore/commit/85c3d7f3fef7e2a53a9cd8f8fa67afd2560ae93d))

---
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
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 7, 2022
… to v2.3.3 (#306)

[![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-profiler](https://togithub.com/googleapis/java-profiler) | `2.3.2` -> `2.3.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-profiler/2.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-profiler/2.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-profiler/2.3.5/compatibility-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-profiler/2.3.5/confidence-slim/2.3.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 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-profiler).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=-->
suztomo pushed a commit that referenced this issue Feb 1, 2023
…onfig to v1.3.0 (#306)

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

---

### Release Notes

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

### [`v1.3.0`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;130-httpsgithubcomgoogleapisjava-shared-configcomparev127v130-2022-03-07)

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

##### Features

-   increase IT timeout from 20 to 60 mins ([#&#8203;440](https://togithub.com/googleapis/java-shared-config/issues/440)) ([a4427bc](https://togithub.com/googleapis/java-shared-config/commit/a4427bceebd0624e23f0b02bb24d7ed46ea4b3a6))

##### Dependencies

-   update dependency com.google.cloud:native-image-support to v0.12.6 ([#&#8203;423](https://togithub.com/googleapis/java-shared-config/issues/423)) ([9a0cb79](https://togithub.com/googleapis/java-shared-config/commit/9a0cb79896d5c97dc3c5648a6740d53eb9ada673))
-   update dependency com.puppycrawl.tools:checkstyle to v9.3 ([#&#8203;415](https://togithub.com/googleapis/java-shared-config/issues/415)) ([9e2d3fd](https://togithub.com/googleapis/java-shared-config/commit/9e2d3fd8bd42bc210dae5798f7d5dfe950c29f51))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.10 ([#&#8203;429](https://togithub.com/googleapis/java-shared-config/issues/429)) ([0355f29](https://togithub.com/googleapis/java-shared-config/commit/0355f2988ebcff19615b72bc65523555e4844523))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.10 ([#&#8203;430](https://togithub.com/googleapis/java-shared-config/issues/430)) ([16984d2](https://togithub.com/googleapis/java-shared-config/commit/16984d25a84aa6a8daf2a0925ea57cd0d3f0ee24))

##### [1.2.7](https://togithub.com/googleapis/java-shared-config/compare/v1.2.6...v1.2.7) (2022-02-04)

##### Dependencies

-   update dependency com.google.cloud:native-image-support to v0.12.0 ([#&#8203;414](https://togithub.com/googleapis/java-shared-config/issues/414)) ([2133cc0](https://togithub.com/googleapis/java-shared-config/commit/2133cc093efd8420e352274f3eab09de819ff796))

##### [1.2.6](https://togithub.com/googleapis/java-shared-config/compare/v1.2.5...v1.2.6) (2022-01-19)

##### Bug Fixes

-   library should released as 1.2.6 ([#&#8203;408](https://togithub.com/googleapis/java-shared-config/issues/408)) ([4972daa](https://togithub.com/googleapis/java-shared-config/commit/4972daa60467797566c4b043cebd322577b8eb73))

##### [1.2.5](https://togithub.com/googleapis/java-shared-config/compare/v1.2.4...v1.2.5) (2022-01-11)

##### Bug Fixes

-   **java:** Enable unit tests in generated libraries for native image testing ([#&#8203;394](https://togithub.com/googleapis/java-shared-config/issues/394)) ([a453b9f](https://togithub.com/googleapis/java-shared-config/commit/a453b9f141c7555f2fd5333eb17d223410ab66eb))

##### [1.2.4](https://www.github.com/googleapis/java-shared-config/compare/v1.2.3...v1.2.4) (2022-01-06)

##### Dependencies

-   revert dependency com.google.googlejavaformat:google-java-format to v1.7 ([#&#8203;391](https://www.togithub.com/googleapis/java-shared-config/issues/391)) ([17077fb](https://www.github.com/googleapis/java-shared-config/commit/17077fb1a58eef7098dc5e1e9b2c78a63c5c11e1))

##### [1.2.3](https://www.github.com/googleapis/java-shared-config/compare/v1.2.2...v1.2.3) (2022-01-04)

##### Bug Fixes

-   **java:** add -ntp flag to native image testing command ([#&#8203;1299](https://www.togithub.com/googleapis/java-shared-config/issues/1299)) ([#&#8203;376](https://www.togithub.com/googleapis/java-shared-config/issues/376)) ([50e7a10](https://www.github.com/googleapis/java-shared-config/commit/50e7a10a8dca0505fd831e3dd929577d2f82b011))
-   **java:** Only enable integration tests for native image testing ([#&#8203;375](https://www.togithub.com/googleapis/java-shared-config/issues/375)) ([663f421](https://www.github.com/googleapis/java-shared-config/commit/663f421de342afcba24703079f778738045d3ff2))
-   **java:** Pass missing integration test flags to native image test commands ([#&#8203;1309](https://www.togithub.com/googleapis/java-shared-config/issues/1309)) ([#&#8203;383](https://www.togithub.com/googleapis/java-shared-config/issues/383)) ([b17b44e](https://www.github.com/googleapis/java-shared-config/commit/b17b44e37fe44ba61616417189c6b2271f3a4d18))

##### Dependencies

-   update auto-value-annotation.version to v1.9 ([#&#8203;378](https://www.togithub.com/googleapis/java-shared-config/issues/378)) ([5e1cd0e](https://www.github.com/googleapis/java-shared-config/commit/5e1cd0e39910548ec4eb6639da979c3b66411503))
-   update dependency com.google.googlejavaformat:google-java-format to v1.13.0 ([#&#8203;361](https://www.togithub.com/googleapis/java-shared-config/issues/361)) ([095d60a](https://www.github.com/googleapis/java-shared-config/commit/095d60a061a574dcf84b9fcf26dff48617a306b1))
-   update dependency com.puppycrawl.tools:checkstyle to v9.2 ([#&#8203;366](https://www.togithub.com/googleapis/java-shared-config/issues/366)) ([061df67](https://www.github.com/googleapis/java-shared-config/commit/061df676d8b2fef5bbb0ce9661d3c96fcb57e73a))
-   update dependency com.puppycrawl.tools:checkstyle to v9.2.1 ([#&#8203;382](https://www.togithub.com/googleapis/java-shared-config/issues/382)) ([1a182c5](https://www.github.com/googleapis/java-shared-config/commit/1a182c52e7c5431875296940d68c9bdfcf74be00))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.9 ([#&#8203;379](https://www.togithub.com/googleapis/java-shared-config/issues/379)) ([0a2b05f](https://www.github.com/googleapis/java-shared-config/commit/0a2b05ff7f649331efbc4dd540705da10691a2f1))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.8 ([#&#8203;372](https://www.togithub.com/googleapis/java-shared-config/issues/372)) ([6fe795e](https://www.github.com/googleapis/java-shared-config/commit/6fe795ede39575656ef1609bf7aac28c1d170976))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.9 ([#&#8203;380](https://www.togithub.com/googleapis/java-shared-config/issues/380)) ([f2efad5](https://www.github.com/googleapis/java-shared-config/commit/f2efad585b431fe186c7900a8171a999c689405b))
-   update dependency org.junit.vintage:junit-vintage-engine to v5.8.2 ([#&#8203;365](https://www.togithub.com/googleapis/java-shared-config/issues/365)) ([604058d](https://www.github.com/googleapis/java-shared-config/commit/604058d52dc962db9a506762926576542687285e))

##### [1.2.2](https://www.github.com/googleapis/java-shared-config/compare/v1.2.1...v1.2.2) (2021-11-16)

##### Bug Fixes

-   update dependency com.google.cloud:native-image-support to v0.10.0 ([#&#8203;358](https://www.togithub.com/googleapis/java-shared-config/issues/358)) ([0441958](https://www.github.com/googleapis/java-shared-config/commit/044195865a1122d419cadae90fddbf8dc5b4a32d))

##### [1.2.1](https://www.github.com/googleapis/java-shared-config/compare/v1.2.0...v1.2.1) (2021-11-08)

##### Bug Fixes

-   Add native image feature to register protobuf reflection in tests ([#&#8203;347](https://www.togithub.com/googleapis/java-shared-config/issues/347)) ([88c3e3b](https://www.github.com/googleapis/java-shared-config/commit/88c3e3b0ad1e480e0fdbe9f6fe1f9df183066ee6))

##### Dependencies

-   update dependency com.google.auto.service:auto-service-annotations to v1.0.1 ([#&#8203;346](https://www.togithub.com/googleapis/java-shared-config/issues/346)) ([9c1f943](https://www.github.com/googleapis/java-shared-config/commit/9c1f94345fb47346fe66f901976c2347b8102bc8))
-   update dependency com.google.cloud:native-image-support to v0.9.0 ([#&#8203;350](https://www.togithub.com/googleapis/java-shared-config/issues/350)) ([3b496b0](https://www.github.com/googleapis/java-shared-config/commit/3b496b03bd95e59fcd1a3a1eb6cc0dfd330db769))
-   update dependency com.puppycrawl.tools:checkstyle to v9.1 ([#&#8203;345](https://www.togithub.com/googleapis/java-shared-config/issues/345)) ([f5c03d3](https://www.github.com/googleapis/java-shared-config/commit/f5c03d35684ef4e0bb3178ab6056f231f3f4faf6))

</details>

---

### Configuration

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

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

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

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, 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-iam).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. 🚨 This issue needs some love. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants