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 document details the `BatchServiceConnection` interface for the Google Cloud Batch service in C++, focusing on version 2.23.0."],["The `BatchServiceConnection` interface provides virtual methods corresponding to user-facing overload sets in `BatchServiceClient`, facilitating custom behavior injection during testing."],["The interface supports various operations, including creating, getting, deleting, and listing jobs and tasks through virtual functions like `CreateJob`, `GetJob`, `DeleteJob`, `ListJobs`, `GetTask`, and `ListTasks`."],["`MakeBatchServiceConnection()` is used to create a concrete instance, while `batch_v1_mocks::MockBatchServiceConnection` can be used to mock this class."],["The `BatchServiceConnection` versions listed range from 2.11.0 to 2.37.0-rc, allowing you to navigate through and access different versioned information."]]],[]]