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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 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."]]],[]]