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."],[[["The content focuses on the `StreamingPullResponse` class within the `Google.Cloud.PubSub.V1` namespace, detailing its functionality for streaming messages from the server to the client."],["The `StreamingPullResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The documentation provides a comprehensive list of available versions, ranging from 3.23.0 (latest) down to 2.3.0, for the `StreamingPullResponse` class."],["The class includes two constructors: a default constructor `StreamingPullResponse()` and a copy constructor `StreamingPullResponse(StreamingPullResponse other)`."],["The `StreamingPullResponse` class has properties `ReceivedMessages`, which contains the received Pub/Sub messages, and `SubscriptionProperties`, which contains the subscription information associated with the response."]]],[]]