domain property

  1. @TagNumber(2)
String domain

The logical grouping to which the "reason" belongs. Often "domain" will contain the registered service name of the tool or product that is the source of the error. Example: "pubsub.googleapis.com". If the error is common across many APIs, the first segment of the example above will be omitted. The value will be, "googleapis.com".

Implementation

@$pb.TagNumber(2)
$core.String get domain => $_getSZ(1);
  1. @TagNumber(2)
void domain=(String v)

Implementation

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