public interface FieldMaskOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPaths(int index)
repeated string paths = 1; |
ByteString |
getPathsBytes(int index)
repeated string paths = 1; |
int |
getPathsCount()
repeated string paths = 1; |
ProtocolStringList |
getPathsList()
repeated string paths = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedProtocolStringList getPathsList()
repeated string paths = 1;
The set of field mask paths.
int getPathsCount()
repeated string paths = 1;
The set of field mask paths.
java.lang.String getPaths(int index)
repeated string paths = 1;
The set of field mask paths.
ByteString getPathsBytes(int index)
repeated string paths = 1;
The set of field mask paths.