This interface defines virtual methods for each of the user-facing overload sets in SecretManagerServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SecretManagerServiceClient.
[[["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-21 UTC."],[[["This webpage details the `SecretManagerServiceConnection` object, which facilitates the interaction with the `SecretManagerServiceClient` for managing secrets."],["The latest release candidate is version 2.37.0-rc, and the page lists a range of versions from 2.10.1 up to the latest release, with links to the documentation for each."],["`SecretManagerServiceConnection` allows custom behavior injection, especially useful for testing via Google Mock objects, through virtual methods for user-facing operations."],["The interface has various functions, such as `ListSecrets`, `CreateSecret`, `AddSecretVersion`, and many more, to perform different actions for managing secret data, and it includes methods for managing the permissions of the secret data."],["To create an instance of `SecretManagerServiceConnection`, you can use the function `MakeSecretManagerServiceConnection()`, and for testing purposes, `MockSecretManagerServiceConnection` is available."]]],[]]