gapic-generator-java
gapic-generator-java copied to clipboard
Generates GAPIC Java client libraries from protobufs.
Fixes https://github.com/googleapis/sdk-platform-java/issues/3701 ☕ ### Approach The templates come from https://github.com/googleapis/synthtool/tree/bf182cd41d9a7de56092cafcc7befe6b398332f6. The only update was to include `generated-files-bot`, which is already up to date in all the HW repos. The `.kokoro`...
chore: update googleapis commit at Wed Mar 12 02:28:19 UTC 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | googleapis/java-cloud-bom | action | digest | `47ad868` -> `0f8bc01` | --- > [!WARNING]...
**NOTE:** Do not review this. There are too many files and I'm confirming the setup works and will then temporarily revert the format changes for reviewers to only show the...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | repo-automation-bots | digest | `3a68a9c` -> `49f8e69` | --- > [!WARNING] > Some dependencies could...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/library/maven | stage | digest | `456f60c` -> `14338e9` | --- > [!WARNING]...
Setting up my local for development of https://github.com/googleapis/sdk-platform-java/pull/3723 involved quite the amount of trial and error for renaming files, using right locations, etc. Despite I was one of the developers...
b/406556155
:robot: I have created a release *beep* *boop* --- 2.55.2 ## [2.55.2](https://github.com/googleapis/sdk-platform-java/compare/v2.55.1...v2.55.2) (2025-03-26) ### Bug Fixes * plumb mtls endpoint to TransportChannelProvider ([#3673](https://github.com/googleapis/sdk-platform-java/issues/3673)) ([a961459](https://github.com/googleapis/sdk-platform-java/commit/a9614593701d945a58b9e333b99589871f82ef33)) --- This PR was generated with...
This change allow generator to generate for a specified api-path. When "--api-path" is not specified, fallback to "--library-names", and behavior for existing command should not change. For now, api-path should...