Uses of Class
com.google.protobuf.FieldMask.Builder
Packages that use FieldMask.Builder
-
Uses of FieldMask.Builder in com.google.protobuf
Subclasses with type arguments of type FieldMask.Builder in com.google.protobufModifier and TypeClassDescriptionfinal class`FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.static final class`FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.Methods in com.google.protobuf that return FieldMask.BuilderModifier and TypeMethodDescriptionFieldMask.Builder.addAllPaths(Iterable<String> values) The set of field mask paths.The set of field mask paths.FieldMask.Builder.addPathsBytes(ByteString value) The set of field mask paths.FieldMask.Builder.clearPaths()The set of field mask paths.static FieldMask.BuilderFieldMask.newBuilder()static FieldMask.BuilderFieldMask.newBuilder(FieldMask prototype) The set of field mask paths.