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 webpage provides documentation for the `PullResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically detailing its structure and usage across multiple versions."],["The latest version available for `PullResponse` is 3.23.0, and the page lists a comprehensive history of versions down to version 2.3.0, all linking to their specific documentation."],["`PullResponse` is a class that serves as a response for the `Pull` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PullResponse` class includes a `ReceivedMessages` property, which is a `RepeatedField` of `ReceivedMessage` objects, representing the received Pub/Sub messages, and it might be empty if no messages are in the backlog."],["`PullResponse` has two constructors, a parameterless one, and one that takes another `PullResponse` object as a parameter."]]],[]]