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 details the `PullResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically for version 2.9.0, with links to versions ranging from 2.3.0 to 3.23.0."],["`PullResponse` is a response type used in the `Pull` method for retrieving messages from Pub/Sub and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `PullResponse` class provides a `ReceivedMessages` property, which is a `RepeatedField` of `ReceivedMessage`, and contains the list of received Pub/Sub messages or is empty if there are no messages."],["The page lists the public constructors of the `PullResponse` class which are a parameterless constructor, and one that takes another `PullResponse` object."]]],[]]