Uses of Interface
com.google.datastore.v1.ValueOrBuilder
-
Packages that use ValueOrBuilder Package Description com.google.datastore.v1 -
-
Uses of ValueOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement ValueOrBuilder Modifier and Type Class Description class
Value
A message that can hold any of the supported value types and associated metadata.static class
Value.Builder
A message that can hold any of the supported value types and associated metadata.Methods in com.google.datastore.v1 that return ValueOrBuilder Modifier and Type Method Description ValueOrBuilder
GqlQueryParameter.Builder. getValueOrBuilder()
A value parameter.ValueOrBuilder
GqlQueryParameter. getValueOrBuilder()
A value parameter.ValueOrBuilder
GqlQueryParameterOrBuilder. getValueOrBuilder()
A value parameter.ValueOrBuilder
PropertyFilter.Builder. getValueOrBuilder()
The value to compare the property to.ValueOrBuilder
PropertyFilter. getValueOrBuilder()
The value to compare the property to.ValueOrBuilder
PropertyFilterOrBuilder. getValueOrBuilder()
The value to compare the property to.ValueOrBuilder
ArrayValue.Builder. getValuesOrBuilder(int index)
Values in the array.ValueOrBuilder
ArrayValue. getValuesOrBuilder(int index)
Values in the array.ValueOrBuilder
ArrayValueOrBuilder. getValuesOrBuilder(int index)
Values in the array.Methods in com.google.datastore.v1 that return types with arguments of type ValueOrBuilder Modifier and Type Method Description List<? extends ValueOrBuilder>
ArrayValue.Builder. getValuesOrBuilderList()
Values in the array.List<? extends ValueOrBuilder>
ArrayValue. getValuesOrBuilderList()
Values in the array.List<? extends ValueOrBuilder>
ArrayValueOrBuilder. getValuesOrBuilderList()
Values in the array.
-