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 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."]]],[]]