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, a response type used for the `Pull` method in Google Cloud Pub/Sub."],["The content provides a version history of the `PullResponse` class, from version 2.3.0 to the latest version 3.23.0, allowing users to navigate through different releases."],["`PullResponse` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["The `PullResponse` class contains a `ReceivedMessages` property of type `RepeatedField\u003cReceivedMessage\u003e`, which represents a collection of received messages and can be empty if no messages are available."],["The `PullResponse` class has two constructors: a parameterless one and another that takes in a `PullResponse` as a parameter."]]],[]]