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-21 UTC."],[[["This webpage details the `AccessApprovalConnection` class, which provides virtual methods for interacting with the `AccessApprovalClient`."],["The latest version of the `AccessApprovalConnection` is 2.37.0-rc, with a list of previous versions ranging back to 2.11.0 available for access."],["The `AccessApprovalConnection` facilitates the creation of concrete instances and enables mocking for testing purposes through `MakeAccessApprovalConnection()` and `MockAccessApprovalConnection`, respectively."],["The `AccessApprovalConnection` interface defines virtual functions such as `ListApprovalRequests`, `GetApprovalRequest`, and `ApproveApprovalRequest`, alongside others to manage approval requests and settings."],["The virtual function `options()` returns the type `Options` and each of the other virtual function take in a parameter `request` and return either a `StatusOr` type or a `StreamRange`."]]],[]]