Skip to content

Commit

Permalink
Update BigtableTableAdminClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Aug 8, 2024
1 parent 715b7d0 commit 56f24b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,9 @@ public Map<String, List<EncryptionInfo>> apply(com.google.bigtable.admin.v2.Tabl
*
* <pre>{@code
* List<String> tableIds = client.listTables();
* System.out.println("Got list of tables:");
* for(String tableId: tableIds) {
* System.out.println(name.getTable());
* System.out.println(tableId);
* }
* }</pre>
*/
Expand Down

0 comments on commit 56f24b6

Please sign in to comment.