Skip to content

Commit

Permalink
docs: update javadoc sample for BigtableTableAdminClient.listTables
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Aug 8, 2024
1 parent 715b7d0 commit b40e73a
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 b40e73a

Please sign in to comment.