Interface DataProfilePubSubCondition.PubSubExpressionsOrBuilder

    • Method Detail

      • getLogicalOperatorValue

        int getLogicalOperatorValue()
         The operator to apply to the collection of conditions.
         
        .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator logical_operator = 1;
        Returns:
        The enum numeric value on the wire for logicalOperator.
      • getConditions

        DataProfilePubSubCondition.PubSubCondition getConditions​(int index)
         Conditions to apply to the expression.
         
        repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
      • getConditionsCount

        int getConditionsCount()
         Conditions to apply to the expression.
         
        repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;