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-03-14 UTC."],[[["This webpage provides documentation for the `SessionControllerConnection` class within the Google Cloud Dataproc v1 API, specifically covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `SessionControllerConnection` class defines virtual methods for interacting with sessions, including creating, getting, listing, terminating, and deleting, allowing users to implement custom behaviors for testing."],["The class acts as an interface for the `SessionControllerClient`, enabling users to inject mock objects for testing scenarios and override default behaviors."],["The content references other related classes such as the `SessionControllerClient`, `MakeSessionControllerConnection()`, and `MockSessionControllerConnection`, directing users to relevant resources."],["The virtual functions provided include options(), CreateSession(), GetSession(), ListSessions(), TerminateSession(), and DeleteSession()."]]],[]]