This interface defines virtual methods for each of the user-facing overload sets in GrafeasClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type GrafeasClient.
[[["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 document details the `GrafeasConnection` class, which provides an interface for interacting with the `GrafeasClient` in the Google Cloud Container Analysis API, specifically for the C++ programming language."],["The latest available version of this interface is `2.37.0-rc`, with documentation also provided for numerous prior releases, down to version `2.11.0`, all relating to the `GrafeasConnection` class."],["`GrafeasConnection` includes virtual methods for all user-facing overload sets found in `GrafeasClient`, allowing users to inject custom behavior for testing purposes, such as with Google Mock objects."],["Key functionalities covered by the virtual methods in `GrafeasConnection` include managing occurrences and notes, such as creating, deleting, updating, and listing occurrences and notes within the Container Analysis API."],["A concrete instance of `GrafeasConnection` can be made by calling the `MakeGrafeasConnection()` function, and a mock object can be implemented with `containeranalysis_v1_mocks::MockGrafeasConnection`."]]],[]]