[[["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."],[[["\u003cp\u003e\u003ccode\u003eMailHeaderOrBuilder\u003c/code\u003e is an interface extending \u003ccode\u003eMessageOrBuilder\u003c/code\u003e for working with mail header data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetName()\u003c/code\u003e method retrieves the name of the mail header as a \u003ccode\u003eString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetNameBytes()\u003c/code\u003e method retrieves the name of the mail header as a \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetValue()\u003c/code\u003e method retrieves the value of the mail header as a \u003ccode\u003eString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ehasName()\u003c/code\u003e and \u003ccode\u003ehasValue()\u003c/code\u003e methods check if a name or value is present respectively, returning a \u003ccode\u003eboolean\u003c/code\u003e result.\u003c/p\u003e\n"]]],[],null,["# Interface MailServicePb.MailHeaderOrBuilder (2.0.0)\n\n public static interface MailServicePb.MailHeaderOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getName()\n\n public abstract String getName()\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\n### getValue()\n\n public abstract String getValue()\n\n### getValueBytes()\n\n public abstract ByteString getValueBytes()\n\n### hasName()\n\n public abstract boolean hasName()\n\n### hasValue()\n\n public abstract boolean hasValue()"]]