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-04-17 UTC."],[[["This document details the `TopicAdminConnection` interface for the Google Cloud Pub/Sub Admin API, focusing on version 2.36.0, but also lists previous versions all the way back to 2.11.0."],["The `TopicAdminConnection` interface defines virtual methods that mirror the user-facing overloads found in `TopicAdminClient`, which is intended for custom behavior injection during testing."],["A concrete instance of `TopicAdminConnection` can be created using the `MakeTopicAdminConnection()` function, while `pubsub_admin_mocks::MockTopicAdminConnection` is available for mocking."],["The interface includes functions for managing topics, such as creating, updating, getting, listing, and deleting topics, as well as managing subscriptions and snapshots associated with topics, and managing policies."],["The latest version of the library is 2.37.0-rc, and all links go to the `TopicAdminConnection` documentation for their respective version."]]],[]]