[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface FieldMaskOrBuilder (3.19.4)\n\n public interface FieldMaskOrBuilder extends MessageLiteOrBuilder\n\nImplements\n----------\n\n[MessageLiteOrBuilder](/java/docs/reference/protobuf/latest/com.google.protobuf.MessageLiteOrBuilder)\n\nMethods\n-------\n\n### getPaths(int index)\n\n public abstract String getPaths(int index)\n\nThe set of field mask paths.\n\n`repeated string paths = 1;`\n\n### getPathsBytes(int index)\n\n public abstract ByteString getPathsBytes(int index)\n\nThe set of field mask paths.\n\n`repeated string paths = 1;`\n\n### getPathsCount()\n\n public abstract int getPathsCount()\n\nThe set of field mask paths.\n\n`repeated string paths = 1;`\n\n### getPathsList()\n\n public abstract List\u003cString\u003e getPathsList()\n\nThe set of field mask paths.\n\n`repeated string paths = 1;`"]]