This interface defines virtual methods for each of the user-facing overload sets in SubscriptionAdminClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SubscriptionAdminClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This document details the `SubscriptionAdminConnection` interface for the Google Cloud Pub/Sub C++ client library, specifically for version 2.26.0, with links to versions spanning from 2.11.0 to 2.37.0-rc."],["The `SubscriptionAdminConnection` class provides a set of virtual methods that mirror the functionalities available in the `SubscriptionAdminClient`, such as creating, getting, updating, listing, and deleting subscriptions and snapshots."],["Users can implement custom behaviors by overriding the virtual methods within the `SubscriptionAdminConnection` interface, and is used for testing with mock objects."],["The document provides detailed descriptions of the virtual functions within the interface, including parameter types, return types, and descriptions of the objects each one is working with."],["A concrete instance of the `SubscriptionAdminConnection` can be created using the `MakeSubscriptionAdminConnection()` method, while `pubsub_admin_mocks::MockSubscriptionAdminConnection` is used for mocking."]]],[]]