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` interface for the Google Cloud Pub/Sub Admin API, providing a set of virtual methods for interacting with topics."],["The `TopicAdminConnection` interface includes methods to create, update, get, list, and delete topics, as well as manage topic subscriptions and snapshots."],["The interface supports managing IAM policies for topics using `SetIamPolicy`, `GetIamPolicy`, and `TestIamPermissions`."],["There is also support for mocking behavior for testing, with a `MockTopicAdminConnection` class."],["The document lists all the supported versions of the C++ library, ranging from version 2.11.0 to 2.37.0-rc, each linking to the `TopicAdminConnection` class documentation for its respective release."]]],[]]