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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]