Interface: IUninterpretedOption
google.protobuf.IUninterpretedOption
Properties of an UninterpretedOption.
Implemented by
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 | INamePart[]
UninterpretedOption name
negativeIntValue
• Optional negativeIntValue: null | Long
UninterpretedOption negativeIntValue
positiveIntValue
• Optional positiveIntValue: null | Long
UninterpretedOption positiveIntValue
stringValue
• Optional stringValue: null | Uint8Array
UninterpretedOption stringValue