Package | Description |
---|---|
com.google.protobuf.util |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
FieldMaskTree.intersectFieldPath(java.lang.String path,
FieldMaskTree output)
Adds the intersection of this tree with the given
path to output . |