public sealed class StreamingPullResponse : IMessage<StreamingPullResponse>, IEquatable<StreamingPullResponse>, IDeepCloneable<StreamingPullResponse>, IBufferMessage, IMessage
Response for the StreamingPull method. This response is used to stream
messages from the server to the client.
[[["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."],[[["This webpage provides documentation for the `StreamingPullResponse` class within the `Google.Cloud.PubSub.V1` namespace, detailing its role in streaming messages from a server to a client."],["The documentation lists various versions of the `Google.Cloud.PubSub.V1` library, ranging from version 3.23.0 (latest) down to version 2.3.0, each with a corresponding link to its documentation."],["`StreamingPullResponse` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StreamingPullResponse` class has two constructors: a default constructor and one that takes another `StreamingPullResponse` object as a parameter."],["The `ReceivedMessages` property of the class returns a non-empty list of `ReceivedMessage` objects, representing the received Pub/Sub messages."]]],[]]