public sealed class Value : IMessage<Value>, IEquatable<Value>, IDeepCloneable<Value>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eValue\u003c/code\u003e class within the Google Cloud Data Loss Prevention (DLP) V2 API for .NET, specifically focusing on version 3.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValue\u003c/code\u003e class, which implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, supports various primitive data types.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available of this API is 4.16.0, as seen from the provided version list, and you can also find many other older versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValue\u003c/code\u003e class includes properties for common data types like \u003ccode\u003eBooleanValue\u003c/code\u003e, \u003ccode\u003eDateValue\u003c/code\u003e, \u003ccode\u003eFloatValue\u003c/code\u003e, \u003ccode\u003eIntegerValue\u003c/code\u003e, \u003ccode\u003eStringValue\u003c/code\u003e, \u003ccode\u003eTimestampValue\u003c/code\u003e, \u003ccode\u003eDayOfWeekValue\u003c/code\u003e, and \u003ccode\u003eTimeValue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe value is represented by a UTF-8 encoded string, and the number of bytes considered as a \u003ccode\u003eValue\u003c/code\u003e are based on this representation, even if it exceeds the raw byte size of the data type.\u003c/p\u003e\n"]]],[],null,[]]