google-api-java-client-services
google-api-java-client-services copied to clipboard
Generated Java code for Google APIs
Generated in GitHub action: https://github.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/update-root-readme.yaml
Generated in GitHub action: https://github.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. Release notes Sourced from jinja2's releases. 3.1.6 This is the Jinja 3.1.6 security release, which fixes security issues but does not otherwise change behavior...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.oauth-client:google-oauth-client-bom](https://redirect.github.com/googleapis/google-oauth-java-client/tree/master/google-oauth-client-bom) ([source](https://redirect.github.com/googleapis/google-oauth-java-client)) | `1.38.0` -> `1.39.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.fasterxml.jackson:jackson-bom](https://redirect.github.com/FasterXML/jackson-bom) | `2.18.2` -> `2.18.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
There is an issue when using native compilation with GraalVM. I'm trying to use the **Admin SDK API Client Library** for directory operations. #### Environment details - Admin SDK API...
``` [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /tmpfs/src/github/google-api-java-client-services/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java:[8203,11] method initialize in class com.google.api.services.backupdr.v1.Backupdr.Projects.Locations.ServiceConfig cannot be applied to given types; required: java.lang.String,com.google.api.services.backupdr.v1.model.InitializeServiceRequest found: com.google.api.services.backupdr.v1.Backupdr.Projects.Locations.ServiceConfig.Initialize reason: actual and formal argument lists...
TL;DR: this is an issue specifically with the java client. calling `cloudIdentity.groups().memberships().list()` returns a `Membership[]`. but the issue is that for each Membership in this array, the "type" field is...