public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 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 document provides reference documentation for the `LocationMetadata` class within the Google Cloud Dataproc Metastore v1 API, specifically version 2.3.0."],["The `LocationMetadata` class, which can be found under the namespace `Google.Cloud.Metastore.V1`, offers metadata about the service within a specific location, and is implemented with several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `LocationMetadata()` and `LocationMetadata(LocationMetadata other)`, with the latter taking another `LocationMetadata` instance as a parameter."],["The `SupportedHiveMetastoreVersions` property of the `LocationMetadata` class is a `RepeatedField` of `HiveMetastoreVersion` types and lists the available Hive Metastore versions, with one designated as the default."],["The documentation provides links to several versions of the API, ranging from 1.0.0 to 2.9.0, where 2.9.0 is the latest version, and the current page is dedicated to the 2.3.0 version."]]],[]]