Skip to content

Commit f68a1fa

Browse files
authored
fix: remove beta api annotation for query paginator (#2660)
1 parent 9ed7446 commit f68a1fa

File tree

1 file changed

+0
-1
lines changed
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models

1 file changed

+0
-1
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ private static ByteString wrapKey(String key) {
366366
* A Query Paginator that will split a query into small chunks. See {@link
367367
* Query#createPaginator(int)} for example usage.
368368
*/
369-
@BetaApi("This surface is stable yet it might be removed in the future.")
370369
public static class QueryPaginator {
371370

372371
private final boolean hasOverallLimit;

0 commit comments

Comments
 (0)