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 \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, specifically version 3.3.0 of the library, which is designed to represent primitive values supported by the system.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValue\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<Value>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<Value>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling it to be used within various protobuf operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows for the storage and retrieval of multiple data types including \u003ccode\u003eBoolean\u003c/code\u003e, \u003ccode\u003eDate\u003c/code\u003e, \u003ccode\u003eDayOfWeek\u003c/code\u003e, \u003ccode\u003eFloat\u003c/code\u003e, \u003ccode\u003eInteger\u003c/code\u003e, \u003ccode\u003eString\u003c/code\u003e, \u003ccode\u003eTimestamp\u003c/code\u003e, and \u003ccode\u003eTimeOfDay\u003c/code\u003e, through its corresponding properties.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for browsing in the documentation is 4.16.0 while the current version of this document is 3.3.0, with other versions like 4.15.0 and down to 2.15.0 available for browsing.\u003c/p\u003e\n"],["\u003cp\u003eThe byte count for a \u003ccode\u003eValue\u003c/code\u003e is determined by its UTF-8 string representation, even if the underlying data type might use fewer bytes, as indicated in the class description.\u003c/p\u003e\n"]]],[],null,[]]