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-03-24 UTC."],[[["The `DocumentLocation` class is part of the Google Cloud Data Loss Prevention v2 API, specifically within the `Google.Cloud.Dlp.V2` namespace."],["This class represents the location of a finding within a document and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers various versions of the API, ranging from the latest version 4.16.0 down to version 2.15.0."],["The `DocumentLocation` class contains a `FileOffset` property, which is of type long, and is used to specify the offset of the line from the start of the document."],["The class has two constructors: a default constructor, and a constructor that accepts another `DocumentLocation` object as a parameter for making a copy."]]],[]]