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-03-21 UTC."],[[["This documentation page covers the `BatchService` class within the Google Cloud Batch v1 API, providing a range of versions from 1.0.0 up to the latest 2.13.0."],["The `BatchService` class is responsible for managing user-submitted batch jobs and allocating Google Compute Engine VM instances for job execution."],["The class inherits members from the `object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The namespace for this service is `Google.Cloud.Batch.V1`, and it is contained in the `Google.Cloud.Batch.V1.dll` assembly."],["Two methods for binding the service are detailed: `BindService(BatchServiceBase)`, which creates a service definition, and `BindService(ServiceBinderBase, BatchServiceBase)`, which registers service methods with a service binder."]]],[]]