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 webpage details the `BatchServiceConnection` class, which provides an interface for the `BatchServiceClient` to interact with the Google Cloud Batch service."],["The page lists available versions of the `BatchServiceConnection`, from the latest release candidate 2.37.0-rc down to version 2.11.0, with the current version being 2.30.0."],["The `BatchServiceConnection` class allows users to define custom behaviors, especially useful for testing `BatchServiceClient` objects using mocking."],["Key functions within the `BatchServiceConnection` include `CreateJob`, `GetJob`, `DeleteJob`, `ListJobs`, `GetTask`, and `ListTasks`, all related to managing jobs and tasks within the Batch service."],["The `MakeBatchServiceConnection()` function is provided for creating concrete instances, and `batch_v1_mocks::MockBatchServiceConnection` is available for mocking purposes."]]],[]]