public sealed class HiveMetastoreVersion : IMessage<LocationMetadata.Types.HiveMetastoreVersion>, IEquatable<LocationMetadata.Types.HiveMetastoreVersion>, IDeepCloneable<LocationMetadata.Types.HiveMetastoreVersion>, IBufferMessage, IMessage
A specification of a supported version of the Hive Metastore software.
[[["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-06-12 UTC."],[[["The webpage documents various versions of the Hive Metastore software, ranging from version 1.0.0 up to the latest version 2.9.0."],["`HiveMetastoreVersion` is a class within the `Google.Cloud.Metastore.V1` namespace, representing a specific version of the Hive Metastore software."],["The `HiveMetastoreVersion` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message operations."],["The class `HiveMetastoreVersion` offers two constructors, a default one and another one that accepts a `HiveMetastoreVersion` object as a parameter."],["The properties `IsDefault` (a boolean indicating if the version is the default one to be used) and `Version` (a string containing the version number) are included in the `HiveMetastoreVersion` class."]]],[]]