public RepeatedField<ReceivedMessage> ReceivedMessages { get; }
Received Pub/Sub messages. The list will be empty if there are no more
messages available in the backlog, or if no messages could be returned
before the request timeout. 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 Google.Cloud.PubSub.V1 API is 3.23.0, with numerous previous versions available, including the current version being 3.5.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePullResponse\u003c/code\u003e class is part of the Cloud Pub/Sub v1 API and is the response object returned by the \u003ccode\u003ePull\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePullResponse\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data structure.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReceivedMessages\u003c/code\u003e property within \u003ccode\u003ePullResponse\u003c/code\u003e contains a list of \u003ccode\u003eReceivedMessage\u003c/code\u003e objects, which may be empty if no messages are available or the request times out.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003ePullResponse\u003c/code\u003e is inherited from \u003ccode\u003eobject\u003c/code\u003e and has two constructors, one default, and one with a parameter \u003ccode\u003eother\u003c/code\u003e of type \u003ccode\u003ePullResponse\u003c/code\u003e that will generate a new \u003ccode\u003ePullResponse\u003c/code\u003e object based on it.\u003c/p\u003e\n"]]],[],null,[]]