method property
Specify the method to search for the role key. Default is EQUAL. For example, to search for all authorizations starting with a specific role key, use STARTS_WITH or STARTS_WITH_IGNORE_CASE.
Implementation
@$pb.TagNumber(2)
$1.TextFilterMethod get method => $_getN(1);
Implementation
@$pb.TagNumber(2)
set method($1.TextFilterMethod value) => $_setField(2, value);