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-04-17 UTC."],[[["This document outlines the `BatchServiceConnection` interface for `BatchServiceClient`, enabling users to define custom behaviors, particularly for testing purposes."],["The `BatchServiceConnection` interface defines virtual methods corresponding to each overload set within `BatchServiceClient`, facilitating the injection of custom behaviors."],["The latest release candidate is version `2.37.0-rc`, while there is an array of stable versions from `2.36.0` all the way back to `2.11.0` for the `BatchServiceConnection` in C++."],["The functions available within the interface include `CreateJob`, `GetJob`, `DeleteJob`, `ListJobs`, `GetTask`, `ListTasks`, and `options`, each providing specific operations for managing batch jobs and tasks."],["To instantiate a concrete `BatchServiceConnection`, the `MakeBatchServiceConnection()` function can be utilized, and `batch_v1_mocks::MockBatchServiceConnection` can be used for mocking."]]],[]]