endpoint property
The URI of the endpoint used to access the Metastore service.
Implementation
@$pb.TagNumber(4)
$core.String get endpoint => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set endpoint($core.String v) {
$_setString(3, v);
}
The URI of the endpoint used to access the Metastore service.
@$pb.TagNumber(4)
$core.String get endpoint => $_getSZ(3);
@$pb.TagNumber(4)
set endpoint($core.String v) {
$_setString(3, v);
}