Google.Protobuf.Reflection.ExtensionRangeOptions
public sealed class ExtensionRangeOptions : IExtendableMessage<ExtensionRangeOptions>, IMessage<ExtensionRangeOptions>, IMessage, IEquatable<ExtensionRangeOptions>, IDeepCloneable<ExtensionRangeOptions>, IBufferMessage
Container for nested types declared in the ExtensionRangeOptions message type.
Field number for the "declaration" field.
Field number for the "features" field.
Field number for the "uninterpreted_option" field.
Field number for the "verification" field.
For external users: DO NOT USE. We are in the process of open sourcing
extension declaration and executing internal cleanups before it can be
used externally.
Any features defined in the specific edition.
Gets whether the "verification" field is set
The parser stores options it doesn't recognize here. See above.
The verification state of the range.
TODO: flip the default to DECLARATION once all empty ranges
are marked as UNVERIFIED.
public ExtensionRangeOptions()
Clears the value of the "verification" field
public RepeatedField<TValue> GetExtension<TValue>(RepeatedExtension<ExtensionRangeOptions, TValue> extension)
public RepeatedField<TValue> GetOrInitializeExtension<TValue>(RepeatedExtension<ExtensionRangeOptions, TValue> extension)