Interface protos.google.protobuf.IUninterpretedOption (3.3.0)

Properties of an UninterpretedOption.

Package

@google-cloud/talent!

Properties

aggregateValue

aggregateValue?: (string|null);

UninterpretedOption aggregateValue

Property Value
TypeDescription
(string|null)

doubleValue

doubleValue?: (number|null);

UninterpretedOption doubleValue

Property Value
TypeDescription
(number|null)

identifierValue

identifierValue?: (string|null);

UninterpretedOption identifierValue

Property Value
TypeDescription
(string|null)

name

name?: (google.protobuf.UninterpretedOption.INamePart[]|null);

UninterpretedOption name

Property Value
TypeDescription
(google.protobuf.UninterpretedOption.INamePart[]|null)

negativeIntValue

negativeIntValue?: (number|Long|string|null);

UninterpretedOption negativeIntValue

Property Value
TypeDescription
(number|Long|string|null)

positiveIntValue

positiveIntValue?: (number|Long|string|null);

UninterpretedOption positiveIntValue

Property Value
TypeDescription
(number|Long|string|null)

stringValue

stringValue?: (Uint8Array|string|null);

UninterpretedOption stringValue

Property Value
TypeDescription
(Uint8Array|string|null)