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."],[[["The `TopicAdminConnection` interface provides virtual methods mirroring the user-facing overload sets found in `TopicAdminClient`, enabling custom behavior injection for testing."],["This documentation covers various versions of the `TopicAdminConnection` class, with the latest being version 2.37.0-rc, and 2.21.0 is the current version being viewed."],["`TopicAdminConnection` facilitates operations such as creating, updating, retrieving, listing, and deleting topics, as well as managing subscriptions and snapshots related to topics."],["The interface supports mocking via `pubsub_admin_mocks::MockTopicAdminConnection` for testing purposes."],["The documentation provides detailed information about each virtual function within `TopicAdminConnection`, including parameters, return types, and their respective descriptions, allowing for precise implementation and usage."]]],[]]