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 ValueValue.Builder. build()ValueValue.Builder. buildPartial()ValueAggregationResult.Builder. getAggregatePropertiesOrDefault(String key, Value defaultValue)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValueAggregationResult. getAggregatePropertiesOrDefault(String key, Value defaultValue)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValueAggregationResultOrBuilder. getAggregatePropertiesOrDefault(String key, Value defaultValue)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValueAggregationResult.Builder. getAggregatePropertiesOrThrow(String key)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValueAggregationResult. getAggregatePropertiesOrThrow(String key)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValueAggregationResultOrBuilder. getAggregatePropertiesOrThrow(String key)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.static ValueValue. getDefaultInstance()ValueValue.Builder. getDefaultInstanceForType()ValueValue. getDefaultInstanceForType()ValueEntity.Builder. getPropertiesOrDefault(String key, Value defaultValue)The entity's properties.ValueEntity. getPropertiesOrDefault(String key, Value defaultValue)The entity's properties.ValueEntityOrBuilder. getPropertiesOrDefault(String key, Value defaultValue)The entity's properties.ValueEntity.Builder. getPropertiesOrThrow(String key)The entity's properties.ValueEntity. getPropertiesOrThrow(String key)The entity's properties.ValueEntityOrBuilder. getPropertiesOrThrow(String key)The entity's properties.ValueGqlQueryParameter.Builder. getValue()A value parameter.ValueGqlQueryParameter. getValue()A value parameter.ValueGqlQueryParameterOrBuilder. getValue()A value parameter.ValuePropertyFilter.Builder. getValue()The value to compare the property to.ValuePropertyFilter. getValue()The value to compare the property to.ValuePropertyFilterOrBuilder. getValue()The value to compare the property to.ValueArrayValue.Builder. getValues(int index)Values in the array.ValueArrayValue. getValues(int index)Values in the array.ValueArrayValueOrBuilder. getValues(int index)Values in the array.static ValueValue. parseDelimitedFrom(InputStream input)static ValueValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(byte[] data)static ValueValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(com.google.protobuf.ByteString data)static ValueValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(com.google.protobuf.CodedInputStream input)static ValueValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(InputStream input)static ValueValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(ByteBuffer data)static ValueValue. 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.BuilderArrayValue.Builder. addValues(int index, Value value)Values in the array.ArrayValue.BuilderArrayValue.Builder. addValues(Value value)Values in the array.ValueAggregationResult.Builder. getAggregatePropertiesOrDefault(String key, Value defaultValue)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValueAggregationResult. getAggregatePropertiesOrDefault(String key, Value defaultValue)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValueAggregationResultOrBuilder. getAggregatePropertiesOrDefault(String key, Value defaultValue)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValueEntity.Builder. getPropertiesOrDefault(String key, Value defaultValue)The entity's properties.ValueEntity. getPropertiesOrDefault(String key, Value defaultValue)The entity's properties.ValueEntityOrBuilder. getPropertiesOrDefault(String key, Value defaultValue)The entity's properties.Value.BuilderValue.Builder. mergeFrom(Value other)GqlQueryParameter.BuilderGqlQueryParameter.Builder. mergeValue(Value value)A value parameter.PropertyFilter.BuilderPropertyFilter.Builder. mergeValue(Value value)The value to compare the property to.static Value.BuilderValue. newBuilder(Value prototype)AggregationResult.BuilderAggregationResult.Builder. putAggregateProperties(String key, Value value)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Entity.BuilderEntity.Builder. putProperties(String key, Value value)The entity's properties.GqlQueryParameter.BuilderGqlQueryParameter.Builder. setValue(Value value)A value parameter.PropertyFilter.BuilderPropertyFilter.Builder. setValue(Value value)The value to compare the property to.ArrayValue.BuilderArrayValue.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.BuilderArrayValue.Builder. addAllValues(Iterable<? extends Value> values)Values in the array.AggregationResult.BuilderAggregationResult.Builder. putAllAggregateProperties(Map<String,Value> values)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Entity.BuilderEntity.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 booleanDatastoreHelper. getBoolean(Value value)static com.google.protobuf.ByteStringDatastoreHelper. getByteString(Value value)static doubleDatastoreHelper. getDouble(Value value)static EntityDatastoreHelper. getEntity(Value value)static KeyDatastoreHelper. getKey(Value value)static List<Value>DatastoreHelper. getList(Value value)static longDatastoreHelper. getLong(Value value)static StringDatastoreHelper. getString(Value value)static longDatastoreHelper. getTimestamp(Value value)static Filter.BuilderDatastoreHelper. makeFilter(String property, PropertyFilter.Operator operator, Value value)Make a filter on a property for use in a query.static Value.BuilderDatastoreHelper. makeValue(Value value1, Value value2, Value... rest)Make a list value containing the specified values.static DateDatastoreHelper. toDate(Value value)Convert a timestamp value into aDateclipping off the microseconds.Method parameters in com.google.datastore.v1.client with type arguments of type Value Modifier and Type Method Description static Value.BuilderDatastoreHelper. makeValue(Iterable<Value> values)Make an array value containing the specified values.
-