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-03-24 UTC."],[[["The `DocumentLocation` class, part of the Google.Cloud.Dlp.V2 namespace, is used to specify the location of a finding within a document."],["The latest version of `DocumentLocation` in this content is 4.16.0, with several earlier versions available, down to version 2.15.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DocumentLocation` has one property `FileOffset` of type Int64, representing the offset of a finding within a file."],["There are two constructors for the class, a default `DocumentLocation()` constructor, and a `DocumentLocation(DocumentLocation other)` constructor."]]],[]]