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