[[["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 MixinOrBuilder (3.19.4)\n\n public interface MixinOrBuilder extends MessageLiteOrBuilder\n\nImplements\n----------\n\n[MessageLiteOrBuilder](/java/docs/reference/protobuf/latest/com.google.protobuf.MessageLiteOrBuilder)\n\nMethods\n-------\n\n### getName()\n\n public abstract String getName()\n\nThe fully qualified name of the interface which is included.\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nThe fully qualified name of the interface which is included.\n\n`string name = 1;`\n\n### getRoot()\n\n public abstract String getRoot()\n\nIf non-empty specifies a path under which inherited HTTP paths\nare rooted.\n\n`string root = 2;`\n\n### getRootBytes()\n\n public abstract ByteString getRootBytes()\n\nIf non-empty specifies a path under which inherited HTTP paths\nare rooted.\n\n`string root = 2;`"]]