public RepeatedField<ExtensionRangeOptions.Types.Declaration> Declaration { get; }
go/protobuf-stripping-extension-declarations
Like Metadata, but we use a repeated field to hold all extension
declarations. This should avoid the size increases of transforming a large
extension range into small ranges in generated binaries.
[[["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-06-12 UTC."],[[["`ExtensionRangeOptions` is a sealed class within the `Google.Protobuf.Reflection` namespace that is used for managing options related to extension ranges in protocol buffers."],["This class implements multiple interfaces, including `IExtendableMessage`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning, message comparison, and stream buffer interactions."],["`ExtensionRangeOptions` has fields for `Declaration`, `UninterpretedOption`, and `Verification`, which are configurable through specific methods, and also includes number fields for each that provide information about the fields."],["The class provides methods to manage extensions, such as `GetExtension`, `SetExtension`, `ClearExtension`, `HasExtension`, and additionally offers methods to manage the verification status, including `ClearVerification`."],["The class contains different methods to manage the data, such as merging from a coded input stream, `MergeFrom`, or writing data to an output stream, `WriteTo`."]]],[]]