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."],[[["The document provides reference documentation for the `PullResponse` class within the Google Cloud Pub/Sub v1 API for .NET."],["`PullResponse` is used as a response type for the `Pull` method and is part of the `Google.Cloud.PubSub.V1` namespace."],["The document details the class's inheritance, implementing interfaces, inherited members, constructors, and properties, including the `ReceivedMessages` property, which is a list of received Pub/Sub messages."],["The latest version of `PullResponse` is 3.23.0, and the document also lists historical versions down to 2.3.0, showing a history of the versions available for use."]]],[]]