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."],[[["This webpage provides documentation for the `RevisionsConnection` class within the Google Cloud Run v2 C++ client library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `RevisionsConnection` class defines the interface for interacting with Cloud Run Revisions, providing virtual methods for operations like `GetRevision`, `ListRevisions`, and `DeleteRevision`."],["It is used in conjunction with `RevisionsClient` to perform actions on revisions and allows users to implement custom behavior for testing purposes via mocking."],["The page also includes a list of functions available within the class, along with their respective parameters, return types and descriptions."],["Users can find concrete implementation using the `MakeRevisionsConnection()` function or utilize the `MockRevisionsConnection` for mocking within tests."]]],[]]