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 `PullResponse` class is part of the Google Cloud Pub/Sub v1 API, specifically in the `Google.Cloud.PubSub.V1` namespace within the `Google.Cloud.PubSub.V1.dll` assembly."],["This class represents the response for the `Pull` method, providing data on received Pub/Sub messages."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReceivedMessages` property, which is of type `RepeatedField\u003cReceivedMessage\u003e`, contains a list of the received Pub/Sub messages, which can be empty if there are no more messages."],["Multiple versions of the reference documentation are available, ranging from version 2.3.0 to the latest version 3.23.0."]]],[]]