public sealed class DocumentLocation : IMessage<DocumentLocation>, IEquatable<DocumentLocation>, IDeepCloneable<DocumentLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DocumentLocation.
[[["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."],[[["This webpage provides documentation for the `DocumentLocation` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The latest version of the API documented is 4.16.0, while the current page focuses on version 4.3.0, with links to other previous versions available."],["The `DocumentLocation` class, inheriting from `Object`, is used to specify the location of a finding within a document and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DocumentLocation` class includes a `FileOffset` property, which is of type `Int64`, that represents the offset of the finding within the document."],["The document provides access to its available methods, including its constructors and inherited members from the `Object` class."]]],[]]