Interface PolicyOuterClass.MatchOrBuilder

    • Method Detail

      • hasAll

        boolean hasAll()
        .cerbos.policy.v1.Match.ExprList all = 1;
        Returns:
        Whether the all field is set.
      • hasAny

        boolean hasAny()
        .cerbos.policy.v1.Match.ExprList any = 2;
        Returns:
        Whether the any field is set.
      • hasNone

        boolean hasNone()
        .cerbos.policy.v1.Match.ExprList none = 3;
        Returns:
        Whether the none field is set.
      • hasExpr

        boolean hasExpr()
        string expr = 4;
        Returns:
        Whether the expr field is set.
      • getExpr

        java.lang.String getExpr()
        string expr = 4;
        Returns:
        The expr.
      • getExprBytes

        com.google.protobuf.ByteString getExprBytes()
        string expr = 4;
        Returns:
        The bytes for expr.