public sealed class FeatureSetDefaults : IMessage<FeatureSetDefaults>, IEquatable<FeatureSetDefaults>, IDeepCloneable<FeatureSetDefaults>, IBufferMessage, IMessage
A compiled specification for the defaults of a set of features. These
messages are generated from FeatureSet extensions and can be used to seed
feature resolution. The resolution with this object becomes a simple search
for the closest matching edition, followed by proto merges.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFeatureSetDefaults\u003c/code\u003e class provides a compiled specification for the default settings of various features, used for feature resolution by searching for the nearest matching edition and then merging protocol buffers.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, supporting functionalities like message comparison, deep cloning, and buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003eIt offers methods for managing editions, including \u003ccode\u003eMaximumEdition\u003c/code\u003e and \u003ccode\u003eMinimumEdition\u003c/code\u003e, which define the range of editions for which reliable defaults are provided.\u003c/p\u003e\n"],["\u003cp\u003eKey functionalities include merging data from input streams, calculating message size, and creating deep clones, while also providing fields such as \u003ccode\u003eDefaultsFieldNumber\u003c/code\u003e, \u003ccode\u003eMaximumEditionFieldNumber\u003c/code\u003e, and \u003ccode\u003eMinimumEditionFieldNumber\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides methods for clear specific fields such as \u003ccode\u003eClearMaximumEdition()\u003c/code\u003e and \u003ccode\u003eClearMinimumEdition()\u003c/code\u003e, to clear the values of those fields.\u003c/p\u003e\n"]]],[],null,[]]