Class StringValue.Builder

    • Method Detail

      • getValueType

        public ValueType getValueType()
        Specified by:
        getValueType in interface ValueBuilder<V,​P extends Value<V>,​B extends com.google.cloud.datastore.Value.BaseBuilder<V,​P,​B>>
      • mergeFrom

        public B mergeFrom​(P other)
        Specified by:
        mergeFrom in interface ValueBuilder<V,​P extends Value<V>,​B extends com.google.cloud.datastore.Value.BaseBuilder<V,​P,​B>>
      • getExcludeFromIndexes

        public boolean getExcludeFromIndexes()
        Specified by:
        getExcludeFromIndexes in interface ValueBuilder<V,​P extends Value<V>,​B extends com.google.cloud.datastore.Value.BaseBuilder<V,​P,​B>>
      • setExcludeFromIndexes

        public B setExcludeFromIndexes​(boolean excludeFromIndexes)
        Specified by:
        setExcludeFromIndexes in interface ValueBuilder<V,​P extends Value<V>,​B extends com.google.cloud.datastore.Value.BaseBuilder<V,​P,​B>>
      • getMeaning

        public int getMeaning()
        Description copied from interface: ValueBuilder
        Deprecated. This library preserves the field for backwards compatibility.
        Specified by:
        getMeaning in interface ValueBuilder<V,​P extends Value<V>,​B extends com.google.cloud.datastore.Value.BaseBuilder<V,​P,​B>>
      • setMeaning

        public B setMeaning​(int meaning)
        Description copied from interface: ValueBuilder
        Deprecated. This library preserves the field for backwards compatibility.
        Specified by:
        setMeaning in interface ValueBuilder<V,​P extends Value<V>,​B extends com.google.cloud.datastore.Value.BaseBuilder<V,​P,​B>>
      • get

        public V get()
        Specified by:
        get in interface ValueBuilder<V,​P extends Value<V>,​B extends com.google.cloud.datastore.Value.BaseBuilder<V,​P,​B>>
      • set

        public B set​(V value)
        Specified by:
        set in interface ValueBuilder<V,​P extends Value<V>,​B extends com.google.cloud.datastore.Value.BaseBuilder<V,​P,​B>>