[[["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\u003eTaskQueuePb.TaskQueueQueryAndOwnTasksResponse.TaskOrBuilder\u003c/code\u003e interface provides methods to access task details, including \u003ccode\u003egetBody()\u003c/code\u003e, \u003ccode\u003egetEtaUsec()\u003c/code\u003e, \u003ccode\u003egetRetryCount()\u003c/code\u003e, \u003ccode\u003egetTag()\u003c/code\u003e, and \u003ccode\u003egetTaskName()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMethods such as \u003ccode\u003egetBody()\u003c/code\u003e, \u003ccode\u003egetTag()\u003c/code\u003e, and \u003ccode\u003egetTaskName()\u003c/code\u003e return values of the \u003ccode\u003ecom.google.protobuf.ByteString\u003c/code\u003e type, likely representing task data, identifiers, and related information.\u003c/p\u003e\n"],["\u003cp\u003eThe methods \u003ccode\u003egetEtaUsec()\u003c/code\u003e and \u003ccode\u003egetRetryCount()\u003c/code\u003e return a \u003ccode\u003elong\u003c/code\u003e and \u003ccode\u003eint\u003c/code\u003e type respectively, providing information related to the task's execution time and the number of retries attempted.\u003c/p\u003e\n"],["\u003cp\u003eSeveral \u003ccode\u003ehas\u003c/code\u003e methods, such as \u003ccode\u003ehasBody()\u003c/code\u003e, \u003ccode\u003ehasEtaUsec()\u003c/code\u003e, \u003ccode\u003ehasRetryCount()\u003c/code\u003e, \u003ccode\u003ehasTag()\u003c/code\u003e, and \u003ccode\u003ehasTaskName()\u003c/code\u003e, return boolean values, indicating the presence or absence of specific attributes within the task.\u003c/p\u003e\n"],["\u003cp\u003eThe interface is implementing \u003ccode\u003ecom.google.protobuf.MessageOrBuilder\u003c/code\u003e allowing it to be part of a larger set of message interfaces.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueQueryAndOwnTasksResponse.TaskOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueQueryAndOwnTasksResponse.TaskOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getBody()\n\n public abstract ByteString getBody()\n\n### getEtaUsec()\n\n public abstract long getEtaUsec()\n\n### getRetryCount()\n\n public abstract int getRetryCount()\n\n### getTag()\n\n public abstract ByteString getTag()\n\n### getTaskName()\n\n public abstract ByteString getTaskName()\n\n### hasBody()\n\n public abstract boolean hasBody()\n\n### hasEtaUsec()\n\n public abstract boolean hasEtaUsec()\n\n### hasRetryCount()\n\n public abstract boolean hasRetryCount()\n\n### hasTag()\n\n public abstract boolean hasTag()\n\n### hasTaskName()\n\n public abstract boolean hasTaskName()"]]