googleapis / java-bigtable

Apache License 2.0
70 stars 86 forks source link

fix: Add getServiceName() to EnhancedBigTableStubSettings #2256

Closed lqiu96 closed 3 months ago

lqiu96 commented 3 months ago

Adds a duplicate getServiceName() implementation to EnhancedBigTableStubSettings. This is similar to https://github.com/googleapis/java-bigtable/blob/de639bc7869dc5a25029367b8fc470fcd089667d/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 BigtableStubSettings