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 provides a version history and documentation for the `StreamingPullResponse` class in the `Google.Cloud.PubSub.V1` library, ranging from version 2.3.0 to the latest 3.23.0."],["`StreamingPullResponse` is a class used for streaming messages from a Pub/Sub server to a client, as part of the Google Cloud Pub/Sub service."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StreamingPullResponse` class has a `ReceivedMessages` property, which is a `RepeatedField` of `ReceivedMessage` objects and will not be empty."],["`StreamingPullResponse` has a default constructor and a constructor that takes another `StreamingPullResponse` object."]]],[]]