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 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."]]],[]]