Skip to main content

Interface: IUninterpretedOption

google.protobuf.IUninterpretedOption

Properties of an UninterpretedOption.

Hierarchy

Properties

aggregateValue

Optional aggregateValue: null | string

UninterpretedOption aggregateValue

Inherited from

$Properties.aggregateValue


doubleValue

Optional doubleValue: null | number

UninterpretedOption doubleValue

Inherited from

$Properties.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.

Inherited from

$Properties.identifierValue


name

Optional name: null | $Properties[]

UninterpretedOption name

Inherited from

$Properties.name


negativeIntValue

Optional negativeIntValue: null | Long

UninterpretedOption negativeIntValue

Inherited from

$Properties.negativeIntValue


positiveIntValue

Optional positiveIntValue: null | Long

UninterpretedOption positiveIntValue

Inherited from

$Properties.positiveIntValue


stringValue

Optional stringValue: null | Uint8Array

UninterpretedOption stringValue

Inherited from

$Properties.stringValue