domain property
Domain is the fully qualified domain name. It must be unique across all instances in the system.
Implementation
@$pb.TagNumber(3)
$core.String get domain => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set domain($core.String value) => $_setString(2, value);