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 latest version of the `SchemaServiceConnection` is 2.37.0-rc, and the content provides access to various past versions, including 2.36.0, 2.35.0, down to 2.11.0."],["`SchemaServiceConnection` provides an interface with virtual methods for each user-facing overload set within `SchemaServiceClient`, allowing for custom behavior injection, especially useful for testing."],["The content allows users to create a concrete instance of `SchemaServiceConnection` with `MakeSchemaServiceConnection()` or utilize `pubsub_mocks::MockSchemaServiceConnection` for mocking purposes."],["The `SchemaServiceConnection` class offers virtual functions such as `CreateSchema`, `GetSchema`, `ListSchemas`, `CommitSchema`, `ValidateSchema`, and others, each taking a specific request object as input and returning a status or schema."],["The content covers the various functions to manage schema data such as listing, deleting, committing, rollback, and getting a schema."]]],[]]