This interface defines virtual methods for each of the user-facing overload sets in BatchControllerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type BatchControllerClient.
[[["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 webpage provides documentation for the `BatchControllerConnection` class within the Google Cloud Dataproc v1 C++ library, specifically across various versions."],["The `BatchControllerConnection` class defines the interface and virtual methods for interacting with `BatchControllerClient`, enabling users to inject custom behaviors for testing."],["The documentation lists available versions from 2.11.0 up to 2.37.0-rc, along with links to their corresponding `BatchControllerConnection` class details."],["Key functionalities of the `BatchControllerConnection` interface include methods for creating, getting, listing, and deleting batches via `CreateBatch`, `GetBatch`, `ListBatches`, and `DeleteBatch`."],["Users can create a concrete instance of `BatchControllerConnection` with `MakeBatchControllerConnection()` or use `MockBatchControllerConnection` for testing purposes."]]],[]]