Automated Code Change

PiperOrigin-RevId: 595843517
pull/15288/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent e04d731457
commit 13b97e1609
  1. 6
      protos_generator/tests/test_model.proto

@ -100,7 +100,8 @@ message TestModel {
optional string doc_id = 241;
optional bool set_doc_id = 242;
extensions 10000 to max;
extensions 10000 to max
[verification = UNVERIFIED];
}
// Old version with fewer fields to test backward/forward compatibility.
@ -146,7 +147,8 @@ extend TestModel {
}
message TestAnnotation {
extensions 10000 to max;
extensions 10000 to max
[verification = UNVERIFIED];
}
message TestMessageHasEnum {

Loading…
Cancel
Save