stringValue property
A string value.
The string, represented as UTF-8, must not exceed 1 MiB - 89 bytes. Only the first 1,500 bytes of the UTF-8 representation are considered by queries.
Implementation
@$pb.TagNumber(17)
$core.String get stringValue => $_getSZ(9);
Implementation
@$pb.TagNumber(17)
set stringValue($core.String v) {
$_setString(9, v);
}