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-21 UTC."],[[["The `AdaptationConnection` object provides an interface for interacting with the `AdaptationClient` in Google Cloud Speech API v1."],["This interface allows for injecting custom behavior in tests using objects like `MockAdaptationConnection`."],["The `AdaptationConnection` offers virtual methods for managing phrase sets, including creation, retrieval, listing, updating, and deletion via respective requests, like `CreatePhraseSetRequest`, `GetPhraseSetRequest`, `ListPhraseSetRequest`, `UpdatePhraseSetRequest`, and `DeletePhraseSetRequest`."],["The interface also offers methods for managing custom classes like creation, retrieval, listing, updating, and deletion via respective requests like `CreateCustomClassRequest`, `GetCustomClassRequest`, `ListCustomClassesRequest`, `UpdateCustomClassRequest`, and `DeleteCustomClassRequest`."],["The latest version available is 2.37.0-rc, with older versions available, including the current version the page is referencing, 2.28.0, and other versions, up to 2.11.0."]]],[]]