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-14 UTC."],[[["The page details the `SecretManagerServiceConnection` object, which facilitates custom behavior and testing for `SecretManagerServiceClient` through virtual methods."],["It provides access to various versions of the Secret Manager service, with `2.37.0-rc` being the latest and numerous versions from `2.36.0` down to `2.10.1` being listed."],["The document outlines the functions of the `SecretManagerServiceConnection` interface, including operations like creating, accessing, updating, deleting secrets, managing secret versions, and handling IAM policies."],["A `MockSecretManagerServiceConnection` is available for mocking purposes in testing environments."],["The interface methods utilize request objects and return types such as `Status`, `StatusOr`, and `StreamRange`, to handle different operations and their outcomes."]]],[]]