Interface: IExtensionRangeOptions
google.protobuf.IExtensionRangeOptions
Properties of an ExtensionRangeOptions.
Implemented by
Properties
declaration
• Optional declaration: null | IDeclaration[]
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.
features
• Optional features: null | IFeatureSet
Any features defined in the specific edition.
uninterpretedOption
• Optional uninterpretedOption: null | IUninterpretedOption[]
The parser stores options it doesn't recognize here. See above.
verification
• Optional verification: null | VerificationState
The verification state of the range. TODO: flip the default to DECLARATION once all empty ranges are marked as UNVERIFIED.