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."],[[["This webpage details the `PullResponse` class, which is a response type for the `Pull` method within the Google Cloud Pub/Sub API."],["The latest version of the `PullResponse` class documented is 3.23.0, with an extensive list of previous versions ranging down to 2.3.0."],["The `PullResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `ReceivedMessages` property, which is a list of `ReceivedMessage` objects, and represents messages received from Pub/Sub."],["The documentation for this class includes details for the constructor options and also a list of inherited members."]]],[]]