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-03-14 UTC."],[[["This document outlines the `AdaptationConnection` interface, which provides virtual methods for each user-facing overload in `AdaptationClient`, allowing for custom behavior in testing."],["The `AdaptationConnection` object is designed for use with the `AdaptationClient` in the Google Cloud Speech API, which is seen in all of the classes and requests."],["This documentation includes details for creating concrete instances of `AdaptationConnection` and also mocking capabilities."],["The content presents a comprehensive list of virtual functions, including methods for managing phrase sets (`CreatePhraseSet`, `GetPhraseSet`, `ListPhraseSet`, `UpdatePhraseSet`, `DeletePhraseSet`) and custom classes (`CreateCustomClass`, `GetCustomClass`, `ListCustomClasses`, `UpdateCustomClass`, `DeleteCustomClass`), alongside operation management functions."],["The document provides an extensive list of past version references, starting from 2.11.0 all the way up to the latest version being 2.37.0-rc."]]],[]]