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 content focuses on the \u003ccode\u003ePullResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.PubSub.V1\u003c/code\u003e namespace, detailing its various versions and functionalities in the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 3.23.0, with a range of versions dating back to 2.3.0 also being documented, allowing users to access the version history of \u003ccode\u003ePullResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePullResponse\u003c/code\u003e class implements \u003ccode\u003eIMessage<PullResponse>\u003c/code\u003e, \u003ccode\u003eIEquatable<PullResponse>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<PullResponse>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, which are all related to the message handling within the Google Pub/Sub API.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains one main property called \u003ccode\u003eReceivedMessages\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e that holds a collection of \u003ccode\u003eReceivedMessage\u003c/code\u003e objects, representing the received Pub/Sub messages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullResponse\u003c/code\u003e class provides two constructors: a default constructor \u003ccode\u003ePullResponse()\u003c/code\u003e, and a copy constructor \u003ccode\u003ePullResponse(PullResponse other)\u003c/code\u003e allowing for the creation of new instances, whether empty or based off of existing instances.\u003c/p\u003e\n"]]],[],null,[]]