Class GooglePrivacyDlpV2Value
Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Value : IDirectResponseSchema
Properties
BooleanValue
boolean
Declaration
[JsonProperty("booleanValue")]
public virtual bool? BooleanValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DateValue
date
Declaration
[JsonProperty("dateValue")]
public virtual GoogleTypeDate DateValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
DayOfWeekValue
day of week
Declaration
[JsonProperty("dayOfWeekValue")]
public virtual string DayOfWeekValue { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FloatValue
float
Declaration
[JsonProperty("floatValue")]
public virtual double? FloatValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
IntegerValue
integer
Declaration
[JsonProperty("integerValue")]
public virtual long? IntegerValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
StringValue
string
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeValue
time of day
Declaration
[JsonProperty("timeValue")]
public virtual GoogleTypeTimeOfDay TimeValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeTimeOfDay |
TimestampValue
object representation of TimestampValueRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampValueDateTimeOffset instead.")]
public virtual object TimestampValue { get; set; }
Property Value
Type | Description |
---|---|
object |
TimestampValueDateTimeOffset
DateTimeOffset representation of TimestampValueRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampValueDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
TimestampValueRaw
timestamp
Declaration
[JsonProperty("timestampValue")]
public virtual string TimestampValueRaw { get; set; }
Property Value
Type | Description |
---|---|
string |