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-05 UTC."],[[["This document outlines the `AutoscalersConnection` interface, which provides virtual methods mirroring the user-facing overload sets found in `AutoscalersClient`."],["The latest version of the documentation is for release candidate 2.37.0-rc, with many versions of the documentation spanning from 2.36.0 all the way down to 2.15.1, and is for the `google::cloud::compute_autoscalers_v1` API."],["`AutoscalersConnection` facilitates the injection of custom behaviors, such as the use of Google Mock objects, during testing of `AutoscalersClient`."],["The interface includes various virtual methods such as `AggregatedListAutoscalers`, `DeleteAutoscalers`, `GetAutoscalers`, `InsertAutoscalers`, `ListAutoscalers`, `PatchAutoscalers`, and `UpdateAutoscalers`, all of which deal with different aspects of Autoscalers in `google::cloud::cpp::compute`."],["The `MakeAutoscalersConnection()` function is used to create a real instance of the connection, and `compute_autoscalers_v1_mocks::MockAutoscalersConnection` is used for mocking the connection."]]],[]]