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 represents the location of a finding within a document in the Google Cloud Data Loss Prevention (DLP) API, within the `Google.Cloud.Dlp.V2` namespace."],["This page lists various versions of the `DocumentLocation` class, starting from version 2.15.0 up to the latest version 4.16.0, allowing you to explore changes across different releases."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparisons, deep cloning, and buffer message operations."],["`DocumentLocation` objects can be created using the default constructor `DocumentLocation()` or a copy constructor, `DocumentLocation(DocumentLocation other)`, which allows duplication of objects."],["The `FileOffset` property of type `Int64` in the `DocumentLocation` class indicates the precise byte offset from the file's beginning where a finding has been identified."]]],[]]