This repository was archived by the owner on May 14, 2026. It is now read-only.
Commit a66d56b
authored
[ggj][codegen] fix: handle map/list args in ServiceClient (#331)
* feat: add protobuf comment parser util
* fix: add basic proto build rules
* feat: add header comments to ServiceClient
* fix: build protoc at test time
* fix!: wrap protobuf location and process comments
* feat: add comment parsing to methods and fields
* fix: test
* feat: add protobuf comments to ServiceClient
* fix: solidify codegen method order with TypeNode/MethodArg and Comparable
* fix: clean up tests
* fix: ServiceClient member variables and method calls
* fix: ServiceStubSettings builder type
* fix: ServiceSettings Builder construction
* fix: ServiceStub callable types
* feat: java_gapic_library rule impl
* fix: remove debugging comments
* feat: add gradle assembly Bazel rules
* feat: add java_gapic_test Bazel rule
* fix: use Java packages for resname codegen
* fix: build resnames separately and extract into proto/ dir
* fix: remove debug printf
* feat: add ServiceClient.MethodPagedResponse inner class
* feat: add ServiceClient.MethodPage inner class
* feat: add ServiceClient.MethodFixedSizeCollection innser class
* fix: clean up resname codegen, lower_snake varnames
* fix: init remaining resname tokenVars to null
* fix: ServiceStubSettings paged descriptor rep. field getter name
* fix: handle map/list args in ServiceClient1 parent 7ff5375 commit a66d56b
1 file changed
Lines changed: 12 additions & 5 deletions
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
| 490 | + | |
| 491 | + | |
494 | 492 | | |
495 | 493 | | |
496 | 494 | | |
| |||
543 | 541 | | |
544 | 542 | | |
545 | 543 | | |
546 | | - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
547 | 554 | | |
548 | 555 | | |
549 | 556 | | |
| |||
0 commit comments