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 latest version available for `StreamingPullResponse` within the `Google.Cloud.PubSub.V1` namespace is 3.23.0."],["This webpage provides documentation and reference for multiple versions of `StreamingPullResponse`, ranging from version 2.3.0 up to the latest version 3.23.0."],["`StreamingPullResponse` is a class used for streaming messages from a server to a client and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StreamingPullResponse` class has two constructors, one default and one that takes another `StreamingPullResponse` object as an argument for creating a new instance."],["The `ReceivedMessages` property, of type `RepeatedField\u003cReceivedMessage\u003e`, contains a collection of the received Pub/Sub messages, which is never empty."]]],[]]