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-03-21 UTC."],[[["The `LocationMetadata` class provides metadata about a service within a specific location, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is part of the `Google.Cloud.Metastore.V1Beta` namespace, found within the `Google.Cloud.Metastore.V1Beta.dll` assembly."],["It offers two constructors, one default and another that accepts an existing `LocationMetadata` object as a parameter."],["The `LocationMetadata` class includes a `SupportedHiveMetastoreVersions` property, which is a `RepeatedField` containing a list of `HiveMetastoreVersion` types supported in that location, with one version guaranteed to be set as the default."],["The latest version of this documentation is `2.0.0-beta11` with the one detailed being `1.0.0-beta02`."]]],[]]