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."],[[["The `Jobs` class in the Cloud Run Admin v2 API provides control plane functionalities for managing Cloud Run Jobs."],["This page details the `Jobs` class within the `Google.Cloud.Run.V2` namespace, which is part of the `Google.Cloud` family in the .NET documentation."],["There are multiple versions of the `Jobs` class documented, with version 2.13.0 being the latest."],["The `Jobs` class inherits from the base `object` class, and contains two overloads for the `BindService` method, both to allow for registration with a service."],["The `Jobs` class provides methods to create service definitions for handling server-side logic in Cloud Run applications."]]],[]]