Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit bb3bba4

Browse files
chore: generate libraries at Tue Jul 22 02:40:25 UTC 2025
1 parent 6248524 commit bb3bba4

24 files changed

Lines changed: 835 additions & 695 deletions

grpc-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableGrpc.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,10 @@ default void readModifyWriteRow(
693693
*
694694
*
695695
* <pre>
696-
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
697696
* Returns the current list of partitions that make up the table's
698697
* change stream. The union of partitions will cover the entire keyspace.
699698
* Partitions can be read with `ReadChangeStream`.
699+
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
700700
* </pre>
701701
*/
702702
default void generateInitialChangeStreamPartitions(
@@ -712,10 +712,10 @@ default void generateInitialChangeStreamPartitions(
712712
*
713713
*
714714
* <pre>
715-
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
716715
* Reads changes from a table's change stream. Changes will
717716
* reflect both user-initiated mutations and mutations that are caused by
718717
* garbage collection.
718+
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
719719
* </pre>
720720
*/
721721
default void readChangeStream(
@@ -915,10 +915,10 @@ public void readModifyWriteRow(
915915
*
916916
*
917917
* <pre>
918-
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
919918
* Returns the current list of partitions that make up the table's
920919
* change stream. The union of partitions will cover the entire keyspace.
921920
* Partitions can be read with `ReadChangeStream`.
921+
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
922922
* </pre>
923923
*/
924924
public void generateInitialChangeStreamPartitions(
@@ -936,10 +936,10 @@ public void generateInitialChangeStreamPartitions(
936936
*
937937
*
938938
* <pre>
939-
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
940939
* Reads changes from a table's change stream. Changes will
941940
* reflect both user-initiated mutations and mutations that are caused by
942941
* garbage collection.
942+
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
943943
* </pre>
944944
*/
945945
public void readChangeStream(
@@ -1117,10 +1117,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
11171117
*
11181118
*
11191119
* <pre>
1120-
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
11211120
* Returns the current list of partitions that make up the table's
11221121
* change stream. The union of partitions will cover the entire keyspace.
11231122
* Partitions can be read with `ReadChangeStream`.
1123+
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
11241124
* </pre>
11251125
*/
11261126
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918")
@@ -1139,10 +1139,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
11391139
*
11401140
*
11411141
* <pre>
1142-
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
11431142
* Reads changes from a table's change stream. Changes will
11441143
* reflect both user-initiated mutations and mutations that are caused by
11451144
* garbage collection.
1145+
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
11461146
* </pre>
11471147
*/
11481148
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918")
@@ -1308,10 +1308,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
13081308
*
13091309
*
13101310
* <pre>
1311-
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
13121311
* Returns the current list of partitions that make up the table's
13131312
* change stream. The union of partitions will cover the entire keyspace.
13141313
* Partitions can be read with `ReadChangeStream`.
1314+
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
13151315
* </pre>
13161316
*/
13171317
public java.util.Iterator<com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse>
@@ -1328,10 +1328,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
13281328
*
13291329
*
13301330
* <pre>
1331-
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
13321331
* Reads changes from a table's change stream. Changes will
13331332
* reflect both user-initiated mutations and mutations that are caused by
13341333
* garbage collection.
1334+
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
13351335
* </pre>
13361336
*/
13371337
public java.util.Iterator<com.google.bigtable.v2.ReadChangeStreamResponse> readChangeStream(

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java

Lines changed: 121 additions & 122 deletions
Large diffs are not rendered by default.

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ExecuteQueryRequest.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public com.google.protobuf.ByteString getAppProfileIdBytes() {
262262
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
263263
*
264264
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
265-
* google/bigtable/v2/bigtable.proto;l=1094
265+
* google/bigtable/v2/bigtable.proto;l=1086
266266
* @return The query.
267267
*/
268268
@java.lang.Override
@@ -292,7 +292,7 @@ public java.lang.String getQuery() {
292292
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
293293
*
294294
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
295-
* google/bigtable/v2/bigtable.proto;l=1094
295+
* google/bigtable/v2/bigtable.proto;l=1086
296296
* @return The bytes for query.
297297
*/
298298
@java.lang.Override
@@ -349,7 +349,7 @@ public com.google.protobuf.ByteString getPreparedQuery() {
349349
* <code>.google.bigtable.v2.ProtoFormat proto_format = 4 [deprecated = true];</code>
350350
*
351351
* @deprecated google.bigtable.v2.ExecuteQueryRequest.proto_format is deprecated. See
352-
* google/bigtable/v2/bigtable.proto;l=1115
352+
* google/bigtable/v2/bigtable.proto;l=1107
353353
* @return Whether the protoFormat field is set.
354354
*/
355355
@java.lang.Override
@@ -369,7 +369,7 @@ public boolean hasProtoFormat() {
369369
* <code>.google.bigtable.v2.ProtoFormat proto_format = 4 [deprecated = true];</code>
370370
*
371371
* @deprecated google.bigtable.v2.ExecuteQueryRequest.proto_format is deprecated. See
372-
* google/bigtable/v2/bigtable.proto;l=1115
372+
* google/bigtable/v2/bigtable.proto;l=1107
373373
* @return The protoFormat.
374374
*/
375375
@java.lang.Override
@@ -1456,7 +1456,7 @@ public Builder setAppProfileIdBytes(com.google.protobuf.ByteString value) {
14561456
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
14571457
*
14581458
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
1459-
* google/bigtable/v2/bigtable.proto;l=1094
1459+
* google/bigtable/v2/bigtable.proto;l=1086
14601460
* @return The query.
14611461
*/
14621462
@java.lang.Deprecated
@@ -1485,7 +1485,7 @@ public java.lang.String getQuery() {
14851485
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
14861486
*
14871487
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
1488-
* google/bigtable/v2/bigtable.proto;l=1094
1488+
* google/bigtable/v2/bigtable.proto;l=1086
14891489
* @return The bytes for query.
14901490
*/
14911491
@java.lang.Deprecated
@@ -1514,7 +1514,7 @@ public com.google.protobuf.ByteString getQueryBytes() {
15141514
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
15151515
*
15161516
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
1517-
* google/bigtable/v2/bigtable.proto;l=1094
1517+
* google/bigtable/v2/bigtable.proto;l=1086
15181518
* @param value The query to set.
15191519
* @return This builder for chaining.
15201520
*/
@@ -1542,7 +1542,7 @@ public Builder setQuery(java.lang.String value) {
15421542
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
15431543
*
15441544
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
1545-
* google/bigtable/v2/bigtable.proto;l=1094
1545+
* google/bigtable/v2/bigtable.proto;l=1086
15461546
* @return This builder for chaining.
15471547
*/
15481548
@java.lang.Deprecated
@@ -1566,7 +1566,7 @@ public Builder clearQuery() {
15661566
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
15671567
*
15681568
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
1569-
* google/bigtable/v2/bigtable.proto;l=1094
1569+
* google/bigtable/v2/bigtable.proto;l=1086
15701570
* @param value The bytes for query to set.
15711571
* @return This builder for chaining.
15721572
*/
@@ -1681,7 +1681,7 @@ public Builder clearPreparedQuery() {
16811681
* <code>.google.bigtable.v2.ProtoFormat proto_format = 4 [deprecated = true];</code>
16821682
*
16831683
* @deprecated google.bigtable.v2.ExecuteQueryRequest.proto_format is deprecated. See
1684-
* google/bigtable/v2/bigtable.proto;l=1115
1684+
* google/bigtable/v2/bigtable.proto;l=1107
16851685
* @return Whether the protoFormat field is set.
16861686
*/
16871687
@java.lang.Override
@@ -1701,7 +1701,7 @@ public boolean hasProtoFormat() {
17011701
* <code>.google.bigtable.v2.ProtoFormat proto_format = 4 [deprecated = true];</code>
17021702
*
17031703
* @deprecated google.bigtable.v2.ExecuteQueryRequest.proto_format is deprecated. See
1704-
* google/bigtable/v2/bigtable.proto;l=1115
1704+
* google/bigtable/v2/bigtable.proto;l=1107
17051705
* @return The protoFormat.
17061706
*/
17071707
@java.lang.Override

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ExecuteQueryRequestOrBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public interface ExecuteQueryRequestOrBuilder
9999
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
100100
*
101101
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
102-
* google/bigtable/v2/bigtable.proto;l=1094
102+
* google/bigtable/v2/bigtable.proto;l=1086
103103
* @return The query.
104104
*/
105105
@java.lang.Deprecated
@@ -118,7 +118,7 @@ public interface ExecuteQueryRequestOrBuilder
118118
* <code>string query = 3 [deprecated = true, (.google.api.field_behavior) = REQUIRED];</code>
119119
*
120120
* @deprecated google.bigtable.v2.ExecuteQueryRequest.query is deprecated. See
121-
* google/bigtable/v2/bigtable.proto;l=1094
121+
* google/bigtable/v2/bigtable.proto;l=1086
122122
* @return The bytes for query.
123123
*/
124124
@java.lang.Deprecated
@@ -156,7 +156,7 @@ public interface ExecuteQueryRequestOrBuilder
156156
* <code>.google.bigtable.v2.ProtoFormat proto_format = 4 [deprecated = true];</code>
157157
*
158158
* @deprecated google.bigtable.v2.ExecuteQueryRequest.proto_format is deprecated. See
159-
* google/bigtable/v2/bigtable.proto;l=1115
159+
* google/bigtable/v2/bigtable.proto;l=1107
160160
* @return Whether the protoFormat field is set.
161161
*/
162162
@java.lang.Deprecated
@@ -173,7 +173,7 @@ public interface ExecuteQueryRequestOrBuilder
173173
* <code>.google.bigtable.v2.ProtoFormat proto_format = 4 [deprecated = true];</code>
174174
*
175175
* @deprecated google.bigtable.v2.ExecuteQueryRequest.proto_format is deprecated. See
176-
* google/bigtable/v2/bigtable.proto;l=1115
176+
* google/bigtable/v2/bigtable.proto;l=1107
177177
* @return The protoFormat.
178178
*/
179179
@java.lang.Deprecated

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/MutateRowRequest.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ public com.google.bigtable.v2.MutationOrBuilder getMutationsOrBuilder(int index)
376376
*
377377
*
378378
* <pre>
379-
* Optional parameter for ensuring a MutateRow request is only applied once.
380-
* Currently applicable only for certain aggregate types.
379+
* If set consistently across retries, prevents this mutation from being
380+
* double applied to aggregate column families within a 15m window.
381381
* </pre>
382382
*
383383
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -393,8 +393,8 @@ public boolean hasIdempotency() {
393393
*
394394
*
395395
* <pre>
396-
* Optional parameter for ensuring a MutateRow request is only applied once.
397-
* Currently applicable only for certain aggregate types.
396+
* If set consistently across retries, prevents this mutation from being
397+
* double applied to aggregate column families within a 15m window.
398398
* </pre>
399399
*
400400
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -412,8 +412,8 @@ public com.google.bigtable.v2.Idempotency getIdempotency() {
412412
*
413413
*
414414
* <pre>
415-
* Optional parameter for ensuring a MutateRow request is only applied once.
416-
* Currently applicable only for certain aggregate types.
415+
* If set consistently across retries, prevents this mutation from being
416+
* double applied to aggregate column families within a 15m window.
417417
* </pre>
418418
*
419419
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -1855,8 +1855,8 @@ public java.util.List<com.google.bigtable.v2.Mutation.Builder> getMutationsBuild
18551855
*
18561856
*
18571857
* <pre>
1858-
* Optional parameter for ensuring a MutateRow request is only applied once.
1859-
* Currently applicable only for certain aggregate types.
1858+
* If set consistently across retries, prevents this mutation from being
1859+
* double applied to aggregate column families within a 15m window.
18601860
* </pre>
18611861
*
18621862
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -1871,8 +1871,8 @@ public boolean hasIdempotency() {
18711871
*
18721872
*
18731873
* <pre>
1874-
* Optional parameter for ensuring a MutateRow request is only applied once.
1875-
* Currently applicable only for certain aggregate types.
1874+
* If set consistently across retries, prevents this mutation from being
1875+
* double applied to aggregate column families within a 15m window.
18761876
* </pre>
18771877
*
18781878
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -1893,8 +1893,8 @@ public com.google.bigtable.v2.Idempotency getIdempotency() {
18931893
*
18941894
*
18951895
* <pre>
1896-
* Optional parameter for ensuring a MutateRow request is only applied once.
1897-
* Currently applicable only for certain aggregate types.
1896+
* If set consistently across retries, prevents this mutation from being
1897+
* double applied to aggregate column families within a 15m window.
18981898
* </pre>
18991899
*
19001900
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -1917,8 +1917,8 @@ public Builder setIdempotency(com.google.bigtable.v2.Idempotency value) {
19171917
*
19181918
*
19191919
* <pre>
1920-
* Optional parameter for ensuring a MutateRow request is only applied once.
1921-
* Currently applicable only for certain aggregate types.
1920+
* If set consistently across retries, prevents this mutation from being
1921+
* double applied to aggregate column families within a 15m window.
19221922
* </pre>
19231923
*
19241924
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -1938,8 +1938,8 @@ public Builder setIdempotency(com.google.bigtable.v2.Idempotency.Builder builder
19381938
*
19391939
*
19401940
* <pre>
1941-
* Optional parameter for ensuring a MutateRow request is only applied once.
1942-
* Currently applicable only for certain aggregate types.
1941+
* If set consistently across retries, prevents this mutation from being
1942+
* double applied to aggregate column families within a 15m window.
19431943
* </pre>
19441944
*
19451945
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -1967,8 +1967,8 @@ public Builder mergeIdempotency(com.google.bigtable.v2.Idempotency value) {
19671967
*
19681968
*
19691969
* <pre>
1970-
* Optional parameter for ensuring a MutateRow request is only applied once.
1971-
* Currently applicable only for certain aggregate types.
1970+
* If set consistently across retries, prevents this mutation from being
1971+
* double applied to aggregate column families within a 15m window.
19721972
* </pre>
19731973
*
19741974
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -1988,8 +1988,8 @@ public Builder clearIdempotency() {
19881988
*
19891989
*
19901990
* <pre>
1991-
* Optional parameter for ensuring a MutateRow request is only applied once.
1992-
* Currently applicable only for certain aggregate types.
1991+
* If set consistently across retries, prevents this mutation from being
1992+
* double applied to aggregate column families within a 15m window.
19931993
* </pre>
19941994
*
19951995
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -2004,8 +2004,8 @@ public com.google.bigtable.v2.Idempotency.Builder getIdempotencyBuilder() {
20042004
*
20052005
*
20062006
* <pre>
2007-
* Optional parameter for ensuring a MutateRow request is only applied once.
2008-
* Currently applicable only for certain aggregate types.
2007+
* If set consistently across retries, prevents this mutation from being
2008+
* double applied to aggregate column families within a 15m window.
20092009
* </pre>
20102010
*
20112011
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -2024,8 +2024,8 @@ public com.google.bigtable.v2.IdempotencyOrBuilder getIdempotencyOrBuilder() {
20242024
*
20252025
*
20262026
* <pre>
2027-
* Optional parameter for ensuring a MutateRow request is only applied once.
2028-
* Currently applicable only for certain aggregate types.
2027+
* If set consistently across retries, prevents this mutation from being
2028+
* double applied to aggregate column families within a 15m window.
20292029
* </pre>
20302030
*
20312031
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>

proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/MutateRowRequestOrBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ public interface MutateRowRequestOrBuilder
220220
*
221221
*
222222
* <pre>
223-
* Optional parameter for ensuring a MutateRow request is only applied once.
224-
* Currently applicable only for certain aggregate types.
223+
* If set consistently across retries, prevents this mutation from being
224+
* double applied to aggregate column families within a 15m window.
225225
* </pre>
226226
*
227227
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -234,8 +234,8 @@ public interface MutateRowRequestOrBuilder
234234
*
235235
*
236236
* <pre>
237-
* Optional parameter for ensuring a MutateRow request is only applied once.
238-
* Currently applicable only for certain aggregate types.
237+
* If set consistently across retries, prevents this mutation from being
238+
* double applied to aggregate column families within a 15m window.
239239
* </pre>
240240
*
241241
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>
@@ -248,8 +248,8 @@ public interface MutateRowRequestOrBuilder
248248
*
249249
*
250250
* <pre>
251-
* Optional parameter for ensuring a MutateRow request is only applied once.
252-
* Currently applicable only for certain aggregate types.
251+
* If set consistently across retries, prevents this mutation from being
252+
* double applied to aggregate column families within a 15m window.
253253
* </pre>
254254
*
255255
* <code>.google.bigtable.v2.Idempotency idempotency = 8;</code>

0 commit comments

Comments
 (0)