summary property

  1. @TagNumber.new(1)
String get summary

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);
  1. @TagNumber.new(1)
set summary (String value)

Implementation

@$pb.TagNumber(1)
set summary($core.String value) => $_setString(0, value);