public abstract class SubscriberServiceApiClient.StreamingPullStream : BidirectionalStreamingBase<StreamingPullRequest, StreamingPullResponse>, IDisposable
Reference documentation and code samples for the Cloud Pub/Sub v1 API class SubscriberServiceApiClient.StreamingPullStream.
[[["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 page provides documentation for the `SubscriberServiceApiClient.StreamingPullStream` class, a part of the Cloud Pub/Sub v1 API within the Google Cloud .NET library."],["The `StreamingPullStream` class is designed for bidirectional streaming, handling both `StreamingPullRequest` and `StreamingPullResponse` objects."],["The latest version of the `StreamingPullStream` documentation is for version 3.23.0, with previous versions available dating back to version 2.3.0."],["The `StreamingPullStream` class inherits from `BidirectionalStreamingBase` and implements `IDisposable`."],["The documentation includes inherited members, showing methods like `TryWriteAsync`, `WriteAsync`, `GetResponseStream`, and `Dispose`, enabling users to interact with the streaming data."]]],[]]