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` interface, which provides virtual methods corresponding to the user-facing overload sets in `SecretManagerServiceClient`."],["The latest release candidate for this service is version 2.37.0-rc, with a range of versions available going down to 2.10.1, all of which are accessible via their corresponding links."],["`SecretManagerServiceConnection` allows users to inject custom behavior when writing tests that use `SecretManagerServiceClient` objects, facilitating the use of mocking, as can be seen with the use of `MockSecretManagerServiceConnection`."],["This interface includes a variety of functions such as `ListSecrets`, `CreateSecret`, `AddSecretVersion`, `GetSecret`, `UpdateSecret`, `DeleteSecret` and many others for managing and interacting with secrets."],["The virtual functions on this interface allow the user to Set, get, or test policies pertaining to secret management using the `SetIamPolicy`, `GetIamPolicy`, and `TestIamPermissions` functions."]]],[]]