Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.githooks/ | H | 25-Apr-2025 | - | 170 | 138 | |
.github/ | H | 25-Apr-2025 | - | 585 | 484 | |
.kokoro/ | H | 25-Apr-2025 | - | 992 | 783 | |
api-common-java/ | H | 25-Apr-2025 | - | 5,535 | 3,063 | |
coverage-report/ | H | 25-Apr-2025 | - | 108 | 94 | |
gapic-generator-java/ | H | 25-Apr-2025 | - | 98,270 | 80,687 | |
gapic-generator-java-bom/ | H | 25-Apr-2025 | - | 124 | 114 | |
gapic-generator-java-pom-parent/ | H | 25-Apr-2025 | - | 218 | 206 | |
gax-java/ | H | 25-Apr-2025 | - | 73,258 | 42,936 | |
java-common-protos/ | H | 25-Apr-2025 | - | 235,662 | 126,784 | |
java-core/ | H | 25-Apr-2025 | - | 14,840 | 9,759 | |
java-iam/ | H | 25-Apr-2025 | - | 52,986 | 28,763 | |
java-shared-dependencies/ | H | 25-Apr-2025 | - | 1,988 | 1,507 | |
rules_java_gapic/ | H | 25-Apr-2025 | - | 1,475 | 1,158 | |
scripts/ | H | 25-Apr-2025 | - | 298 | 208 | |
showcase/ | H | 25-Apr-2025 | - | 132,415 | 89,846 | |
test/integration/ | H | 25-Apr-2025 | - | 156,681 | 89,722 | |
.bazeliskrc | H A D | 25-Apr-2025 | 69 | 3 | 2 | |
.bazelrc | H A D | 25-Apr-2025 | 96 | 5 | 3 | |
.gitignore | H A D | 25-Apr-2025 | 136 | 18 | 14 | |
Android.bp | H A D | 25-Apr-2025 | 231 | 9 | 8 | |
BUILD.bazel | H A D | 25-Apr-2025 | 1.9 KiB | 53 | 47 | |
CHANGELOG.md | H A D | 25-Apr-2025 | 64.1 KiB | 710 | 387 | |
CODE_OF_CONDUCT.md | H A D | 25-Apr-2025 | 4.4 KiB | 94 | 73 | |
CONTRIBUTING.md | H A D | 25-Apr-2025 | 1.1 KiB | 30 | 21 | |
DEVELOPMENT.md | H A D | 25-Apr-2025 | 823 | 41 | 27 | |
LICENSE | H A D | 25-Apr-2025 | 11.1 KiB | 202 | 169 | |
METADATA | H A D | 25-Apr-2025 | 474 | 17 | 15 | |
MODULE_LICENSE_APACHE2 | HD | 25-Apr-2025 | 0 | |||
OWNERS | H A D | 25-Apr-2025 | 52 | 3 | 1 | |
README.md | H A D | 25-Apr-2025 | 1.4 KiB | 22 | 17 | |
SECURITY.md | H A D | 25-Apr-2025 | 329 | 8 | 4 | |
WORKSPACE | H A D | 25-Apr-2025 | 4.2 KiB | 136 | 101 | |
pom.xml | H A D | 25-Apr-2025 | 3.6 KiB | 113 | 102 | |
renovate.json | H A D | 25-Apr-2025 | 3.7 KiB | 148 | 147 | |
run.sh | H A D | 25-Apr-2025 | 2.4 KiB | 98 | 70 | |
settings.xml | H A D | 25-Apr-2025 | 1.2 KiB | 32 | 13 | |
versions.txt | H A D | 25-Apr-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