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."],[[["The `SchemaServiceConnection` object interface defines virtual methods for each user-facing overload set in `SchemaServiceClient`, allowing for custom behavior in tests."],["The latest version available is 2.37.0-rc, while version 2.16.0 is presented, and a range of versions from 2.11.0 to 2.36.0 are also accessible."],["`MakeSchemaServiceConnection()` is the function to create a concrete instance of `SchemaServiceConnection`, and `pubsub_mocks::MockSchemaServiceConnection` is provided for mocking."],["This interface provides virtual functions like `CreateSchema`, `GetSchema`, `ListSchemas`, and others, allowing users to manage and validate schemas and messages."],["The interface contains functions to perform operations like creating, retrieving, listing, revising, committing, rolling back, deleting, and validating schemas, as well as validating messages."]]],[]]