This interface defines virtual methods for each of the user-facing overload sets in SessionControllerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SessionControllerClient.
[[["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-04-09 UTC."],[[["This document outlines the `SessionControllerConnection` object, which provides an interface for managing `SessionControllerClient` interactions within the Google Cloud Dataproc v1 API."],["It details the virtual methods available in `SessionControllerConnection`, such as `CreateSession`, `GetSession`, `ListSessions`, `TerminateSession`, `DeleteSession`, and various operation management functions like `ListOperations` and `GetOperation`."],["The interface supports injecting custom behaviors, like mocking, enabling thorough testing of `SessionControllerClient` interactions, as exemplified by `dataproc_v1_mocks::MockSessionControllerConnection`."],["Users can find a concrete implementation of the `SessionControllerConnection` through `MakeSessionControllerConnection()`, facilitating real-world usage."],["The document provides a comprehensive list of versions of the library, ranging from the latest release candidate to version 2.11.0, including the corresponding link for each version."]]],[]]