Skip to content

Commit 42472b4

Browse files
feat: Upgrade protobuf gen code to 4.33 (#3151)
* chore: Update generation_config.yaml * chore: generate libraries at Fri Dec 12 21:41:45 UTC 2025 --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent e58969c commit 42472b4

File tree

230 files changed

+7340
-11951
lines changed

Some content is hidden

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

230 files changed

+7340
-11951
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gapic_generator_version: 2.64.1
1+
gapic_generator_version: 2.65.0-rc1
22
googleapis_commitish: 5342712986262b93211b136eb4bd6fb79b3764af
33
libraries_bom_version: 26.71.0
44
libraries:

proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AnnotationsProto.java

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,26 @@
1414
* limitations under the License.
1515
*/
1616
// Generated by the protocol buffer compiler. DO NOT EDIT!
17+
// NO CHECKED-IN PROTOBUF GENCODE
1718
// source: google/cloud/bigquery/storage/v1/annotations.proto
19+
// Protobuf Java Version: 4.33.0
1820

19-
// Protobuf Java Version: 3.25.8
2021
package com.google.cloud.bigquery.storage.v1;
2122

22-
public final class AnnotationsProto {
23+
@com.google.protobuf.Generated
24+
public final class AnnotationsProto extends com.google.protobuf.GeneratedFile {
2325
private AnnotationsProto() {}
2426

27+
static {
28+
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
29+
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
30+
/* major= */ 4,
31+
/* minor= */ 33,
32+
/* patch= */ 0,
33+
/* suffix= */ "",
34+
"AnnotationsProto");
35+
}
36+
2537
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {
2638
registry.add(com.google.cloud.bigquery.storage.v1.AnnotationsProto.columnName);
2739
}
@@ -83,7 +95,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
8395
new com.google.protobuf.Descriptors.FileDescriptor[] {
8496
com.google.protobuf.DescriptorProtos.getDescriptor(),
8597
});
86-
columnName.internalInit(descriptor.getExtensions().get(0));
98+
columnName.internalInit(descriptor.getExtension(0));
99+
descriptor.resolveAllFeaturesImmutable();
87100
com.google.protobuf.DescriptorProtos.getDescriptor();
88101
}
89102

0 commit comments

Comments
 (0)