Whether column statistic needs to be strictly lesser than ('<') the
maximum, or if equality is allowed.
Only relevant if a max_value has been defined. Default = false.
Whether column statistic needs to be strictly greater than ('>')
the minimum, or if equality is allowed.
Only relevant if a min_value has been defined. Default = false.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface DataQualityRule.StatisticRangeExpectationOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectationOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectationOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectationOrBuilder) \n\n public static interface DataQualityRule.StatisticRangeExpectationOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getMaxValue()\n\n public abstract String getMaxValue()\n\nThe maximum column statistic value allowed for a row to pass this\nvalidation.\nAt least one of `min_value` and `max_value` need to be provided.\n\n`string max_value = 3;`\n\n### getMaxValueBytes()\n\n public abstract ByteString getMaxValueBytes()\n\nThe maximum column statistic value allowed for a row to pass this\nvalidation.\nAt least one of `min_value` and `max_value` need to be provided.\n\n`string max_value = 3;`\n\n### getMinValue()\n\n public abstract String getMinValue()\n\nThe minimum column statistic value allowed for a row to pass this\nvalidation.\nAt least one of `min_value` and `max_value` need to be provided.\n\n`string min_value = 2;`\n\n### getMinValueBytes()\n\n public abstract ByteString getMinValueBytes()\n\nThe minimum column statistic value allowed for a row to pass this\nvalidation.\nAt least one of `min_value` and `max_value` need to be provided.\n\n`string min_value = 2;`\n\n### getStatistic()\n\n public abstract DataQualityRule.StatisticRangeExpectation.ColumnStatistic getStatistic()\n\n`\n.google.events.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic statistic = 1;\n`\n\n### getStatisticValue()\n\n public abstract int getStatisticValue()\n\n`\n.google.events.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic statistic = 1;\n`\n\n### getStrictMaxEnabled()\n\n public abstract boolean getStrictMaxEnabled()\n\nWhether column statistic needs to be strictly lesser than ('\\\u003c') the\nmaximum, or if equality is allowed.\nOnly relevant if a `max_value` has been defined. Default = false.\n\n`bool strict_max_enabled = 5;`\n\n### getStrictMinEnabled()\n\n public abstract boolean getStrictMinEnabled()\n\nWhether column statistic needs to be strictly greater than ('\\\u003e')\nthe minimum, or if equality is allowed.\nOnly relevant if a `min_value` has been defined. Default = false.\n\n`bool strict_min_enabled = 4;`"]]