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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eStreamingPullResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.PubSub.V1\u003c/code\u003e namespace, covering versions from 2.3.0 up to the latest 3.23.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStreamingPullResponse\u003c/code\u003e is a class that implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and is used for streaming messages from the server to the client.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default constructor and one that takes another \u003ccode\u003eStreamingPullResponse\u003c/code\u003e object as a parameter, facilitating object creation and copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eStreamingPullResponse\u003c/code\u003e include \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e and \u003ccode\u003eModifyAckDeadlineConfirmation\u003c/code\u003e which are only set when \u003ccode\u003eenable_exactly_once_delivery\u003c/code\u003e is true, \u003ccode\u003eReceivedMessages\u003c/code\u003e, representing the collection of messages, and \u003ccode\u003eSubscriptionProperties\u003c/code\u003e for subscription details.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation also lists inherited members from the base \u003ccode\u003eObject\u003c/code\u003e class, such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]