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 reference documentation for the `Jobs` class within the Google Cloud Run Admin v2 API, specifically for the .NET environment, including information on its methods and versions."],["The latest version of `Jobs` is 2.13.0, with a comprehensive list of previous versions available, down to 1.0.0-beta02, which can be navigated to by their respective links."],["The `Jobs` class, which is part of the `Google.Cloud.Run.V2` namespace and within the `Google.Cloud.Run.V2.dll` assembly, is designed for managing Cloud Run Job Control Plane API functionality."],["Two methods are highlighted: `BindService(JobsBase)`, which creates a service definition to be registered with a server, and `BindService(ServiceBinderBase, JobsBase)`, which allows registering service methods with a service binder for custom service binding logic."],["The `Jobs` class inherits from the `object` class, inheriting members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]