public sealed class MetadataLocation : IMessage<MetadataLocation>, IEquatable<MetadataLocation>, IDeepCloneable<MetadataLocation>, 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."],[[["This webpage provides documentation for the `MetadataLocation` class within the `Google.Cloud.Dlp.V2` namespace, specifically version 3.3.0 of the library, with links to its implementation across many different versions."],["The `MetadataLocation` class, used for identifying the location of metadata, inherits from the base `Object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor `MetadataLocation()` and a copy constructor `MetadataLocation(MetadataLocation other)`, allowing for object creation and duplication."],["The `MetadataLocation` class includes properties like `LabelCase`, `StorageLabel`, and `Type`, which provide details about the metadata, including its type and storage-related information."],["The documentation provided allows developers to look through all the versions of this library, from version 2.15.0 up to 4.16.0, with the most recent version marked as \"(latest)\"."]]],[]]