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 webpage details the `RoutineServiceConnection` object, which is designed for use with `RoutineServiceClient` and provides an interface with virtual methods mirroring the user-facing overload sets in `RoutineServiceClient`."],["The page offers links to different versions of the `RoutineServiceConnection` class, starting from version 2.27.0 up to the latest release candidate 2.37.0-rc."],["The content provides a list of functions, such as `GetRoutine`, `InsertRoutine`, `UpdateRoutine`, `PatchRoutine`, `DeleteRoutine`, and `ListRoutines`, showcasing the virtual methods that can be called through the `RoutineServiceConnection` object."],["Users can find information on how to create a concrete instance using `MakeRoutineServiceConnection()` and utilize `bigquerycontrol_v2_mocks::MockRoutineServiceConnection` for mocking purposes in testing."],["The `RoutineServiceConnection` interface defines virtual methods that interact with the `Routine` objects by taking in requests, such as `GetRoutineRequest`, and returning a `StatusOr` response."]]],[]]