This repository was archived by the owner on May 14, 2026. It is now read-only.
Commit bf0bbaa
authored
[ggj][codegen] feat: add third ServiceStubSettings.Builder(settings) ctor (#241)
* feat: add factory var decl in ServiceStubSettings codegen
* fix: prevent duplicate MethodDefinition annotations
* feat: add descriptor fields to ServiceStubSettings codegen
* feat: add starter Builder to ServiceStubSettings codegen
* feat: add settings.builder decls to ServiceStubSettings codegen
* feat: add first nested ctors to ServiceStubSettings codegen
* feat: add GapicServiceConfig DS and processing
* feat: integrate GapicServiceConfig into GapicContext, Parser, Composer
* feat: initial param block, RetrySettingsComposer, test
* fix!: refactor GapicRetrySettings
* fix: recognize 1. or .1 double patterns
* feat: support BlockStatement in ClassDef stmts
* feat: add params block to ServiceStubSettings codegen
* feat: add codes def to ServiceStubSettings codegen
* feat: add initDefaults() to ServiceStubSettings codegen
* feat: add LRO to ServiceStubSettings.Builder.initDefaults
* feat: add third ServiceStubSettings.Builder(settings) ctor1 parent 15da1d0 commit bf0bbaa
3 files changed
Lines changed: 68 additions & 5 deletions
File tree
- src
- main/java/com/google/api/generator/gapic/composer
- test/java/com/google/api/generator/gapic/composer
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
613 | | - | |
614 | 613 | | |
615 | 614 | | |
616 | 615 | | |
| |||
Lines changed: 52 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
1166 | | - | |
| 1166 | + | |
1167 | 1167 | | |
1168 | 1168 | | |
1169 | 1169 | | |
| |||
1220 | 1220 | | |
1221 | 1221 | | |
1222 | 1222 | | |
1223 | | - | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
1224 | 1227 | | |
1225 | 1228 | | |
1226 | 1229 | | |
| |||
1324 | 1327 | | |
1325 | 1328 | | |
1326 | 1329 | | |
1327 | | - | |
| 1330 | + | |
1328 | 1331 | | |
1329 | 1332 | | |
1330 | 1333 | | |
| |||
1345 | 1348 | | |
1346 | 1349 | | |
1347 | 1350 | | |
1348 | | - | |
| 1351 | + | |
| 1352 | + | |
1349 | 1353 | | |
1350 | 1354 | | |
1351 | 1355 | | |
| |||
1364 | 1368 | | |
1365 | 1369 | | |
1366 | 1370 | | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
1367 | 1415 | | |
1368 | 1416 | | |
1369 | 1417 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
425 | 441 | | |
426 | 442 | | |
427 | 443 | | |
| |||
0 commit comments