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, which provides an interface for virtual methods used by the `EdgeContainerClient` for managing edge container resources, and allows custom behavior injection."],["The content includes the `EdgeContainerConnection` documentation for version 2.22.1, as well as links to older and the latest release candidate versions, ranging from versions 2.11.0 to 2.37.0-rc."],["The `EdgeContainerConnection` class offers a variety of virtual methods for interacting with Edge Container resources, such as listing, getting, creating, updating, and deleting Clusters, NodePools, Machines, and VpnConnections, as well as a function for generating an access token."],["This class provides means of creating concrete instances of `EdgeContainerConnection` through `MakeEdgeContainerConnection()` and utilizing a mock object, `MockEdgeContainerConnection`, for testing purposes."],["Each virtual method in the `EdgeContainerConnection` class takes a request object as a parameter and returns either a `StatusOr` object or a `future\u003cStatusOr\u003e` object, allowing for asynchronous operations and error handling."]]],[]]