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 content focuses on the `PullResponse` class within the `Google.Cloud.PubSub.V1` namespace, detailing its various versions and functionalities in the .NET environment."],["The latest version available is 3.23.0, with a range of versions dating back to 2.3.0 also being documented, allowing users to access the version history of `PullResponse`."],["`PullResponse` class implements `IMessage\u003cPullResponse\u003e`, `IEquatable\u003cPullResponse\u003e`, `IDeepCloneable\u003cPullResponse\u003e`, `IBufferMessage`, and `IMessage`, which are all related to the message handling within the Google Pub/Sub API."],["The class contains one main property called `ReceivedMessages`, which is a `RepeatedField` that holds a collection of `ReceivedMessage` objects, representing the received Pub/Sub messages."],["The `PullResponse` class provides two constructors: a default constructor `PullResponse()`, and a copy constructor `PullResponse(PullResponse other)` allowing for the creation of new instances, whether empty or based off of existing instances."]]],[]]