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-07-09 UTC."],[[["This webpage provides reference documentation for the `Jobs` class within the Cloud Run Admin v2 API for .NET."],["The latest version of the documentation is for version 2.13.0, and the page also lists links to documentation for versions ranging from 2.12.0 down to 2.0.0, along with 1.0.0-beta02."],["The `Jobs` class is part of the `Google.Cloud.Run.V2` namespace and is located in the `Google.Cloud.Run.V2.dll` assembly."],["The page documents two `BindService` methods for registering the `Jobs` service, one for generating a server definition and another for binding services with custom logic."],["The class `Jobs` inherits from object and has inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString, all from the object class."]]],[]]