[[["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-03-05 UTC."],[[["The `TaskQueueModifyTaskLeaseRequestOrBuilder` interface provides methods for retrieving properties related to task modification, such as `getEtaUsec()` for the task's estimated execution time in microseconds, and `getLeaseSeconds()` for the lease duration in seconds."],["It includes methods to access task and queue names using `getQueueName()` and `getTaskName()`, which return values of type `com.google.protobuf.ByteString`."],["The interface also includes methods like `hasEtaUsec()`, `hasLeaseSeconds()`, `hasQueueName()`, and `hasTaskName()`, which check if the respective fields are set, returning boolean values."],["The `getEtaUsec()` method returns a `long` data type."],["The `getLeaseSeconds()` method returns a `double` data type."]]],[]]