summary property
A short summary of what the service does. Can only be provided by plain text.
Implementation
@$pb.TagNumber(1)
$core.String get summary => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set summary($core.String v) { $_setString(0, v); }