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