dryRun property

bool? dryRun
getter/setter pair

If set, don't actually run this job.

A valid query will return a mostly empty response with some processing statistics, while an invalid query will return the same error it would if it wasn't a dry run. Behavior of non-query jobs is undefined.

Optional.

Implementation

core.bool? dryRun;