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-21 UTC."],[[["This document outlines the `BatchControllerConnection` class, which provides an interface for managing `BatchControllerClient` interactions within the Google Cloud Dataproc v1 API."],["The `BatchControllerConnection` interface enables custom behavior injection during testing, such as using Google Mock objects, allowing you to write your own test cases with `BatchControllerClient` objects."],["You can access various versions of the `BatchControllerConnection` documentation, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, which offers documentation for each."],["The class includes methods for creating, retrieving, listing, and deleting batches, as well as a virtual options function, alongside parameters and return types associated with each method."],["`MakeBatchControllerConnection()` and `dataproc_v1_mocks::MockBatchControllerConnection` are provided for concrete instantiation and mocking of the `BatchControllerConnection` respectively."]]],[]]