[[["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 `TaskQueueAddRequestOrBuilder` interface defines methods for getting various properties related to a task queue add request, such as `AppId`, `Body`, `CronRetryParameters`, and `CronTimetable`."],["This interface provides methods to retrieve data as `ByteString`, which is a common data type for binary data, as seen with methods like `getAppId`, `getBody`, `getDatastoreTransaction`, `getDescription`, `getQueueName`, `getTag`, `getTaskName`, and `getUrl`."],["Methods such as `getCronRetryParameters`, `getCronTimetable`, `getPayload`, `getTransaction`, and their respective `OrBuilder` counterparts allow for accessing nested data structures related to retry parameters, cron schedules, payload, and transactions."],["It includes methods for retrieving header information, such as `getHeader`, `getHeaderCount`, `getHeaderList`, `getHeaderOrBuilder`, and `getHeaderOrBuilderList`, which suggests that headers can be a collection of values."],["Boolean methods like `hasAppId`, `hasBody`, `hasCronRetryParameters`, etc., are included to check if specific properties are set within the request, to better understand if a certain property exists."]]],[]]