google-cloud-java
google-cloud-java copied to clipboard
Google Cloud Client Library for Java
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [googleapis/java-cloud-bom](https://redirect.github.com/googleapis/java-cloud-bom) | action | minor | `v26.48.0` -> `v26.49.0` | --- ### Release...
#### Steps to reproduce 1. Follow the instructions in google-cloud-examples README (https://screenshot.googleplex.com/6ZxJY8mKkkyrb5y) 2. Build results in errors (https://screenshot.googleplex.com/AumWCHbmc2LiUJK) 3. Notice that the version is missing in the maven repository (https://screenshot.googleplex.com/9UUnG4DAFJFikhS)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [net.bytebuddy:byte-buddy](https://bytebuddy.net) | `1.15.3` -> `1.15.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Reverts googleapis/google-cloud-java#11223
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.apis:google-api-services-storage](http://nexus.sonatype.org/oss-repository-hosting.html) ([source](http://svn.sonatype.org/spice/tags/oss-parent-7)) | `v1-rev20240924-2.0.0` -> `v1-rev20241008-2.0.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
I'm iplementing VertexAI API and I need to configure proxy but there isn't a setTransportChannelProvider() for VertexAI client. How do I configure the proxy using the VertexAI client?