Class LongValue.Builder (2.19.0)

public static final class LongValue.Builder extends Value.BaseBuilder<Long,LongValue,LongValue.Builder>

Inheritance

java.lang.Object > com.google.cloud.datastore.Value.BaseBuilder > LongValue.Builder

Methods

build()

public LongValue build()
Returns
TypeDescription
LongValue
Overrides
com.google.cloud.datastore.Value.BaseBuilder.build()