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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]