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 document details the `SchemaServiceConnection` interface for `SchemaServiceClient`, which provides virtual methods for all user-facing overload sets."],["This interface allows for injecting custom behavior into `SchemaServiceClient` objects, such as for testing purposes with Google Mock objects."],["The latest release candidate is version 2.37.0-rc, and the document also covers versions down to 2.11.0, each linking to their respective documentation."],["`SchemaServiceConnection` includes functions such as `CreateSchema`, `GetSchema`, `ListSchemas`, `CommitSchema`, `RollbackSchema`, `DeleteSchema`, `ValidateSchema`, and `ValidateMessage`, each with their respective input and return types."],["The `MakeSchemaServiceConnection()` function is provided to create concrete instances, and `pubsub_mocks::MockSchemaServiceConnection` can be used for mocking."]]],[]]