Required. The maximum number of messages to return for this request. Must
be a positive integer. The Pub/Sub system may return fewer than the number
specified.
Optional. If this field set to true, the system will respond immediately
even if it there are no messages available to return in the Pull
response. Otherwise, the system may wait (for a bounded amount of time)
until at least one message is available, rather than returning no messages.
Warning: setting this field to true is discouraged because it adversely
impacts the performance of Pull operations. We recommend that users do
not set this field.
[[["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\u003eThis document outlines the \u003ccode\u003ePullRequest\u003c/code\u003e class, used for requesting messages from a subscription in the Google Cloud Pub/Sub service, within version 3.0.0 of the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullRequest\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt offers properties such as \u003ccode\u003eMaxMessages\u003c/code\u003e to specify the number of messages to retrieve, \u003ccode\u003eReturnImmediately\u003c/code\u003e to dictate whether to return immediately if no messages are present, and \u003ccode\u003eSubscription\u003c/code\u003e to define the subscription from which to pull messages.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API in this documentation is version 3.23.0, with a historical list of previous versions extending to version 2.3.0 available for reference.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, a default constructor, and a second that accepts a \u003ccode\u003ePullRequest\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]