Interface: $Properties
protobuf.UninterpretedOption.$Properties
Properties of an UninterpretedOption.
Hierarchy
-
$Properties
Properties
aggregateValue
• Optional aggregateValue: null | string
UninterpretedOption aggregateValue
doubleValue
• Optional doubleValue: null | number
UninterpretedOption doubleValue
identifierValue
• Optional identifierValue: null | string
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.
name
• Optional name: null | $Properties[]
UninterpretedOption name
negativeIntValue
• Optional negativeIntValue: null | Long
UninterpretedOption negativeIntValue
positiveIntValue
• Optional positiveIntValue: null | Long
UninterpretedOption positiveIntValue
stringValue
• Optional stringValue: null | Uint8Array
UninterpretedOption stringValue