This interface defines virtual methods for each of the user-facing overload sets in SchemaServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SchemaServiceClient.
[[["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 webpage provides documentation for the `SchemaServiceConnection` class within the Google Cloud Discovery Engine C++ library, specifically for version 2.20.0."],["The `SchemaServiceConnection` class is an interface that defines virtual methods mirroring the user-facing overloads found in the `SchemaServiceClient`, allowing for customized testing behavior."],["The page lists all of the previous version numbers that this library has, dating back to 2.15.1, with the most recent being 2.37.0-rc."],["The `SchemaServiceConnection` class can be instantiated using the `MakeSchemaServiceConnection()` function, and mocked using the `discoveryengine_v1_mocks::MockSchemaServiceConnection` class."],["The `SchemaServiceConnection` class provides virtual functions such as `GetSchema`, `ListSchemas`, `CreateSchema`, `UpdateSchema`, and `DeleteSchema` to interact with schema data."]]],[]]