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-21 UTC."],[[["This webpage provides documentation for the `BatchServiceConnection` class within the Google Cloud Batch C++ client library, with the latest release candidate version being 2.37.0-rc."],["The `BatchServiceConnection` class defines virtual methods for user-facing operations found in `BatchServiceClient`, enabling users to implement custom behavior for testing, such as with mock objects."],["Users can find information on creating a concrete `BatchServiceConnection` instance via the `MakeBatchServiceConnection()` function, or they can use the `MockBatchServiceConnection` for testing."],["The webpage outlines the various virtual methods available within `BatchServiceConnection`, including functions for creating, getting, deleting, and listing Jobs and Tasks."],["The document provides detailed parameter and return types for the virtual methods such as `CreateJob`, `GetJob`, `DeleteJob`, `ListJobs`, `GetTask`, and `ListTasks`, enabling developers to understand their inputs and outputs."]]],[]]