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

Implement bare-bones blob listing #884

Merged

Conversation

jean-philippe-martin
Copy link

  • Update FakeStorageRPC to (barely) implement list(bucket).
  • Wire the NIO provider to take advantage of it so we can list the contents of folders.
  • Add the corresponding test case.

I notice my IDE helpfully changed some of the files: it added an explicit java version (I'm using 1.8 features, hopefully that's OK?), and it added some wildcard imports.

Let me know which of those (if any) I should revert!

Also I'm not entirely sure of the contract that list(String bucket, Map<Option, ?> options) is supposed to follow, beyond "Lists the bucket's blobs". I filled it in with my best guess but if there's a spec somewhere for me to follow, pointers would be appreciated!

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 8, 2016
@jean-philippe-martin
Copy link
Author

OK, looks like Java 8 is a no-go, I'll change things to the old way.

@jean-philippe-martin
Copy link
Author

Changed to Java 1.7, PTAL.

return ret.iterator();
}
@Override
public void close() throws IOException {

This comment was marked as spam.

@jean-philippe-martin
Copy link
Author

This should address all the comments so far.

@@ -79,6 +82,34 @@
@AutoService(FileSystemProvider.class)
public final class CloudStorageFileSystemProvider extends FileSystemProvider {

private static class LazyPathIterator extends AbstractIterator<Path> {
private Iterator<Blob> blobIterator;

This comment was marked as spam.

This comment was marked as spam.

@jean-philippe-martin
Copy link
Author

mmh, the extra line is still there even though I thought I deleted it. Let me try to delete more and see what happens. Alternatively, we could decide we're OK with two blank lines at the end of a file.

@jean-philippe-martin
Copy link
Author

The mystery deepens. On my disk there clearly is only a single newline at the end (which is what you want to see), and git believes that my files match what's been pushed.

gcloud-java$ xxd gcloud-java-contrib/gcloud-java-nio/src/main/java/com/google/gcloud/storage/contrib/nio/CloudStorageFileSystemProvider.java  | tail -n 4
00005960: 7265 7475 726e 206e 6577 2049 4f45 7863  return new IOExc
00005970: 6570 7469 6f6e 286f 6f70 732e 6765 744d  eption(oops.getM
00005980: 6573 7361 6765 2829 2c20 6f6f 7073 293b  essage(), oops);
00005990: 0a20 207d 0a7d 0a                        .  }.}.
gcloud-java$ git diff
gcloud-java$ git commit
nothing added to commit but untracked files present

@jean-philippe-martin
Copy link
Author

We can come back to this later.

}
}


private final Storage storage;

This comment was marked as spam.

This comment was marked as spam.


// Does nothing since there's nothing to close. Commenting this method to quiet codacy.
@Override
public void close() throws IOException {

This comment was marked as spam.

This comment was marked as spam.

@mziccard
Copy link
Contributor

The mystery deepens. On my disk there clearly is only a single newline at the end (which is what you want to see), and git believes that my files match what's been pushed.

I cloned your branch and I can see the 2 empty lines. If I remove one git diff shows:

--- a/gcloud-java-contrib/gcloud-java-nio/src/main/java/com/google/gcloud/storage/contrib/nio/CloudStorageFileSystemProvider.java
+++ b/gcloud-java-contrib/gcloud-java-nio/src/main/java/com/google/gcloud/storage/contrib/nio/CloudStorageFileSystemProvider.java
@@ -109,7 +109,6 @@ public final class CloudStorageFileSystemProvider extends FileSystemProvider {
     }
   }

-
   private final Storage storage;

   // used only when we create a new instance of CloudStorageFileSystemProvider.

