Interface protos.google.protobuf.IUninterpretedOption (5.2.0)

Properties of an UninterpretedOption.

Package

@google-cloud/secret-manager

Properties

aggregateValue

aggregateValue?: (string|null);

UninterpretedOption aggregateValue

doubleValue

doubleValue?: (number|null);

UninterpretedOption doubleValue

identifierValue

identifierValue?: (string|null);

UninterpretedOption identifierValue

name

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

UninterpretedOption name

negativeIntValue

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

UninterpretedOption negativeIntValue

positiveIntValue

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

UninterpretedOption positiveIntValue

stringValue

stringValue?: (Uint8Array|string|null);

UninterpretedOption stringValue