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 page provides documentation for the `SchemaServiceConnection` class, which is part of the Google Cloud Discovery Engine C++ client library, with the latest version being 2.37.0-rc."],["The `SchemaServiceConnection` class defines virtual methods corresponding to each user-facing overload set in `SchemaServiceClient`, allowing for custom behavior injection during testing."],["You can create a concrete instance of `SchemaServiceConnection` using the `MakeSchemaServiceConnection()` function, or mock it for testing using `discoveryengine_v1_mocks::MockSchemaServiceConnection`."],["The `SchemaServiceConnection` interface includes virtual methods for managing schemas, such as `GetSchema`, `ListSchemas`, `CreateSchema`, `UpdateSchema`, and `DeleteSchema`, which handle various schema-related requests."],["The documentation lists all the version history for `SchemaServiceConnection` from 2.15.1 to the latest 2.37.0-rc version, each with a hyperlink to their respective docs."]]],[]]