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) FieldMaskTree
FieldMaskTree. addFieldPath(java.lang.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(java.lang.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 FieldMaskTree Modifier and Type Method Description (package private) void
FieldMaskTree. intersectFieldPath(java.lang.String path, FieldMaskTree output)
Adds the intersection of this tree with the givenpath
tooutput
.
-