Skip to content

Commit e219c38

Browse files
chore: Update generation configuration at Wed Jul 30 02:47:33 UTC 2025 (#2642)
* chore: Update generation configuration at Thu Jul 24 18:04:00 UTC 2025 * chore: generate libraries at Thu Jul 24 18:04:28 UTC 2025 * chore: Update generation configuration at Fri Jul 25 02:44:22 UTC 2025 * chore: Update generation configuration at Sat Jul 26 02:40:41 UTC 2025 * chore: Update generation configuration at Mon Jul 28 17:45:22 UTC 2025 * chore: generate libraries at Mon Jul 28 17:45:48 UTC 2025 * chore: Update generation configuration at Tue Jul 29 02:52:53 UTC 2025 * chore: Update generation configuration at Wed Jul 30 02:47:33 UTC 2025
1 parent 5acd3dc commit e219c38

File tree

11 files changed

+128
-139
lines changed

11 files changed

+128
-139
lines changed

.github/scripts/update_generation_config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -ex
2+
set -e
33
# This script should be run at the root of the repository.
44
# This script is used to update googleapis_commitish, gapic_generator_version,
55
# and libraries_bom_version in generation configuration at the time of running
@@ -174,4 +174,4 @@ if [ -z "${pr_num}" ]; then
174174
else
175175
git push
176176
gh pr edit "${pr_num}" --title "${title}" --body "${title}"
177-
fi
177+
fi

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.59.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.60.2
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.github/workflows/update_generation_config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
schedule:
1919
- cron: '0 2 * * *'
2020
workflow_dispatch:
21+
2122
jobs:
2223
update-generation-config:
2324
runs-on: ubuntu-24.04
@@ -42,4 +43,5 @@ jobs:
4243
--base_branch "${base_branch}" \
4344
--repo ${{ github.repository }}
4445
env:
45-
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
46+
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
47+

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.49.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.50.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.49.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.50.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.49.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.50.2" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies:
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.61.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.64.0')
5353
5454
implementation 'com.google.cloud:google-cloud-bigtable'
5555
```

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.59.0
2-
googleapis_commitish: 33d5137a234625ed94afd630031321c31bd16143
3-
libraries_bom_version: 26.61.0
1+
gapic_generator_version: 2.60.2
2+
googleapis_commitish: 64e82d17e410ff5e71ab3e040ea393db362f2850
3+
libraries_bom_version: 26.64.0
44
template_excludes:
55
- .gitignore
66
- .kokoro/presubmit/integration.cfg

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/GrpcBigtableStub.java

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -209,36 +209,31 @@ public class GrpcBigtableStub extends BigtableStub {
209209
private static final PathTemplate READ_ROWS_1_PATH_TEMPLATE =
210210
PathTemplate.create("{app_profile_id=**}");
211211
private static final PathTemplate READ_ROWS_2_PATH_TEMPLATE =
212-
PathTemplate.create(
213-
"{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}");
212+
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}/**");
214213
private static final PathTemplate SAMPLE_ROW_KEYS_0_PATH_TEMPLATE =
215214
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}");
216215
private static final PathTemplate SAMPLE_ROW_KEYS_1_PATH_TEMPLATE =
217216
PathTemplate.create("{app_profile_id=**}");
218217
private static final PathTemplate SAMPLE_ROW_KEYS_2_PATH_TEMPLATE =
219-
PathTemplate.create(
220-
"{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}");
218+
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}/**");
221219
private static final PathTemplate MUTATE_ROW_0_PATH_TEMPLATE =
222220
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}");
223221
private static final PathTemplate MUTATE_ROW_1_PATH_TEMPLATE =
224222
PathTemplate.create("{app_profile_id=**}");
225223
private static final PathTemplate MUTATE_ROW_2_PATH_TEMPLATE =
226-
PathTemplate.create(
227-
"{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}");
224+
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}/**");
228225
private static final PathTemplate MUTATE_ROWS_0_PATH_TEMPLATE =
229226
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}");
230227
private static final PathTemplate MUTATE_ROWS_1_PATH_TEMPLATE =
231228
PathTemplate.create("{app_profile_id=**}");
232229
private static final PathTemplate MUTATE_ROWS_2_PATH_TEMPLATE =
233-
PathTemplate.create(
234-
"{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}");
230+
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}/**");
235231
private static final PathTemplate CHECK_AND_MUTATE_ROW_0_PATH_TEMPLATE =
236232
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}");
237233
private static final PathTemplate CHECK_AND_MUTATE_ROW_1_PATH_TEMPLATE =
238234
PathTemplate.create("{app_profile_id=**}");
239235
private static final PathTemplate CHECK_AND_MUTATE_ROW_2_PATH_TEMPLATE =
240-
PathTemplate.create(
241-
"{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}");
236+
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}/**");
242237
private static final PathTemplate PING_AND_WARM_0_PATH_TEMPLATE =
243238
PathTemplate.create("{name=projects/*/instances/*}");
244239
private static final PathTemplate PING_AND_WARM_1_PATH_TEMPLATE =
@@ -248,8 +243,7 @@ public class GrpcBigtableStub extends BigtableStub {
248243
private static final PathTemplate READ_MODIFY_WRITE_ROW_1_PATH_TEMPLATE =
249244
PathTemplate.create("{app_profile_id=**}");
250245
private static final PathTemplate READ_MODIFY_WRITE_ROW_2_PATH_TEMPLATE =
251-
PathTemplate.create(
252-
"{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}");
246+
PathTemplate.create("{table_name=projects/*/instances/*/tables/*}/**");
253247
private static final PathTemplate PREPARE_QUERY_0_PATH_TEMPLATE =
254248
PathTemplate.create("{name=projects/*/instances/*}");
255249
private static final PathTemplate PREPARE_QUERY_1_PATH_TEMPLATE =
@@ -304,9 +298,7 @@ protected GrpcBigtableStub(
304298
builder.add(
305299
request.getAppProfileId(), "app_profile_id", READ_ROWS_1_PATH_TEMPLATE);
306300
builder.add(
307-
request.getAuthorizedViewName(),
308-
"authorized_view_name",
309-
READ_ROWS_2_PATH_TEMPLATE);
301+
request.getAuthorizedViewName(), "table_name", READ_ROWS_2_PATH_TEMPLATE);
310302
return builder.build();
311303
})
312304
.build();
@@ -322,7 +314,7 @@ protected GrpcBigtableStub(
322314
request.getAppProfileId(), "app_profile_id", SAMPLE_ROW_KEYS_1_PATH_TEMPLATE);
323315
builder.add(
324316
request.getAuthorizedViewName(),
325-
"authorized_view_name",
317+
"table_name",
326318
SAMPLE_ROW_KEYS_2_PATH_TEMPLATE);
327319
return builder.build();
328320
})
@@ -337,9 +329,7 @@ protected GrpcBigtableStub(
337329
builder.add(
338330
request.getAppProfileId(), "app_profile_id", MUTATE_ROW_1_PATH_TEMPLATE);
339331
builder.add(
340-
request.getAuthorizedViewName(),
341-
"authorized_view_name",
342-
MUTATE_ROW_2_PATH_TEMPLATE);
332+
request.getAuthorizedViewName(), "table_name", MUTATE_ROW_2_PATH_TEMPLATE);
343333
return builder.build();
344334
})
345335
.build();
@@ -353,9 +343,7 @@ protected GrpcBigtableStub(
353343
builder.add(
354344
request.getAppProfileId(), "app_profile_id", MUTATE_ROWS_1_PATH_TEMPLATE);
355345
builder.add(
356-
request.getAuthorizedViewName(),
357-
"authorized_view_name",
358-
MUTATE_ROWS_2_PATH_TEMPLATE);
346+
request.getAuthorizedViewName(), "table_name", MUTATE_ROWS_2_PATH_TEMPLATE);
359347
return builder.build();
360348
})
361349
.build();
@@ -376,7 +364,7 @@ protected GrpcBigtableStub(
376364
CHECK_AND_MUTATE_ROW_1_PATH_TEMPLATE);
377365
builder.add(
378366
request.getAuthorizedViewName(),
379-
"authorized_view_name",
367+
"table_name",
380368
CHECK_AND_MUTATE_ROW_2_PATH_TEMPLATE);
381369
return builder.build();
382370
})
@@ -410,7 +398,7 @@ protected GrpcBigtableStub(
410398
READ_MODIFY_WRITE_ROW_1_PATH_TEMPLATE);
411399
builder.add(
412400
request.getAuthorizedViewName(),
413-
"authorized_view_name",
401+
"table_name",
414402
READ_MODIFY_WRITE_ROW_2_PATH_TEMPLATE);
415403
return builder.build();
416404
})

0 commit comments

Comments
 (0)