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 of the \u003ccode\u003ePullResponse\u003c/code\u003e documentation is 3.23.0, accessible via the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThis page provides a comprehensive list of \u003ccode\u003ePullResponse\u003c/code\u003e versions, ranging from the latest 3.23.0 down to version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePullResponse\u003c/code\u003e is a class that implements multiple interfaces such as \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.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003ePullResponse\u003c/code\u003e has two constructors, \u003ccode\u003ePullResponse()\u003c/code\u003e and \u003ccode\u003ePullResponse(PullResponse other)\u003c/code\u003e, with the second one taking a \u003ccode\u003ePullResponse\u003c/code\u003e parameter named \u003ccode\u003eother\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePullResponse\u003c/code\u003e contains a property called \u003ccode\u003eReceivedMessages\u003c/code\u003e of type \u003ccode\u003eRepeatedField<ReceivedMessage>\u003c/code\u003e which lists received Pub/Sub messages, and can be empty if there are no messages available.\u003c/p\u003e\n"]]],[],null,[]]