phraseSetId property
The ID to use for the PhraseSet, which will become the final component of the PhraseSet's resource name.
This value should be 4-63 characters, and valid characters
are /0-9
-/.
Implementation
@$pb.TagNumber(3)
$core.String get phraseSetId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set phraseSetId($core.String v) {
$_setString(2, v);
}