This interface defines virtual methods for each of the user-facing overload sets in PoliciesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type PoliciesClient.
[[["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 document details the `PoliciesConnection` object, which provides virtual methods for each overload set in `PoliciesClient`, enabling custom behavior injection during testing."],["The latest version available is 2.37.0-rc, while the current version being documented is 2.12.0, with several other version numbers available for reference, ranging from 2.11.0 up to 2.36.0."],["Users can create a concrete instance of `PoliciesConnection` using the `MakePoliciesConnection()` function, as explained in the document."],["The interface includes virtual functions such as `ListPolicies`, `GetPolicy`, `CreatePolicy`, `UpdatePolicy`, and `DeletePolicy`, each corresponding to a specific operation, with input parameters of request types and return values that include different types of objects."],["For mocking purposes, users can refer to `iam_v2_mocks::MockPoliciesConnection`."]]],[]]