public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
The metadata message for [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
[[["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-21 UTC."],[[["The `LocationMetadata` class represents the metadata message for `google.cloud.location.Location.metadata` within the Google Cloud Firestore Admin V1."],["The latest version of `LocationMetadata` is version 3.12.0, with multiple previous versions available dating back to 2.2.0."],["`LocationMetadata` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LocationMetadata` class is part of the `Google.Cloud.Firestore.Admin.V1` namespace and is defined in the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["The class has two constructors: a default one `LocationMetadata()` and a copy constructor `LocationMetadata(LocationMetadata other)`."]]],[]]