method property

  1. @TagNumber.new(2)
TextFilterMethod get method

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);
  1. @TagNumber.new(2)
set method (TextFilterMethod value)

Implementation

@$pb.TagNumber(2)
set method($1.TextFilterMethod value) => $_setField(2, value);