Class: UninterpretedOption
google.protobuf.UninterpretedOption
A message representing a option the parser does not recognize. This only appears in options protos created by the compiler::Parser class. DescriptorPool resolves these when building Descriptor objects. Therefore, options protos in descriptor objects (e.g. returned by Descriptor::options(), or produced by Descriptor::CopyTo()) will never have UninterpretedOptions in them.
Implements
Constructors
constructor
• new UninterpretedOption(properties?): UninterpretedOption
Constructs a new UninterpretedOption.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IUninterpretedOption | Properties to set |
Returns
Properties
aggregateValue
• aggregateValue: string
UninterpretedOption aggregateValue.
Implementation of
IUninterpretedOption.aggregateValue
doubleValue
• doubleValue: number
UninterpretedOption doubleValue.
Implementation of
IUninterpretedOption.doubleValue