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 latest version of the `PullResponse` documentation is 3.23.0, accessible via the provided link."],["This page provides a comprehensive list of `PullResponse` versions, ranging from the latest 3.23.0 down to version 2.3.0."],["`PullResponse` is a class that implements multiple interfaces such as `IMessage\u003cPullResponse\u003e`, `IEquatable\u003cPullResponse\u003e`, `IDeepCloneable\u003cPullResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class `PullResponse` has two constructors, `PullResponse()` and `PullResponse(PullResponse other)`, with the second one taking a `PullResponse` parameter named `other`."],["`PullResponse` contains a property called `ReceivedMessages` of type `RepeatedField\u003cReceivedMessage\u003e` which lists received Pub/Sub messages, and can be empty if there are no messages available."]]],[]]