This interface defines virtual methods for each of the user-facing overload sets in TagValuesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TagValuesClient.
[[["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-04-17 UTC."],[[["This page details the `TagValuesConnection` interface for the `TagValuesClient` in the Google Cloud ResourceManager v3 C++ library."],["It provides access to various versions of the library, with version `2.37.0-rc` being the latest and `2.36.0` being the version the page is focused on."],["The interface offers methods to manage tag values, including listing, retrieving, creating, updating, and deleting them, through several functions, each with their specific parameters and returns."],["Users can inject custom behaviors for testing purposes using mocking functionalities, such as the `resourcemanager_v3_mocks::MockTagValuesConnection` object, or can use `MakeTagValuesConnection()` to create a concrete implementation."],["It also supports long-running operations, such as `CreateTagValue`, `UpdateTagValue`, and `DeleteTagValue`, including optional non-blocking operations with the `NoAwaitTag` parameter, as well as policy management using `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions` functions."]]],[]]