displayName property
Optional. A concise name for the monitored resource type that might be
displayed in user interfaces. It should be a Title Cased Noun Phrase,
without any article or other determiners. For example,
"Google Cloud SQL Database"
.
Implementation
@$pb.TagNumber(2)
$core.String get displayName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set displayName($core.String v) {
$_setString(1, v);
}