Uses of Class
com.google.protobuf.util.FieldMaskUtil.TrimOptions
-
Packages that use FieldMaskUtil.TrimOptions Package Description com.google.protobuf.util -
-
Uses of FieldMaskUtil.TrimOptions in com.google.protobuf.util
Methods in com.google.protobuf.util that return FieldMaskUtil.TrimOptions Modifier and Type Method Description FieldMaskUtil.TrimOptionsFieldMaskUtil.TrimOptions. setRetainPrimitiveFieldUnsetState(boolean value)Specify whether the unset state of primitive fields should be retained when trimming.Methods in com.google.protobuf.util with parameters of type FieldMaskUtil.TrimOptions Modifier and Type Method Description static <P extends Message>
PFieldMaskUtil. trim(FieldMask mask, P source, FieldMaskUtil.TrimOptions options)Returns the result of keeping only the masked fields of the given proto with the specified trim options.
-