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"]],[["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-14 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."]]],[]]