This interface defines virtual methods for each of the user-facing overload sets in GkeHubClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type GkeHubClient.
[[["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-21 UTC."],[[["This webpage provides documentation for the `GkeHubConnection` object, which is part of the Google Cloud C++ client library for GKE Hub, and is used in conjunction with `GkeHubClient`."],["The `GkeHubConnection` interface defines virtual methods that correspond to user-facing overload sets within `GkeHubClient`, facilitating custom behavior injection for testing purposes."],["The latest release candidate for the GkeHub connection is version 2.37.0-rc, and the webpage lists available documentation for versions from 2.11.0 up to 2.36.0."],["This documentation includes functions such as `ListMemberships`, `ListFeatures`, `GetMembership`, `GetFeature`, `CreateMembership`, `CreateFeature`, `DeleteMembership`, `DeleteFeature`, `UpdateMembership`, `UpdateFeature`, and `GenerateConnectManifest`, each associated with its own specific request and response types."],["Users can create concrete instances of the `GkeHubConnection` using `MakeGkeHubConnection()` or create mock objects with `MockGkeHubConnection` for testing purposes."]]],[]]