Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ggj][codegen] feat: add service.yaml and proto comments to package-i…
…nfo.java (#416) * fix: refactor requestBuilder into separate method in ServiceClientClassComposer * feat: add varargs to AnonClass and ref setter methods * feat: add HTTP annotation parsing/validation * feat: Generate RequestParamsExtractor in GrpcServiceStub * feat: add GrpcPublisherStub test to exercise HTTP subfields * fix: add ByteString to DefaultValueComposer * fix: Use repeated field name for paged RPC unit tests * fix: refactor exception field, use paged repeated field name, add pubsub client test * fix: ensure all testgen methods throw Exceptions * fix: Fix resname helper method names for of* and format* * fix: use only generated resnames in codegen * fix: propagate of*Name changes to resname codegen * fix: fix method arg resname mappings, add logging test * fix: ensure paged tests use the right repeated resp. type * feat: add PackageInfoDefinition AST node * feat: add package-info.java codegen * feat: add Service.yaml parsing * feat: add service.yaml and proto comments to package-info.java
- Loading branch information