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-05 UTC."],[[["The `BatchControllerConnection` class provides an interface with virtual methods for user-facing overload sets in `BatchControllerClient`, enabling custom behavior and testing."],["Version 2.37.0-rc is the latest release for `BatchControllerConnection`, with older versions available down to 2.11.0, all of which provide the same class."],["`BatchControllerConnection` facilitates operations such as creating, getting, listing, and deleting batches, as well as managing IAM policies and long-running operations."],["Users can create a concrete `BatchControllerConnection` instance using `MakeBatchControllerConnection()`, or they can use `MockBatchControllerConnection` for mocking in testing."]]],[]]