trace property

  1. @TagNumber(22)
String get trace

Resource name of the trace associated with the log entry, if any. If it contains a relative resource name, the name is assumed to be relative to //tracing.googleapis.com. Example: projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824

Implementation

@$pb.TagNumber(22)
$core.String get trace => $_getSZ(8);
  1. @TagNumber(22)
set trace (String v)

Implementation

@$pb.TagNumber(22)
set trace($core.String v) { $_setString(8, v); }