httpRequest property

  1. @TagNumber.new(14)
HttpRequest get httpRequest

Optional. Information about the HTTP request associated with this log entry, if applicable.

Implementation

@$pb.TagNumber(14)
$3.HttpRequest get httpRequest => $_getN(8);
  1. @TagNumber.new(14)
set httpRequest (HttpRequest value)

Implementation

@$pb.TagNumber(14)
set httpRequest($3.HttpRequest value) => $_setField(14, value);