public RepeatedField<ReceivedMessage> ReceivedMessages { get; }
Optional. Received Pub/Sub messages. The list will be empty if there are no
more messages available in the backlog, or if no messages could be returned
before the request timeout. 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 provides reference documentation for the `PullResponse` class within the Google Cloud Pub/Sub v1 API, specifically detailing its structure and functionality."],["The `PullResponse` class is a response type used for the `Pull` method, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the API, starting from the latest version 3.23.0 and going down to 2.3.0, each linking to its respective documentation."],["The primary property within `PullResponse` is `ReceivedMessages`, which is a `RepeatedField` containing received Pub/Sub messages, if any are available."],["There are two constructors provided for creating a `PullResponse` object: a default constructor and a copy constructor that takes another `PullResponse` as a parameter."]]],[]]