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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This document outlines the `TopicAdminConnection` class, which provides an interface for interacting with the `TopicAdminClient` in Google Cloud Pub/Sub."],["The `TopicAdminConnection` class facilitates custom behavior injection during testing, enabling the use of mock objects, exemplified by `MockTopicAdminConnection`."],["This page lists the available versions of the `TopicAdminConnection`, starting with version 2.20.0, up to the latest release candidate, 2.37.0-rc, allowing users to select the version applicable to them."],["The `TopicAdminConnection` class includes various virtual functions for managing topics, such as `CreateTopic`, `UpdateTopic`, `GetTopic`, `ListTopics`, `DeleteTopic`, and more."],["Each function within the `TopicAdminConnection` class is detailed with parameter types and descriptions, along with the return type and its corresponding description, to assist in implementation."]]],[]]