[[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTaskQueueModifyTaskLeaseRequestOrBuilder\u003c/code\u003e interface provides methods for retrieving properties related to task modification, such as \u003ccode\u003egetEtaUsec()\u003c/code\u003e for the task's estimated execution time in microseconds, and \u003ccode\u003egetLeaseSeconds()\u003c/code\u003e for the lease duration in seconds.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods to access task and queue names using \u003ccode\u003egetQueueName()\u003c/code\u003e and \u003ccode\u003egetTaskName()\u003c/code\u003e, which return values of type \u003ccode\u003ecom.google.protobuf.ByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface also includes methods like \u003ccode\u003ehasEtaUsec()\u003c/code\u003e, \u003ccode\u003ehasLeaseSeconds()\u003c/code\u003e, \u003ccode\u003ehasQueueName()\u003c/code\u003e, and \u003ccode\u003ehasTaskName()\u003c/code\u003e, which check if the respective fields are set, returning boolean values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetEtaUsec()\u003c/code\u003e method returns a \u003ccode\u003elong\u003c/code\u003e data type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetLeaseSeconds()\u003c/code\u003e method returns a \u003ccode\u003edouble\u003c/code\u003e data type.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueModifyTaskLeaseRequestOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueModifyTaskLeaseRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getEtaUsec()\n\n public abstract long getEtaUsec()\n\n### getLeaseSeconds()\n\n public abstract double getLeaseSeconds()\n\n### getQueueName()\n\n public abstract ByteString getQueueName()\n\n### getTaskName()\n\n public abstract ByteString getTaskName()\n\n### hasEtaUsec()\n\n public abstract boolean hasEtaUsec()\n\n### hasLeaseSeconds()\n\n public abstract boolean hasLeaseSeconds()\n\n### hasQueueName()\n\n public abstract boolean hasQueueName()\n\n### hasTaskName()\n\n public abstract boolean hasTaskName()"]]