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 outlines the `GrafeasConnection` class, which provides an interface for interacting with the `GrafeasClient` in the Container Analysis API."],["The document lists available versions of the API, ranging from 2.11.0 to 2.37.0-rc, with 2.37.0-rc being the latest release candidate."],["The `GrafeasConnection` class defines virtual methods for performing operations related to Occurrences and Notes, such as getting, listing, creating, updating, and deleting them."],["The document specifies how to create an instance of `GrafeasConnection` using `MakeGrafeasConnection()` and how to use `MockGrafeasConnection` for mocking."],["Functions within `GrafeasConnection` return `StatusOr` or `StreamRange` objects, indicating the possibility of success or failure, or a stream of results."]]],[]]