Commit ca747f5
authored
[ggj][codegen] fix: ServiceClientTest settings init and tearDown method (#335)
* 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 ServiceClient
* fix: ServiceSTubSettings batching request type
* fix: GrpcServiceStub createPagedCallable
* fix: remove @OverRide from MockServiceImpl
* fix: sServiceClientTest ettings var init
* fix: tearDown method in test1 parent b89bc3a commit ca747f5
2 files changed
Lines changed: 3 additions & 4 deletions
File tree
- src
- main/java/com/google/api/generator/gapic/composer
- test/java/com/google/api/generator/gapic/composer
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
369 | 368 | | |
370 | 369 | | |
371 | 370 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments