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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["This document outlines the `SchemaServiceConnection` class, which provides an interface for virtual methods used by the `SchemaServiceClient` in the Discovery Engine v1."],["The `SchemaServiceConnection` allows for the injection of custom behavior in testing environments, such as using a Google Mock object for the `SchemaServiceClient`."],["It includes virtual methods for operations like `GetSchema`, `ListSchemas`, `CreateSchema`, `UpdateSchema`, and `DeleteSchema`, along with methods for long-running operations."],["The latest release candidate is version 2.37.0-rc, while the current version being documented here is 2.34.0, and other previous versions are listed, going as far back as 2.15.1."],["`MakeSchemaServiceConnection()` and `discoveryengine_v1_mocks::MockSchemaServiceConnection` are provided for concrete instances and mocking respectively."]]],[]]