Uses of Class
com.google.protobuf.FieldMask
Packages that use FieldMask
-
Uses of FieldMask in com.google.protobuf
Methods in com.google.protobuf that return FieldMaskModifier and TypeMethodDescriptionFieldMask.Builder.build()
FieldMask.Builder.buildPartial()
static FieldMask
FieldMask.getDefaultInstance()
FieldMask.Builder.getDefaultInstanceForType()
FieldMask.getDefaultInstanceForType()
static FieldMask
FieldMask.parseDelimitedFrom
(InputStream input) static FieldMask
FieldMask.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldMask
FieldMask.parseFrom
(byte[] data) static FieldMask
FieldMask.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldMask
FieldMask.parseFrom
(com.google.protobuf.ByteString data) static FieldMask
FieldMask.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldMask
FieldMask.parseFrom
(com.google.protobuf.CodedInputStream input) static FieldMask
FieldMask.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldMask
FieldMask.parseFrom
(InputStream input) static FieldMask
FieldMask.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldMask
FieldMask.parseFrom
(ByteBuffer data) static FieldMask
FieldMask.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type FieldMaskModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<FieldMask> FieldMask.getParserForType()
static com.google.protobuf.Parser
<FieldMask> FieldMask.parser()
Methods in com.google.protobuf with parameters of type FieldMaskModifier and TypeMethodDescriptionstatic FieldMask.Builder
FieldMask.newBuilder
(FieldMask prototype) -
Uses of FieldMask in com.google.protobuf.util
Methods in com.google.protobuf.util that return FieldMaskModifier and TypeMethodDescriptionstatic FieldMask
FieldMaskUtil.fromFieldNumbers
(Class<? extends Message> type, int... fieldNumbers) Constructs a FieldMask from the passed field numbers.static FieldMask
FieldMaskUtil.fromFieldNumbers
(Class<? extends Message> type, Iterable<Integer> fieldNumbers) Constructs a FieldMask from the passed field numbers.static FieldMask
FieldMaskUtil.fromJsonString
(String value) Converts a field mask from a Proto3 JSON string, that is splitting the paths along commas and converting from camel case to snake case.static FieldMask
FieldMaskUtil.fromString
(Class<? extends Message> type, String value) Parses from a string to a FieldMask and validates all field paths.static FieldMask
FieldMaskUtil.fromString
(String value) Parses from a string to a FieldMask.static FieldMask
FieldMaskUtil.fromStringList
(Descriptors.Descriptor descriptor, Iterable<String> paths) Constructs a FieldMask for a list of field paths in a certain type.static FieldMask
FieldMaskUtil.fromStringList
(Class<? extends Message> type, Iterable<String> paths) Constructs a FieldMask for a list of field paths in a certain type.static FieldMask
FieldMaskUtil.fromStringList
(Iterable<String> paths) Constructs a FieldMask for a list of field paths in a certain type.static FieldMask
FieldMaskUtil.intersection
(FieldMask mask1, FieldMask mask2) Calculates the intersection of two FieldMasks.static FieldMask
Converts a FieldMask to its canonical form.static FieldMask
SubtractssecondMask
andotherMasks
fromfirstMask
.static FieldMask
Creates a union of two or more FieldMasks.Methods in com.google.protobuf.util with parameters of type FieldMaskModifier and TypeMethodDescriptionstatic FieldMask
FieldMaskUtil.intersection
(FieldMask mask1, FieldMask mask2) Calculates the intersection of two FieldMasks.static boolean
FieldMaskUtil.isValid
(Descriptors.Descriptor descriptor, FieldMask fieldMask) Checks whether paths in a given fields mask are valid.static boolean
Checks whether paths in a given fields mask are valid.static void
FieldMaskUtil.merge
(FieldMask mask, Message source, Message.Builder destination) Merges fields specified by a FieldMask from one message to another.static void
FieldMaskUtil.merge
(FieldMask mask, Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) Merges fields specified by a FieldMask from one message to another with the specified merge options.static FieldMask
Converts a FieldMask to its canonical form.static FieldMask
SubtractssecondMask
andotherMasks
fromfirstMask
.static String
FieldMaskUtil.toJsonString
(FieldMask fieldMask) Converts a field mask to a Proto3 JSON string, that is converting from snake case to camel case and joining all paths into one string with commas.static String
Converts a FieldMask to a string.static <P extends Message>
PReturns the result of keeping only the masked fields of the given proto.static FieldMask
Creates a union of two or more FieldMasks.