Uses of Class
com.google.protobuf.util.FieldMaskTree
-
Packages that use FieldMaskTree Package Description com.google.protobuf.util -
-
Uses of FieldMaskTree in com.google.protobuf.util
Methods in com.google.protobuf.util that return FieldMaskTree Modifier and Type Method Description (package private) FieldMaskTreeFieldMaskTree. addFieldPath(java.lang.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(java.lang.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 FieldMaskTree Modifier and Type Method Description (package private) voidFieldMaskTree. intersectFieldPath(java.lang.String path, FieldMaskTree output)Adds the intersection of this tree with the givenpathtooutput.
-