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 document outlines the `NotebookServiceConnection` class, which provides an interface for interacting with the `NotebookServiceClient` in different versions."],["The latest version available is `2.37.0-rc`, while the current stable version is `2.16.0`, with numerous intermediate versions also documented."],["`NotebookServiceConnection` allows for injecting custom behaviors into tests, typically with Google Mock objects, and offers a method called `MakeNotebookServiceConnection()` for creating concrete instances."],["The class includes virtual methods for various instance operations, such as listing, getting, creating, updating, deleting, starting, stopping, resetting, upgrading, rolling back, and diagnosing."],["Each function within `NotebookServiceConnection` typically takes a request parameter and returns either a `StreamRange`, a `StatusOr`, or a `future\u003c StatusOr \u003e`, depending on the nature of the operation being executed."]]],[]]