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 available for `Google.Cloud.PubSub.V1.PullResponse` is 3.23.0."],["The `PullResponse` class is a response for the `Pull` method and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`PullResponse` class contains a property `ReceivedMessages` of type `RepeatedField\u003cReceivedMessage\u003e`, representing the list of received Pub/Sub messages."],["The document lists several previous versions of the `Google.Cloud.PubSub.V1.PullResponse` class, going back to version 2.3.0, and including version 3.0.0."],["The `PullResponse` can be instantiated using a parameterless constructor `PullResponse()` or a constructor with `PullResponse` parameter."]]],[]]