displayName property

  1. @TagNumber(2)
String displayName

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);
  1. @TagNumber(2)
void displayName=(String v)

Implementation

@$pb.TagNumber(2)
set displayName($core.String v) {
  $_setString(1, v);
}