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-03-05 UTC."],[[["This document provides information on the `RoutineServiceConnection` object, which is used with `RoutineServiceClient` in version 2.29.0 of the BigQuery Control C++ library."],["The `RoutineServiceConnection` interface allows for the injection of custom behaviors, like those in Google Mock objects, during testing."],["The page lists available versions of this documentation, from the latest release candidate `2.37.0-rc` down to version `2.27.0`."],["The document outlines the virtual methods within the `RoutineServiceConnection` interface, including functions for getting, inserting, updating, patching, deleting, and listing routines, alongside their parameters and return types."],["To create a concrete instance of this object, the user should see `MakeRoutineServiceConnection()`, while for mocking, the user should refer to `bigquerycontrol_v2_mocks::MockRoutineServiceConnection`."]]],[]]