gapic-generator-java
gapic-generator-java copied to clipboard
Generates GAPIC Java client libraries from protobufs.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud.opentelemetry:detector-resources-support](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-java) | `0.31.0` -> `0.32.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api.grpc:grpc-google-common-protos](https://redirect.github.com/googleapis/sdk-platform-java) | `2.44.0` -> `2.45.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.grpc:grpc-core](https://redirect.github.com/grpc/grpc-java) | `1.66.0` -> `1.68.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Update the Java client libraries to report the runtime version of Protobuf as part of the existing x-goog-api-client request header. Tested: java-cloud-library api (billing) and hand written api (storage)
Command to use the Airlock trusted repository: ``` mvn clean install -DskipTests -Pairlock-trusted -P=-default-repositories ``` Thank you for opening a Pull Request! Before submitting your PR, please read our [contributing...
This PR improves the Hermetic Build Docker image in a few different ways: * Use secure base images * Use a secure repository for Python dependencies. This was done by...
This is POC change in gax-java for auth metrics requirements on token usage. See go/googleapis-auth-metric-design for context. [Credentials](https://github.com/googleapis/google-auth-library-java/blob/main/credentials/java/com/google/auth/Credentials.java) will expose `getCredentialType()` method, this change appends it to existing `x-goog-api-client` header...
Preparation for b/341380807. Following https://jspecify.dev/docs/using/#if-your-code-already-uses-jsr-305-annotations - Change `com.google.code.findbugs:jsr305` to `org.jspecify:1.0.0` in pom.xml - Change `import javax.annotation.Nullable;` to `import org.jspecify.annotations.Nullable;` - For fully-qualified class names appearing in code, the annotation moves...