This interface defines virtual methods for each of the user-facing overload sets in RevisionsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RevisionsClient.
[[["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-14 UTC."],[[["The page details the `RevisionsConnection` object, which is an interface for `RevisionsClient` within the Google Cloud Run v2 C++ library, specifically version 2.11.0."],["It provides a list of available versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, with each version linking to its respective documentation."],["The `RevisionsConnection` interface is designed to allow for custom behavior injection, particularly for testing purposes using objects of the `RevisionsClient` type."],["The page also outlines key functions within the `RevisionsConnection` interface, including `GetRevision`, `ListRevisions`, and `DeleteRevision`, along with their respective parameters and return types."],["It provides access to the `MakeRevisionsConnection()` function to create concrete instances, and `MockRevisionsConnection` for mocking."]]],[]]