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-04-17 UTC."],[[["This webpage provides documentation for the `LocationMetadata` class within the Google Cloud Dataproc Metastore v1 API, specifically for version 2.6.0."],["The `LocationMetadata` class, used in the Dataproc Metastore v1 API, gives information about a service's metadata within a location, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the `LocationMetadata` class's constructors, including a parameter for creating an instance using an existing `LocationMetadata` object."],["The `SupportedHiveMetastoreVersions` property, of the `RepeatedField` type, is described, and details the different versions of Hive Metastore that are available when a new service is created."],["This page also provides links to the different documented versions of the API class, ranging from 1.0.0 to the latest 2.9.0 version."]]],[]]