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 latest version available for `PullResponse` is 3.23.0, with several older versions also accessible, ranging down to version 2.3.0."],["`PullResponse` is a class that represents the response for the `Pull` method in the Google Cloud Pub/Sub API, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are inherited from the base `Object` class."],["The `PullResponse` class has a constructor, `PullResponse()`, and also has an overloaded constructor which takes another `PullResponse` as a parameter for copying, `PullResponse(PullResponse other)`."],["`PullResponse` includes the property `ReceivedMessages`, a list of `ReceivedMessage` objects indicating the Pub/Sub messages that were pulled, which will be empty if there are no more messages or it can return less than the maximum requested."]]],[]]