Reference documentation and code samples for the Cloud Pub/Sub v1 API class Subscriber.
The service that an application uses to manipulate subscriptions and to
consume messages from a subscription via the Pull method or by
establishing a bi-directional stream using the StreamingPull method.
public static void BindService(ServiceBinderBase serviceBinder, Subscriber.SubscriberBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 webpage provides reference documentation for the `Subscriber` class within the Google Cloud Pub/Sub v1 API for .NET, with the latest version being 3.23.0 and a historical range all the way back to 2.3.0."],["The `Subscriber` class is used to manipulate subscriptions and consume messages, either by pulling or establishing a bi-directional stream, as it is the service an application uses."],["The webpage lists the available versions of the `Subscriber` class, each with a direct link to its respective documentation, allowing developers to access details for specific releases."],["It also details the `BindService` methods for the `Subscriber` class, which are utilized for creating or customizing service definitions and binding service methods with a service binder for server-side handling."]]],[]]