phraseSetId property

  1. @TagNumber(3)
String phraseSetId

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);
  1. @TagNumber(3)
void phraseSetId=(String v)

Implementation

@$pb.TagNumber(3)
set phraseSetId($core.String v) {
  $_setString(2, v);
}