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"]],[["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-14 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."]]],[]]