Uses of Class
com.google.datastore.v1.Value
-
Packages that use Value Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.datastore.v1 com.google.datastore.v1.client -
-
Uses of Value in com.google.cloud.datastore
Methods in com.google.cloud.datastore with parameters of type Value Modifier and Type Method Description static Value<?>
Value. fromPb(Value proto)
-
Uses of Value in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Value Modifier and Type Method Description Value
Value.Builder. build()
Value
Value.Builder. buildPartial()
Value
AggregationResult.Builder. getAggregatePropertiesOrDefault(String key, Value defaultValue)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
AggregationResult. getAggregatePropertiesOrDefault(String key, Value defaultValue)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
AggregationResultOrBuilder. getAggregatePropertiesOrDefault(String key, Value defaultValue)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
AggregationResult.Builder. getAggregatePropertiesOrThrow(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
AggregationResult. getAggregatePropertiesOrThrow(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
AggregationResultOrBuilder. getAggregatePropertiesOrThrow(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.static Value
Value. getDefaultInstance()
Value
Value.Builder. getDefaultInstanceForType()
Value
Value. getDefaultInstanceForType()
Value
Entity.Builder. getPropertiesOrDefault(String key, Value defaultValue)
The entity's properties.Value
Entity. getPropertiesOrDefault(String key, Value defaultValue)
The entity's properties.Value
EntityOrBuilder. getPropertiesOrDefault(String key, Value defaultValue)
The entity's properties.Value
Entity.Builder. getPropertiesOrThrow(String key)
The entity's properties.Value
Entity. getPropertiesOrThrow(String key)
The entity's properties.Value
EntityOrBuilder. getPropertiesOrThrow(String key)
The entity's properties.Value
GqlQueryParameter.Builder. getValue()
A value parameter.Value
GqlQueryParameter. getValue()
A value parameter.Value
GqlQueryParameterOrBuilder. getValue()
A value parameter.Value
PropertyFilter.Builder. getValue()
The value to compare the property to.Value
PropertyFilter. getValue()
The value to compare the property to.Value
PropertyFilterOrBuilder. getValue()
The value to compare the property to.Value
ArrayValue.Builder. getValues(int index)
Values in the array.Value
ArrayValue. getValues(int index)
Values in the array.Value
ArrayValueOrBuilder. getValues(int index)
Values in the array.static Value
Value. parseDelimitedFrom(InputStream input)
static Value
Value. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(byte[] data)
static Value
Value. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(com.google.protobuf.ByteString data)
static Value
Value. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(com.google.protobuf.CodedInputStream input)
static Value
Value. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(InputStream input)
static Value
Value. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Value
Value. parseFrom(ByteBuffer data)
static Value
Value. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>
AggregationResult.Builder. getAggregateProperties()
Deprecated.Map<String,Value>
AggregationResult. getAggregateProperties()
Deprecated.Map<String,Value>
AggregationResultOrBuilder. getAggregateProperties()
Deprecated.Map<String,Value>
AggregationResult.Builder. getAggregatePropertiesMap()
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Map<String,Value>
AggregationResult. getAggregatePropertiesMap()
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Map<String,Value>
AggregationResultOrBuilder. getAggregatePropertiesMap()
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Map<String,Value>
AggregationResult.Builder. getMutableAggregateProperties()
Deprecated.Map<String,Value>
Entity.Builder. getMutableProperties()
Deprecated.com.google.protobuf.Parser<Value>
Value. getParserForType()
Map<String,Value>
Entity.Builder. getProperties()
Deprecated.Map<String,Value>
Entity. getProperties()
Deprecated.Map<String,Value>
EntityOrBuilder. getProperties()
Deprecated.Map<String,Value>
Entity.Builder. getPropertiesMap()
The entity's properties.Map<String,Value>
Entity. getPropertiesMap()
The entity's properties.Map<String,Value>
EntityOrBuilder. getPropertiesMap()
The entity's properties.List<Value>
ArrayValue.Builder. getValuesList()
Values in the array.List<Value>
ArrayValue. getValuesList()
Values in the array.List<Value>
ArrayValueOrBuilder. getValuesList()
Values in the array.static com.google.protobuf.Parser<Value>
Value. parser()
Methods in com.google.datastore.v1 with parameters of type Value Modifier and Type Method Description ArrayValue.Builder
ArrayValue.Builder. addValues(int index, Value value)
Values in the array.ArrayValue.Builder
ArrayValue.Builder. addValues(Value value)
Values in the array.Value
AggregationResult.Builder. getAggregatePropertiesOrDefault(String key, Value defaultValue)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
AggregationResult. getAggregatePropertiesOrDefault(String key, Value defaultValue)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
AggregationResultOrBuilder. getAggregatePropertiesOrDefault(String key, Value defaultValue)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
Entity.Builder. getPropertiesOrDefault(String key, Value defaultValue)
The entity's properties.Value
Entity. getPropertiesOrDefault(String key, Value defaultValue)
The entity's properties.Value
EntityOrBuilder. getPropertiesOrDefault(String key, Value defaultValue)
The entity's properties.Value.Builder
Value.Builder. mergeFrom(Value other)
GqlQueryParameter.Builder
GqlQueryParameter.Builder. mergeValue(Value value)
A value parameter.PropertyFilter.Builder
PropertyFilter.Builder. mergeValue(Value value)
The value to compare the property to.static Value.Builder
Value. newBuilder(Value prototype)
AggregationResult.Builder
AggregationResult.Builder. putAggregateProperties(String key, Value value)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Entity.Builder
Entity.Builder. putProperties(String key, Value value)
The entity's properties.GqlQueryParameter.Builder
GqlQueryParameter.Builder. setValue(Value value)
A value parameter.PropertyFilter.Builder
PropertyFilter.Builder. setValue(Value value)
The value to compare the property to.ArrayValue.Builder
ArrayValue.Builder. setValues(int index, Value value)
Values in the array.Method parameters in com.google.datastore.v1 with type arguments of type Value Modifier and Type Method Description ArrayValue.Builder
ArrayValue.Builder. addAllValues(Iterable<? extends Value> values)
Values in the array.AggregationResult.Builder
AggregationResult.Builder. putAllAggregateProperties(Map<String,Value> values)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Entity.Builder
Entity.Builder. putAllProperties(Map<String,Value> values)
The entity's properties. -
Uses of Value in com.google.datastore.v1.client
Methods in com.google.datastore.v1.client that return types with arguments of type Value Modifier and Type Method Description static List<Value>
DatastoreHelper. getList(Value value)
Methods in com.google.datastore.v1.client with parameters of type Value Modifier and Type Method Description static boolean
DatastoreHelper. getBoolean(Value value)
static com.google.protobuf.ByteString
DatastoreHelper. getByteString(Value value)
static double
DatastoreHelper. getDouble(Value value)
static Entity
DatastoreHelper. getEntity(Value value)
static Key
DatastoreHelper. getKey(Value value)
static List<Value>
DatastoreHelper. getList(Value value)
static long
DatastoreHelper. getLong(Value value)
static String
DatastoreHelper. getString(Value value)
static long
DatastoreHelper. getTimestamp(Value value)
static Filter.Builder
DatastoreHelper. makeFilter(String property, PropertyFilter.Operator operator, Value value)
Make a filter on a property for use in a query.static Value.Builder
DatastoreHelper. makeValue(Value value1, Value value2, Value... rest)
Make a list value containing the specified values.static Date
DatastoreHelper. toDate(Value value)
Convert a timestamp value into aDate
clipping off the microseconds.Method parameters in com.google.datastore.v1.client with type arguments of type Value Modifier and Type Method Description static Value.Builder
DatastoreHelper. makeValue(Iterable<Value> values)
Make an array value containing the specified values.
-