resource property
The monitored resource that produced this log entry.
Example: a log entry that reports a database error would be associated with the monitored resource designating the particular database that reported the error.
Implementation
@$pb.TagNumber(8)
$42.MonitoredResource get resource => $_getN(2);
Implementation
@$pb.TagNumber(8)
set resource($42.MonitoredResource v) { setField(8, v); }