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 details the `SchemaServiceConnection` object, which acts as an interface defining virtual methods for `SchemaServiceClient` within the Google Cloud Discovery Engine v1 C++ library."],["The `SchemaServiceConnection` enables users to customize behavior, particularly for testing purposes, by allowing the injection of custom implementations, such as mock objects, into `SchemaServiceClient`."],["The content includes links to various versions of the `SchemaServiceConnection`, ranging from version 2.15.1 to the latest release candidate version 2.37.0-rc, along with instructions on how to utilize its virtual functions."],["The webpage's content provides a comprehensive list of virtual functions, including `GetSchema`, `ListSchemas`, `CreateSchema`, `UpdateSchema`, and `DeleteSchema`, each detailing its parameter, and return types."],["This page covers how to create a concrete instance of the object with the `MakeSchemaServiceConnection()` function, and how to mock the object with `discoveryengine_v1_mocks::MockSchemaServiceConnection`."]]],[]]