Class Value<V>

    • Method Detail

      • getType

        public final ValueType getType()
        Returns the type of this value.
      • excludeFromIndexes

        public final boolean excludeFromIndexes()
        Returns whether this value should be excluded from indexes.
      • get

        public final V get()
      • toBuilder

        public abstract ValueBuilder<?,​?,​?> toBuilder()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromPb

        public static Value<?> fromPb​(Value proto)