public sealed class DocumentLocation : IMessage<DocumentLocation>, IEquatable<DocumentLocation>, IDeepCloneable<DocumentLocation>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The page provides documentation for the `DocumentLocation` class within the `Google.Cloud.Dlp.V2` namespace, detailing its functionality for specifying the location of a finding within a document."],["This class, `DocumentLocation`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods from `Object`, allowing for message handling, equality checks, cloning, and buffer management."],["The documentation includes a list of available versions, ranging from 4.16.0 (latest) down to 2.15.0, each linking to the specific documentation for that version of the `DocumentLocation` class."],["The class offers two constructors, one default and another that accepts an existing `DocumentLocation` object for initialization, and it also contains a property, `FileOffset`, to store the offset of a line where the finding is located within a file."]]],[]]