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-05 UTC."],[[["This webpage details the `BatchServiceConnection` class, which provides an interface for virtual methods used by `BatchServiceClient` in the Google Cloud Batch service."],["The latest version documented is 2.37.0-rc, and the page lists all available versions from 2.37.0-rc down to version 2.11.0 for the C++ client library."],["Users can create a concrete instance of `BatchServiceConnection` using `MakeBatchServiceConnection()`, and there is a mock version, `MockBatchServiceConnection`, available for testing purposes."],["The interface includes methods for managing jobs and tasks, such as creating, getting, deleting, and listing them, alongside operations and location management."],["The page presents many different functions that are available for this class, such as `CreateJob`, `GetJob`, `DeleteJob`, `ListJobs`, and `ListOperations`."]]],[]]