Properties of a Value.
Package
@google-cloud/dlp!Properties
booleanValue
booleanValue
?:
(
boolean
|
null
);
Value booleanValue
Type | Description |
---|---|
(boolean|null) |
dateValue
dateValue
?:
(
google
.
type
.
IDate
|
null
);
Value dateValue
Type | Description |
---|---|
( google.type.IDate |null) |
dayOfWeekValue
dayOfWeekValue
?:
(
google
.
type
.
DayOfWeek
|
keyof
typeof
google
.
type
.
DayOfWeek
|
null
);
Value dayOfWeekValue
Type | Description |
---|---|
( google.type.DayOfWeek |keyof typeof google.type.DayOfWeek |null) |
floatValue
floatValue
?:
(
number
|
null
);
Value floatValue
Type | Description |
---|---|
(number|null) |
integerValue
integerValue
?:
(
number
|
Long
|
string
|
null
);
Value integerValue
Type | Description |
---|---|
(number| Long |string|null) |
stringValue
stringValue
?:
(
string
|
null
);
Value stringValue
Type | Description |
---|---|
(string|null) |
timestampValue
timestampValue
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Value timestampValue
Type | Description |
---|---|
( google.protobuf.ITimestamp |null) |
timeValue
timeValue
?:
(
google
.
type
.
ITimeOfDay
|
null
);
Value timeValue
Type | Description |
---|---|
( google.type.ITimeOfDay |null) |