Class LocationMetadata (1.6.2)

LocationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata about the service in a location.

Attribute

NameDescription
supported_hive_metastore_versions Sequence[google.cloud.metastore_v1alpha.types.LocationMetadata.HiveMetastoreVersion]
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``.

Inheritance

builtins.object > proto.message.Message > LocationMetadata

Classes

HiveMetastoreVersion

HiveMetastoreVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A specification of a supported version of the Hive Metastore software.