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 page provides reference documentation for the `PullResponse` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `PullResponse` class is the response type for the `Pull` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the `PullResponse` class, with version 3.23.0 being the latest and 3.13.0 being the currently viewed version, along with a selection of older versions for previous support."],["`PullResponse` contains a `ReceivedMessages` property, which is a list of `ReceivedMessage` objects and may be empty if there are no messages, or fewer than requested, available."],["The `PullResponse` class also has two constructors: one default and one that accepts another `PullResponse` object."]]],[]]