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."],[[["This webpage details the `AdaptationConnection` object, which facilitates interaction with the `AdaptationClient` in the Google Cloud Speech API, providing a way for users to define custom behaviors in testing."],["The latest available version is 2.37.0-rc, and a comprehensive list of previous versions, starting with version 2.36.0, down to version 2.11.0, are available to review."],["`AdaptationConnection` includes virtual methods for managing PhraseSets, including creation, retrieval, listing, updating, and deletion, through the use of specified request objects and returning the relevant status or data."],["This `AdaptationConnection` object allows users to work with CustomClasses, offering operations such as creation, retrieval, listing, updating, and deletion, by using the specific request objects and receiving either a status or a custom class object."],["The page provides access to listing and retrieving operations through the `ListOperations` and `GetOperation` methods, respectively, handling `google::longrunning::ListOperationsRequest` and `google::longrunning::GetOperationRequest`."]]],[]]