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"]],[["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-08-14 UTC."],[[["This document details the `AutoscalersConnection` object, which provides an interface for interacting with the `AutoscalersClient`."],["It outlines the available versions of the `AutoscalersConnection`, including the latest release candidate (2.37.0-rc) and multiple previous versions down to 2.15.1."],["The interface allows users to create concrete instances with `MakeAutoscalersConnection()` or to use `MockAutoscalersConnection` for mocking in tests."],["The functions outlined in this interface can be used to retrieve different aspects of the autoscaler such as using AggregatedListAutoscalers, DeleteAutoscaler, or UpdateAutoscaler."],["`AutoscalersConnection` defines methods for managing autoscalers, including listing, getting, inserting, patching, deleting, and updating them, as well as retrieving options and allowing you to insert your own custom behavior."]]],[]]