fullPathMatch property
The HTTP request path value should exactly match this value.
Only one of full_path_match, prefix_match, or regex_match should be used.
Implementation
@$pb.TagNumber(1)
$core.String get fullPathMatch => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set fullPathMatch($core.String v) {
$_setString(0, v);
}