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-05 UTC."],[[["The `SchemaServiceConnection` object, found within version 2.27.0, facilitates custom behavior injection for testing `SchemaServiceClient` objects."],["Version 2.37.0-rc is the latest release available, with a range of previous versions from 2.36.0 down to 2.11.0 also accessible."],["This documentation details the `SchemaServiceConnection` interface, outlining its virtual methods such as `CreateSchema`, `GetSchema`, `ListSchemas`, and `DeleteSchema`."],["The `SchemaServiceConnection` interface includes functions for managing schemas, such as `CommitSchema`, `RollbackSchema`, `DeleteSchemaRevision`, `ValidateSchema` and `ValidateMessage`."],["You can create a concrete instance with `MakeSchemaServiceConnection()` or utilize `pubsub_mocks::MockSchemaServiceConnection` for mocking purposes."]]],[]]