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 TypeClassDescriptionstatic 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.clear()FieldMask.Builder.clearPaths()The set of field mask paths.FieldMask.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static FieldMask.BuilderFieldMask.newBuilder()static FieldMask.BuilderFieldMask.newBuilder(FieldMask prototype) FieldMask.newBuilderForType()protected FieldMask.BuilderFieldMask.newBuilderForType(AbstractMessage.BuilderParent parent) The set of field mask paths.FieldMask.toBuilder()