[[["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 `TaskQueuePb.TaskQueueQueryAndOwnTasksResponse.TaskOrBuilder` interface provides methods to access task details, including `getBody()`, `getEtaUsec()`, `getRetryCount()`, `getTag()`, and `getTaskName()`."],["Methods such as `getBody()`, `getTag()`, and `getTaskName()` return values of the `com.google.protobuf.ByteString` type, likely representing task data, identifiers, and related information."],["The methods `getEtaUsec()` and `getRetryCount()` return a `long` and `int` type respectively, providing information related to the task's execution time and the number of retries attempted."],["Several `has` methods, such as `hasBody()`, `hasEtaUsec()`, `hasRetryCount()`, `hasTag()`, and `hasTaskName()`, return boolean values, indicating the presence or absence of specific attributes within the task."],["The interface is implementing `com.google.protobuf.MessageOrBuilder` allowing it to be part of a larger set of message interfaces."]]],[]]