method property
Specify the method to search for the project name. Default is EQUAL. For example, to search for all authorizations granted on a project with a 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);