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"]],[["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 `SubscriptionAdminConnection` interface for the Google Cloud Pub/Sub C++ library, which defines virtual methods for user-facing operations within the `SubscriptionAdminClient`."],["The `SubscriptionAdminConnection` interface allows for custom behavior injection, such as with Google Mock objects, to facilitate testing of `SubscriptionAdminClient` objects."],["The document details several functions of `SubscriptionAdminConnection`, including methods for creating, getting, updating, listing, and deleting subscriptions and snapshots, as well as modifying push configurations and seeking."],["A range of versions are available, from 2.11.0 up to the latest release candidate 2.37.0-rc, each version providing the ability to use the `SubscriptionAdminConnection` interface."],["`MakeSubscriptionAdminConnection()` and `pubsub_admin_mocks::MockSubscriptionAdminConnection` are provided to create a concrete instance or a mock object respectively."]]],[]]