This interface defines virtual methods for each of the user-facing overload sets in TopicAdminClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TopicAdminClient.
[[["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-14 UTC."],[[["This document details the `TopicAdminConnection` class, which provides an interface for virtual methods used by the `TopicAdminClient` in Google Cloud Pub/Sub."],["The content lists various versions of the Pub/Sub library, starting from version 2.37.0-rc (latest) down to 2.11.0, with links to each version's `TopicAdminConnection` documentation."],["The `TopicAdminConnection` interface allows users to customize behavior in testing scenarios, using Google Mock objects, with a mock class provided for this purpose."],["The class methods include functions to create, update, get, list, and delete topics, as well as managing subscriptions and snapshots, with detailed descriptions of parameters and return types."],["`MakeTopicAdminConnection()` is provided for creating concrete instances of the `TopicAdminConnection`, and `MockTopicAdminConnection` for testing."]]],[]]