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\u003eThe \u003ccode\u003eValue\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace represents a set of primitive values supported by the system, with its byte count for inspection or transformation based on its UTF-8 string representation.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eGoogle.Cloud.Dlp.V2.Value\u003c/code\u003e is 4.16.0, and there are numerous prior versions accessible, down to version 2.15.0, each with its own documentation link.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eValue\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage<Value>\u003c/code\u003e, \u003ccode\u003eIEquatable<Value>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<Value>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, allowing for various functionalities like deep cloning and message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eBooleanValue\u003c/code\u003e, \u003ccode\u003eDateValue\u003c/code\u003e, \u003ccode\u003eDayOfWeekValue\u003c/code\u003e, \u003ccode\u003eFloatValue\u003c/code\u003e, \u003ccode\u003eIntegerValue\u003c/code\u003e, \u003ccode\u003eStringValue\u003c/code\u003e, \u003ccode\u003eTimestampValue\u003c/code\u003e, and \u003ccode\u003eTimeValue\u003c/code\u003e to handle different data types, with all of them allowing you to get or set their values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTypeCase\u003c/code\u003e property can be used to understand the type of value that is being used within the class, since it is a OneOf property.\u003c/p\u003e\n"]]],[],null,[]]