version property
The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
Implementation
@$pb.TagNumber(1)
$core.String get version => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set version($core.String v) {
$_setString(0, v);
}