resource property
Required. 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)
$3.MonitoredResource get resource => $_getN(5);
Implementation
@$pb.TagNumber(8)
set resource($3.MonitoredResource value) => $_setField(8, value);