id property

  1. @TagNumber(1)
String get id

The unique ID for a request, which can be propagated to downstream systems. The ID should have low probability of collision within a single day for a specific service.

Implementation

@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
  1. @TagNumber(1)
set id (String v)

Implementation

@$pb.TagNumber(1)
set id($core.String v) { $_setString(0, v); }