public sealed class PullMessage : IMessage<PullMessage>, IEquatable<PullMessage>, IDeepCloneable<PullMessage>, IBufferMessage, IMessage
Pull Message.
This proto can only be used for tasks in a queue which has
[PULL][google.cloud.tasks.v2beta3.Queue.type] type. It currently exists for backwards compatibility with
the App Engine Task Queue SDK. This message type maybe returned with methods
[list][google.cloud.tasks.v2beta3.CloudTask.ListTasks] and
[get][google.cloud.tasks.v2beta3.CloudTask.ListTasks], when the response view
is [FULL][google.cloud.tasks.v2beta3.Task.View.Full].
SDK compatibility: Although the SDK allows tags to be either
string or
bytes,
only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8
encoded, the tag will be empty when the task is returned by Cloud Tasks.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003ePullMessage\u003c/code\u003e is a class specifically designed for tasks in queues of the \u003ccode\u003ePULL\u003c/code\u003e type, ensuring compatibility with the App Engine Task Queue SDK.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing versatile functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullMessage\u003c/code\u003e class includes properties for \u003ccode\u003ePayload\u003c/code\u003e, a data payload used by the worker, and \u003ccode\u003eTag\u003c/code\u003e, a string for tagging the task, which must be UTF-8 encoded.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a standard parameterless constructor and one that takes another \u003ccode\u003ePullMessage\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of this class is listed as \u003ccode\u003e3.0.0-beta07\u003c/code\u003e, with \u003ccode\u003e2.0.0-beta08\u003c/code\u003e being an older version of the class.\u003c/p\u003e\n"]]],[],null,[]]