fullPathMatch property

  1. @TagNumber.new(1)
String get fullPathMatch

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);
  1. @TagNumber.new(1)
set fullPathMatch (String v)

Implementation

@$pb.TagNumber(1)
set fullPathMatch($core.String v) {
  $_setString(0, v);
}