Interface Schema.TermV2OrBuilder

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

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

      • hasVariable

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

        int getVariable()
        uint32 variable = 1;
        Returns:
        The variable.
      • hasInteger

        boolean hasInteger()
        int64 integer = 2;
        Returns:
        Whether the integer field is set.
      • getInteger

        long getInteger()
        int64 integer = 2;
        Returns:
        The integer.
      • hasString

        boolean hasString()
        uint64 string = 3;
        Returns:
        Whether the string field is set.
      • getString

        long getString()
        uint64 string = 3;
        Returns:
        The string.
      • hasDate

        boolean hasDate()
        uint64 date = 4;
        Returns:
        Whether the date field is set.
      • getDate

        long getDate()
        uint64 date = 4;
        Returns:
        The date.
      • hasBytes

        boolean hasBytes()
        bytes bytes = 5;
        Returns:
        Whether the bytes field is set.
      • getBytes

        com.google.protobuf.ByteString getBytes()
        bytes bytes = 5;
        Returns:
        The bytes.
      • hasBool

        boolean hasBool()
        bool bool = 6;
        Returns:
        Whether the bool field is set.
      • getBool

        boolean getBool()
        bool bool = 6;
        Returns:
        The bool.
      • hasSet

        boolean hasSet()
        .biscuit.format.schema.TermSet set = 7;
        Returns:
        Whether the set field is set.
      • getSet

        Schema.TermSet getSet()
        .biscuit.format.schema.TermSet set = 7;
        Returns:
        The set.