This interface defines virtual methods for each of the user-facing overload sets in RoutineServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RoutineServiceClient.
To create a concrete instance, see MakeRoutineServiceConnection().
[[["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-23 UTC."],[[["The latest version of the `RoutineServiceConnection` is 2.37.0-rc, and the current context is set in version 2.34.0."],["`RoutineServiceConnection` is an object used in conjunction with `RoutineServiceClient` to define virtual methods for user-facing overload sets."],["This interface allows for custom behavior injection, particularly useful when writing tests that involve `RoutineServiceClient` objects."],["There is functionality to create a concrete instance via `MakeRoutineServiceConnection()` or mock an instance using `bigquerycontrol_v2_mocks::MockRoutineServiceConnection`."],["The object provides virtual functions such as `GetRoutine`, `InsertRoutine`, `UpdateRoutine`, `PatchRoutine`, `DeleteRoutine`, and `ListRoutines` to manage routines."]]],[]]