Skip to content

Commit bc58b4f

Browse files
chore: Update generation configuration at Tue Jul 22 02:39:54 UTC 2025 (#2620)
This pull request is generated with proto changes between [googleapis/googleapis@63161c0](https://togithub.com/googleapis/googleapis/commit/63161c080e7eb3dd1d4fe76db1fad108b6ac9a27) (exclusive) and [googleapis/googleapis@0da61b4](https://togithub.com/googleapis/googleapis/commit/0da61b4af3b87dd71dd557457b5099e23154b297) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: add Idempotency to Cloud Bigtable MutateRowsRequest API docs: Minor comment update for field `idempotency` in message `.google.bigtable.v2.MutateRowRequest` PiperOrigin-RevId: 785585326 Source Link: [googleapis/googleapis@0da61b4](https://togithub.com/googleapis/googleapis/commit/0da61b4af3b87dd71dd557457b5099e23154b297) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: Sync generated comments from the API Protos PiperOrigin-RevId: 785555034 Source Link: [googleapis/googleapis@5feffd9](https://togithub.com/googleapis/googleapis/commit/5feffd940877775c76330c4e37cc139979fccd72) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add type support for Proto and Enum PiperOrigin-RevId: 783889912 Source Link: [googleapis/googleapis@ff47072](https://togithub.com/googleapis/googleapis/commit/ff470725e0d32afab5d827767ff2df73fa1ad37c) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent bb5205f commit bc58b4f

File tree

30 files changed

+9945
-7275
lines changed

30 files changed

+9945
-7275
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gapic_generator_version: 2.59.0
2-
googleapis_commitish: 63161c080e7eb3dd1d4fe76db1fad108b6ac9a27
2+
googleapis_commitish: 0da61b4af3b87dd71dd557457b5099e23154b297
33
libraries_bom_version: 26.61.0
44
template_excludes:
55
- .gitignore

google-cloud-bigtable/src/main/resources/META-INF/native-image/com.google.cloud.bigtable.admin.v2/reflect-config.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,6 +2870,24 @@
28702870
"allDeclaredClasses": true,
28712871
"allPublicClasses": true
28722872
},
2873+
{
2874+
"name": "com.google.bigtable.admin.v2.Type$Enum",
2875+
"queryAllDeclaredConstructors": true,
2876+
"queryAllPublicConstructors": true,
2877+
"queryAllDeclaredMethods": true,
2878+
"allPublicMethods": true,
2879+
"allDeclaredClasses": true,
2880+
"allPublicClasses": true
2881+
},
2882+
{
2883+
"name": "com.google.bigtable.admin.v2.Type$Enum$Builder",
2884+
"queryAllDeclaredConstructors": true,
2885+
"queryAllPublicConstructors": true,
2886+
"queryAllDeclaredMethods": true,
2887+
"allPublicMethods": true,
2888+
"allDeclaredClasses": true,
2889+
"allPublicClasses": true
2890+
},
28732891
{
28742892
"name": "com.google.bigtable.admin.v2.Type$Float32",
28752893
"queryAllDeclaredConstructors": true,
@@ -2996,6 +3014,24 @@
29963014
"allDeclaredClasses": true,
29973015
"allPublicClasses": true
29983016
},
3017+
{
3018+
"name": "com.google.bigtable.admin.v2.Type$Proto",
3019+
"queryAllDeclaredConstructors": true,
3020+
"queryAllPublicConstructors": true,
3021+
"queryAllDeclaredMethods": true,
3022+
"allPublicMethods": true,
3023+
"allDeclaredClasses": true,
3024+
"allPublicClasses": true
3025+
},
3026+
{
3027+
"name": "com.google.bigtable.admin.v2.Type$Proto$Builder",
3028+
"queryAllDeclaredConstructors": true,
3029+
"queryAllPublicConstructors": true,
3030+
"queryAllDeclaredMethods": true,
3031+
"allPublicMethods": true,
3032+
"allDeclaredClasses": true,
3033+
"allPublicClasses": true
3034+
},
29993035
{
30003036
"name": "com.google.bigtable.admin.v2.Type$String",
30013037
"queryAllDeclaredConstructors": true,

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(

0 commit comments

Comments
 (0)