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-04-09 UTC."],[[["This webpage provides documentation for the `NodeGroupControllerConnection` object, which is used with `NodeGroupControllerClient` in the Google Cloud Dataproc C++ library."],["The `NodeGroupControllerConnection` interface allows for injecting custom behavior, such as with a Google Mock object, for testing purposes."],["It defines virtual methods, including `CreateNodeGroup`, `ResizeNodeGroup`, and `GetNodeGroup`, which correspond to user-facing operations within `NodeGroupControllerClient`."],["The page lists available versions of the library, from 2.11.0 up to the latest release candidate 2.37.0-rc, along with links to their respective documentation."],["It's possible to create a concrete instance of `NodeGroupControllerConnection` using `MakeNodeGroupControllerConnection()`, and for testing a mock is available: `dataproc_v1_mocks::MockNodeGroupControllerConnection`."]]],[]]