trace property

  1. @TagNumber.new(15)
String get trace

Optional. Resource name of the trace associated with the log entry, if any. If this field contains a relative resource name, you can assume the name is relative to //tracing.googleapis.com. Example: projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824

Implementation

@$pb.TagNumber(15)
$core.String get trace => $_getSZ(9);
  1. @TagNumber.new(15)
set trace (String value)

Implementation

@$pb.TagNumber(15)
set trace($core.String value) => $_setString(9, value);