Interface Schema.OpOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Schema.Op, Schema.Op.Builder
    Enclosing class:
    Schema

    public static interface Schema.OpOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasValue

        boolean hasValue()
        .biscuit.format.schema.TermV2 value = 1;
        Returns:
        Whether the value field is set.
      • getValue

        Schema.TermV2 getValue()
        .biscuit.format.schema.TermV2 value = 1;
        Returns:
        The value.
      • hasUnary

        boolean hasUnary()
        .biscuit.format.schema.OpUnary unary = 2;
        Returns:
        Whether the unary field is set.
      • getUnary

        Schema.OpUnary getUnary()
        .biscuit.format.schema.OpUnary unary = 2;
        Returns:
        The unary.
      • hasBinary

        boolean hasBinary()
        .biscuit.format.schema.OpBinary Binary = 3;
        Returns:
        Whether the binary field is set.
      • getBinary

        Schema.OpBinary getBinary()
        .biscuit.format.schema.OpBinary Binary = 3;
        Returns:
        The binary.