Min Zhu
Min Zhu
In `GoogleCredentialsProvider`, getCredentials() has 2 JWT with scopes with service account workflows: - One with [ServiceAccountJwtAccessCredentials](https://github.com/googleapis/sdk-platform-java/blob/eb7475c8fe16661a824d40c99c9bffec47060f24/gax-java/gax/src/main/java/com/google/api/gax/core/GoogleCredentialsProvider.java#L82-L92), which is added at https://github.com/googleapis/gax-java/pull/504. This one predates when ServiceAccountCredentials in auth supports JWT...
Created as a separate issue from discussion on https://github.com/googleapis/sdk-platform-java/issues/2733. Also setup protection for protected branches, similar to google-cloud-java [here](https://github.com/googleapis/google-cloud-java/blob/main/.github/sync-repo-settings.yaml) Note that sync-repo-settings will override existing required checks via settings. current...
context: b/339259830 and [go/send-auth-metrics-java](http://goto.google.com/send-auth-metrics-java) Changes include: - expose `Credentials` type. Set this value in constructor for UserCredentials, ServiceAccountCredentials, ImpersonatedCredentials, and ComputeEngineCredentials. This is used in both token request and token...
Reverts googleapis/google-cloud-java#11223
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...
setting up this so logback versions 1.3.x used to test slf4j 1.x won't be updated. side effect is 1.5.x won't get updates either when 1.6.x comes out.
Basic logging testing are included in https://github.com/googleapis/sdk-platform-java/pull/3403 for unary calls. Test cases are missing for server side streaming, client side streaming and bidi-streaming. We need more test coverage for logging...
Before this change, monorepo is identified by length of `libraries` section in generation_config.yaml. This change makes it explicitly declared as a field in generation_config.yaml google-cloud-java config change needs to merge...