Interface RecordCondition.ExpressionsOrBuilder

    • Method Detail

      • getLogicalOperatorValue

        int getLogicalOperatorValue()
         The operator to apply to the result of conditions. Default and currently
         only supported value is `AND`.
         
        .google.privacy.dlp.v2.RecordCondition.Expressions.LogicalOperator logical_operator = 1;
        Returns:
        The enum numeric value on the wire for logicalOperator.
      • getLogicalOperator

        RecordCondition.Expressions.LogicalOperator getLogicalOperator()
         The operator to apply to the result of conditions. Default and currently
         only supported value is `AND`.
         
        .google.privacy.dlp.v2.RecordCondition.Expressions.LogicalOperator logical_operator = 1;
        Returns:
        The logicalOperator.
      • hasConditions

        boolean hasConditions()
         Conditions to apply to the expression.
         
        .google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;
        Returns:
        Whether the conditions field is set.
      • getConditions

        RecordCondition.Conditions getConditions()
         Conditions to apply to the expression.
         
        .google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;
        Returns:
        The conditions.
      • getConditionsOrBuilder

        RecordCondition.ConditionsOrBuilder getConditionsOrBuilder()
         Conditions to apply to the expression.
         
        .google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;