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-21 UTC."],[[["This document outlines the `SchemaServiceConnection` object for `SchemaServiceClient`, which provides a set of virtual methods for interacting with the Schema service."],["The `SchemaServiceConnection` interface allows users to implement custom behaviors when testing `SchemaServiceClient` objects, such as through the use of mock objects."],["The latest version of the documentation for `SchemaServiceConnection` is version 2.37.0-rc, and it is also made clear that the current version for which the user is viewing the documenation for is 2.33.0, with previous versions listed down to 2.15.1."],["The interface includes virtual methods for various operations like `GetSchema`, `ListSchemas`, `CreateSchema`, `UpdateSchema`, and `DeleteSchema`, along with methods for managing long-running operations."],["A concrete instance of `SchemaServiceConnection` can be created using the `MakeSchemaServiceConnection()` function, while `MockSchemaServiceConnection` is available for mocking purposes."]]],[]]