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-14 UTC."],[[["This webpage details the `InstancesConnection` object, which is an interface for the `InstancesClient` in Google Cloud App Engine v1, enabling custom behavior in tests."],["The latest version of this resource available is version 2.37.0-rc, with the documentation providing links to multiple previous versions, all the way back to version 2.11.0."],["`InstancesConnection` defines virtual methods that correspond to the user-facing overload sets found in `InstancesClient`, such as `ListInstances`, `GetInstance`, `DeleteInstance`, and `DebugInstance`."],["Users can utilize `MakeInstancesConnection()` to create a concrete instance or `appengine_v1_mocks::MockInstancesConnection` for mocking purposes."],["The different virtual methods defined all take in a request as a parameter, and return a type and description relating to that specific method."]]],[]]