We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb5693 commit 778ebabCopy full SHA for 778ebab
csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs
@@ -0,0 +1,17 @@
1
+#region Copyright notice and license
2
+// Protocol Buffers - Google's data interchange format
3
+// Copyright 2008 Google Inc. All rights reserved.
4
+//
5
+// Use of this source code is governed by a BSD-style
6
+// license that can be found in the LICENSE file or at
7
+// https://developers.google.com/open-source/licenses/bsd
8
+#endregion
9
+
10
+namespace Google.Protobuf.Reflection;
11
12
+internal sealed partial class FeatureSetDescriptor
13
+{
14
+ // Canonical serialized form of the edition defaults, generated by embed_edition_defaults.
15
+ private const string DefaultsBase64 =
16
+ "ChMYhAciACoMCAEQAhgCIAMoATACChMY5wciACoMCAIQARgBIAIoATABChMY6AciDAgBEAEYASACKAEwASoAIOYHKOgH";
17
+}
0 commit comments