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 page details the `BatchServiceConnection` class, which provides an interface for the `BatchServiceClient` and allows for custom behavior injection in tests."],["The `BatchServiceConnection` class includes virtual methods corresponding to user-facing overload sets in `BatchServiceClient`, such as `CreateJob`, `GetJob`, `DeleteJob`, `ListJobs`, `GetTask`, and `ListTasks`."],["The latest release candidate is version 2.37.0-rc, and the page provides links to documentation for previous versions, down to version 2.11.0."],["The `MakeBatchServiceConnection()` function is used to create a concrete instance of `BatchServiceConnection`, and `MockBatchServiceConnection` is used for mocking purposes."],["This interface also provides functions to handle operations, locations, and long running operation requests such as `ListLocations`, `GetOperation` and `DeleteOperation`."]]],[]]