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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["The `PullResponse` class is a response object for the `Pull` method within the Google Cloud Pub/Sub .NET library, and it is currently on version 2.5.0."],["The class is part of the `Google.Cloud.PubSub.V1` namespace and is implemented within the `Google.Cloud.PubSub.V1.dll` assembly, with many other versions available."],["The `PullResponse` class implements several interfaces, including `IMessage`, `IEquatable\u003cPullResponse\u003e`, `IDeepCloneable\u003cPullResponse\u003e`, and `IBufferMessage`."],["It provides a `ReceivedMessages` property, which is a list of received Pub/Sub messages represented by `RepeatedField\u003cReceivedMessage\u003e`."],["There are two constructors available for creating a `PullResponse` object, one default and one that accepts another `PullResponse` instance for cloning."]]],[]]