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 Google.Cloud.PubSub.V1 API is 3.23.0, with numerous previous versions available, including the current version being 3.5.1."],["The `PullResponse` class is part of the Cloud Pub/Sub v1 API and is the response object returned by the `Pull` method."],["`PullResponse` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data structure."],["The `ReceivedMessages` property within `PullResponse` contains a list of `ReceivedMessage` objects, which may be empty if no messages are available or the request times out."],["The class `PullResponse` is inherited from `object` and has two constructors, one default, and one with a parameter `other` of type `PullResponse` that will generate a new `PullResponse` object based on it."]]],[]]