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"]],[["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 provides documentation for the `BatchControllerConnection` class within the Google Cloud Dataproc v1 API, specifically for C++ development."],["The `BatchControllerConnection` class defines the interface for methods in `BatchControllerClient`, allowing for custom behavior injection in testing through objects like Google Mock."],["This documentation includes virtual methods like `CreateBatch`, `GetBatch`, `ListBatches`, and `DeleteBatch`, detailing their parameters and return types for interacting with Dataproc batches."],["The latest version available is 2.37.0-rc, and the page displays an extensive list of previous releases, ranging from 2.11.0 to the latest version, allowing developers to refer to different versions of the Dataproc API."],["Users can create a real instance of this class using `MakeBatchControllerConnection()` or using `MockBatchControllerConnection` for testing."]]],[]]