dryRun property

  1. @TagNumber.new(6)
bool get dryRun

Optional. If true, the request should expect normal response, but the entries won't be persisted nor exported. Useful for checking whether the logging API endpoints are working properly before sending valuable data.

Implementation

@$pb.TagNumber(6)
$core.bool get dryRun => $_getBF(5);
  1. @TagNumber.new(6)
set dryRun (bool value)

Implementation

@$pb.TagNumber(6)
set dryRun($core.bool value) => $_setBool(5, value);