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."],[[["This webpage provides documentation for the `InstancesConnection` object, which is part of the Google Cloud App Engine C++ client library."],["The `InstancesConnection` interface defines virtual methods that mirror the user-facing overload sets found in `InstancesClient`, allowing for custom behavior injection during testing."],["The latest release of this library is version 2.37.0-rc, with documentation also available for numerous previous versions, down to 2.11.0."],["Users can create concrete instances of the connection using the `MakeInstancesConnection()` method, and can use `appengine_v1_mocks::MockInstancesConnection` for mocking purposes."],["The `InstancesConnection` interface includes functions for various operations, such as `ListInstances`, `GetInstance`, `DeleteInstance`, and `DebugInstance`, each with specific request parameters and return types."]]],[]]