public RepeatedField<ReceivedMessage> ReceivedMessages { get; }
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 latest version of the `PullResponse` API class is 3.23.0, but this page specifically documents version 3.7.0."],["This webpage provides reference documentation for the `PullResponse` class in the Google Cloud Pub/Sub v1 API, a class that represents the response for the `Pull` method."],["The `PullResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PullResponse` class contains a `ReceivedMessages` property, which is a list of `ReceivedMessage` objects and can be empty if no messages are available or if a request times out."],["This page also contains all the available versions of the API class `PullResponse`, starting from the latest version 3.23.0 all the way to version 2.3.0."]]],[]]