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` class for the Google Cloud Discovery Engine, focusing on version 2.27.0, and offers links to documentation for multiple versions, ranging from 2.37.0-rc down to 2.15.1."],["The `SchemaServiceConnection` interface defines virtual methods for each user-facing overload set within `SchemaServiceClient`, which allows for custom behavior injection, especially useful when writing tests with mock objects."],["The class provides virtual methods for managing schemas, including `GetSchema`, `ListSchemas`, `CreateSchema`, `UpdateSchema`, and `DeleteSchema`, each with specific parameter requirements and return types."],["`CreateSchema`, `UpdateSchema`, and `DeleteSchema` functions support both standard and asynchronous operations using the `NoAwaitTag`, enabling users to manage schema creation, updating, and deletion processes with different levels of blocking."],["For creating concrete instances of this class, the user should use `MakeSchemaServiceConnection()`, and for mocking this class, the user should use `discoveryengine_v1_mocks::MockSchemaServiceConnection`."]]],[]]