[[["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\u003eTaskQueuePurgeQueueRequestOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e for building requests to purge task queues.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to retrieve the application ID (\u003ccode\u003egetAppId\u003c/code\u003e) and the queue name (\u003ccode\u003egetQueueName\u003c/code\u003e) as \u003ccode\u003eByteString\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe interface also includes methods (\u003ccode\u003ehasAppId\u003c/code\u003e and \u003ccode\u003ehasQueueName\u003c/code\u003e) to check if the application ID and queue name are set, returning a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetAppId\u003c/code\u003e and \u003ccode\u003egetQueueName\u003c/code\u003e methods are the ones used to obtain information about the queue being modified.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueuePurgeQueueRequestOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueuePurgeQueueRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getAppId()\n\n public abstract ByteString getAppId()\n\n### getQueueName()\n\n public abstract ByteString getQueueName()\n\n### hasAppId()\n\n public abstract boolean hasAppId()\n\n### hasQueueName()\n\n public abstract boolean hasQueueName()"]]