You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableInstanceAdminStubSettings.java
+6
Original file line number
Diff line number
Diff line change
@@ -456,6 +456,12 @@ public BigtableInstanceAdminStub createStub() throws IOException {
456
456
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
457
457
}
458
458
459
+
/** Returns the default service name. */
460
+
@Override
461
+
publicStringgetServiceName() {
462
+
return"bigtableadmin";
463
+
}
464
+
459
465
/** Returns a builder for the default ExecutorProvider for this service. */
Copy file name to clipboardexpand all lines: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableTableAdminStubSettings.java
+6
Original file line number
Diff line number
Diff line change
@@ -544,6 +544,12 @@ public BigtableTableAdminStub createStub() throws IOException {
544
544
"Transport not supported: %s", getTransportChannelProvider().getTransportName()));
545
545
}
546
546
547
+
/** Returns the default service name. */
548
+
@Override
549
+
publicStringgetServiceName() {
550
+
return"bigtableadmin";
551
+
}
552
+
547
553
/** Returns a builder for the default ExecutorProvider for this service. */
0 commit comments