Skip to content

Commit 8aa3d35

Browse files
Auto-generate files after cl/697978654
1 parent c014e96 commit 8aa3d35

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)