This interface defines virtual methods for each of the user-facing overload sets in NodeGroupControllerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type NodeGroupControllerClient.
[[["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 details the `NodeGroupControllerConnection` object, which interfaces with the `NodeGroupControllerClient` for managing node groups in Google Cloud Dataproc."],["The latest version available is 2.37.0-rc, and the page offers access to documentation for a range of versions, from 2.37.0-rc down to 2.11.0."],["The `NodeGroupControllerConnection` provides virtual methods for creating, resizing, and retrieving node groups, including `CreateNodeGroup`, `ResizeNodeGroup`, and `GetNodeGroup`."],["Users can inject custom behavior for testing purposes using the `MockNodeGroupControllerConnection` object, allowing them to define specific test responses."],["The page explains how to create an instance of `NodeGroupControllerConnection` using the `MakeNodeGroupControllerConnection()` function, as well as all virtual methods that are included in the class."]]],[]]