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 webpage provides documentation for the `LocationMetadata` class within the Google Cloud Metastore v1 API, specifically for version 2.1.0."],["The `LocationMetadata` class offers metadata about a service in a specific location, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers available versions ranging from 1.0.0 to 2.9.0 (latest) for the `LocationMetadata` class, with version 2.1.0 being the default view."],["The `LocationMetadata` class has properties such as `SupportedHiveMetastoreVersions`, which details the Hive Metastore versions supported when setting up a new metastore service."],["The `LocationMetadata` class includes constructors for default initialization and creating a copy from another `LocationMetadata` object."]]],[]]