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/EnhancedBigtableTableAdminStub.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,9 @@ public static EnhancedBigtableTableAdminStub createEnhanced(
77
77
}
78
78
79
79
/**
80
-
* Creates an instance of {@link EnhancedBigtableTableAdminStub} using the provided settings.
81
-
* This variant is used by the legacy client stack which relies on short table IDs and
82
-
* requires a {@link TableAdminRequestContext} to construct fully qualified table names.
80
+
* Creates an instance of {@link EnhancedBigtableTableAdminStub} using the provided settings. This
81
+
* variant is used by the legacy client stack which relies on short table IDs and requires a
82
+
* {@link TableAdminRequestContext} to construct fully qualified table names.
83
83
*
84
84
* @param settings The settings used to configure the stub.
85
85
* @param requestContext The context used to format short table IDs.
0 commit comments