Google.Protobuf.Reflection.FeatureSetDefaults
public sealed class FeatureSetDefaults : IMessage<FeatureSetDefaults>, IMessage, IEquatable<FeatureSetDefaults>, IDeepCloneable<FeatureSetDefaults>, IBufferMessage
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.
Container for nested types declared in the FeatureSetDefaults message type.
Field number for the "defaults" field.
Field number for the "maximum_edition" field.
Field number for the "minimum_edition" field.
Gets whether the "maximum_edition" field is set
Gets whether the "minimum_edition" field is set
The maximum known edition (inclusive) when this was constructed. Editions
after this will not have reliable defaults.
The minimum supported edition (inclusive) when this was constructed.
Editions before this will not have defaults.
public FeatureSetDefaults()
Clears the value of the "maximum_edition" field
Clears the value of the "minimum_edition" field