public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
public RepeatedField<LocationMetadata.Types.HiveMetastoreVersion> SupportedHiveMetastoreVersions { get; }
The versions of Hive Metastore that can be used when creating a new
metastore service in this location. The server guarantees that exactly one
HiveMetastoreVersion in the list will set is_default.
[[["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-17 UTC."],[[["The latest version available for `LocationMetadata` is 2.9.0, but the current page content is describing version 1.1.0 of the `Google.Cloud.Metastore.V1.LocationMetadata`."],["`LocationMetadata` is a class that provides metadata about a service in a particular location, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `LocationMetadata` class has a property called `SupportedHiveMetastoreVersions` which is of type `RepeatedField\u003cLocationMetadata.Types.HiveMetastoreVersion\u003e` and provides a list of Hive Metastore versions available for a location, guaranteeing that one of them is the default."],["This class has two constructors: a default one `LocationMetadata()` and another `LocationMetadata(LocationMetadata other)` that takes another instance of itself."],["There are multiple inherited members from `Object` that are part of the `LocationMetadata` class, they include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]