port property
The TCP port at which the metastore service is reached. Default: 9083.
Implementation
@$pb.TagNumber(9)
$core.int get port => $_getIZ(7);
Implementation
@$pb.TagNumber(9)
set port($core.int v) {
$_setSignedInt32(7, v);
}
The TCP port at which the metastore service is reached. Default: 9083.
@$pb.TagNumber(9)
$core.int get port => $_getIZ(7);
@$pb.TagNumber(9)
set port($core.int v) {
$_setSignedInt32(7, v);
}