V - the type of the content for this valuepublic abstract class Value<V> extends Object implements Serializable
NullValue).
All values are immutable (including their content). To edit (a copy) use toBuilder().
Unsupported value (deprecated or unrecognized) would be represented by RawValue.public final ValueType type()
public final boolean excludeFromIndexes()
public final V get()
public abstract ValueBuilder<?,?,?> toBuilder()
Copyright © 2016 Google. All rights reserved.