public static void BindService(ServiceBinderBase serviceBinder, JobsV1Beta3.JobsV1Beta3Base 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 `JobsV1Beta3` class, part of the Dataflow v1beta3 API, allows for the creation and modification of Google Cloud Dataflow jobs."],["The latest version of `JobsV1Beta3` is `2.0.0-beta07`, with previous versions `2.0.0-beta06` and `1.0.0-beta03` also available."],["`JobsV1Beta3` inherits from the `object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method, which has two overloads, enables the creation of a service definition that can be registered with a server or register service methods to a service binder."],["The `BindService` methods require an implementation of `JobsV1Beta3Base`, representing the server-side handling logic for the service."]]],[]]