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 document provides reference documentation for the `Jobs` class within the Cloud Run Admin v2 API, specifically within the `Google.Cloud.Run.V2` namespace in .NET."],["The latest available version is 2.13.0, with previous versions ranging from 2.12.0 down to 1.0.0-beta02, all accessible through dedicated links."],["The `Jobs` class, inheriting from the base `object` class, serves as the Cloud Run Job Control Plane API, handling the jobs within Cloud Run."],["The documentation details two `BindService` methods, used for creating and registering service definitions on a server, either with just an implementation or with an implementation and a service binder."],["Inherited members of the base `object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, are listed as part of the `Jobs` class's available functionalities."]]],[]]