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 information for the `PullResponse` class within the Google Cloud Pub/Sub v1 API, specifically within the .NET environment."],["It outlines the inheritance, interfaces, and members of the `PullResponse` class, including its constructors and properties."],["The `PullResponse` class is part of the `Google.Cloud.PubSub.V1` namespace and is implemented in the `Google.Cloud.PubSub.V1.dll` assembly."],["The document also lists the different versions of the api from version 2.3.0 to the latest version 3.23.0, with the current page being the `PullResponse` for version 3.11.0."],["The `ReceivedMessages` property, a `RepeatedField` of `ReceivedMessage`, contains the received Pub/Sub messages and can be empty if no messages are available."]]],[]]