stringValue property

  1. @TagNumber(17)
String get stringValue

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);
  1. @TagNumber(17)
set stringValue (String v)

Implementation

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