validateOnly property

  1. @TagNumber.new(3)
bool get validateOnly

Optional. If set, this will result in the generation of a google.api.Service configuration based on the ConfigSource provided, but the generated config and the sources will NOT be persisted.

Implementation

@$pb.TagNumber(3)
$core.bool get validateOnly => $_getBF(2);
  1. @TagNumber.new(3)
set validateOnly (bool value)

Implementation

@$pb.TagNumber(3)
set validateOnly($core.bool value) => $_setBool(2, value);