method property
Specify the method to search for the preferred login name. Default is EQUAL. For example, to search for all authorizations granted to a user with a preferred login name containing a specific string, use CONTAINS or CONTAINS_IGNORE_CASE.
Implementation
@$pb.TagNumber(2)
$1.TextFilterMethod get method => $_getN(1);
Implementation
@$pb.TagNumber(2)
set method($1.TextFilterMethod value) => $_setField(2, value);