[[["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\u003eTaskQueueQueryAndOwnTasksRequestOrBuilder\u003c/code\u003e interface includes methods to retrieve properties like \u003ccode\u003eGroupByTag\u003c/code\u003e, \u003ccode\u003eLeaseSeconds\u003c/code\u003e, \u003ccode\u003eMaxTasks\u003c/code\u003e, \u003ccode\u003eQueueName\u003c/code\u003e, and \u003ccode\u003eTag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis interface also provides methods to check if these properties are present, using the pattern \u003ccode\u003ehasProperty\u003c/code\u003e, such as \u003ccode\u003ehasGroupByTag\u003c/code\u003e, \u003ccode\u003ehasLeaseSeconds\u003c/code\u003e, \u003ccode\u003ehasMaxTasks\u003c/code\u003e, \u003ccode\u003ehasQueueName\u003c/code\u003e, and \u003ccode\u003ehasTag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach getter method returns a specific data type, including \u003ccode\u003eboolean\u003c/code\u003e, \u003ccode\u003edouble\u003c/code\u003e, \u003ccode\u003elong\u003c/code\u003e, or \u003ccode\u003eByteString\u003c/code\u003e, as detailed in their respective return tables.\u003c/p\u003e\n"],["\u003cp\u003eThe interface is an extension of \u003ccode\u003eMessageOrBuilder\u003c/code\u003e which is part of the com.google.protobuf package.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueQueryAndOwnTasksRequestOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueQueryAndOwnTasksRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getGroupByTag()\n\n public abstract boolean getGroupByTag()\n\n### getLeaseSeconds()\n\n public abstract double getLeaseSeconds()\n\n### getMaxTasks()\n\n public abstract long getMaxTasks()\n\n### getQueueName()\n\n public abstract ByteString getQueueName()\n\n### getTag()\n\n public abstract ByteString getTag()\n\n### hasGroupByTag()\n\n public abstract boolean hasGroupByTag()\n\n### hasLeaseSeconds()\n\n public abstract boolean hasLeaseSeconds()\n\n### hasMaxTasks()\n\n public abstract boolean hasMaxTasks()\n\n### hasQueueName()\n\n public abstract boolean hasQueueName()\n\n### hasTag()\n\n public abstract boolean hasTag()"]]