proto_docs/google/cloud/dataplex/v1/data_quality.rb in google-cloud-dataplex-v1-0.17.0 vs proto_docs/google/cloud/dataplex/v1/data_quality.rb in google-cloud-dataplex-v1-0.18.0
- old
+ new
@@ -257,10 +257,15 @@
# @return [::Boolean]
# 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.
+ # This field is only valid for the following type of rules:
+ #
+ # * RangeExpectation
+ # * RegexExpectation
+ # * SetExpectation
+ # * UniquenessExpectation
# @!attribute [rw] dimension
# @return [::String]
# Required. The dimension a rule belongs to. Results are also aggregated at
# the dimension level. Supported dimensions are **["COMPLETENESS",
# "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]**