This interface defines virtual methods for each of the user-facing overload sets in EdgeContainerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type EdgeContainerClient.
[[["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-05-07 UTC."],[[["This webpage details the `EdgeContainerConnection` class within the Google Cloud Edge Container C++ library, providing access to various versions of the API, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `EdgeContainerConnection` class interface defines methods that correspond to the overloads available in `EdgeContainerClient`, enabling custom behavior injection for testing purposes."],["You can instantiate this connection class using the `MakeEdgeContainerConnection()` function and mock it for testing with the `MockEdgeContainerConnection` class."],["The connection class contains a variety of virtual functions to manage clusters, node pools, machines, and VPN connections, like listing, getting, creating, updating, and deleting."],["It also contains a function for generating an access token, and each function takes in an appropriate request type, returning either a specific object or an operation status depending on the action."]]],[]]