This interface defines virtual methods for each of the user-facing overload sets in JobsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type JobsClient.
[[["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-04-09 UTC."],[[["This document outlines the `JobsConnection` interface, which defines virtual methods for user-facing overload sets within the `JobsClient` class, primarily for Google Cloud Run v2."],["The `JobsConnection` class enables users to implement custom behaviors, such as utilizing a Google Mock object, during testing of `JobsClient` objects."],["The latest release candidate is version `2.37.0-rc`, and there are listed versions of this interface from `2.11.0` up to `2.36.0` of the `JobsConnection` class."],["The `JobsConnection` interface includes various functions such as `CreateJob`, `GetJob`, `ListJobs`, `UpdateJob`, `DeleteJob`, `RunJob`, `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`, each with specified parameters and return types."],["To create an actual instance, users can refer to the `MakeJobsConnection()` method, while for mocking purposes, the `run_v2_mocks::MockJobsConnection` class is available."]]],[]]