public static void BindService(ServiceBinderBase serviceBinder, BatchService.BatchServiceBase 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-04-17 UTC."],[[["This document provides reference documentation for the `BatchService` class within the Google Cloud Batch v1 API, detailing its functionality for managing batch jobs on Google Compute Engine VM instances."],["The latest version of the API available is 2.13.0, and the document also references older versions ranging from 1.0.0 to 2.12.0, all accessible through their respective links."],["The `BatchService` class inherits from `Object` and includes methods like `BindService` for creating service definitions and registering service methods."],["The `BatchService` class includes two `BindService` method overloads to create service definitions and register service methods, with or without implementation respectively, for customization of the service binding logic."],["The `BatchService` is contained within the `Google.Cloud.Batch.V1` namespace and provided within the `Google.Cloud.Batch.V1.dll` assembly."]]],[]]