public static final class StringValue.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
StringValue |
build() |
boolean |
excludeFromIndexes() |
B |
excludeFromIndexes(boolean excludeFromIndexes)
Deprecated.
|
V |
get() |
boolean |
getExcludeFromIndexes()
Deprecated.
|
int |
getMeaning()
Deprecated.
|
ValueType |
getValueType() |
B |
meaning(int meaning)
Deprecated.
|
B |
mergeFrom(P other) |
B |
set(V value) |
B |
setExcludeFromIndexes(boolean excludeFromIndexes) |
B |
setMeaning(int meaning)
Deprecated.
|
public StringValue build()
build in interface ValueBuilder<String,StringValue,StringValue.Builder>public ValueType getValueType()
getValueType in interface ValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>@Deprecated public boolean getExcludeFromIndexes()
getExcludeFromIndexes in interface ValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>public boolean excludeFromIndexes()
excludeFromIndexes in interface ValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>@Deprecated public B excludeFromIndexes(boolean excludeFromIndexes)
excludeFromIndexes in interface ValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>public B setExcludeFromIndexes(boolean excludeFromIndexes)
setExcludeFromIndexes in interface ValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>@Deprecated public int getMeaning()
ValueBuildergetMeaning in interface ValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>@Deprecated public B meaning(int meaning)
ValueBuilder@Deprecated public B setMeaning(int meaning)
ValueBuildersetMeaning in interface ValueBuilder<V,P extends Value<V>,B extends com.google.cloud.datastore.Value.BaseBuilder<V,P,B>>public V get()
Copyright © 2016 Google. All rights reserved.