Google Cloud Dataplex V1 Client - Class RangeExpectation (0.7.0)

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
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var bool
Returns
TypeDescription
$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
TypeDescription
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.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this