public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1alpha API class LocationMetadata.
Metadata about the service in a location.
Implements
IMessageLocationMetadata, IEquatableLocationMetadata, IDeepCloneableLocationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
LocationMetadata()
public LocationMetadata()LocationMetadata(LocationMetadata)
public LocationMetadata(LocationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
LocationMetadata |
Properties
SupportedHiveMetastoreVersions
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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLocationMetadataTypesHiveMetastoreVersion |
|