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-21 UTC."],[[["This document outlines the `RevisionsConnection` class, which provides an interface for interacting with `RevisionsClient` in the Google Cloud Run v2 API, allowing for custom behavior injection, particularly useful for testing."],["The latest available version for `RevisionsConnection` is `2.37.0-rc`, and there are multiple other versions available, ranging back to version `2.11.0`, each with their own unique class page to access the documentation."],["The `RevisionsConnection` class offers several virtual functions, including `GetRevision`, `ListRevisions`, `DeleteRevision`, and various operations related to long-running tasks."],["Users can create a concrete instance of `RevisionsConnection` using `MakeRevisionsConnection()` or mock it with `run_v2_mocks::MockRevisionsConnection`."],["The class' functions revolve around managing revisions of cloud run services, as well as providing the ability to manipulate long-running operations."]]],[]]