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` object, which provides virtual methods for each user-facing overload set in `TopicAdminClient`, allowing for custom behavior injection during testing."],["The `TopicAdminConnection` class supports various operations, including creating, updating, getting, listing, and deleting topics, as well as listing subscriptions and snapshots related to a topic."],["The latest release candidate version for this interface is 2.37.0-rc, with a listing of previous versions going back to version 2.11.0 available."],["The `TopicAdminConnection` includes functions such as `options()`, `CreateTopic()`, `UpdateTopic()`, `GetTopic()`, `ListTopics()`, `ListTopicSubscriptions()`, `ListTopicSnapshots()`, `DeleteTopic()`, and `DetachSubscription()`."],["`MakeTopicAdminConnection()` is used for concrete instances and `pubsub_admin_mocks::MockTopicAdminConnection` is for mocking purposes."]]],[]]