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 document details the `AdaptationConnection` class, which provides an interface for managing connections to the `AdaptationClient` in the Google Cloud Speech API, specifically for versions 2.11.0 to the latest version 2.37.0-rc."],["The `AdaptationConnection` class offers methods to create, retrieve, list, update, and delete PhraseSet and CustomClass resources, allowing for customization and enhancement of speech recognition models."],["The document outlines functions such as `CreatePhraseSet`, `GetPhraseSet`, `ListPhraseSet`, `UpdatePhraseSet`, `DeletePhraseSet`, and similar functions for CustomClass, alongside methods to manage long-running operations like `ListOperations` and `GetOperation`."],["This class is essential for injecting custom behavior into the `AdaptationClient` during testing, primarily through the use of mocking, as demonstrated by `speech_v1_mocks::MockAdaptationConnection`."],["The `MakeAdaptationConnection()` function is available for creating concrete instances of the `AdaptationConnection` class, which is crucial for real-world application use."]]],[]]