Uses of Class
com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
-
Uses of DocumentTransform.FieldTransform.Builder in com.google.firestore.v1
Methods in com.google.firestore.v1 that return DocumentTransform.FieldTransform.BuilderModifier and TypeMethodDescriptionDocumentTransform.Builder.addFieldTransformsBuilder()The list of transformations to apply to the fields of the document, in order.DocumentTransform.Builder.addFieldTransformsBuilder(int index) The list of transformations to apply to the fields of the document, in order.DocumentTransform.FieldTransform.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Write.Builder.addUpdateTransformsBuilder()The transforms to perform after update.Write.Builder.addUpdateTransformsBuilder(int index) The transforms to perform after update.DocumentTransform.FieldTransform.Builder.clear()DocumentTransform.FieldTransform.Builder.clearAppendMissingElements()Append the given elements in order if they are not already present in the current field value.DocumentTransform.FieldTransform.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DocumentTransform.FieldTransform.Builder.clearFieldPath()The path of the field.DocumentTransform.FieldTransform.Builder.clearIncrement()Adds the given value to the field's current value.DocumentTransform.FieldTransform.Builder.clearMaximum()Sets the field to the maximum of its current value and the given value.DocumentTransform.FieldTransform.Builder.clearMinimum()Sets the field to the minimum of its current value and the given value.DocumentTransform.FieldTransform.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DocumentTransform.FieldTransform.Builder.clearRemoveAllFromArray()Remove all of the given elements from the array in the field.DocumentTransform.FieldTransform.Builder.clearSetToServerValue()Sets the field to the given server value.DocumentTransform.FieldTransform.Builder.clearTransformType()DocumentTransform.FieldTransform.Builder.clone()DocumentTransform.Builder.getFieldTransformsBuilder(int index) The list of transformations to apply to the fields of the document, in order.Write.Builder.getUpdateTransformsBuilder(int index) The transforms to perform after update.DocumentTransform.FieldTransform.Builder.mergeAppendMissingElements(ArrayValue value) Append the given elements in order if they are not already present in the current field value.DocumentTransform.FieldTransform.Builder.mergeFrom(DocumentTransform.FieldTransform other) DocumentTransform.FieldTransform.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DocumentTransform.FieldTransform.Builder.mergeFrom(com.google.protobuf.Message other) 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.DocumentTransform.FieldTransform.Builder.mergeRemoveAllFromArray(ArrayValue value) Remove all of the given elements from the array in the field.DocumentTransform.FieldTransform.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DocumentTransform.FieldTransform.newBuilder()DocumentTransform.FieldTransform.newBuilder(DocumentTransform.FieldTransform prototype) DocumentTransform.FieldTransform.newBuilderForType()protected DocumentTransform.FieldTransform.BuilderDocumentTransform.FieldTransform.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DocumentTransform.FieldTransform.Builder.setAppendMissingElements(ArrayValue value) Append the given elements in order if they are not already present in the current field value.DocumentTransform.FieldTransform.Builder.setAppendMissingElements(ArrayValue.Builder builderForValue) Append the given elements in order if they are not already present in the current field value.DocumentTransform.FieldTransform.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DocumentTransform.FieldTransform.Builder.setFieldPath(String value) The path of the field.DocumentTransform.FieldTransform.Builder.setFieldPathBytes(com.google.protobuf.ByteString value) The path of the field.DocumentTransform.FieldTransform.Builder.setIncrement(Value value) Adds the given value to the field's current value.DocumentTransform.FieldTransform.Builder.setIncrement(Value.Builder builderForValue) 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.setMaximum(Value.Builder builderForValue) 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.DocumentTransform.FieldTransform.Builder.setMinimum(Value.Builder builderForValue) Sets the field to the minimum of its current value and the given value.DocumentTransform.FieldTransform.Builder.setRemoveAllFromArray(ArrayValue value) Remove all of the given elements from the array in the field.DocumentTransform.FieldTransform.Builder.setRemoveAllFromArray(ArrayValue.Builder builderForValue) Remove all of the given elements from the array in the field.DocumentTransform.FieldTransform.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DocumentTransform.FieldTransform.Builder.setSetToServerValue(DocumentTransform.FieldTransform.ServerValue value) Sets the field to the given server value.DocumentTransform.FieldTransform.Builder.setSetToServerValueValue(int value) Sets the field to the given server value.DocumentTransform.FieldTransform.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DocumentTransform.FieldTransform.toBuilder()Methods in com.google.firestore.v1 that return types with arguments of type DocumentTransform.FieldTransform.BuilderModifier and TypeMethodDescriptionDocumentTransform.Builder.getFieldTransformsBuilderList()The list of transformations to apply to the fields of the document, in order.Write.Builder.getUpdateTransformsBuilderList()The transforms to perform after update.Methods in com.google.firestore.v1 with parameters of type DocumentTransform.FieldTransform.BuilderModifier and TypeMethodDescriptionDocumentTransform.Builder.addFieldTransforms(int index, DocumentTransform.FieldTransform.Builder builderForValue) The list of transformations to apply to the fields of the document, in order.DocumentTransform.Builder.addFieldTransforms(DocumentTransform.FieldTransform.Builder builderForValue) The list of transformations to apply to the fields of the document, in order.Write.Builder.addUpdateTransforms(int index, DocumentTransform.FieldTransform.Builder builderForValue) The transforms to perform after update.Write.Builder.addUpdateTransforms(DocumentTransform.FieldTransform.Builder builderForValue) The transforms to perform after update.DocumentTransform.Builder.setFieldTransforms(int index, DocumentTransform.FieldTransform.Builder builderForValue) The list of transformations to apply to the fields of the document, in order.Write.Builder.setUpdateTransforms(int index, DocumentTransform.FieldTransform.Builder builderForValue) The transforms to perform after update.