@@ -693,10 +693,10 @@ default void readModifyWriteRow(
693
693
*
694
694
*
695
695
* <pre>
696
- * NOTE: This API is intended to be used by Apache Beam BigtableIO.
697
696
* Returns the current list of partitions that make up the table's
698
697
* change stream. The union of partitions will cover the entire keyspace.
699
698
* Partitions can be read with `ReadChangeStream`.
699
+ * NOTE: This API is only intended to be used by Apache Beam BigtableIO.
700
700
* </pre>
701
701
*/
702
702
default void generateInitialChangeStreamPartitions (
@@ -712,10 +712,10 @@ default void generateInitialChangeStreamPartitions(
712
712
*
713
713
*
714
714
* <pre>
715
- * NOTE: This API is intended to be used by Apache Beam BigtableIO.
716
715
* Reads changes from a table's change stream. Changes will
717
716
* reflect both user-initiated mutations and mutations that are caused by
718
717
* garbage collection.
718
+ * NOTE: This API is only intended to be used by Apache Beam BigtableIO.
719
719
* </pre>
720
720
*/
721
721
default void readChangeStream (
@@ -915,10 +915,10 @@ public void readModifyWriteRow(
915
915
*
916
916
*
917
917
* <pre>
918
- * NOTE: This API is intended to be used by Apache Beam BigtableIO.
919
918
* Returns the current list of partitions that make up the table's
920
919
* change stream. The union of partitions will cover the entire keyspace.
921
920
* Partitions can be read with `ReadChangeStream`.
921
+ * NOTE: This API is only intended to be used by Apache Beam BigtableIO.
922
922
* </pre>
923
923
*/
924
924
public void generateInitialChangeStreamPartitions (
@@ -936,10 +936,10 @@ public void generateInitialChangeStreamPartitions(
936
936
*
937
937
*
938
938
* <pre>
939
- * NOTE: This API is intended to be used by Apache Beam BigtableIO.
940
939
* Reads changes from a table's change stream. Changes will
941
940
* reflect both user-initiated mutations and mutations that are caused by
942
941
* garbage collection.
942
+ * NOTE: This API is only intended to be used by Apache Beam BigtableIO.
943
943
* </pre>
944
944
*/
945
945
public void readChangeStream (
@@ -1117,10 +1117,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
1117
1117
*
1118
1118
*
1119
1119
* <pre>
1120
- * NOTE: This API is intended to be used by Apache Beam BigtableIO.
1121
1120
* Returns the current list of partitions that make up the table's
1122
1121
* change stream. The union of partitions will cover the entire keyspace.
1123
1122
* Partitions can be read with `ReadChangeStream`.
1123
+ * NOTE: This API is only intended to be used by Apache Beam BigtableIO.
1124
1124
* </pre>
1125
1125
*/
1126
1126
@ io .grpc .ExperimentalApi ("https://github.com/grpc/grpc-java/issues/10918" )
@@ -1139,10 +1139,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
1139
1139
*
1140
1140
*
1141
1141
* <pre>
1142
- * NOTE: This API is intended to be used by Apache Beam BigtableIO.
1143
1142
* Reads changes from a table's change stream. Changes will
1144
1143
* reflect both user-initiated mutations and mutations that are caused by
1145
1144
* garbage collection.
1145
+ * NOTE: This API is only intended to be used by Apache Beam BigtableIO.
1146
1146
* </pre>
1147
1147
*/
1148
1148
@ io .grpc .ExperimentalApi ("https://github.com/grpc/grpc-java/issues/10918" )
@@ -1308,10 +1308,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
1308
1308
*
1309
1309
*
1310
1310
* <pre>
1311
- * NOTE: This API is intended to be used by Apache Beam BigtableIO.
1312
1311
* Returns the current list of partitions that make up the table's
1313
1312
* change stream. The union of partitions will cover the entire keyspace.
1314
1313
* Partitions can be read with `ReadChangeStream`.
1314
+ * NOTE: This API is only intended to be used by Apache Beam BigtableIO.
1315
1315
* </pre>
1316
1316
*/
1317
1317
public java .util .Iterator <com .google .bigtable .v2 .GenerateInitialChangeStreamPartitionsResponse >
@@ -1328,10 +1328,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
1328
1328
*
1329
1329
*
1330
1330
* <pre>
1331
- * NOTE: This API is intended to be used by Apache Beam BigtableIO.
1332
1331
* Reads changes from a table's change stream. Changes will
1333
1332
* reflect both user-initiated mutations and mutations that are caused by
1334
1333
* garbage collection.
1334
+ * NOTE: This API is only intended to be used by Apache Beam BigtableIO.
1335
1335
* </pre>
1336
1336
*/
1337
1337
public java .util .Iterator <com .google .bigtable .v2 .ReadChangeStreamResponse > readChangeStream (
0 commit comments