hiveMetastoreConfig property
Configuration information specific to running Hive metastore software as the metastore service.
Implementation
@$pb.TagNumber(5)
HiveMetastoreConfig get hiveMetastoreConfig => $_getN(4);
Implementation
@$pb.TagNumber(5)
set hiveMetastoreConfig(HiveMetastoreConfig v) {
setField(5, v);
}