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-03-14 UTC."],[[["The page details the `EdgeContainerConnection` class, which provides virtual methods for interacting with `EdgeContainerClient` and allows for custom behavior injection during testing."],["The latest release candidate version of `EdgeContainerConnection` is 2.37.0-rc, and numerous past versions are also documented, ranging back to 2.11.0."],["This interface defines several methods including the ability to list, get, create, update, and delete clusters, node pools, machines, and VPN connections, each accepting a request object."],["`EdgeContainerConnection` methods include retrieving options, and managing various resources such as clusters, node pools, machines, and VPN connections through associated methods like `ListClusters`, `GetNodePool`, and `CreateVpnConnection`, as well as the ability to generate access tokens."],["The functions of `EdgeContainerConnection` return a variety of data types including `StatusOr` objects, `StreamRange` collections, `future` objects for asynchronous operations, and `Options`."]]],[]]