This interface defines virtual methods for each of the user-facing overload sets in InstancesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type InstancesClient.
[[["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-05 UTC."],[[["The page provides documentation for the `InstancesConnection` object, which is used with the `InstancesClient` for Google App Engine v1 in C++."],["It outlines the different available versions of the `InstancesConnection`, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `InstancesConnection` interface allows for custom behavior injection, useful for testing, using functions like `ListInstances`, `GetInstance`, `DeleteInstance`, and `DebugInstance`."],["Users can utilize the `MakeInstancesConnection()` function to create concrete instances of the `InstancesConnection` object and `appengine_v1_mocks::MockInstancesConnection` to mock the connection."],["The virtual functions defined in the `InstancesConnection` class are used to manage and interact with App Engine instances, such as listing, getting, deleting, and debugging instances, each with their respective parameters and return types."]]],[]]