[[["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 `TaskQueuePauseQueueRequestOrBuilder` interface extends `MessageOrBuilder` and is used for building requests to pause a task queue."],["It provides methods to get the application ID (`getAppId`), queue name (`getQueueName`), and the pause state (`getPause`), all of which return values."],["It also offers methods to check if each of the properties are set in the request through `hasAppId`, `hasQueueName` and `hasPause` which will return a boolean value."],["The properties `getAppId` and `getQueueName` return values of type `com.google.protobuf.ByteString` and `getPause` will return a boolean."]]],[]]