Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9988e72
chore: Update generation configuration at Thu Jul 3 02:34:31 UTC 2025
cloud-java-bot Jul 3, 2025
6418619
chore: Update generation configuration at Fri Jul 4 02:33:34 UTC 2025
cloud-java-bot Jul 4, 2025
4eae6fd
chore: Update generation configuration at Tue Jul 8 02:34:53 UTC 2025
cloud-java-bot Jul 8, 2025
89e009d
chore: Update generation configuration at Wed Jul 9 02:35:43 UTC 2025
cloud-java-bot Jul 9, 2025
e69e141
chore: merge main into generate-libraries-main
cloud-java-bot Jul 10, 2025
8dceaf7
chore: Update generation configuration at Thu Jul 10 02:35:56 UTC 2025
cloud-java-bot Jul 10, 2025
885652b
chore: merge main into generate-libraries-main
cloud-java-bot Jul 11, 2025
b252421
chore: Update generation configuration at Fri Jul 11 02:38:15 UTC 2025
cloud-java-bot Jul 11, 2025
8b6bc19
chore: merge main into generate-libraries-main
cloud-java-bot Jul 12, 2025
cac65f6
chore: Update generation configuration at Sat Jul 12 02:38:00 UTC 2025
cloud-java-bot Jul 12, 2025
fd441a4
chore: merge main into generate-libraries-main
cloud-java-bot Jul 15, 2025
25bf541
chore: Update generation configuration at Tue Jul 15 02:40:37 UTC 2025
cloud-java-bot Jul 15, 2025
f3ea668
chore: merge main into generate-libraries-main
cloud-java-bot Jul 16, 2025
f475f7c
chore: Update generation configuration at Wed Jul 16 02:38:36 UTC 2025
cloud-java-bot Jul 16, 2025
83da417
chore: generate libraries at Wed Jul 16 02:39:02 UTC 2025
cloud-java-bot Jul 16, 2025
ae4c621
chore: merge main into generate-libraries-main
cloud-java-bot Jul 17, 2025
e44daef
chore: Update generation configuration at Thu Jul 17 02:38:51 UTC 2025
cloud-java-bot Jul 17, 2025
7848faf
chore: generate libraries at Thu Jul 17 02:39:22 UTC 2025
cloud-java-bot Jul 17, 2025
8aa2bd4
chore: merge main into generate-libraries-main
cloud-java-bot Jul 19, 2025
d245447
chore: Update generation configuration at Sat Jul 19 02:35:06 UTC 2025
cloud-java-bot Jul 19, 2025
6eeeeff
Merge branch 'main' into generate-libraries-main
igorbernstein2 Jul 21, 2025
6248524
chore: Update generation configuration at Tue Jul 22 02:39:54 UTC 2025
cloud-java-bot Jul 22, 2025
bb3bba4
chore: generate libraries at Tue Jul 22 02:40:25 UTC 2025
cloud-java-bot Jul 22, 2025
5f2002b
Merge branch 'main' into generate-libraries-main
igorbernstein2 Jul 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.59.0
googleapis_commitish: 63161c080e7eb3dd1d4fe76db1fad108b6ac9a27
googleapis_commitish: 0da61b4af3b87dd71dd557457b5099e23154b297
libraries_bom_version: 26.61.0
template_excludes:
- .gitignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2870,6 +2870,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.admin.v2.Type$Enum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.admin.v2.Type$Enum$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.admin.v2.Type$Float32",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -2996,6 +3014,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.admin.v2.Type$Proto",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.admin.v2.Type$Proto$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.admin.v2.Type$String",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,10 +693,10 @@ default void readModifyWriteRow(
*
*
* <pre>
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
* Returns the current list of partitions that make up the table's
* change stream. The union of partitions will cover the entire keyspace.
* Partitions can be read with `ReadChangeStream`.
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
* </pre>
*/
default void generateInitialChangeStreamPartitions(
Expand All @@ -712,10 +712,10 @@ default void generateInitialChangeStreamPartitions(
*
*
* <pre>
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
* Reads changes from a table's change stream. Changes will
* reflect both user-initiated mutations and mutations that are caused by
* garbage collection.
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
* </pre>
*/
default void readChangeStream(
Expand Down Expand Up @@ -915,10 +915,10 @@ public void readModifyWriteRow(
*
*
* <pre>
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
* Returns the current list of partitions that make up the table's
* change stream. The union of partitions will cover the entire keyspace.
* Partitions can be read with `ReadChangeStream`.
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
* </pre>
*/
public void generateInitialChangeStreamPartitions(
Expand All @@ -936,10 +936,10 @@ public void generateInitialChangeStreamPartitions(
*
*
* <pre>
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
* Reads changes from a table's change stream. Changes will
* reflect both user-initiated mutations and mutations that are caused by
* garbage collection.
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
* </pre>
*/
public void readChangeStream(
Expand Down Expand Up @@ -1117,10 +1117,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
*
*
* <pre>
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
* Returns the current list of partitions that make up the table's
* change stream. The union of partitions will cover the entire keyspace.
* Partitions can be read with `ReadChangeStream`.
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
* </pre>
*/
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918")
Expand All @@ -1139,10 +1139,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
*
*
* <pre>
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
* Reads changes from a table's change stream. Changes will
* reflect both user-initiated mutations and mutations that are caused by
* garbage collection.
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
* </pre>
*/
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918")
Expand Down Expand Up @@ -1308,10 +1308,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
*
*
* <pre>
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
* Returns the current list of partitions that make up the table's
* change stream. The union of partitions will cover the entire keyspace.
* Partitions can be read with `ReadChangeStream`.
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
* </pre>
*/
public java.util.Iterator<com.google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse>
Expand All @@ -1328,10 +1328,10 @@ public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(
*
*
* <pre>
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
* Reads changes from a table's change stream. Changes will
* reflect both user-initiated mutations and mutations that are caused by
* garbage collection.
* NOTE: This API is only intended to be used by Apache Beam BigtableIO.
* </pre>
*/
public java.util.Iterator<com.google.bigtable.v2.ReadChangeStreamResponse> readChangeStream(
Expand Down
Loading
Loading