Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency com.google.api.grpc:proto-google-cloud-a…
…iplatform-v1beta1 to v0.25.0 (GoogleCloudPlatform#7620) [![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.api.grpc:proto-google-cloud-aiplatform-v1beta1](https://togithub.com/googleapis/google-cloud-java) | `0.20.1` -> `0.25.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1/0.25.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1/0.25.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1/0.25.0/compatibility-slim/0.20.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1/0.25.0/confidence-slim/0.20.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/google-cloud-java</summary> ### [`v0.25.0`](https://togithub.com/googleapis/google-cloud-java/releases/tag/v0.25.0): 0.25.0 [Compare Source](https://togithub.com/googleapis/google-cloud-java/compare/v0.24.0...v0.25.0) **BigQuery:** - getQueryResults no longer returns null on 404 **Example:** - add PubSub emulator snippet **Firestore:** - google-cloud-firestore beta released **Logging:** - remove unused `flushSize` logging configuration parameter **PubSub:** - retry on ABORTED - all connections share one message queue **Spanner:** - increase response header size **Storage:** - fix requester pays issues **Video intelligence:** - beta release ### [`v0.24.0`](https://togithub.com/googleapis/google-cloud-java/releases/tag/v0.24.0): 0.24.0 [Compare Source](https://togithub.com/googleapis/google-cloud-java/compare/v0.23.0...v0.24.0) **Dependency Update** - generated Proto/gRPC packages -> 0.1.19 **Video Intelligence** - add google-cloud-video-intelligence v1beta2 **Natural Language** - refresh google-cloud-language v1 **Documentation** - Spanner: update documentation of INSERT_OR_UPDATE mutation - Storage: adding `RequesterPays` snippets ### [`v0.23.0`](https://togithub.com/googleapis/google-cloud-java/compare/v0.22.0...v0.23.0) [Compare Source](https://togithub.com/googleapis/google-cloud-java/compare/v0.22.0...v0.23.0) ### [`v0.22.0`](https://togithub.com/googleapis/google-cloud-java/releases/tag/v0.22.0): 0.22.0 [Compare Source](https://togithub.com/googleapis/google-cloud-java/compare/v0.21.0...v0.22.0) ##### http-based clients - Fix response code retrying logic for HTTP responses with "Content-Type" other than "application/json". ([#&GoogleCloudPlatform#8203;2329](https://togithub.com/googleapis/google-cloud-java/issues/2329)) ##### BigQuery - Skip 0 byte writes - Add numDmlAffectedRows to QueryResponse ([#&GoogleCloudPlatform#8203;2320](https://togithub.com/googleapis/google-cloud-java/issues/2320)) - Using Jobs.insert instead of Jobs.query for queries ([#&GoogleCloudPlatform#8203;2323](https://togithub.com/googleapis/google-cloud-java/issues/2323)) ##### Datastore - datastore: cache application name ([#&GoogleCloudPlatform#8203;2292](https://togithub.com/googleapis/google-cloud-java/issues/2292)) - fix NullPointerException ([#&GoogleCloudPlatform#8203;2271](https://togithub.com/googleapis/google-cloud-java/issues/2271)) ##### Logging - Add missing fields to LogEntry ([#&GoogleCloudPlatform#8203;2313](https://togithub.com/googleapis/google-cloud-java/issues/2313)) ##### Nio - \[NIO] Fix inconsistent failure messages. ([#&GoogleCloudPlatform#8203;2330](https://togithub.com/googleapis/google-cloud-java/issues/2330)) ##### Pub/Sub - pubsub: enable streaming pull ([#&GoogleCloudPlatform#8203;2344](https://togithub.com/googleapis/google-cloud-java/issues/2344)) ##### Storage - Fixing retries of Storage.create ([#&GoogleCloudPlatform#8203;2359](https://togithub.com/googleapis/google-cloud-java/issues/2359)) ##### Util - Creating google-cloud-compat-checker ([#&GoogleCloudPlatform#8203;2317](https://togithub.com/googleapis/google-cloud-java/issues/2317)) - Checking more things in google-cloud-compat-checker ([#&GoogleCloudPlatform#8203;2347](https://togithub.com/googleapis/google-cloud-java/issues/2347)) ##### Documentation-only - P0 auth sample ([#&GoogleCloudPlatform#8203;2298](https://togithub.com/googleapis/google-cloud-java/issues/2298)) - Fix storage bucket listing sample in README.md ([#&GoogleCloudPlatform#8203;2301](https://togithub.com/googleapis/google-cloud-java/issues/2301)) - Fix typo in storage README.md s/while/for - Describing services in package-info files ([#&GoogleCloudPlatform#8203;2312](https://togithub.com/googleapis/google-cloud-java/issues/2312)) - Updating and expanding explanation of supported platforms ([#&GoogleCloudPlatform#8203;2314](https://togithub.com/googleapis/google-cloud-java/issues/2314)) - Add documentation about how google-cloud-pom can be used as BOM ([#&GoogleCloudPlatform#8203;2318](https://togithub.com/googleapis/google-cloud-java/issues/2318)) - Clarify that AppEngine SDK is not required for Flex and Standard J8 ([#&GoogleCloudPlatform#8203;2264](https://togithub.com/googleapis/google-cloud-java/issues/2264)) - README : Project ID helper ([#&GoogleCloudPlatform#8203;2134](https://togithub.com/googleapis/google-cloud-java/issues/2134)) - Clarify usage of LocalStorageHelper, explicitly specify which operations are supported and which are not ([#&GoogleCloudPlatform#8203;2334](https://togithub.com/googleapis/google-cloud-java/issues/2334)) - Add missing READMEs ([#&GoogleCloudPlatform#8203;2338](https://togithub.com/googleapis/google-cloud-java/issues/2338)) - Moving API-specific sections out of main README into API-specific READMEs ([#&GoogleCloudPlatform#8203;2336](https://togithub.com/googleapis/google-cloud-java/issues/2336), [#&GoogleCloudPlatform#8203;2337](https://togithub.com/googleapis/google-cloud-java/issues/2337), [#&GoogleCloudPlatform#8203;2346](https://togithub.com/googleapis/google-cloud-java/issues/2346), [#&GoogleCloudPlatform#8203;2345](https://togithub.com/googleapis/google-cloud-java/issues/2345), [#&GoogleCloudPlatform#8203;2350](https://togithub.com/googleapis/google-cloud-java/issues/2350), [#&GoogleCloudPlatform#8203;2352](https://togithub.com/googleapis/google-cloud-java/issues/2352), [#&GoogleCloudPlatform#8203;2354](https://togithub.com/googleapis/google-cloud-java/issues/2354)) - README link cleanup ([#&GoogleCloudPlatform#8203;2355](https://togithub.com/googleapis/google-cloud-java/issues/2355)) ##### Testing-only - Ignore analyze\* Tests ([#&GoogleCloudPlatform#8203;2327](https://togithub.com/googleapis/google-cloud-java/issues/2327)) - Adding BigQuery integration test for query dry runs ([#&GoogleCloudPlatform#8203;2328](https://togithub.com/googleapis/google-cloud-java/issues/2328)) - Travis config changes - retaining Precise, removing oraclejdk7 ([#&GoogleCloudPlatform#8203;2325](https://togithub.com/googleapis/google-cloud-java/issues/2325)) - Disabling failing integration test ([#&GoogleCloudPlatform#8203;2360](https://togithub.com/googleapis/google-cloud-java/issues/2360)) - Update sink IT: expecting exception when sink doesn't exist ([#&GoogleCloudPlatform#8203;2362](https://togithub.com/googleapis/google-cloud-java/issues/2362)) ### [`v0.21.0`](https://togithub.com/googleapis/google-cloud-java/releases/tag/v0.21.0): 0.21.0 [Compare Source](https://togithub.com/googleapis/google-cloud-java/compare/v0.20.2...v0.21.0) ##### Samples - pubsub: correct emulator sample ([#&GoogleCloudPlatform#8203;2254](https://togithub.com/googleapis/google-cloud-java/issues/2254)) ##### Dependencies - use objenesis 2.6 ([#&GoogleCloudPlatform#8203;2252](https://togithub.com/googleapis/google-cloud-java/issues/2252)) - Unify proto-google-cloud-\* and grpc-google-cloud-\* dependencies, bump proto/grpc dependency to 0.1.14. - Fixing dependency problems for consumers of google-cloud-java ([#&GoogleCloudPlatform#8203;2284](https://togithub.com/googleapis/google-cloud-java/issues/2284)) ##### Translate - support 'format' option for google translate api ([#&GoogleCloudPlatform#8203;2253](https://togithub.com/googleapis/google-cloud-java/issues/2253)) ##### Storage - Add user project options for requester pays flag ([#&GoogleCloudPlatform#8203;2260](https://togithub.com/googleapis/google-cloud-java/issues/2260)) *Alpha feature (behind whitelist)* ##### Logging - Adding `@BetaApi` to particular exception constructors ([#&GoogleCloudPlatform#8203;2286](https://togithub.com/googleapis/google-cloud-java/issues/2286)) ##### Auto-generated clients - Refactoring to allow multiple transports in GAPIC clients ([#&GoogleCloudPlatform#8203;2156](https://togithub.com/googleapis/google-cloud-java/issues/2156)) *widespread breaking change* - Not affected: - Non-advanced calls to API methods (i.e. not using \*Callable() methods) - Trivial instantiation of clients - Affected: - Catching exceptions that are thrown - Customized instantiation of clients - Advanced calls to API methods (i.e. using \*Callable() methods) - Other notes: - This change adds \*Stub classes for every API, which allows advanced calls to every API method for an API whether or not they are exposed on \*Client classes (particularly relevant for Pub/Sub) ### [`v0.20.2`](https://togithub.com/googleapis/google-cloud-java/releases/tag/v0.20.2): 0.20.2 [Compare Source](https://togithub.com/googleapis/google-cloud-java/compare/v0.20.1...v0.20.2) ##### Core - cache library version ##### Datastore - fix BaseKey builder issue ##### Auth - Update Travis Secure variable for API key integration test - Fix Travis setup for API key integration test ##### Dependency - Make guava dependency consistent - Update java version doc ##### DLP - add DLP gap ##### ErrorReporting - Add README ##### Example - add snippets for DatabaseClient - fix ApiFuture Path ##### Logging - fix ConcurrentModificationException when flushing async log messages ##### NIO - Mark AutoService as optional and update to latest version ##### Storage - add labels to BucketInfo - Add setDefaultCloudStorageConfiguration - Add nullable annotations, enable test - Add requester pays field to BucketInfo ##### Translate - Polish Translate docs - Make Translate auth documentation clear and consistent </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**: Never, 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, check this box --- 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/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
- Loading branch information