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 webpage provides documentation for the `Jobs` class within the `Google.Cloud.Run.V2` namespace, focusing on the Cloud Run Job Control Plane API."],["The latest version of the API documentation available is 2.13.0, with older versions, such as 2.8.0 which this content is based around, also accessible."],["The `Jobs` class is a static class that inherits from `object` and is located in the `Google.Cloud.Run.V2.dll` assembly."],["The documentation includes details on two `BindService` methods, one for creating a service definition and another for registering service methods with a service binder, both used in server-side handling logic."],["The documentation gives us access to a total of 15 versions of the API, ranging from version 1.0.0-beta02 all the way up to 2.13.0."]]],[]]