request property

  1. @TagNumber(16)
Struct request

The operation request. This may not include all request parameters, such as those that are too large, privacy-sensitive, or duplicated elsewhere in the log record. It should never include user-generated data, such as file contents. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the @type property.

Implementation

@$pb.TagNumber(16)
$0.Struct get request => $_getN(9);
  1. @TagNumber(16)
void request=(Struct v)

Implementation

@$pb.TagNumber(16)
set request($0.Struct v) { setField(16, v); }