Skip to content

Commit

Permalink
docs: Fix the comment for ignore_null field to clarify its applicab…
Browse files Browse the repository at this point in the history
…ility on data quality rules

---
docs:Added documentation of page_size default and maximum value for ListEntries and RetrieveAspects
PiperOrigin-RevId: 594334510
  • Loading branch information
Google APIs authored and copybara-github committed Dec 29, 2023
1 parent 13c5b68 commit 75c4411
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion google/cloud/dataplex/v1/data_quality.proto
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,12 @@ message DataQualityRule {
// `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
bool ignore_null = 501 [(google.api.field_behavior) = OPTIONAL];

// Required. The dimension a rule belongs to. Results are also aggregated at
Expand Down

0 comments on commit 75c4411

Please sign in to comment.