public static void BindService(ServiceBinderBase serviceBinder, MessagesV1Beta3.MessagesV1Beta3Base 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-21 UTC."],[[["The `MessagesV1Beta3` class is part of the Google Cloud Dataflow V1Beta3 API and is used for monitoring Dataflow job progress."],["The latest version of the API is `2.0.0-beta07`, with `2.0.0-beta06` and `1.0.0-beta03` also available, as per the listed versions."],["`MessagesV1Beta3` inherits from the .NET `Object` class and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` methods create or register a service definition that is critical for setting up server-side logic, which is provided by the `serviceImpl` object."],["The `BindService` methods support binding logic both with or without implementation, in the latter case it's described as part of an experimental API that may change or be removed without prior notice."]]],[]]