public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class LocationMetadata.
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."],[[["This documentation covers the `LocationMetadata` class within the Dataproc Metastore v1alpha API, specifically in version 2.0.0-alpha10."],["The `LocationMetadata` class provides metadata about the service within a specific location and inherits from the `object` class while implementing several interfaces."],["The class offers two constructors: a default constructor `LocationMetadata()` and one that accepts another `LocationMetadata` object as a parameter, allowing for object cloning."],["`LocationMetadata` includes the property `SupportedHiveMetastoreVersions`, a `RepeatedField` of `HiveMetastoreVersion`, which lists the available Hive Metastore versions for creating new services in that location, and guarantees at least one of them is the default version."]]],[]]