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 details the `RevisionsConnection` object for `RevisionsClient`, providing a virtual interface for interacting with Google Cloud Run revisions across a range of version numbers."],["The latest release candidate is version `2.37.0-rc`, and the available versions span from `2.11.0` up to the latest candidate."],["Users can implement custom behavior for testing `RevisionsClient` objects using the virtual methods defined in the interface, such as `GetRevision`, `ListRevisions`, and `DeleteRevision`."],["The page provides a `MakeRevisionsConnection()` function to create a concrete instance and a `MockRevisionsConnection` for mocking purposes."],["The interface contains functions that handle operations such as retrieving, listing, and deleting revisions."]]],[]]