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."],[[["This webpage details the `PullResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically for .NET applications, and is used as a response for the `Pull` method."],["The latest version available is 3.23.0, with a range of previous versions listed down to version 2.3.0, providing historical access to different releases."],["The `PullResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["`PullResponse` has a `ReceivedMessages` property, which is a `RepeatedField` containing `ReceivedMessage` objects, and it represents the messages received from Pub/Sub, which could be empty if no messages are in the backlog."],["The `PullResponse` class can be instantiated through two constructors: a default constructor and one that accepts another `PullResponse` instance as a parameter."]]],[]]