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-05 UTC."],[[["This document details the `SubscriptionAdminConnection` object, which provides virtual methods for each user-facing overload set in `SubscriptionAdminClient`, within the context of Google Cloud Pub/Sub's C++ client library, and it is currently at version 2.32.0."],["The `SubscriptionAdminConnection` allows users to inject custom behavior during testing, often by utilizing mock objects like `MockSubscriptionAdminConnection`."],["The `MakeSubscriptionAdminConnection()` function can be used to create a concrete instance of the `SubscriptionAdminConnection`."],["The interface includes virtual methods for managing subscriptions and snapshots, including creating, getting, updating, listing, deleting, modifying push configurations, and seeking."],["The `SubscriptionAdminConnection` also manages IAM policies, giving the capability to get, set and test permissions."]]],[]]