Uses of Class
com.google.firestore.v1.Value.Builder
-
Uses of Value.Builder in com.google.firestore.v1
Methods in com.google.firestore.v1 that return Value.BuilderModifier and TypeMethodDescriptionValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WriteResult.Builder.addTransformResultsBuilder()The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.WriteResult.Builder.addTransformResultsBuilder(int index) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.ArrayValue.Builder.addValuesBuilder()Values in the array.ArrayValue.Builder.addValuesBuilder(int index) Values in the array.Cursor.Builder.addValuesBuilder()The values that represent a position, in the order they appear in the order by clause of a query.Cursor.Builder.addValuesBuilder(int index) The values that represent a position, in the order they appear in the order by clause of a query.Value.Builder.clear()Value.Builder.clearArrayValue()An array value.Value.Builder.clearBooleanValue()A boolean value.Value.Builder.clearBytesValue()A bytes value.Value.Builder.clearDoubleValue()A double value.Value.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Value.Builder.clearGeoPointValue()A geo point value representing a point on the surface of Earth.Value.Builder.clearIntegerValue()An integer value.Value.Builder.clearMapValue()A map value.Value.Builder.clearNullValue()A null value.Value.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Value.Builder.clearReferenceValue()A reference to a document.Value.Builder.clearStringValue()A string value.Value.Builder.clearTimestampValue()A timestamp value.Value.Builder.clearValueType()Value.Builder.clone()DocumentTransform.FieldTransform.Builder.getIncrementBuilder()Adds the given value to the field's current value.DocumentTransform.FieldTransform.Builder.getMaximumBuilder()Sets the field to the maximum of its current value and the given value.DocumentTransform.FieldTransform.Builder.getMinimumBuilder()Sets the field to the minimum of its current value and the given value.StructuredQuery.FindNearest.Builder.getQueryVectorBuilder()Required.WriteResult.Builder.getTransformResultsBuilder(int index) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.StructuredQuery.FieldFilter.Builder.getValueBuilder()The value to compare to.ArrayValue.Builder.getValuesBuilder(int index) Values in the array.Cursor.Builder.getValuesBuilder(int index) The values that represent a position, in the order they appear in the order by clause of a query.Value.Builder.mergeArrayValue(ArrayValue value) An array value.Value.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Value.Builder.mergeFrom(com.google.protobuf.Message other) Value.Builder.mergeGeoPointValue(com.google.type.LatLng value) A geo point value representing a point on the surface of Earth.Value.Builder.mergeMapValue(MapValue value) A map value.Value.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value) A timestamp value.final Value.BuilderValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Value.BuilderValue.newBuilder()static Value.BuilderValue.newBuilder(Value prototype) Value.newBuilderForType()protected Value.BuilderValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AggregationResult.Builder.putAggregateFieldsBuilderIfAbsent(String key) The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.Document.Builder.putFieldsBuilderIfAbsent(String key) The document's fields.MapValue.Builder.putFieldsBuilderIfAbsent(String key) The map's fields.Value.Builder.setArrayValue(ArrayValue value) An array value.Value.Builder.setArrayValue(ArrayValue.Builder builderForValue) An array value.Value.Builder.setBooleanValue(boolean value) A boolean value.Value.Builder.setBytesValue(com.google.protobuf.ByteString value) A bytes value.Value.Builder.setDoubleValue(double value) A double value.Value.Builder.setGeoPointValue(com.google.type.LatLng value) A geo point value representing a point on the surface of Earth.Value.Builder.setGeoPointValue(com.google.type.LatLng.Builder builderForValue) A geo point value representing a point on the surface of Earth.Value.Builder.setIntegerValue(long value) An integer value.Value.Builder.setMapValue(MapValue value) A map value.Value.Builder.setMapValue(MapValue.Builder builderForValue) A map value.Value.Builder.setNullValue(com.google.protobuf.NullValue value) A null value.Value.Builder.setNullValueValue(int value) A null value.Value.Builder.setReferenceValue(String value) A reference to a document.Value.Builder.setReferenceValueBytes(com.google.protobuf.ByteString value) A reference to a document.Value.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Value.Builder.setStringValue(String value) A string value.Value.Builder.setStringValueBytes(com.google.protobuf.ByteString value) A string value.Value.Builder.setTimestampValue(com.google.protobuf.Timestamp value) A timestamp value.Value.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) A timestamp value.final Value.BuilderValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Value.toBuilder()Methods in com.google.firestore.v1 that return types with arguments of type Value.BuilderModifier and TypeMethodDescriptionWriteResult.Builder.getTransformResultsBuilderList()The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.ArrayValue.Builder.getValuesBuilderList()Values in the array.Cursor.Builder.getValuesBuilderList()The values that represent a position, in the order they appear in the order by clause of a query.Methods in com.google.firestore.v1 with parameters of type Value.BuilderModifier and TypeMethodDescriptionWriteResult.Builder.addTransformResults(int index, Value.Builder builderForValue) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.WriteResult.Builder.addTransformResults(Value.Builder builderForValue) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.ArrayValue.Builder.addValues(int index, Value.Builder builderForValue) Values in the array.ArrayValue.Builder.addValues(Value.Builder builderForValue) Values in the array.Cursor.Builder.addValues(int index, Value.Builder builderForValue) The values that represent a position, in the order they appear in the order by clause of a query.Cursor.Builder.addValues(Value.Builder builderForValue) The values that represent a position, in the order they appear in the order by clause of a query.DocumentTransform.FieldTransform.Builder.setIncrement(Value.Builder builderForValue) Adds the given value to the field's current value.DocumentTransform.FieldTransform.Builder.setMaximum(Value.Builder builderForValue) Sets the field to the maximum of its current value and the given value.DocumentTransform.FieldTransform.Builder.setMinimum(Value.Builder builderForValue) Sets the field to the minimum of its current value and the given value.StructuredQuery.FindNearest.Builder.setQueryVector(Value.Builder builderForValue) Required.WriteResult.Builder.setTransformResults(int index, Value.Builder builderForValue) The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.StructuredQuery.FieldFilter.Builder.setValue(Value.Builder builderForValue) The value to compare to.ArrayValue.Builder.setValues(int index, Value.Builder builderForValue) Values in the array.Cursor.Builder.setValues(int index, Value.Builder builderForValue) The values that represent a position, in the order they appear in the order by clause of a query.