parent property

  1. @TagNumber(4)
String parent

Required. The project and location where this PhraseSet will be created. The expected format is projects/{project}/locations/{location}.

Implementation

@$pb.TagNumber(4)
$core.String get parent => $_getSZ(3);
  1. @TagNumber(4)
void parent=(String v)

Implementation

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