validateOnly property

bool? validateOnly
getter/setter pair

If set to true, the request will only perform a dry run.

By default (once the behavior change is fully rolled out), this will default to true. During the transition period, the default depends on the Mendel flag status for the project.

Optional.

Implementation

core.bool? validateOnly;