Uses of Class
com.google.protobuf.util.FieldMaskTree
Packages that use FieldMaskTree
-
Uses of FieldMaskTree in com.google.protobuf.util
Methods in com.google.protobuf.util that return FieldMaskTreeModifier and TypeMethodDescription(package private) FieldMaskTreeFieldMaskTree.addFieldPath(String path) Adds a field path to the tree.(package private) FieldMaskTreeFieldMaskTree.mergeFromFieldMask(FieldMask mask) Merges all field paths in a FieldMask into this tree.(package private) FieldMaskTreeFieldMaskTree.removeFieldPath(String path) Removespathfrom the tree.(package private) FieldMaskTreeFieldMaskTree.removeFromFieldMask(FieldMask mask) Removes all field paths inmaskfrom this tree.Methods in com.google.protobuf.util with parameters of type FieldMaskTreeModifier and TypeMethodDescription(package private) voidFieldMaskTree.intersectFieldPath(String path, FieldMaskTree output) Adds the intersection of this tree with the givenpathtooutput.