endpointMatcher property
Required. A matcher that selects endpoints to which the policies should be applied.
Implementation
@$pb.TagNumber(9)
EndpointMatcher get endpointMatcher => $_getN(6);
Implementation
@$pb.TagNumber(9)
set endpointMatcher(EndpointMatcher v) {
setField(9, v);
}