Package com.google.cloud.datastore
Class TimestampValue.Builder
java.lang.Object
com.google.cloud.datastore.TimestampValue.Builder
- All Implemented Interfaces:
ValueBuilder<com.google.cloud.Timestamp,TimestampValue, TimestampValue.Builder>
- Enclosing class:
- TimestampValue
-
Method Summary
Modifier and TypeMethodDescriptionbuild()com.google.cloud.Timestampget()booleanintDeprecated.mergeFrom(TimestampValue other) set(com.google.cloud.Timestamp value) setExcludeFromIndexes(boolean excludeFromIndexes) setMeaning(int meaning) Deprecated.
-
Method Details
-
build
- Specified by:
buildin interfaceValueBuilder<com.google.cloud.Timestamp,TimestampValue, TimestampValue.Builder>
-
getValueType
- Specified by:
getValueTypein interfaceValueBuilder<V,P extends Value<V>, B extends com.google.cloud.datastore.Value.BaseBuilder<V, P, B>>
-
mergeFrom
- 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
- 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
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 com.google.cloud.Timestamp get()- Specified by:
getin interfaceValueBuilder<V,P extends Value<V>, B extends com.google.cloud.datastore.Value.BaseBuilder<V, P, B>>
-
set
- Specified by:
setin interfaceValueBuilder<V,P extends Value<V>, B extends com.google.cloud.datastore.Value.BaseBuilder<V, P, B>>
-