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."],[[["The latest version of the Google.Cloud.PubSub.V1 Subscriber API is 3.23.0, with numerous prior versions available, including the current 3.13.0 version detailed."],["The Subscriber class is part of the Google.Cloud.PubSub.V1 namespace, found in the Google.Cloud.PubSub.V1.dll assembly."],["The Subscriber class is used for managing subscriptions and consuming messages via Pull or StreamingPull methods."],["The BindService methods are used to register service definitions or methods for handling server-side logic for the Subscriber service."],["The Subscriber class inherits from the base object class, and includes inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]