This interface defines virtual methods for each of the user-facing overload sets in SecuritySettingsServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SecuritySettingsServiceClient.
[[["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."],[[["This webpage details the `SecuritySettingsServiceConnection` interface for the Dialogflow CX service, which facilitates the injection of custom behaviors for testing `SecuritySettingsServiceClient`."],["The latest release candidate version for the Security Settings Service connection is 2.37.0-rc, and previous versions are listed with links to their specific documentation pages."],["The `SecuritySettingsServiceConnection` object provides virtual methods mirroring the user-facing overloads in `SecuritySettingsServiceClient`, including functions like `CreateSecuritySettings`, `GetSecuritySettings`, `UpdateSecuritySettings`, `ListSecuritySettings`, and `DeleteSecuritySettings`."],["The `MakeSecuritySettingsServiceConnection()` function is available for creating a concrete instance of the service, while the `MockSecuritySettingsServiceConnection` is available for creating mock instances."],["Each virtual method in the `SecuritySettingsServiceConnection` interacts with `SecuritySettingsRequest` objects, returning either `SecuritySettings` objects or a `Status` object, except `ListSecuritySettings`, which returns a `StreamRange` of `SecuritySettings` objects."]]],[]]