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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]