stringValue property

  1. @TagNumber(17)
String stringValue

A UTF-8 encoded string value. When exclude_from_indexes is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.

Implementation

@$pb.TagNumber(17)
$core.String get stringValue => $_getSZ(10);
  1. @TagNumber(17)
void stringValue=(String v)

Implementation

@$pb.TagNumber(17)
set stringValue($core.String v) { $_setString(10, v); }