From b41f04d42acdbc0e9f8cd95d325559cc3a166eab Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Fri, 17 Nov 2023 17:47:51 +0000 Subject: [PATCH] Auto-generate files after cl/583411456 --- csharp/src/Google.Protobuf.Test/testprotos.pb | Bin 362862 -> 362859 bytes .../Reflection/Descriptor.pb.cs | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/csharp/src/Google.Protobuf.Test/testprotos.pb b/csharp/src/Google.Protobuf.Test/testprotos.pb index 9527755cf1fddb69d7583bcd5e67859c490a0419..a33cfa7081aa509cedb166b7c010ac36265256d9 100644 GIT binary patch delta 149 zcmaDiN$m9`u?_2XGk)K^es{VqWB+FHmzKr?8#uXGSXh|2gjjYlF{w%|oSq=VxKb)7 zKQCROBwry>AwMrQKMlkz&P>ls%;B1@Cd=r;4iV;>UMS1x$f1y%nwykb#5H}FETbz2 fM5>r;I=dVauRTPL5r~<9m>Gy!wui{EN@W88$`dYb delta 152 zcmaDoN$lMuu?_2XGydAVes{VqeN53HqlI*S|Gy!wg<|wN@W88QA{sM diff --git a/csharp/src/Google.Protobuf/Reflection/Descriptor.pb.cs b/csharp/src/Google.Protobuf/Reflection/Descriptor.pb.cs index 2421d98c05..208e5fe648 100644 --- a/csharp/src/Google.Protobuf/Reflection/Descriptor.pb.cs +++ b/csharp/src/Google.Protobuf/Reflection/Descriptor.pb.cs @@ -3387,12 +3387,12 @@ namespace Google.Protobuf.Reflection { /// If true, this is a proto3 "optional". When a proto3 field is optional, it /// tracks presence regardless of field type. /// - /// When proto3_optional is true, this field must be belong to a oneof to - /// signal to old proto3 clients that presence is tracked for this field. This - /// oneof is known as a "synthetic" oneof, and this field must be its sole - /// member (each proto3 optional field gets its own synthetic oneof). Synthetic - /// oneofs exist in the descriptor only, and do not generate any API. Synthetic - /// oneofs must be ordered after all "real" oneofs. + /// When proto3_optional is true, this field must belong to a oneof to signal + /// to old proto3 clients that presence is tracked for this field. This oneof + /// is known as a "synthetic" oneof, and this field must be its sole member + /// (each proto3 optional field gets its own synthetic oneof). Synthetic oneofs + /// exist in the descriptor only, and do not generate any API. Synthetic oneofs + /// must be ordered after all "real" oneofs. /// /// For message fields, proto3_optional doesn't create any semantic change, /// since non-repeated message fields always track presence. However it still