alpn property
Optional. ALPN (Application-Layer Protocol Negotiation) to match against. Examples: "http/1.1", "h2". At least one of sni_host and alpn is required. Up to 5 alpns across all matches can be set.
Implementation
@$pb.TagNumber(2)
$core.List<$core.String> get alpn => $_getList(1);