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-04-09 UTC."],[[["This page provides reference documentation for the `SubscriberServiceApiClient.StreamingPullStream` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `StreamingPullStream` class is a bidirectional streaming method used for the `StreamingPull` function, facilitating communication between the client and the server."],["This documentation covers versions from 2.3.0 up to 3.23.0 (latest), including specific versions for Google Cloud Pub/Sub within the .NET environment."],["The `StreamingPullStream` class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for writing, completing, and managing the stream."]]],[]]