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 all user-facing overload sets within the `SchemaServiceClient` class."],["The `SchemaServiceConnection` interface is essential for injecting custom behavior, particularly when writing tests involving `SchemaServiceClient` objects."],["The `MakeSchemaServiceConnection()` function is used to instantiate a concrete version of the `SchemaServiceConnection` object."],["`pubsub_mocks::MockSchemaServiceConnection` can be used when mocking the schema service connection for testing purposes."],["The document outlines the various virtual methods contained within the SchemaServiceConnection interface, covering operations such as schema creation, retrieval, deletion, validation, as well as handling of permissions and policies."]]],[]]