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` class for Google Cloud Pub/Sub's C++ client library, detailing its role in defining virtual methods for the `SchemaServiceClient`."],["The latest release candidate version of `SchemaServiceConnection` is 2.37.0-rc, with prior versions ranging from 2.36.0 down to 2.11.0 accessible."],["`SchemaServiceConnection` provides virtual functions such as `CreateSchema`, `GetSchema`, `ListSchemas`, and `DeleteSchema`, enabling interaction with schema management."],["The `SchemaServiceConnection` class allows for custom behavior injection, which is useful when writing tests that use objects of type `SchemaServiceClient`, and `MakeSchemaServiceConnection()` is the correct method to use when creating an instance of the class."],["The document describes the parameter and return types for each function, for instance the function `CommitSchema` will take `google::pubsub::v1::CommitSchemaRequest const &` as a parameter, and will return `StatusOr\u003c google::pubsub::v1::Schema \u003e`."]]],[]]