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) FieldMaskTree
FieldMaskTree.addFieldPath
(String path) Adds a field path to the tree.(package private) FieldMaskTree
FieldMaskTree.mergeFromFieldMask
(FieldMask mask) Merges all field paths in a FieldMask into this tree.(package private) FieldMaskTree
FieldMaskTree.removeFieldPath
(String path) Removespath
from the tree.(package private) FieldMaskTree
FieldMaskTree.removeFromFieldMask
(FieldMask mask) Removes all field paths inmask
from this tree.Methods in com.google.protobuf.util with parameters of type FieldMaskTreeModifier and TypeMethodDescription(package private) void
FieldMaskTree.intersectFieldPath
(String path, FieldMaskTree output) Adds the intersection of this tree with the givenpath
tooutput
.