hostname property
A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression
(*.example.com) for a set of hostnames with common suffix. Used as
Server Name Indication (SNI) for selecting a proper certificate.
Implementation
@$pb.TagNumber(5)
$core.String get hostname => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set hostname($core.String v) {
$_setString(4, v);
}