This interface defines virtual methods for each of the user-facing overload sets in AutoscalersClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AutoscalersClient.
To create a concrete instance, see MakeAutoscalersConnection().
[[["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-15 UTC."],[[["This document outlines the `AutoscalersConnection` interface, which defines virtual methods for user-facing operations within `AutoscalersClient`."],["The latest version of `AutoscalersConnection` is version 2.37.0-rc, with many preceding versions also available, ranging back to version 2.15.1."],["The `AutoscalersConnection` interface allows for the injection of custom behaviors in tests using objects like `AutoscalersClient`, with `MockAutoscalersConnection` provided for mocking."],["The interface offers several functions, such as `AggregatedListAutoscalers`, `DeleteAutoscaler`, `GetAutoscaler`, `InsertAutoscaler`, `ListAutoscalers`, `PatchAutoscaler`, and `UpdateAutoscaler`, that interact with compute autoscaler resources."],["Users can create concrete instances of the interface by using the `MakeAutoscalersConnection()` function."]]],[]]