From 1cb708c03536709cd767b5f474db31bad53869a0 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 6 Nov 2024 00:47:47 +0000 Subject: [PATCH] Auto-generate files after cl/693516053 --- csharp/src/Google.Protobuf.Test/testprotos.pb | Bin 454905 -> 454905 bytes .../Reflection/FeatureSetDescriptor.g.cs | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs diff --git a/csharp/src/Google.Protobuf.Test/testprotos.pb b/csharp/src/Google.Protobuf.Test/testprotos.pb index bce2bf39d4bae9ca0e1b40186a8b994bd8e1b6f8..31c0359c4d0b4a3b9fe27377fc0f8eceee0f27ac 100644 GIT binary patch delta 1191 zcmX}qOLEgd5C&jrTCy!!w(NldsYtCntuq%SUY ziQxL8Y%;KZ<;-OJofq#k!@nJf54z-l4aAYjzy`G|mBl0+xIz0yJ6yz2e9=2yxS=q= z!G#;X`Dkij!%v?z!^V+#uS+SFRZIppsy0jpHo9zTmX0Nj#f`3|;l?~>8g5*RObu>) z-PR5lKM@zYlmVNFlF7g(<+mmSo18Z^!^@d+HxFzYi@M(F!A+0N5j?nQ%e2EYn(^KF za5GWU%mDpo3jffEqKfTZoyLqa0{L?09){s zIY~=ymjhdJyBye(r_6yZlWs8{bY9Ym+vVX_+%6Bd;&yqs6}Jl|twr*RNQ7W(zPb=> zT{HI+f~}j8zJr3K4RNBL5^fyJ$ZHB{7Lu&Z+c=Ysm^lR_z<(~HLAFp#4rF8By1Zjv^D1P?Qs;!zy7lZ$hc4AZmJ*6e&^Gp{wYHIMbo0=%x5@q2q+2SE8cB zq@vg2REId&8*!q;w4%47cK`Rz`;m(-{m}PZk^-zN-`Nb!yT@lXL(?w49{4VHqSTX? zIbc0z&Y{N40qZft9s2Udd{Kh+W!VoS-Td&)ex+fHaQ#->v_mqG*QP{p16i~g*r0S_ zv%}8%N5k-QhVrv1xnM(Cu^HH~+R|A>(uEt|c8tTH9Leuyrw2EZ_BVKNqw_De1~&To z%`j{n%TK11&{@f5VB?c3n}Ln58-^t#MHAUEwItkxkC}v`cSWPVE)aaI>~;hgUo2+4*pDSvAZDo7e1o ze6V@bjxJENU>1Nam<3=9uqb|g0o;OJsA$Q@4B?i1$`EeJrwqZCe9DZX6}QWPt+-tV zY{jR{fUV+g5gv3_(VE+3;nv(P3%BNWS-3T~%PHE(_!W`Nfo*tnIj~LD&L;=9X*A6Y z@`|?HE&mg4%kA=TTW*(!+j6^tq8;C^0Jh`X6~K0Uy8_s*+5Y|f;N3qzB>uJj0}y>> Ao&W#< diff --git a/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs b/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs new file mode 100644 index 000000000000..208ce1fcb631 --- /dev/null +++ b/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs @@ -0,0 +1,17 @@ +#region Copyright notice and license +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file or at +// https://developers.google.com/open-source/licenses/bsd +#endregion + +namespace Google.Protobuf.Reflection; + +internal sealed partial class FeatureSetDescriptor +{ + // Canonical serialized form of the edition defaults, generated by embed_edition_defaults. + private const string DefaultsBase64 = + "ChMYhAciACoMCAEQAhgCIAMoATACChMY5wciACoMCAIQARgBIAIoATABChMY6AciDAgBEAEYASACKAEwASoAIOYHKOgH"; +}