Interface protos.google.privacy.dlp.v2.IValue (3.1.8)

Properties of a Value.

Package

@google-cloud/dlp!

Properties

booleanValue

booleanValue?: (boolean|null);

Value booleanValue

Property Value
TypeDescription
(boolean|null)

dateValue

dateValue?: (google.type.IDate|null);

Value dateValue

Property Value
TypeDescription
(google.type.IDate|null)

dayOfWeekValue

dayOfWeekValue?: (google.type.DayOfWeek|keyof typeof google.type.DayOfWeek|null);

Value dayOfWeekValue

Property Value
TypeDescription
(google.type.DayOfWeek|keyof typeof google.type.DayOfWeek|null)

floatValue

floatValue?: (number|null);

Value floatValue

Property Value
TypeDescription
(number|null)

integerValue

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

Value integerValue

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

stringValue

stringValue?: (string|null);

Value stringValue

Property Value
TypeDescription
(string|null)

timestampValue

timestampValue?: (google.protobuf.ITimestamp|null);

Value timestampValue

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

timeValue

timeValue?: (google.type.ITimeOfDay|null);

Value timeValue

Property Value
TypeDescription
(google.type.ITimeOfDay|null)