Interface PolicyOuterClass.ConditionOrBuilder

    • Method Detail

      • hasMatch

        boolean hasMatch()
        .cerbos.policy.v1.Match match = 1;
        Returns:
        Whether the match field is set.
      • hasScript

        boolean hasScript()
        string script = 2;
        Returns:
        Whether the script field is set.
      • getScript

        java.lang.String getScript()
        string script = 2;
        Returns:
        The script.
      • getScriptBytes

        com.google.protobuf.ByteString getScriptBytes()
        string script = 2;
        Returns:
        The bytes for script.