Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
98f9ea4
chore: Update generation configuration at Thu Oct 23 02:36:06 UTC 2025
cloud-java-bot Oct 23, 2025
9c5ae10
chore: Update generation configuration at Fri Oct 24 02:33:35 UTC 2025
cloud-java-bot Oct 24, 2025
329c08c
chore: Update generation configuration at Sat Oct 25 02:34:06 UTC 2025
cloud-java-bot Oct 25, 2025
0dda6d1
chore: Update generation configuration at Tue Oct 28 02:35:54 UTC 2025
cloud-java-bot Oct 28, 2025
49668c0
chore: generate libraries at Tue Oct 28 02:36:23 UTC 2025
cloud-java-bot Oct 28, 2025
8705cd3
chore: Update generation configuration at Wed Oct 29 02:38:54 UTC 2025
cloud-java-bot Oct 29, 2025
4c09eae
chore: merge main into generate-libraries-main
cloud-java-bot Oct 30, 2025
0ebd8d8
chore: Update generation configuration at Thu Oct 30 02:38:42 UTC 2025
cloud-java-bot Oct 30, 2025
28c419d
chore: generate libraries at Thu Oct 30 02:39:16 UTC 2025
cloud-java-bot Oct 30, 2025
6642b98
chore: Update generation configuration at Fri Oct 31 02:38:40 UTC 2025
cloud-java-bot Oct 31, 2025
b2bcc12
chore: merge main into generate-libraries-main
cloud-java-bot Nov 1, 2025
2a48c2d
chore: Update generation configuration at Sat Nov 1 02:37:45 UTC 2025
cloud-java-bot Nov 1, 2025
2c8ac3a
chore: Update generation configuration at Tue Nov 4 02:38:26 UTC 2025
cloud-java-bot Nov 4, 2025
bd08d60
chore: Update generation configuration at Wed Nov 5 02:37:18 UTC 2025
cloud-java-bot Nov 5, 2025
4f72a61
chore: generate libraries at Wed Nov 5 02:37:44 UTC 2025
cloud-java-bot Nov 5, 2025
886f0b8
chore: Update generation configuration at Thu Nov 6 02:37:49 UTC 2025
cloud-java-bot Nov 6, 2025
e859f3b
chore: merge main into generate-libraries-main
cloud-java-bot Nov 7, 2025
35491f2
chore: Update generation configuration at Fri Nov 7 02:37:29 UTC 2025
cloud-java-bot Nov 7, 2025
f6f7525
chore: Update generation configuration at Sat Nov 8 02:35:16 UTC 2025
cloud-java-bot Nov 8, 2025
2199356
chore: generate libraries at Sat Nov 8 02:35:47 UTC 2025
cloud-java-bot Nov 8, 2025
d45f316
chore: Update generation configuration at Tue Nov 11 02:37:45 UTC 2025
cloud-java-bot Nov 11, 2025
618dae1
chore: Update generation configuration at Wed Nov 12 02:37:37 UTC 2025
cloud-java-bot Nov 12, 2025
82462f9
chore: merge main into generate-libraries-main
cloud-java-bot Nov 13, 2025
3f3fe90
chore: Update generation configuration at Thu Nov 13 02:38:10 UTC 2025
cloud-java-bot Nov 13, 2025
da242b1
chore: Update generation configuration at Fri Nov 14 02:37:36 UTC 2025
cloud-java-bot Nov 14, 2025
50d22b8
chore: Update generation configuration at Sat Nov 15 02:35:27 UTC 2025
cloud-java-bot Nov 15, 2025
8fd2678
chore: Update generation configuration at Mon Nov 17 02:38:28 UTC 2025
cloud-java-bot Nov 17, 2025
9110253
chore: merge main into generate-libraries-main
cloud-java-bot Nov 18, 2025
f58274d
chore: Update generation configuration at Tue Nov 18 02:37:28 UTC 2025
cloud-java-bot Nov 18, 2025
56d6660
Merge branch 'main' into generate-libraries-main
igorbernstein2 Nov 18, 2025
20d88f8
Merge branch 'main' into generate-libraries-main
igorbernstein2 Nov 18, 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 .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/scripts@v2.63.0
- uses: googleapis/sdk-platform-java/.github/scripts@v2.64.1
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.70.0')
implementation platform('com.google.cloud:libraries-bom:26.71.0')

implementation 'com.google.cloud:google-cloud-bigtable'
```
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.63.0
googleapis_commitish: 94ccdfe4519e0ba817bd33aa22eb9c64f88a6874
libraries_bom_version: 26.70.0
gapic_generator_version: 2.64.1
googleapis_commitish: 1b5f8632487bce889ce05366647addc6ef5ee36d
libraries_bom_version: 26.71.0
template_excludes:
- .gitignore
- .kokoro/presubmit/integration.cfg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public ChannelPoolMetricsTracer(OpenTelemetry openTelemetry, Attributes commonAt
.histogramBuilder(OUTSTANDING_RPCS_PER_CHANNEL_NAME)
.ofLongs()
.setDescription(
"A distribution of the number of outstanding RPCs per connection in the client pool, sampled periodically.")
"A distribution of the number of outstanding RPCs per connection in the client"
+ " pool, sampled periodically.")
.setUnit("1")
.build();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,33 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.v2.PeerInfo",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.v2.PeerInfo$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.v2.PeerInfo$TransportType",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.bigtable.v2.PingAndWarmRequest",
"queryAllDeclaredConstructors": true,
Expand Down
Loading
Loading