google-api-java-client-services icon indicating copy to clipboard operation
google-api-java-client-services copied to clipboard

Generated Java code for Google APIs

Results 89 google-api-java-client-services issues
Sort by recently updated
recently updated
newest added

Generated in GitHub action: https://github.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml Compilation error: #22692

Generated in GitHub action: https://github.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml compilation issue tracked in #22691

automerge: exact

[![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.fasterxml.jackson:jackson-bom](https://togithub.com/FasterXML/jackson-bom) | `2.17.1` -> `2.17.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.fasterxml.jackson:jackson-bom/2.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [zipp](https://github.com/jaraco/zipp) from 3.6.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

Release scripts have been moved to g3. These files are obsolete.

Generated in GitHub action: https://github.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/update-root-readme.yaml

I am using: implementation("com.google.api-client:google-api-client:2.7.0") implementation("com.google.oauth-client:google-oauth-client-jetty:1.36.0") implementation("com.google.apis:google-api-services-gmail:v1-rev20240520-2.0.0") val listResponse = gmailService.users().threads().list(meUser) .setQ(query) .setFields("threads(id)") .setMaxResults(10L) .execute() with query in:inbox -label:test The end result is to get emails in the inbox, but not...