This interface defines virtual methods for each of the user-facing overload sets in BatchServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type BatchServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document outlines the `BatchServiceConnection` class, which provides an interface for the `BatchServiceClient` and allows for custom behavior injection in testing."],["The latest release candidate (rc) version available is `2.37.0-rc`, with previous versions ranging down to `2.11.0`, and version `2.20.0` being the one this documentation pertains to."],["`BatchServiceConnection` includes virtual methods such as `CreateJob`, `GetJob`, `DeleteJob`, `ListJobs`, `GetTask`, and `ListTasks`, to name a few, each with their own request parameters and return types."],["The document provides details on creating concrete instances of the service connection using `MakeBatchServiceConnection()` and creating mock objects with `MockBatchServiceConnection`."],["Each function, for example `CreateJob` or `GetJob` includes a parameter table showing the request and a return table showing the return type."]]],[]]