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-04-17 UTC."],[[["This document outlines the `SchemaServiceConnection` object, which acts as an interface defining virtual methods for `SchemaServiceClient`'s user-facing overload sets, enabling custom behavior injection for testing."],["The `SchemaServiceConnection` class supports various operations related to schema management, such as creating, retrieving, listing, committing, rolling back, and deleting schemas and their revisions."],["Users can create a concrete instance of `SchemaServiceConnection` using the `MakeSchemaServiceConnection()` function, as well as utilize the `pubsub_mocks::MockSchemaServiceConnection` class for mocking purposes."],["The document lists the different versions of the `SchemaServiceConnection` object, ranging from version `2.37.0-rc` (latest) to version `2.11.0`."],["The `SchemaServiceConnection` class defines virtual methods, including options, and various functions to manage schemas and their validity, like `CreateSchema`, `GetSchema`, `ValidateSchema`, and `ValidateMessage`."]]],[]]