public static void BindService(ServiceBinderBase serviceBinder, Jobs.JobsBase 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-06-12 UTC."],[[["This documentation covers the `Jobs` class within the `Google.Cloud.Run.V2` namespace for the Cloud Run Admin v2 API, specifically for version 2.11.0."],["The `Jobs` class, which inherits from `object`, provides functionalities for interacting with the Cloud Run Job Control Plane API, and includes the `BindService` method."],["There are 15 documented versions of `Jobs` listed, including version `2.13.0` as the latest, and a `1.0.0-beta02` version."],["The `BindService` method is provided in two overloads, allowing for the registration of server-side logic with either a `JobsBase` implementation or with a `ServiceBinderBase`."]]],[]]