This interface defines virtual methods for each of the user-facing overload sets in NotebookServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type NotebookServiceClient.
[[["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-08 UTC."],[[["This webpage details the `NotebookServiceConnection` interface for `NotebookServiceClient`, which is designed to let users customize behavior in tests."],["The latest version available is `2.37.0-rc`, but many previous versions from `2.36.0` to `2.11.0` are accessible, showing a wide range of available versions to work with."],["`NotebookServiceConnection` provides virtual methods for interacting with Notebooks, including listing, getting, creating, updating, deleting, starting, stopping, resetting, checking upgradability, upgrading, rolling back, and diagnosing instances."],["Users can create instances of `NotebookServiceConnection` using `MakeNotebookServiceConnection()` and can utilize `notebooks_v2_mocks::MockNotebookServiceConnection` for mocking."],["Each function within the `NotebookServiceConnection` interface contains details about its parameters and return types."]]],[]]