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-04-09 UTC."],[[["The content focuses on the `PullResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.7.0, with links to many other versions."],["`PullResponse` is a class that represents the response from the `Pull` method, and it inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PullResponse` class has a property called `ReceivedMessages` which is of type `RepeatedField\u003cReceivedMessage\u003e` and contains the list of received Pub/Sub messages."],["There are two constructors for the class `PullResponse` which are a parameterless constructor and a copy constructor."],["The documentation covers versions from 3.23.0 (latest) down to 2.3.0."]]],[]]