Interface Engine.PlanResourcesFilter.Expression.OperandOrBuilder

    • Method Detail

      • hasValue

        boolean hasValue()
        .google.protobuf.Value value = 1;
        Returns:
        Whether the value field is set.
      • getValue

        com.google.protobuf.Value getValue()
        .google.protobuf.Value value = 1;
        Returns:
        The value.
      • getValueOrBuilder

        com.google.protobuf.ValueOrBuilder getValueOrBuilder()
        .google.protobuf.Value value = 1;
      • hasExpression

        boolean hasExpression()
        .cerbos.engine.v1.PlanResourcesFilter.Expression expression = 2;
        Returns:
        Whether the expression field is set.
      • hasVariable

        boolean hasVariable()
        string variable = 3;
        Returns:
        Whether the variable field is set.
      • getVariable

        java.lang.String getVariable()
        string variable = 3;
        Returns:
        The variable.
      • getVariableBytes

        com.google.protobuf.ByteString getVariableBytes()
        string variable = 3;
        Returns:
        The bytes for variable.