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-03-21 UTC."],[[["This webpage details the `GrafeasConnection` object, which defines virtual methods for each user-facing overload set in `GrafeasClient`."],["The `GrafeasConnection` class allows for the injection of custom behavior in tests, using objects like Google Mock, through `GrafeasClient`."],["The latest version is 2.37.0-rc, and there are numerous versions available, starting from 2.37.0-rc and descending to 2.11.0."],["`GrafeasConnection` offers various functions such as `GetOccurrence`, `ListOccurrences`, `DeleteOccurrence`, `CreateOccurrence`, `BatchCreateOccurrences`, and `UpdateOccurrence` for managing occurrences, alongside note-related functions like `GetNote`, `ListNotes`, `CreateNote`, etc."],["The `MakeGrafeasConnection()` function can be used to create a concrete instance, while `containeranalysis_v1_mocks::MockGrafeasConnection` provides a way to create a mock object."]]],[]]