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\u003eThis webpage details the \u003ccode\u003ePullResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.PubSub.V1\u003c/code\u003e namespace, a response type used for the \u003ccode\u003ePull\u003c/code\u003e method in Google Cloud Pub/Sub.\u003c/p\u003e\n"],["\u003cp\u003eThe content provides a version history of the \u003ccode\u003ePullResponse\u003c/code\u003e class, from version 2.3.0 to the latest version 3.23.0, allowing users to navigate through different releases.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePullResponse\u003c/code\u003e 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, indicating its capabilities for message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullResponse\u003c/code\u003e class contains a \u003ccode\u003eReceivedMessages\u003c/code\u003e property of type \u003ccode\u003eRepeatedField<ReceivedMessage>\u003c/code\u003e, which represents a collection of received messages and can be empty if no messages are available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullResponse\u003c/code\u003e class has two constructors: a parameterless one and another that takes in a \u003ccode\u003ePullResponse\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,[]]