Skip to content

Commit a7edd5b

Browse files
chore: Update generation configuration at Mon Jan 26 16:02:26 UTC 2026 (#2668)
* chore: Update generation configuration at Mon Jan 26 16:02:26 UTC 2026 * chore: generate libraries at Mon Jan 26 16:02:58 UTC 2026
1 parent 1f95f3a commit a7edd5b

File tree

145 files changed

+4697
-8081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+4697
-8081
lines changed

.github/workflows/update_generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
32+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
3333
- name: Install Dependencies
3434
shell: bash
3535
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
@@ -43,5 +43,5 @@ jobs:
4343
--base_branch "${base_branch}" \
4444
--repo ${{ github.repository }}
4545
env:
46-
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
46+
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
4747

.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.55.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.56.0" # {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.55.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.56.0" # {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.55.1" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.56.0" # {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
@@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.74.0-rc2')
54+
implementation platform('com.google.cloud:libraries-bom:26.74.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

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.65.1
2-
googleapis_commitish: 615bb9acb1d978c497cf2268450c6e6c3e8be049
3-
libraries_bom_version: 26.74.0-rc2
1+
gapic_generator_version: 2.66.0
2+
googleapis_commitish: 2ac88973cbafba24e4fb6f31038e0c76174ae704
3+
libraries_bom_version: 26.74.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

google-cloud-pubsub/src/main/resources/META-INF/native-image/com.google.cloud.pubsub.v1/reflect-config.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,15 @@
872872
"allDeclaredClasses": true,
873873
"allPublicClasses": true
874874
},
875+
{
876+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnforceNamingStyle",
877+
"queryAllDeclaredConstructors": true,
878+
"queryAllPublicConstructors": true,
879+
"queryAllDeclaredMethods": true,
880+
"allPublicMethods": true,
881+
"allDeclaredClasses": true,
882+
"allPublicClasses": true
883+
},
875884
{
876885
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnumType",
877886
"queryAllDeclaredConstructors": true,
@@ -926,6 +935,33 @@
926935
"allDeclaredClasses": true,
927936
"allPublicClasses": true
928937
},
938+
{
939+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$VisibilityFeature",
940+
"queryAllDeclaredConstructors": true,
941+
"queryAllPublicConstructors": true,
942+
"queryAllDeclaredMethods": true,
943+
"allPublicMethods": true,
944+
"allDeclaredClasses": true,
945+
"allPublicClasses": true
946+
},
947+
{
948+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$VisibilityFeature$Builder",
949+
"queryAllDeclaredConstructors": true,
950+
"queryAllPublicConstructors": true,
951+
"queryAllDeclaredMethods": true,
952+
"allPublicMethods": true,
953+
"allDeclaredClasses": true,
954+
"allPublicClasses": true
955+
},
956+
{
957+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$VisibilityFeature$DefaultSymbolVisibility",
958+
"queryAllDeclaredConstructors": true,
959+
"queryAllPublicConstructors": true,
960+
"queryAllDeclaredMethods": true,
961+
"allPublicMethods": true,
962+
"allDeclaredClasses": true,
963+
"allPublicClasses": true
964+
},
929965
{
930966
"name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults",
931967
"queryAllDeclaredConstructors": true,
@@ -1043,6 +1079,24 @@
10431079
"allDeclaredClasses": true,
10441080
"allPublicClasses": true
10451081
},
1082+
{
1083+
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$FeatureSupport",
1084+
"queryAllDeclaredConstructors": true,
1085+
"queryAllPublicConstructors": true,
1086+
"queryAllDeclaredMethods": true,
1087+
"allPublicMethods": true,
1088+
"allDeclaredClasses": true,
1089+
"allPublicClasses": true
1090+
},
1091+
{
1092+
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$FeatureSupport$Builder",
1093+
"queryAllDeclaredConstructors": true,
1094+
"queryAllPublicConstructors": true,
1095+
"queryAllDeclaredMethods": true,
1096+
"allPublicMethods": true,
1097+
"allDeclaredClasses": true,
1098+
"allPublicClasses": true
1099+
},
10461100
{
10471101
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$JSType",
10481102
"queryAllDeclaredConstructors": true,
@@ -1349,6 +1403,15 @@
13491403
"allDeclaredClasses": true,
13501404
"allPublicClasses": true
13511405
},
1406+
{
1407+
"name": "com.google.protobuf.DescriptorProtos$SymbolVisibility",
1408+
"queryAllDeclaredConstructors": true,
1409+
"queryAllPublicConstructors": true,
1410+
"queryAllDeclaredMethods": true,
1411+
"allPublicMethods": true,
1412+
"allDeclaredClasses": true,
1413+
"allPublicClasses": true
1414+
},
13521415
{
13531416
"name": "com.google.protobuf.DescriptorProtos$UninterpretedOption",
13541417
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)