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` class, which provides an interface for interacting with the `NotebookServiceClient` in the Google Cloud Notebooks v2 API."],["The content lists available versions of the API, starting from version 2.37.0-rc (latest) down to 2.11.0, with each version linking to its specific documentation for the `NotebookServiceConnection` class."],["The `NotebookServiceConnection` interface allows users to define custom behaviors, especially useful in testing scenarios by using mock objects, like the `MockNotebookServiceConnection`."],["The class includes various virtual functions for managing notebook instances, such as `ListInstances`, `GetInstance`, `CreateInstance`, `DeleteInstance`, `StartInstance`, `StopInstance`, along with other actions like upgrading, rolling back, and diagnosing instances."],["The object instance is made through the `MakeNotebookServiceConnection()` method, and each listed function is detailed with its parameter and return types."]]],[]]