This interface defines virtual methods for each of the user-facing overload sets in AdaptationClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AdaptationClient.
[[["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-04-17 UTC."],[[["This webpage details the `AdaptationConnection` object, which facilitates interaction with the `AdaptationClient` in the Google Cloud Speech API, with the latest release candidate being version 2.37.0-rc."],["The `AdaptationConnection` object defines virtual methods for all user-facing overload sets in the `AdaptationClient`, enabling custom behavior injection, primarily for testing."],["Concrete instances of `AdaptationConnection` can be created using the `MakeAdaptationConnection()` function, and mocking is supported through `speech_v1_mocks::MockAdaptationConnection`."],["The `AdaptationConnection` interface offers methods for managing PhraseSets, including creating, retrieving, listing, updating, and deleting them, as well as managing CustomClasses, performing actions such as creating, retrieving, listing, updating, and deleting."]]],[]]