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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["This webpage details the `GrafeasConnection` class within the Google Cloud Container Analysis C++ library, focusing on version 2.27.0, and it outlines how to interact with the `GrafeasClient` using the `GrafeasConnection` object."],["The page provides a list of available versions, ranging from the release candidate 2.37.0-rc down to version 2.11.0, allowing users to navigate through the documentation for each specific release."],["The `GrafeasConnection` class is designed for users to inject custom behavior, such as when testing with Google Mock, and the page specifies where to find instructions on creating instances, like with `MakeGrafeasConnection()`, or how to mock it using `containeranalysis_v1_mocks::MockGrafeasConnection`."],["The documentation lists all the virtual functions available within `GrafeasConnection`, including operations such as retrieving, listing, creating, updating, and deleting Occurrences and Notes, which are core functionalities for interacting with the Grafeas API."],["Each method described in this documentation, such as `GetOccurrence` or `ListNotes`, includes details on its parameters, expected return type, and what each of those data types represent, which is provided for user information."]]],[]]