Uses of Class
com.google.datastore.v1.Value
-
Uses of Value in com.google.datastore.v1
Methods in com.google.datastore.v1 that return ValueModifier and TypeMethodDescriptionValue.Builder.build()Value.Builder.buildPartial()AggregationResult.Builder.getAggregatePropertiesOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.getAggregatePropertiesOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResultOrBuilder.getAggregatePropertiesOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.Builder.getAggregatePropertiesOrThrow(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.getAggregatePropertiesOrThrow(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResultOrBuilder.getAggregatePropertiesOrThrow(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.static ValueValue.getDefaultInstance()Value.Builder.getDefaultInstanceForType()Value.getDefaultInstanceForType()Entity.Builder.getPropertiesOrDefault(String key, Value defaultValue) The entity's properties.Entity.getPropertiesOrDefault(String key, Value defaultValue) The entity's properties.EntityOrBuilder.getPropertiesOrDefault(String key, Value defaultValue) The entity's properties.Entity.Builder.getPropertiesOrThrow(String key) The entity's properties.Entity.getPropertiesOrThrow(String key) The entity's properties.EntityOrBuilder.getPropertiesOrThrow(String key) The entity's properties.GqlQueryParameter.Builder.getValue()A value parameter.GqlQueryParameter.getValue()A value parameter.GqlQueryParameterOrBuilder.getValue()A value parameter.PropertyFilter.Builder.getValue()The value to compare the property to.PropertyFilter.getValue()The value to compare the property to.PropertyFilterOrBuilder.getValue()The value to compare the property to.ArrayValue.Builder.getValues(int index) Values in the array.ArrayValue.getValues(int index) Values in the array.ArrayValueOrBuilder.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 ValueModifier and TypeMethodDescriptionAggregationResult.Builder.getAggregateProperties()Deprecated.AggregationResult.getAggregateProperties()Deprecated.AggregationResultOrBuilder.getAggregateProperties()Deprecated.AggregationResult.Builder.getAggregatePropertiesMap()The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.getAggregatePropertiesMap()The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResultOrBuilder.getAggregatePropertiesMap()The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.Builder.getMutableAggregateProperties()Deprecated.Entity.Builder.getMutableProperties()Deprecated.com.google.protobuf.Parser<Value>Value.getParserForType()Entity.Builder.getProperties()Deprecated.Entity.getProperties()Deprecated.EntityOrBuilder.getProperties()Deprecated.Entity.Builder.getPropertiesMap()The entity's properties.Entity.getPropertiesMap()The entity's properties.EntityOrBuilder.getPropertiesMap()The entity's properties.ArrayValue.Builder.getValuesList()Values in the array.ArrayValue.getValuesList()Values in the array.ArrayValueOrBuilder.getValuesList()Values in the array.static com.google.protobuf.Parser<Value>Value.parser()Methods in com.google.datastore.v1 with parameters of type ValueModifier and TypeMethodDescriptionValues in the array.Values in the array.AggregationResult.Builder.getAggregatePropertiesOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.getAggregatePropertiesOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResultOrBuilder.getAggregatePropertiesOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Entity.Builder.getPropertiesOrDefault(String key, Value defaultValue) The entity's properties.Entity.getPropertiesOrDefault(String key, Value defaultValue) The entity's properties.EntityOrBuilder.getPropertiesOrDefault(String key, Value defaultValue) The entity's properties.GqlQueryParameter.Builder.mergeValue(Value value) A value parameter.PropertyFilter.Builder.mergeValue(Value value) The value to compare the property to.static Value.BuilderValue.newBuilder(Value prototype) AggregationResult.Builder.putAggregateProperties(String key, Value value) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Entity.Builder.putProperties(String key, Value value) The entity's properties.A value parameter.The value to compare the property to.Values in the array.Method parameters in com.google.datastore.v1 with type arguments of type ValueModifier and TypeMethodDescriptionArrayValue.Builder.addAllValues(Iterable<? extends Value> values) Values in the array.AggregationResult.Builder.putAllAggregateProperties(Map<String, Value> values) The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Entity.Builder.putAllProperties(Map<String, Value> values) The entity's properties.