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 provided content details the `PullResponse` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["Version 3.23.0 is the latest release, with documentation spanning back to version 2.3.0."],["`PullResponse` is a class representing the response received from a `Pull` method request to the Google Pub/Sub API."],["The class `PullResponse` contains the `ReceivedMessages` property, which is a list of `ReceivedMessage` objects that the system is returning."],["The `PullResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, equality checks, deep cloning, and buffered message operations."]]],[]]