[[["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\u003eTaskQueueAclOrBuilder\u003c/code\u003e interface, part of \u003ccode\u003eTaskQueuePb\u003c/code\u003e, extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e from the \u003ccode\u003ecom.google.protobuf\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to retrieve a list of user emails (\u003ccode\u003egetUserEmailList\u003c/code\u003e), the count of user emails (\u003ccode\u003egetUserEmailCount\u003c/code\u003e), and individual user emails (\u003ccode\u003egetUserEmail\u003c/code\u003e) at a specified index.\u003c/p\u003e\n"],["\u003cp\u003eSimilar methods exist for writer emails, including \u003ccode\u003egetWriterEmailList\u003c/code\u003e, \u003ccode\u003egetWriterEmailCount\u003c/code\u003e, and \u003ccode\u003egetWriterEmail\u003c/code\u003e, each allowing for the retrieval of a list, count, and a single writer email respectively.\u003c/p\u003e\n"],["\u003cp\u003eAll methods return data related to emails in the form of \u003ccode\u003ecom.google.protobuf.ByteString\u003c/code\u003e or \u003ccode\u003eList<ByteString>\u003c/code\u003e for the lists, and \u003ccode\u003eint\u003c/code\u003e for the email counts, all of them abstract.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueAclOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueAclOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getUserEmail(int arg0)\n\n public abstract ByteString getUserEmail(int arg0)\n\n### getUserEmailCount()\n\n public abstract int getUserEmailCount()\n\n### getUserEmailList()\n\n public abstract List\u003cByteString\u003e getUserEmailList()\n\n### getWriterEmail(int arg0)\n\n public abstract ByteString getWriterEmail(int arg0)\n\n### getWriterEmailCount()\n\n public abstract int getWriterEmailCount()\n\n### getWriterEmailList()\n\n public abstract List\u003cByteString\u003e getWriterEmailList()"]]