summary property
A short description of what the service does. The summary must be plain
text. It becomes the overview of the service displayed in Google Cloud
Console.
NOTE: This field is equivalent to the standard field description.
Implementation
@$pb.TagNumber(1)
$core.String get summary => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set summary($core.String value) => $_setString(0, value);