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 page details the `TopicAdminConnection` object, which provides virtual methods for each user-facing overload set in `TopicAdminClient`, allowing for custom behavior injection during testing."],["The latest release candidate is version 2.37.0-rc, with a range of documented versions available from 2.11.0 up to the latest."],["The `TopicAdminConnection` interface includes virtual functions for managing topics, such as `CreateTopic`, `UpdateTopic`, `GetTopic`, `ListTopics`, and `DeleteTopic`."],["The interface also supports managing topic subscriptions and snapshots, with functions like `ListTopicSubscriptions` and `ListTopicSnapshots`, as well as handling permissions via `SetIamPolicy`, `GetIamPolicy`, and `TestIamPermissions`."],["Users can create a concrete instance of `TopicAdminConnection` using `MakeTopicAdminConnection()` or utilize `MockTopicAdminConnection` for mocking purposes."]]],[]]