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` class, which provides an interface for interacting with the `RoutineServiceClient` in the BigQuery Control v2 API."],["The latest version of the `RoutineServiceConnection` is 2.37.0-rc, with links provided to documentation for that version and several preceding releases."],["The `RoutineServiceConnection` interface includes virtual methods for core operations such as `GetRoutine`, `InsertRoutine`, `UpdateRoutine`, `PatchRoutine`, `DeleteRoutine`, and `ListRoutines`, among others, each accepting specific request types and returning defined outputs."],["Users can customize behavior and create mock objects for testing via the `MockRoutineServiceConnection` and can get a concrete instance using `MakeRoutineServiceConnection()`."],["The documentation provides a comprehensive overview of the functions available within the `RoutineServiceConnection` class, detailing parameter types and return types."]]],[]]