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
Type Description
(boolean|null)

dateValue

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

Value dateValue

Property Value
Type Description
( google.type.IDate |null)

dayOfWeekValue

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

Value dayOfWeekValue

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

floatValue

  floatValue 
 ?: 
  
 ( 
 number 
 | 
 null 
 ); 
 

Value floatValue

Property Value
Type Description
(number|null)

integerValue

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

Value integerValue

Property Value
Type Description
(number| Long |string|null)

stringValue

  stringValue 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Value stringValue

Property Value
Type Description
(string|null)

timestampValue

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

Value timestampValue

Property Value
Type Description
( google.protobuf.ITimestamp |null)

timeValue

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

Value timeValue

Property Value
Type Description
( google.type.ITimeOfDay |null)
Design a Mobile Site
View Site in Mobile | Classic
Share by: