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."],[[["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 in testing scenarios where users need to implement mock objects for the `SchemaServiceClient`."],["A concrete instance of `SchemaServiceConnection` can be created using the `MakeSchemaServiceConnection()` function, and the document provides a reference to a mock implementation via `pubsub_mocks::MockSchemaServiceConnection`."],["The document details numerous virtual functions supported by `SchemaServiceConnection`, including operations like `CreateSchema`, `GetSchema`, `ListSchemas`, `CommitSchema`, and others, each with corresponding request and response types."],["The document also covers virtual functions that operate on the IAM policy, including, `SetIamPolicy`, `GetIamPolicy`, and `TestIamPermissions`, with specific request and response types."]]],[]]