Reference documentation and code samples for the Google Cloud Dataplex V1 Client class RangeExpectation.
Evaluates whether each column value lies between a specified range.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityRule.RangeExpectation
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityRule
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ min_value
string
Optional. The minimum column value allowed for a row to pass this validation. At least one of min_value and max_value need to be provided.
↳ max_value
string
Optional. The maximum column value allowed for a row to pass this validation. At least one of min_value and max_value need to be provided.
↳ strict_min_enabled
bool
Optional. Whether each value needs to be strictly greater than ('>') the minimum, or if equality is allowed. Only relevant if a min_value has been defined. Default = false.
↳ strict_max_enabled
bool
Optional. Whether each value needs to be strictly lesser than ('<') the maximum, or if equality is allowed. Only relevant if a max_value has been defined. Default = false.
getMinValue
Optional. The minimum column value allowed for a row to pass this
validation. At least one of min_value and max_value need to be
provided.
Returns
Type
Description
string
setMinValue
Optional. The minimum column value allowed for a row to pass this
validation. At least one of min_value and max_value need to be
provided.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getMaxValue
Optional. The maximum column value allowed for a row to pass this
validation. At least one of min_value and max_value need to be
provided.
Returns
Type
Description
string
setMaxValue
Optional. The maximum column value allowed for a row to pass this
validation. At least one of min_value and max_value need to be
provided.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getStrictMinEnabled
Optional. Whether each value needs to be strictly greater than ('>') the
minimum, or if equality is allowed.
Only relevant if a min_value has been defined. Default = false.
Returns
Type
Description
bool
setStrictMinEnabled
Optional. Whether each value needs to be strictly greater than ('>') the
minimum, or if equality is allowed.
Only relevant if a min_value has been defined. Default = false.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getStrictMaxEnabled
Optional. Whether each value needs to be strictly lesser than ('<') the
maximum, or if equality is allowed.
Only relevant if a max_value has been defined. Default = false.
Returns
Type
Description
bool
setStrictMaxEnabled
Optional. Whether each value needs to be strictly lesser than ('<') the
maximum, or if equality is allowed.
Only relevant if a max_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-09-09 UTC."],[],[],null,["# Google Cloud Dataplex V1 Client - Class RangeExpectation (1.7.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.1 (latest)](/php/docs/reference/cloud-dataplex/latest/V1.DataQualityRule.RangeExpectation)\n- [1.7.0](/php/docs/reference/cloud-dataplex/1.7.0/V1.DataQualityRule.RangeExpectation)\n- [1.6.1](/php/docs/reference/cloud-dataplex/1.6.1/V1.DataQualityRule.RangeExpectation)\n- [1.4.0](/php/docs/reference/cloud-dataplex/1.4.0/V1.DataQualityRule.RangeExpectation)\n- [1.3.0](/php/docs/reference/cloud-dataplex/1.3.0/V1.DataQualityRule.RangeExpectation)\n- [1.2.1](/php/docs/reference/cloud-dataplex/1.2.1/V1.DataQualityRule.RangeExpectation)\n- [1.1.1](/php/docs/reference/cloud-dataplex/1.1.1/V1.DataQualityRule.RangeExpectation)\n- [1.0.1](/php/docs/reference/cloud-dataplex/1.0.1/V1.DataQualityRule.RangeExpectation)\n- [0.16.1](/php/docs/reference/cloud-dataplex/0.16.1/V1.DataQualityRule.RangeExpectation)\n- [0.15.1](/php/docs/reference/cloud-dataplex/0.15.1/V1.DataQualityRule.RangeExpectation)\n- [0.14.0](/php/docs/reference/cloud-dataplex/0.14.0/V1.DataQualityRule.RangeExpectation)\n- [0.13.0](/php/docs/reference/cloud-dataplex/0.13.0/V1.DataQualityRule.RangeExpectation)\n- [0.12.0](/php/docs/reference/cloud-dataplex/0.12.0/V1.DataQualityRule.RangeExpectation)\n- [0.11.1](/php/docs/reference/cloud-dataplex/0.11.1/V1.DataQualityRule.RangeExpectation)\n- [0.10.0](/php/docs/reference/cloud-dataplex/0.10.0/V1.DataQualityRule.RangeExpectation)\n- [0.9.0](/php/docs/reference/cloud-dataplex/0.9.0/V1.DataQualityRule.RangeExpectation)\n- [0.8.0](/php/docs/reference/cloud-dataplex/0.8.0/V1.DataQualityRule.RangeExpectation)\n- [0.7.0](/php/docs/reference/cloud-dataplex/0.7.0/V1.DataQualityRule.RangeExpectation)\n- [0.6.0](/php/docs/reference/cloud-dataplex/0.6.0/V1.DataQualityRule.RangeExpectation)\n- [0.5.1](/php/docs/reference/cloud-dataplex/0.5.1/V1.DataQualityRule.RangeExpectation)\n- [0.4.0](/php/docs/reference/cloud-dataplex/0.4.0/V1.DataQualityRule.RangeExpectation)\n- [0.3.0](/php/docs/reference/cloud-dataplex/0.3.0/V1.DataQualityRule.RangeExpectation)\n- [0.2.3](/php/docs/reference/cloud-dataplex/0.2.3/V1.DataQualityRule.RangeExpectation)\n- [0.1.6](/php/docs/reference/cloud-dataplex/0.1.6/V1.DataQualityRule.RangeExpectation) \nReference documentation and code samples for the Google Cloud Dataplex V1 Client class RangeExpectation.\n\nEvaluates whether each column value lies between a specified range.\n\nGenerated from protobuf message `google.cloud.dataplex.v1.DataQualityRule.RangeExpectation`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataplex \\\\ V1 \\\\ DataQualityRule\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getMinValue\n\nOptional. The minimum column value allowed for a row to pass this\nvalidation. At least one of `min_value` and `max_value` need to be\nprovided.\n\n### setMinValue\n\nOptional. The minimum column value allowed for a row to pass this\nvalidation. At least one of `min_value` and `max_value` need to be\nprovided.\n\n### getMaxValue\n\nOptional. The maximum column value allowed for a row to pass this\nvalidation. At least one of `min_value` and `max_value` need to be\nprovided.\n\n### setMaxValue\n\nOptional. The maximum column value allowed for a row to pass this\nvalidation. At least one of `min_value` and `max_value` need to be\nprovided.\n\n### getStrictMinEnabled\n\nOptional. Whether each value needs to be strictly greater than ('\\\u003e') the\nminimum, or if equality is allowed.\n\nOnly relevant if a `min_value` has been defined. Default = false.\n\n### setStrictMinEnabled\n\nOptional. Whether each value needs to be strictly greater than ('\\\u003e') the\nminimum, or if equality is allowed.\n\nOnly relevant if a `min_value` has been defined. Default = false.\n\n### getStrictMaxEnabled\n\nOptional. Whether each value needs to be strictly lesser than ('\\\u003c') the\nmaximum, or if equality is allowed.\n\nOnly relevant if a `max_value` has been defined. Default = false.\n\n### setStrictMaxEnabled\n\nOptional. Whether each value needs to be strictly lesser than ('\\\u003c') the\nmaximum, or if equality is allowed.\n\nOnly relevant if a `max_value` has been defined. Default = false."]]