Class DataQualityRule.TableConditionExpectation

  • All Implemented Interfaces:
    DataQualityRule.TableConditionExpectationOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
    Enclosing class:
    DataQualityRule

    public static final class DataQualityRule.TableConditionExpectation
    extends com.google.protobuf.GeneratedMessageV3
    implements DataQualityRule.TableConditionExpectationOrBuilder
     Evaluates whether the provided expression is true.
    
     The SQL expression needs to use BigQuery standard SQL syntax and should
     produce a scalar boolean result.
    
     Example: MIN(col1) >= 0
     
    Protobuf type google.cloud.dataplex.v1.DataQualityRule.TableConditionExpectation
    See Also:
    Serialized Form