[[["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\u003eThe \u003ccode\u003eMailAttachmentOrBuilder\u003c/code\u003e interface provides methods to access data related to mail attachments, including content ID, file name, and raw data.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003egetContentID()\u003c/code\u003e, \u003ccode\u003egetFileName()\u003c/code\u003e, and \u003ccode\u003egetData()\u003c/code\u003e are used to retrieve the respective data of the attachment, while their \u003ccode\u003eBytes()\u003c/code\u003e counterparts return them in ByteString format.\u003c/p\u003e\n"],["\u003cp\u003eMethods \u003ccode\u003ehasContentID()\u003c/code\u003e, \u003ccode\u003ehasFileName()\u003c/code\u003e, \u003ccode\u003ehasData()\u003c/code\u003e verify if certain properties are set for the mail attachment.\u003c/p\u003e\n"],["\u003cp\u003eThe methods \u003ccode\u003egetDEPRECATEDContentIDSet()\u003c/code\u003e and \u003ccode\u003ehasDEPRECATEDContentIDSet()\u003c/code\u003e are also present, which are likely deprecated methods related to the content ID setting.\u003c/p\u003e\n"]]],[],null,["# Interface MailServicePb.MailAttachmentOrBuilder (2.0.0)\n\n public static interface MailServicePb.MailAttachmentOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getContentID()\n\n public abstract String getContentID()\n\n### getContentIDBytes()\n\n public abstract ByteString getContentIDBytes()\n\n### getDEPRECATEDContentIDSet()\n\n public abstract boolean getDEPRECATEDContentIDSet()\n\n### getData()\n\n public abstract ByteString getData()\n\n### getFileName()\n\n public abstract String getFileName()\n\n### getFileNameBytes()\n\n public abstract ByteString getFileNameBytes()\n\n### hasContentID()\n\n public abstract boolean hasContentID()\n\n### hasDEPRECATEDContentIDSet()\n\n public abstract boolean hasDEPRECATEDContentIDSet()\n\n### hasData()\n\n public abstract boolean hasData()\n\n### hasFileName()\n\n public abstract boolean hasFileName()"]]