public RepeatedField<ReceivedMessage> ReceivedMessages { get; }
Received Pub/Sub messages. The list will be empty if there are no more
messages available in the backlog. For JSON, the response can be entirely
empty. The Pub/Sub system may return fewer than the maxMessages requested
even if there are more messages available in the backlog.
[[["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\u003eThe latest version available for \u003ccode\u003ePullResponse\u003c/code\u003e is 3.23.0, with several older versions also accessible, ranging down to version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePullResponse\u003c/code\u003e is a class that represents the response for the \u003ccode\u003ePull\u003c/code\u003e method in the Google Cloud Pub/Sub API, 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\u003eThe class includes inherited members such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, which are inherited from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullResponse\u003c/code\u003e class has a constructor, \u003ccode\u003ePullResponse()\u003c/code\u003e, and also has an overloaded constructor which takes another \u003ccode\u003ePullResponse\u003c/code\u003e as a parameter for copying, \u003ccode\u003ePullResponse(PullResponse other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePullResponse\u003c/code\u003e includes the property \u003ccode\u003eReceivedMessages\u003c/code\u003e, a list of \u003ccode\u003eReceivedMessage\u003c/code\u003e objects indicating the Pub/Sub messages that were pulled, which will be empty if there are no more messages or it can return less than the maximum requested.\u003c/p\u003e\n"]]],[],null,[]]