type property
Required. The monitored resource type. For example, the type of a
Compute Engine VM instance is gce_instance.
Implementation
@$pb.TagNumber(1)
$core.String get type => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set type($core.String v) {
$_setString(0, v);
}