Uses of Class
com.google.firestore.v1.Value
-
Uses of Value in com.google.firestore.v1
Methods in com.google.firestore.v1 that return ValueModifier and TypeMethodDescriptionValue.Builder.build()Value.Builder.buildPartial()AggregationResult.Builder.getAggregateFieldsOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResult.getAggregateFieldsOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResultOrBuilder.getAggregateFieldsOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResult.Builder.getAggregateFieldsOrThrow(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResult.getAggregateFieldsOrThrow(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResultOrBuilder.getAggregateFieldsOrThrow(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.static ValueValue.getDefaultInstance()Value.Builder.getDefaultInstanceForType()Value.getDefaultInstanceForType()Document.Builder.getFieldsOrDefault(String key, Value defaultValue) The document's fields.Document.getFieldsOrDefault(String key, Value defaultValue) The document's fields.DocumentOrBuilder.getFieldsOrDefault(String key, Value defaultValue) The document's fields.MapValue.Builder.getFieldsOrDefault(String key, Value defaultValue) The map's fields.MapValue.getFieldsOrDefault(String key, Value defaultValue) The map's fields.MapValueOrBuilder.getFieldsOrDefault(String key, Value defaultValue) The map's fields.Document.Builder.getFieldsOrThrow(String key) The document's fields.Document.getFieldsOrThrow(String key) The document's fields.DocumentOrBuilder.getFieldsOrThrow(String key) The document's fields.MapValue.Builder.getFieldsOrThrow(String key) The map's fields.MapValue.getFieldsOrThrow(String key) The map's fields.MapValueOrBuilder.getFieldsOrThrow(String key) The map's fields.DocumentTransform.FieldTransform.Builder.getIncrement()Adds the given value to the field's current value.DocumentTransform.FieldTransform.getIncrement()Adds the given value to the field's current value.DocumentTransform.FieldTransformOrBuilder.getIncrement()Adds the given value to the field's current value.DocumentTransform.FieldTransform.Builder.getMaximum()Sets the field to the maximum of its current value and the given value.DocumentTransform.FieldTransform.getMaximum()Sets the field to the maximum of its current value and the given value.DocumentTransform.FieldTransformOrBuilder.getMaximum()Sets the field to the maximum of its current value and the given value.DocumentTransform.FieldTransform.Builder.getMinimum()Sets the field to the minimum of its current value and the given value.DocumentTransform.FieldTransform.getMinimum()Sets the field to the minimum of its current value and the given value.DocumentTransform.FieldTransformOrBuilder.getMinimum()Sets the field to the minimum of its current value and the given value.WriteResult.Builder.getTransformResults(int index) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.WriteResult.getTransformResults(int index) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.WriteResultOrBuilder.getTransformResults(int index) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.StructuredQuery.FieldFilter.Builder.getValue()The value to compare to.StructuredQuery.FieldFilter.getValue()The value to compare to.StructuredQuery.FieldFilterOrBuilder.getValue()The value to compare 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.Cursor.Builder.getValues(int index) The values that represent a position, in the order they appear in the order by clause of a query.Cursor.getValues(int index) The values that represent a position, in the order they appear in the order by clause of a query.CursorOrBuilder.getValues(int index) The values that represent a position, in the order they appear in the order by clause of a query.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.firestore.v1 that return types with arguments of type ValueModifier and TypeMethodDescriptionAggregationResult.Builder.getAggregateFields()Deprecated.AggregationResult.getAggregateFields()Deprecated.AggregationResultOrBuilder.getAggregateFields()Deprecated.AggregationResult.Builder.getAggregateFieldsMap()The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResult.getAggregateFieldsMap()The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResultOrBuilder.getAggregateFieldsMap()The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.Document.Builder.getFields()Deprecated.Document.getFields()Deprecated.DocumentOrBuilder.getFields()Deprecated.MapValue.Builder.getFields()Deprecated.MapValue.getFields()Deprecated.MapValueOrBuilder.getFields()Deprecated.Document.Builder.getFieldsMap()The document's fields.Document.getFieldsMap()The document's fields.DocumentOrBuilder.getFieldsMap()The document's fields.MapValue.Builder.getFieldsMap()The map's fields.MapValue.getFieldsMap()The map's fields.MapValueOrBuilder.getFieldsMap()The map's fields.AggregationResult.Builder.getMutableAggregateFields()Deprecated.Document.Builder.getMutableFields()Deprecated.MapValue.Builder.getMutableFields()Deprecated.com.google.protobuf.Parser<Value>Value.getParserForType()WriteResult.Builder.getTransformResultsList()The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.WriteResult.getTransformResultsList()The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.WriteResultOrBuilder.getTransformResultsList()The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.ArrayValue.Builder.getValuesList()Values in the array.ArrayValue.getValuesList()Values in the array.ArrayValueOrBuilder.getValuesList()Values in the array.Cursor.Builder.getValuesList()The values that represent a position, in the order they appear in the order by clause of a query.Cursor.getValuesList()The values that represent a position, in the order they appear in the order by clause of a query.CursorOrBuilder.getValuesList()The values that represent a position, in the order they appear in the order by clause of a query.static com.google.protobuf.Parser<Value>Value.parser()Methods in com.google.firestore.v1 with parameters of type ValueModifier and TypeMethodDescriptionWriteResult.Builder.addTransformResults(int index, Value value) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.WriteResult.Builder.addTransformResults(Value value) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.Values in the array.Values in the array.The values that represent a position, in the order they appear in the order by clause of a query.The values that represent a position, in the order they appear in the order by clause of a query.AggregationResult.Builder.getAggregateFieldsOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResult.getAggregateFieldsOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.AggregationResultOrBuilder.getAggregateFieldsOrDefault(String key, Value defaultValue) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.Document.Builder.getFieldsOrDefault(String key, Value defaultValue) The document's fields.Document.getFieldsOrDefault(String key, Value defaultValue) The document's fields.DocumentOrBuilder.getFieldsOrDefault(String key, Value defaultValue) The document's fields.MapValue.Builder.getFieldsOrDefault(String key, Value defaultValue) The map's fields.MapValue.getFieldsOrDefault(String key, Value defaultValue) The map's fields.MapValueOrBuilder.getFieldsOrDefault(String key, Value defaultValue) The map's fields.DocumentTransform.FieldTransform.Builder.mergeIncrement(Value value) Adds the given value to the field's current value.DocumentTransform.FieldTransform.Builder.mergeMaximum(Value value) Sets the field to the maximum of its current value and the given value.DocumentTransform.FieldTransform.Builder.mergeMinimum(Value value) Sets the field to the minimum of its current value and the given value.StructuredQuery.FieldFilter.Builder.mergeValue(Value value) The value to compare to.static Value.BuilderValue.newBuilder(Value prototype) AggregationResult.Builder.putAggregateFields(String key, Value value) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.The document's fields.The map's fields.DocumentTransform.FieldTransform.Builder.setIncrement(Value value) Adds the given value to the field's current value.DocumentTransform.FieldTransform.Builder.setMaximum(Value value) Sets the field to the maximum of its current value and the given value.DocumentTransform.FieldTransform.Builder.setMinimum(Value value) Sets the field to the minimum of its current value and the given value.WriteResult.Builder.setTransformResults(int index, Value value) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.The value to compare to.Values in the array.The values that represent a position, in the order they appear in the order by clause of a query.Method parameters in com.google.firestore.v1 with type arguments of type ValueModifier and TypeMethodDescriptionWriteResult.Builder.addAllTransformResults(Iterable<? extends Value> values) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.ArrayValue.Builder.addAllValues(Iterable<? extends Value> values) Values in the array.Cursor.Builder.addAllValues(Iterable<? extends Value> values) The values that represent a position, in the order they appear in the order by clause of a query.AggregationResult.Builder.putAllAggregateFields(Map<String, Value> values) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.Document.Builder.putAllFields(Map<String, Value> values) The document's fields.MapValue.Builder.putAllFields(Map<String, Value> values) The map's fields.