[[["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\u003eThis interface, \u003ccode\u003eTaskQueuePb.TaskQueueQueryTasksResponse.Task.RunLogOrBuilder\u003c/code\u003e, extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and provides methods for retrieving information about the execution of a task.\u003c/p\u003e\n"],["\u003cp\u003eIt provides \u003ccode\u003eget\u003c/code\u003e methods for obtaining the dispatched time, elapsed time, lag time, and response code, all of which return a \u003ccode\u003elong\u003c/code\u003e data type.\u003c/p\u003e\n"],["\u003cp\u003eThere is also a \u003ccode\u003egetRetryReason\u003c/code\u003e method, that is able to obtain a string, and a \u003ccode\u003egetRetryReasonBytes\u003c/code\u003e method that returns \u003ccode\u003ecom.google.protobuf.ByteString\u003c/code\u003e when needed.\u003c/p\u003e\n"],["\u003cp\u003eAdditionally, there are \u003ccode\u003ehas\u003c/code\u003e methods available to check if values for dispatched time, elapsed time, lag time, response code, and retry reason are present, with all returning a boolean value.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueQueryTasksResponse.Task.RunLogOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueQueryTasksResponse.Task.RunLogOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getDispatchedUsec()\n\n public abstract long getDispatchedUsec()\n\n### getElapsedUsec()\n\n public abstract long getElapsedUsec()\n\n### getLagUsec()\n\n public abstract long getLagUsec()\n\n### getResponseCode()\n\n public abstract long getResponseCode()\n\n### getRetryReason()\n\n public abstract String getRetryReason()\n\n### getRetryReasonBytes()\n\n public abstract ByteString getRetryReasonBytes()\n\n### hasDispatchedUsec()\n\n public abstract boolean hasDispatchedUsec()\n\n### hasElapsedUsec()\n\n public abstract boolean hasElapsedUsec()\n\n### hasLagUsec()\n\n public abstract boolean hasLagUsec()\n\n### hasResponseCode()\n\n public abstract boolean hasResponseCode()\n\n### hasRetryReason()\n\n public abstract boolean hasRetryReason()"]]