dryRun property
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);
Implementation
@$pb.TagNumber(6)
set dryRun($core.bool value) => $_setBool(5, value);