Package com.google.cloud.datastore
Class NullValue.Builder
- java.lang.Object
-
- com.google.cloud.datastore.NullValue.Builder
-
- All Implemented Interfaces:
ValueBuilder<Void,NullValue,NullValue.Builder>
- Enclosing class:
- NullValue
public static final class NullValue.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NullValuebuild()Vget()booleangetExcludeFromIndexes()intgetMeaning()Deprecated.ValueTypegetValueType()BmergeFrom(P other)NullValue.Builderset(Void value)BsetExcludeFromIndexes(boolean excludeFromIndexes)BsetMeaning(int meaning)Deprecated.
-
-
-
Method Detail
-
build
public NullValue build()
- Specified by:
buildin interfaceValueBuilder<Void,NullValue,NullValue.Builder>
-
set
public NullValue.Builder set(Void value)
- Specified by:
setin interfaceValueBuilder<Void,NullValue,NullValue.Builder>
-
getValueType
public ValueType getValueType()
- Specified by:
getValueTypein interfaceValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>
-
mergeFrom
public B mergeFrom(P other)
- Specified by:
mergeFromin interfaceValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>
-
getExcludeFromIndexes
public boolean getExcludeFromIndexes()
- Specified by:
getExcludeFromIndexesin interfaceValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>
-
setExcludeFromIndexes
public B setExcludeFromIndexes(boolean excludeFromIndexes)
- Specified by:
setExcludeFromIndexesin interfaceValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>
-
getMeaning
public int getMeaning()
Description copied from interface:ValueBuilderDeprecated. This library preserves the field for backwards compatibility.- Specified by:
getMeaningin interfaceValueBuilder<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:ValueBuilderDeprecated. This library preserves the field for backwards compatibility.- Specified by:
setMeaningin interfaceValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>
-
get
public V get()
- Specified by:
getin interfaceValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>
-
-