| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .githooks/ | 04-Jul-2025 | - | 170 | 138 | ||
| .github/ | 04-Jul-2025 | - | 585 | 484 | ||
| .kokoro/ | 04-Jul-2025 | - | 992 | 783 | ||
| api-common-java/ | 04-Jul-2025 | - | 5,535 | 3,063 | ||
| coverage-report/ | 04-Jul-2025 | - | 108 | 94 | ||
| gapic-generator-java/ | 04-Jul-2025 | - | 98,270 | 80,687 | ||
| gapic-generator-java-bom/ | 04-Jul-2025 | - | 124 | 114 | ||
| gapic-generator-java-pom-parent/ | 04-Jul-2025 | - | 218 | 206 | ||
| gax-java/ | 04-Jul-2025 | - | 73,258 | 42,936 | ||
| java-common-protos/ | 04-Jul-2025 | - | 235,662 | 126,784 | ||
| java-core/ | 04-Jul-2025 | - | 14,840 | 9,759 | ||
| java-iam/ | 04-Jul-2025 | - | 52,986 | 28,763 | ||
| java-shared-dependencies/ | 04-Jul-2025 | - | 1,988 | 1,507 | ||
| rules_java_gapic/ | 04-Jul-2025 | - | 1,475 | 1,158 | ||
| scripts/ | 04-Jul-2025 | - | 298 | 208 | ||
| showcase/ | 04-Jul-2025 | - | 132,415 | 89,846 | ||
| test/integration/ | 04-Jul-2025 | - | 156,681 | 89,722 | ||
| .bazeliskrc | D | 04-Jul-2025 | 69 | 3 | 2 | |
| .bazelrc | D | 04-Jul-2025 | 96 | 5 | 3 | |
| .gitignore | D | 04-Jul-2025 | 136 | 18 | 14 | |
| Android.bp | D | 04-Jul-2025 | 231 | 9 | 8 | |
| BUILD.bazel | D | 04-Jul-2025 | 1.9 KiB | 53 | 47 | |
| CHANGELOG.md | D | 04-Jul-2025 | 64.1 KiB | 710 | 387 | |
| CODE_OF_CONDUCT.md | D | 04-Jul-2025 | 4.4 KiB | 94 | 73 | |
| CONTRIBUTING.md | D | 04-Jul-2025 | 1.1 KiB | 30 | 21 | |
| DEVELOPMENT.md | D | 04-Jul-2025 | 823 | 41 | 27 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 202 | 169 | |
| METADATA | D | 04-Jul-2025 | 474 | 17 | 15 | |
| MODULE_LICENSE_APACHE2 | D | 04-Jul-2025 | 0 | |||
| OWNERS | D | 04-Jul-2025 | 124 | 4 | 2 | |
| README.md | D | 04-Jul-2025 | 1.4 KiB | 22 | 17 | |
| SECURITY.md | D | 04-Jul-2025 | 329 | 8 | 4 | |
| WORKSPACE | D | 04-Jul-2025 | 4.2 KiB | 136 | 101 | |
| pom.xml | D | 04-Jul-2025 | 3.6 KiB | 113 | 102 | |
| renovate.json | D | 04-Jul-2025 | 3.7 KiB | 148 | 147 | |
| run.sh | D | 04-Jul-2025 | 2.4 KiB | 98 | 70 | |
| settings.xml | D | 04-Jul-2025 | 1.2 KiB | 32 | 13 | |
| versions.txt | D | 04-Jul-2025 | 582 | 20 | 18 |
README.md
1[](https://sonarcloud.io/summary/new_code?id=googleapis_gapic-generator-java) 2 3This repository consists of the following modules: 4 5- **[gapic-generator-java](./gapic-generator-java/README.md)**: the Protobuf compiler plugin to generate Java code. 6 See [gapic-generator-java/DEVELOPMENT.md](./gapic-generator-java/README.md) for setup. 7- **[gax-java](./gax-java/README.md)**: the runtime library required for Google Cloud client libraries, 8 including the ones generated by gapic-generator-java. 9- **[java-common-protos](./java-common-protos/README.md)** and **[api-common-java](./api-common-java/README.md)**: Protobuf-generated common 10 classes for Google services. (They are not generated by gapic-generator-java) 11- **[java-iam](./java-iam/README.md)**: Protobuf-generated classes for Google's 12 Identity and Access 13 Management (IAM). (They are not generated by gapic-generator-java) 14- **[showcase](./showcase/README.md)**: demonstration of the generated client 15 library for the fake "Showcase" API. 16- **[gapic-generator-java-bom](./gapic-generator-java-bom)**: The Bill-of-Material for the libraries 17 produced from this repository. This is used by [java-shared-dependencies](./java-shared-dependencies/first-party-dependencies/pom.xml). 18 19## Development Setup 20 21See [DEVELOPMENT.md](DEVELOPMENT.md). 22