This interface defines virtual methods for each of the user-facing overload sets in AccessApprovalClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AccessApprovalClient.
[[["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-05 UTC."],[[["This webpage details the `AccessApprovalConnection` interface, which defines virtual methods for each user-facing overload set in `AccessApprovalClient`, allowing for custom behavior injection during testing."],["The `AccessApprovalConnection` class is available in multiple versions, ranging from the latest release candidate 2.37.0-rc to older versions like 2.11.0."],["The page provides a list of functions within `AccessApprovalConnection`, such as `ListApprovalRequests`, `GetApprovalRequest`, `ApproveApprovalRequest`, `DismissApprovalRequest`, and `InvalidateApprovalRequest`, and others, along with parameter and return type details."],["To utilize a real instance of the interface you should consult `MakeAccessApprovalConnection()` and to use a mock object you can consult `accessapproval_v1_mocks::MockAccessApprovalConnection`."],["Each function within the `AccessApprovalConnection` interface deals with a unique aspect of approval requests, such as retrieving, approving, dismissing, invalidating, and managing their respective settings."]]],[]]