return null;
String preprefix = "";
for (Map.Entry<Option, ?> e : options.entrySet()) {
switch (e.getKey()) {

This comment was marked as spam.

@jean-philippe-martin
Copy link
Author

I don't know what to say. Does git lie to us when it says that my branch's up-to-date? It looks like what's on my machine isn't the same as what's on the server. I'm going to push with the other fixes, let's see if after that the state on my machine matches the state on the server.

@jean-philippe-martin
Copy link
Author

FWIW, when I look at the file on GitHub's viewer, it shows no empty line at all at the end of the file, so line 637 is the last line. When I look at it in my IDE it shows one more line (638), empty.

The hex dump still shows a single 0x0a at the end of the file. The diff for this commit indicates no change to this last line, nor does the previous one. Yet we seem to be seeing something different.

When you clone my branch, and before you open the file in any editor, what does the hex dump show?

@mziccard
Copy link
Contributor

The extra line seems to be gone now, am I wrong?

This looks good to me feel free to merge after squashing the commits.

@jean-philippe-martin
Copy link
Author

Squashed. Can we agree not to worry about extra blank lines next time?

@jean-philippe-martin jean-philippe-martin merged commit 9a8c51a into googleapis:gcs-nio Apr 14, 2016
@jean-philippe-martin jean-philippe-martin deleted the fake_list branch April 14, 2016 21:06
github-actions bot pushed a commit that referenced this pull request Jun 23, 2022
🤖 I have created a release *beep* *boop*
---


## [0.123.3](googleapis/java-errorreporting@v0.123.2...v0.123.3) (2022-06-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#882](googleapis/java-errorreporting#882)) ([b0956b6](googleapis/java-errorreporting@b0956b6))

---
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 pull request Jun 29, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.1](googleapis/java-containeranalysis@v2.3.0...v2.3.1) (2022-06-24)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([googleapis#891](googleapis/java-containeranalysis#891)) ([afd35ec](googleapis/java-containeranalysis@afd35ec))
* update dependency io.grafeas:grafeas to v2.3.0 ([googleapis#884](googleapis/java-containeranalysis#884)) ([14a551d](googleapis/java-containeranalysis@14a551d))
* update dependency io.grafeas:grafeas to v2.3.1 ([googleapis#893](googleapis/java-containeranalysis#893)) ([b0d2eb0](googleapis/java-containeranalysis@b0d2eb0))

---
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 pull request Jul 14, 2022
Source-Link: googleapis/synthtool@7336562
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
github-actions bot pushed a commit that referenced this pull request Jul 14, 2022
🤖 I have created a release *beep* *boop*
---


## [4.0.1](googleapis/java-dataproc@v4.0.0...v4.0.1) (2022-07-13)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-dataproc/issues/1485)) ([#884](googleapis/java-dataproc#884)) ([92b0573](googleapis/java-dataproc@92b0573))

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


## [3.3.2](googleapis/java-monitoring@v3.3.1...v3.3.2) (2022-07-13)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-monitoring/issues/1485)) ([#883](googleapis/java-monitoring#883)) ([0aa8d72](googleapis/java-monitoring@0aa8d72))

---
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 pull request Aug 9, 2022
…0.7 (#884)

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

---

### Release Notes

<details>
<summary>googleapis/java-pubsub</summary>

### [`v1.120.7`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11207-httpsgithubcomgoogleapisjava-pubsubcomparev11206v11207-2022-08-01)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.120.6...v1.120.7)

##### Bug Fixes

-   Updated log level from WARNING -> INFO for EOD failures ([#&#8203;1218](https://togithub.com/googleapis/java-pubsub/issues/1218)) ([8782533](https://togithub.com/googleapis/java-pubsub/commit/8782533204fcc312c1063763f5073db83c72382f))

### [`v1.120.6`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11206-httpsgithubcomgoogleapisjava-pubsubcomparev11205v11206-2022-08-01)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.120.5...v1.120.6)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-bigquery to v2.14.1 ([#&#8203;1215](https://togithub.com/googleapis/java-pubsub/issues/1215)) ([5667492](https://togithub.com/googleapis/java-pubsub/commit/56674928f2e671487c8d4c0dad4e45368da47e0e))
-   update dependency com.google.cloud:google-cloud-core to v2.8.5 ([#&#8203;1213](https://togithub.com/googleapis/java-pubsub/issues/1213)) ([5db0c2c](https://togithub.com/googleapis/java-pubsub/commit/5db0c2cafcf27a80ac4e18c623fc22c2af252774))
-   update dependency com.google.protobuf:protobuf-java-util to v3.21.4 ([#&#8203;1214](https://togithub.com/googleapis/java-pubsub/issues/1214)) ([bfc53d9](https://togithub.com/googleapis/java-pubsub/commit/bfc53d9fb616b4ee22e2c39dbaf1eed7354142a7))
-   update dependency org.apache.avro:avro to v1.11.1 ([#&#8203;1210](https://togithub.com/googleapis/java-pubsub/issues/1210)) ([fafcded](https://togithub.com/googleapis/java-pubsub/commit/fafcdede6b4e5ef5098b8b04a53d9e42b59cda3d))

### [`v1.120.5`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11205-httpsgithubcomgoogleapisjava-pubsubcomparev11204v11205-2022-07-30)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.120.4...v1.120.5)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#&#8203;1207](https://togithub.com/googleapis/java-pubsub/issues/1207)) ([d355509](https://togithub.com/googleapis/java-pubsub/commit/d355509be963b7d2c357d2c9dd3f97eaa5fd8717))

### [`v1.120.4`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11204-httpsgithubcomgoogleapisjava-pubsubcomparev11203v11204-2022-07-29)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.120.3...v1.120.4)

##### Bug Fixes

-   updating return types of ack/nack futures to be consistent with publish ([#&#8203;1204](https://togithub.com/googleapis/java-pubsub/issues/1204)) ([6e73ab9](https://togithub.com/googleapis/java-pubsub/commit/6e73ab9618f61ee1915e52abe3b80e356bc3c13f))

### [`v1.120.3`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11203-httpsgithubcomgoogleapisjava-pubsubcomparev11202v11203-2022-07-27)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.120.2...v1.120.3)

##### Dependencies

-   update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#&#8203;1201](https://togithub.com/googleapis/java-pubsub/issues/1201)) ([f18e562](https://togithub.com/googleapis/java-pubsub/commit/f18e5628f54b0ae6858cd046a11824a1698c50c6))

### [`v1.120.2`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11202-httpsgithubcomgoogleapisjava-pubsubcomparev11201v11202-2022-07-25)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.120.1...v1.120.2)

##### Bug Fixes

-   enable longpaths support for windows test ([#&#8203;1485](https://togithub.com/googleapis/java-pubsub/issues/1485)) ([#&#8203;1191](https://togithub.com/googleapis/java-pubsub/issues/1191)) ([c4b8d90](https://togithub.com/googleapis/java-pubsub/commit/c4b8d90a158a3360d626df8ca6378212e09f5a47))
-   PubSubMessage leak on MessageDispatcher ([#&#8203;1197](https://togithub.com/googleapis/java-pubsub/issues/1197)) ([1b8c440](https://togithub.com/googleapis/java-pubsub/commit/1b8c440fccc51dc2291c43b2972b1f5c08dfd65a))

##### Dependencies

-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#&#8203;1189](https://togithub.com/googleapis/java-pubsub/issues/1189)) ([0d96f8e](https://togithub.com/googleapis/java-pubsub/commit/0d96f8e2006c145de039d2f00c5eb1d8830eae3d))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#&#8203;1190](https://togithub.com/googleapis/java-pubsub/issues/1190)) ([c604080](https://togithub.com/googleapis/java-pubsub/commit/c6040802bcf97d063e2b91cdb5fa7fe3c3e3b807))

### [`v1.120.1`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11201-httpsgithubcomgoogleapisjava-pubsubcomparev11200v11201-2022-07-11)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.120.0...v1.120.1)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-bigquery to v2.13.8 ([#&#8203;1179](https://togithub.com/googleapis/java-pubsub/issues/1179)) ([5fc8f86](https://togithub.com/googleapis/java-pubsub/commit/5fc8f86b30cafaba1acde6f1f807b345e3b3b953))
-   update dependency com.google.cloud:google-cloud-core to v2.8.1 ([#&#8203;1178](https://togithub.com/googleapis/java-pubsub/issues/1178)) ([0052a6c](https://togithub.com/googleapis/java-pubsub/commit/0052a6c093030eaefa412cb0a8e35787a9b35c01))
-   update dependency com.google.protobuf:protobuf-java-util to v3.21.2 ([#&#8203;1176](https://togithub.com/googleapis/java-pubsub/issues/1176)) ([8ffe189](https://togithub.com/googleapis/java-pubsub/commit/8ffe189170e58cab1de630c41cab6cd8346f98b0))

</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-securitycenter).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


## [2.9.0](googleapis/java-securitycenter@v2.8.0...v2.9.0) (2022-08-06)


### Features

* Added container field to findings attributes ([#875](googleapis/java-securitycenter#875)) ([d9b8007](googleapis/java-securitycenter@d9b8007))


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.14.0 ([#878](googleapis/java-securitycenter#878)) ([4c80791](googleapis/java-securitycenter@4c80791))
* update dependency com.google.cloud:google-cloud-bigquery to v2.14.1 ([#881](googleapis/java-securitycenter#881)) ([c7c68d3](googleapis/java-securitycenter@c7c68d3))
* update dependency com.google.cloud:google-cloud-bigquery to v2.14.2 ([#888](googleapis/java-securitycenter#888)) ([e786c87](googleapis/java-securitycenter@e786c87))
* update dependency com.google.cloud:google-cloud-bigquery to v2.14.3 ([#889](googleapis/java-securitycenter#889)) ([9a1437b](googleapis/java-securitycenter@9a1437b))
* update dependency com.google.cloud:google-cloud-pubsub to v1.120.10 ([#887](googleapis/java-securitycenter#887)) ([d5e013b](googleapis/java-securitycenter@d5e013b))
* update dependency com.google.cloud:google-cloud-pubsub to v1.120.7 ([#884](googleapis/java-securitycenter#884)) ([8392fb7](googleapis/java-securitycenter@8392fb7))
* update dependency com.google.cloud:google-cloud-pubsub to v1.120.9 ([#886](googleapis/java-securitycenter#886)) ([6db2c64](googleapis/java-securitycenter@6db2c64))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#882](googleapis/java-securitycenter#882)) ([43d2ca4](googleapis/java-securitycenter@43d2ca4))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.3 ([#877](googleapis/java-securitycenter#877)) ([b02a0d0](googleapis/java-securitycenter@b02a0d0))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.4 ([#880](googleapis/java-securitycenter#880)) ([9373129](googleapis/java-securitycenter@9373129))

---
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 pull request Sep 15, 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 pull request Sep 15, 2022
…ator_java versions (#884)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472750037

Source-Link: googleapis/googleapis@88f2ea3

Source-Link: googleapis/googleapis-gen@230a558
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
github-actions bot pushed a commit that referenced this pull request Sep 30, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobuf](https://developers.google.com/protocol-buffers/) | `==3.19.5` -> `==3.20.3` | [![age](https://badges.renovateapi.com/packages/pypi/protobuf/3.20.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/protobuf/3.20.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/protobuf/3.20.3/compatibility-slim/3.19.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/protobuf/3.20.3/confidence-slim/3.19.5)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datacatalog).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit to renovate-bot/google-cloud-java that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [1.9.5](https://togithub.com/googleapis/java-datacatalog/compare/v1.9.4...v1.9.5) (2022-10-05)


### Dependencies

* Update dependency cachetools to v5 ([googleapis#889](https://togithub.com/googleapis/java-datacatalog/issues/889)) ([4d6efff](https://togithub.com/googleapis/java-datacatalog/commit/4d6efffd8079c09af28d9c35638fe95f330015ce))
* Update dependency certifi to v2022.9.24 ([googleapis#869](https://togithub.com/googleapis/java-datacatalog/issues/869)) ([9b0afee](https://togithub.com/googleapis/java-datacatalog/commit/9b0afee7393248f7443f7988f078463dfc7b21e9))
* Update dependency click to v8.1.3 ([googleapis#874](https://togithub.com/googleapis/java-datacatalog/issues/874)) ([8a2eb58](https://togithub.com/googleapis/java-datacatalog/commit/8a2eb588f153bc21aeb590f5023e1db62ac1b836))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([googleapis#897](https://togithub.com/googleapis/java-datacatalog/issues/897)) ([633c230](https://togithub.com/googleapis/java-datacatalog/commit/633c23018294abef9007ce7b9add29fcf034bbea))
* Update dependency com.google.protobuf:protobuf-java-util to v3.21.6 ([googleapis#860](https://togithub.com/googleapis/java-datacatalog/issues/860)) ([727783b](https://togithub.com/googleapis/java-datacatalog/commit/727783b4629416d9026d81a5e2abf89271cf8502))
* Update dependency com.google.protobuf:protobuf-java-util to v3.21.7 ([googleapis#891](https://togithub.com/googleapis/java-datacatalog/issues/891)) ([6afd2d7](https://togithub.com/googleapis/java-datacatalog/commit/6afd2d71e5329270bd936c7b7bee613bda566b6d))
* Update dependency google-api-core to v2.10.1 ([googleapis#875](https://togithub.com/googleapis/java-datacatalog/issues/875)) ([a022e0b](https://togithub.com/googleapis/java-datacatalog/commit/a022e0b9711601a0e2a6eddca7bccd036929fd71))
* Update dependency googleapis-common-protos to v1.56.4 ([googleapis#872](https://togithub.com/googleapis/java-datacatalog/issues/872)) ([76d8ec5](https://togithub.com/googleapis/java-datacatalog/commit/76d8ec5e7b9f8ee49a47ba537682e59c38a51cbe))
* Update dependency jeepney to v0.8.0 ([googleapis#880](https://togithub.com/googleapis/java-datacatalog/issues/880)) ([e28868e](https://togithub.com/googleapis/java-datacatalog/commit/e28868e822e4c373c8c20057afd06553aeebeb5d))
* Update dependency protobuf to v3.20.2 ([googleapis#884](https://togithub.com/googleapis/java-datacatalog/issues/884)) ([287a3db](https://togithub.com/googleapis/java-datacatalog/commit/287a3db22a88804b159cde722fb75e086efde3c9))
* Update dependency protobuf to v4 ([googleapis#890](https://togithub.com/googleapis/java-datacatalog/issues/890)) ([13080bb](https://togithub.com/googleapis/java-datacatalog/commit/13080bbab0046e0a3e8990dc576324b4db40c61f))
* Update dependency pyjwt to v2.5.0 ([googleapis#885](https://togithub.com/googleapis/java-datacatalog/issues/885)) ([ebc08a3](https://togithub.com/googleapis/java-datacatalog/commit/ebc08a3bba9960c474106618d678233302c25f83))
* Update dependency zipp to v3.8.1 ([googleapis#888](https://togithub.com/googleapis/java-datacatalog/issues/888)) ([1ec57fb](https://togithub.com/googleapis/java-datacatalog/commit/1ec57fb89271f6cc0299138ca78dd827c2d5221c))

---
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 yoshi-code-bot/google-cloud-java that referenced this pull request Oct 6, 2022
…nager to v2.3.10 (googleapis#884)

[![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-secretmanager](https://togithub.com/googleapis/java-secretmanager) | `2.3.9` -> `2.3.10` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-secretmanager/2.3.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-secretmanager/2.3.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-secretmanager/2.3.10/compatibility-slim/2.3.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-secretmanager/2.3.10/confidence-slim/2.3.9)](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-secretmanager).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNi4wIn0=-->
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 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).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
[![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:grpc-gcp](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/tree/master/grpc-gcp) ([source](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java)) | `1.3.0` -> `1.3.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:grpc-gcp/1.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:grpc-gcp/1.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:grpc-gcp/1.3.1/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:grpc-gcp/1.3.1/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>GoogleCloudPlatform/grpc-gcp-java</summary>

### [`v1.3.1`](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/compare/v1.3.0...v1.3.1)

[Compare Source](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/compare/v1.3.0...v1.3.1)

</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-shared-dependencies).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTEifQ==-->
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [3.0.6](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.5...v3.0.6) (2022-11-07)


### Dependencies

* Update dependency com.fasterxml.jackson:jackson-bom to v2.14.0 ([#901](https://togithub.com/googleapis/java-shared-dependencies/issues/901)) ([4e3d116](https://togithub.com/googleapis/java-shared-dependencies/commit/4e3d1162403a236443c8dbb00cbe23bd6c6c225a))
* Update dependency com.google.api-client:google-api-client-bom to v2.0.1 ([#899](https://togithub.com/googleapis/java-shared-dependencies/issues/899)) ([d2baed5](https://togithub.com/googleapis/java-shared-dependencies/commit/d2baed57f798b7c153678ce87bd486f9808dbc46))
* Update dependency com.google.api:api-common to v2.2.2 ([#892](https://togithub.com/googleapis/java-shared-dependencies/issues/892)) ([292cd39](https://togithub.com/googleapis/java-shared-dependencies/commit/292cd39d3b5fca9be15621b5e483e3b6386ec2ef))
* Update dependency com.google.cloud:grpc-gcp to v1.3.1 ([#884](https://togithub.com/googleapis/java-shared-dependencies/issues/884)) ([f22fce6](https://togithub.com/googleapis/java-shared-dependencies/commit/f22fce69481f0ecec1c5438b9f1a938db074cf4c))
* Update dependency com.google.code.gson:gson to v2.10 ([#887](https://togithub.com/googleapis/java-shared-dependencies/issues/887)) ([cbe8973](https://togithub.com/googleapis/java-shared-dependencies/commit/cbe8973436da3c34be00d0742b3db11af106f585))
* Update dependency com.google.http-client:google-http-client-bom to v1.42.3 ([#893](https://togithub.com/googleapis/java-shared-dependencies/issues/893)) ([21e7515](https://togithub.com/googleapis/java-shared-dependencies/commit/21e7515d351cf8a53cb7590267231930bedfaf88))
* Update dependency com.google.protobuf:protobuf-bom to v3.21.9 ([#889](https://togithub.com/googleapis/java-shared-dependencies/issues/889)) ([30effe6](https://togithub.com/googleapis/java-shared-dependencies/commit/30effe65dc103a694fab5bf9537e96a0def0d4d9))
* Update dependency io.grpc:grpc-bom to v1.50.2 ([#878](https://togithub.com/googleapis/java-shared-dependencies/issues/878)) ([0e155c4](https://togithub.com/googleapis/java-shared-dependencies/commit/0e155c476ee8280921d234286eed8732997dd2a6))
* Update dependency org.checkerframework:checker-qual to v3.27.0 ([#896](https://togithub.com/googleapis/java-shared-dependencies/issues/896)) ([f6c1155](https://togithub.com/googleapis/java-shared-dependencies/commit/f6c1155bbd0a01b6a25948f7c6117a50fd85e9de))
* Update dependency org.threeten:threetenbp to v1.6.4 ([#894](https://togithub.com/googleapis/java-shared-dependencies/issues/894)) ([478ae53](https://togithub.com/googleapis/java-shared-dependencies/commit/478ae530c8140d92f4e083c5e06ecd6f4f228f05))
* Update gax.version to v2.19.5 ([#903](https://togithub.com/googleapis/java-shared-dependencies/issues/903)) ([ba1ae38](https://togithub.com/googleapis/java-shared-dependencies/commit/ba1ae389185f2fffaec10cf69ad6644389af9571))
* Update google.common-protos.version to v2.10.0 ([#900](https://togithub.com/googleapis/java-shared-dependencies/issues/900)) ([46aeddf](https://togithub.com/googleapis/java-shared-dependencies/commit/46aeddfe2ce2325ab8ae9a6654c500f847855acb))
* Update google.core.version to v2.8.23 ([#885](https://togithub.com/googleapis/java-shared-dependencies/issues/885)) ([1092bbe](https://togithub.com/googleapis/java-shared-dependencies/commit/1092bbe5f7a9d84dc1013f8a3c8e62e5c26ab2ab))
* Update google.core.version to v2.8.24 ([#890](https://togithub.com/googleapis/java-shared-dependencies/issues/890)) ([70791a5](https://togithub.com/googleapis/java-shared-dependencies/commit/70791a5ce678c5c7ebbb70e1527cab69587307ec))
* Update google.core.version to v2.8.27 ([#902](https://togithub.com/googleapis/java-shared-dependencies/issues/902)) ([a53f404](https://togithub.com/googleapis/java-shared-dependencies/commit/a53f404799ac6fd4e3005ea781f74a245fd7b7c7))
* Update iam.version to v1.6.6 ([#886](https://togithub.com/googleapis/java-shared-dependencies/issues/886)) ([122cf9d](https://togithub.com/googleapis/java-shared-dependencies/commit/122cf9d01a73d78768544b0638efc8cca995fd87))
* Update iam.version to v1.6.7 ([#895](https://togithub.com/googleapis/java-shared-dependencies/issues/895)) ([feda2e7](https://togithub.com/googleapis/java-shared-dependencies/commit/feda2e7d2d9026dffcdfe71f443199505e5bb215))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants