lib/google/apis/dataplex_v1/classes.rb in google-apis-dataplex_v1-0.43.0 vs lib/google/apis/dataplex_v1/classes.rb in google-apis-dataplex_v1-0.44.0

- old
+ new

@@ -1853,10 +1853,11 @@ # @return [String] attr_accessor :dimension # Optional. Rows with null values will automatically fail a rule, unless # ignore_null is true. In that case, such null rows are trivially considered - # passing.This field is only valid for row-level type rules. + # passing.This field is only valid for the following type of rules: + # RangeExpectation RegexExpectation SetExpectation UniquenessExpectation # Corresponds to the JSON property `ignoreNull` # @return [Boolean] attr_accessor :ignore_null alias_method :ignore_null?, :ignore_null