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-04-09 UTC."],[[["The provided content details the `PullResponse` class within the Google Cloud Pub/Sub v1 API, with the latest version being 3.23.0 and many previous versions being listed."],["The `PullResponse` class is a response type for the `Pull` method within the API, and it inherits from the base `object` class, while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a default constructor `PullResponse()` and a copy constructor `PullResponse(PullResponse other)` which takes another PullResponse object as an argument, and describes a parameter table for it."],["A key property of the `PullResponse` class is `ReceivedMessages`, which is a `RepeatedField` of type `ReceivedMessage` and contains a list of Pub/Sub messages that are returned in the response."]]],[]]